All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2011-05-09 21:09:24 to 2011-05-09 21:55:48 UTC [more...]

[PATCH 000/206] Staging: hv: Cleanup hv drivers
 2011-05-09 21:57 UTC  (95+ messages)
` [PATCH 001/206] Staging: hv: Get rid of blkvsc_mutex
  ` [PATCH 002/206] Staging: hv: Cleanup spin lock usage
  ` [PATCH 003/206] Staging: hv: Fix some locking issues
  ` [PATCH 004/206] Staging: hv: Rename driver name variable
  ` [PATCH 005/206] Staging: hv: Rename the device type variable
  ` [PATCH 006/206] Staging: hv: Change the name of struct storvsc_driver_object
  ` [PATCH 007/206] Staging: hv: Change the name of blkvsc driver variable
  ` [PATCH 008/206] Staging: hv: Rename variables of type struct storvsc_driver *
  ` [PATCH 009/206] Staging: hv: Rename the function blk_vsc_on_device_add
  ` [PATCH 010/206] Staging: hv: Get rid of the indirection for invoking device_add
  ` [PATCH 011/206] Staging: hv: Rename the function stor_vsc_device_add
  ` [PATCH 012/206] Staging: hv: Rename the function stor_vsc_on_device_remove
  ` [PATCH 013/206] Staging: hv: Get rid of the indirection for removing stor device
  ` [PATCH 014/206] Staging: hv: Rename the function stor_vsc_on_cleanup
  ` [PATCH 015/206] Staging: hv: Get rid of the indirection for invoking cleanup function
  ` [PATCH 016/206] Staging: hv: Rename the function stor_vsc_on_io_request
  ` [PATCH 017/206] Staging: hv: Get rid of the indirection for invoking io request
  ` [PATCH 018/206] Staging: hv: Statically initialize pointers for probe etc
  ` [PATCH 019/206] Staging: hv: Get rid of the calls to storvsc_cleanup
  ` [PATCH 020/206] Staging: hv: Rename the function stor_vsc_get_major_info()
  ` [PATCH 021/206] Staging: hv: Introduce a function to wait to drain outgoing I/O
  ` [PATCH 022/206] Staging: hv: Use the newly introduced I/O drain synch method
  ` [PATCH 023/206] Staging: hv: Cleanup blkvsc_remove()
  ` [PATCH 024/206] Staging: hv: Cleanup blkvsc_shutdown()
  ` [PATCH 025/206] Staging: hv: Rename stor_vsc_channel_init()
  ` [PATCH 026/206] Staging: hv: Rename stor_vsc_on_io_completion
  ` [PATCH 027/206] Staging: hv: Rename stor_vsc_on_receive
  ` [PATCH 028/206] Staging: hv: Rename stor_vsc_on_channel_callback
  ` [PATCH 029/206] Staging: hv: Rename stor_vsc_connect_to_vsp
  ` [PATCH 030/206] Staging: hv: Get rid of/change some dated comments
  ` [PATCH 031/206] Staging: hv: Get rid of some unnecessary DPRINTS
  ` [PATCH 032/206] Staging: hv: Rename g_driver_name
  ` [PATCH 033/206] Staging: hv: Rename struct host_device_context
  ` [PATCH 034/206] Staging: hv: Rename variables pointing to struct hv_host_device
  ` [PATCH 035/206] Staging: hv: Rename the struct hv_device * element of "
  ` [PATCH 036/206] Staging: hv: Rename variables pointing to struct hv_device
  ` [PATCH 037/206] Staging: hv: Get rid of some dated comments
  ` [PATCH 038/206] Staging: hv: Get rid of some DPRINTS
  ` [PATCH 039/206] Staging: hv: Get rid of the forward declaration for storvsc_device_alloc()
  ` [PATCH 040/206] Staging: hv: Move the function storvsc_merge_bvec() to earlier in the file
  ` [PATCH 041/206] Staging: hv: Get rid of the forward declaration for storvsc_device_configure()
  ` [PATCH 042/206] Staging: hv: Get rid of the forwrd declaration of destroy_bounce_buffer
  ` [PATCH 043/206] Staging: hv: Get rid of the forward declaration for do_bounce_buffer()
  ` [PATCH 044/206] Staging: hv: Get rid of the forward declaration for create_bounce_buffer()
  ` [PATCH 045/206] Staging: hv: Get rid of the forward declaration of copy_from_bounce_buffer()
  ` [PATCH 046/206] Staging: hv: Get rid of the forward declaration for copy_to_bounce_buffer()
  ` [PATCH 047/206] Staging: hv: Get rid of the forward declaration of storvsc_remove()
  ` [PATCH 048/206] Staging: hv: Get rid of the forward declaration of storvsc_get_chs()
  ` [PATCH 049/206] Staging: hv: Staging: hv: Rename the function stor_vsc_on_host_reset()
  ` [PATCH 050/206] Staging: hv: Rename stor_vsc_initialize()
  ` [PATCH 051/206] Staging: hv: Move the definition of storvsc_host_reset() to earlier in the file
  ` [PATCH 052/206] Staging: hv: Get rid of the forward declaration for storvsc_host_reset_handler()
  ` [PATCH 053/206] Staging: hv: Move the definition of storvsc_ringbuffer_size to earlier in the file
  ` [PATCH 054/206] Staging: hv: Move module parameters "
  ` [PATCH 055/206] Staging: hv: Move the function storvsc_commmand_completion() "
  ` [PATCH 056/206] Staging: hv: Get rid of the forward declaration of storvsc_queuecommand()
  ` [PATCH 057/206] Staging: hv: Get rid of the forward declaration of storvsc_probe()
  ` [PATCH 058/206] Staging: hv: Rename the driver variable
  ` [PATCH 059/206] Staging: hv: Move the declaration of "
  ` [PATCH 060/206] Staging: hv: Statically initialize probe/remove elements of the driver
  ` [PATCH 061/206] Staging: hv: Get rid of unnecessary comments/dead code
  ` [PATCH 062/206] Staging: hv: Get rid of the indirection in invoking storvsc_dev_remove()
  ` [PATCH 063/206] Staging: hv: Get rid of the indirection in invoking storvsc_dev_add()
  ` [PATCH 064/206] Staging: hv: Get rid of the indirection in invoking storvsc_do_io()
  ` [PATCH 065/206] Staging: hv: Get rid of the code initializing the dispatch table
  ` [PATCH 066/206] Staging: hv: Simplify the code for getting the drive parameters
  ` [PATCH 077/206] Staging: hv: Get rid of call to cleanup()
  ` [PATCH 078/206] Staging: hv: Get rid of unnecessary code in netvsc.c
  ` [PATCH 081/206] Staging: hv: Get rid of the indirection to invoke mousevsc_on_device_remove
  ` [PATCH 083/206] Staging: hv: Cleanup mouse_vsc_initialize()
  ` [PATCH 085/206] Staging: hv: Get rid of dev_rm from struct hv_driver
  ` [PATCH 089/206] Staging: hv: Rename the variable g_netvsc_drv
  ` [PATCH 090/206] Staging: hv: Move the declaration of the variable netvsc_drv
  ` [PATCH 091/206] Staging: hv: Statically initialize probe/remove
  ` [PATCH 092/206] Staging: hv: Rename the variable g_mousevsc_drv
  ` [PATCH 094/206] Staging: hv: Statically initialize probe/remove
  ` [PATCH 095/206] Staging: hv: Rename the function ringbuffer_init
  ` [PATCH 096/206] Staging: hv: Rename ringbuffer_cleanup
  ` [PATCH 097/206] Staging: hv: Rename ringbuffer_write
  ` [PATCH 098/206] Staging: hv: Rename ringbuffer_peek
  ` [PATCH 100/206] Staging: hv: Rename get_ringbuffer_interrupt_mask
  ` [PATCH 101/206] Staging: hv: Rename dump_ring_info
  ` [PATCH 103/206] Staging: hv: Rename all static functions in ring_buffer.c
  ` [PATCH 106/206] Staging: hv: Get rid of the forward declaration of hv_copyto_ringbuffer()
  ` [PATCH 108/206] Staging: hv: Cleanup ring_buffer.h
  ` [PATCH 110/206] Staging: hv: Rename the variable messageHandler
  ` [PATCH 113/206] Staging: hv: Use completion abstraction to synchronize in vmbus_channel_msginfo
  ` [PATCH 114/206] Staging: hv: Get rid of some unnecessary state from struct vmbus_msginfo

[Bug 34252] New: Unexpected behaviour when switching video cards with vga_switcheroo
 2011-05-09 21:53 UTC  (2+ messages)
` [Bug 34252] "

[PATCH v3 0/6] Add PCRE support to git-grep
 2011-05-09 21:52 UTC  (7+ messages)
` [PATCH v3 1/6] grep: Fix a typo in a comment
` [PATCH v3 2/6] grep: Extract compile_regexp_failed() from compile_regexp()
` [PATCH v3 3/6] git-grep: Learn PCRE
` [PATCH v3 4/6] configure: Check for libpcre
` [PATCH v3 5/6] grep: Add basic tests
` [PATCH v3 6/6] git-grep: Bail out when -P is used with -F or -E

[PATCH] rdma cm typo + bug report
 2011-05-09 21:50 UTC 

[PATCH 0/1] qt4: Fix [# 1020]
 2011-05-09 21:49 UTC  (4+ messages)
` [PATCH 1/1] qt4: Enable qt4 opengl for ppc

[Bugme-new] [Bug 34732] New: BUG: unable to handle kernel NULL pointer dereference at 00000020
 2011-05-09 21:48 UTC  (2+ messages)

659工伤员工借故拒绝复工的处理方法
 2011-05-09 21:48 UTC 

Qgit should use "git config" instead of "git repo-config"
 2011-05-09 21:15 UTC 

[PATCH 0/5] Misc fixes related to gcc 4.6.0
 2011-05-09 21:43 UTC  (6+ messages)
` [PATCH 1/5] gcc-4.6.0: Apply linaro patches
` [PATCH 2/5] mdadm: compilation fix for gcc 4.6.0
` [PATCH 4/5] systemtap: fix for compilation with "
` [PATCH 3/5] pax: fix for compiling "
` [PATCH 5/5] kexec-tools: fix compiler errors "

Scalability of interface creation and deletion
 2011-05-09 21:46 UTC  (5+ messages)

[PATCH 0/6] DVB-T2 API updates, documentation and accompanying small fixes
 2011-05-09 21:45 UTC  (3+ messages)
` [PATCH v2 4/5] cxd2820r: Update frontend capabilities to advertise QAM-256

High accuracy bandwidth accounting?
 2011-05-09 21:45 UTC  (2+ messages)

Batch locking for rmap fork/exit processing
 2011-05-09 21:43 UTC  (3+ messages)
` [PATCH 1/4] VM/RMAP: Add infrastructure for batching the rmap chain locking

X11 performance regressions
 2011-05-09 21:43 UTC  (2+ messages)

why is there no enum_input in v4l2_subdev_video_ops
 2011-05-09 21:42 UTC  (3+ messages)

[linux-lvm] creating pv's on LVM's for virtual guests
 2011-05-09 21:40 UTC  (2+ messages)

[PATCH 3/3] fm801: convert TEA575x support to new interface
 2011-05-09 21:39 UTC  (2+ messages)

[PATCH 2/3] es1968: convert TEA575x support to new interface
 2011-05-09 21:39 UTC  (2+ messages)

[PATCH 13/13] mach-ux500: set proper I2C platform data from MOP500s
 2011-05-09 21:39 UTC 

[PATCH 1/3] tea575x: unify read/write functions
 2011-05-09 21:39 UTC 

[PATCH 12/13] i2c/i2c-nomadik: reset the hw after status check
 2011-05-09 21:39 UTC 

[PATCH 11/13] i2c/i2c-nomadik: remove the unnecessary delay
 2011-05-09 21:38 UTC 

[PATCH 10/13] i2c/i2c-nomadik: change the TX and RX threshold
 2011-05-09 21:38 UTC 

[PATCH v2] net: group FCoE related feature flags
 2011-05-09 21:53 UTC 

[PATCH 09/13] i2c/i2c-nomadik: add code to retry on timeout failure
 2011-05-09 21:38 UTC 

[PATCH 08/13] i2c/i2c-nomadik: use pm_runtime API
 2011-05-09 21:37 UTC 

[PATCH 07/13] i2c/i2c-nomadik: print abort cause only on abort tag
 2011-05-09 21:37 UTC 

[PATCH 06/13] i2c/i2c-nomadik: correct adapter timeout initialization
 2011-05-09 21:37 UTC 

Qgit should use "git config" instead of "git repo-config"
 2011-05-09 21:36 UTC  (2+ messages)

[PATCH 05/13] i2c/i2c-nomadik: remove the redundant error message
 2011-05-09 21:36 UTC 

[PATCH 04/13] i2c/i2c-nomadik: corrrect returned error numbers
 2011-05-09 21:36 UTC 

[PATCH 03/13] i2c/i2c-nomadik: fix speed enumerator
 2011-05-09 21:35 UTC 

[PATCH] pci, e1000e: Add and use __pci_disable_link_state
 2011-05-09 21:35 UTC  (2+ messages)

[Qemu-devel] [PATCH 00/35] Alpha system emulation, v4
 2011-05-09 21:34 UTC  (36+ messages)
` [Qemu-devel] [PATCH 01/35] Export the unassigned_mem read/write functions
` [Qemu-devel] [PATCH 02/35] target-alpha: Disassemble EV6 PALcode instructions
` [Qemu-devel] [PATCH 03/35] pci: Export pci_to_cpu_addr
` [Qemu-devel] [PATCH 04/35] target-alpha: Single-step properly across branches
` [Qemu-devel] [PATCH 05/35] target-alpha: Remove partial support for palcode emulation
` [Qemu-devel] [PATCH 06/35] target-alpha: Enable the alpha-softmmu target
` [Qemu-devel] [PATCH 07/35] target-alpha: Tidy exception constants
` [Qemu-devel] [PATCH 08/35] target-alpha: Rationalize internal processor registers
` [Qemu-devel] [PATCH 09/35] target-alpha: Cleanup MMU modes
` [Qemu-devel] [PATCH 10/35] target-alpha: Fixup translation of PALmode instructions
` [Qemu-devel] [PATCH 11/35] target-alpha: Add IPRs to be used by the emulation PALcode
` [Qemu-devel] [PATCH 12/35] target-alpha: Tidy up arithmetic exceptions
` [Qemu-devel] [PATCH 13/35] target-alpha: Use do_restore_state for "
` [Qemu-devel] [PATCH 14/35] target-alpha: Merge HW_REI and HW_RET implementations
` [Qemu-devel] [PATCH 15/35] target-alpha: Implement do_interrupt for system mode
` [Qemu-devel] [PATCH 16/35] target-alpha: Swap shadow registers moving to/from PALmode
` [Qemu-devel] [PATCH 17/35] target-alpha: Add various symbolic constants
` [Qemu-devel] [PATCH 18/35] target-alpha: Use kernel mmu_idx for pal_mode
` [Qemu-devel] [PATCH 19/35] target-alpha: All ISA checks to use TB->FLAGS
` [Qemu-devel] [PATCH 20/35] target-alpha: Disable interrupts properly
` [Qemu-devel] [PATCH 21/35] target-alpha: Implement more CALL_PAL values inline
` [Qemu-devel] [PATCH 22/35] target-alpha: Implement cpu_alpha_handle_mmu_fault for system mode
` [Qemu-devel] [PATCH 23/35] target-alpha: Remap PIO space for 43-bit KSEG for EV6
` [Qemu-devel] [PATCH 24/35] target-alpha: Trap for unassigned and unaligned addresses
` [Qemu-devel] [PATCH 25/35] target-alpha: Include the PCC_OFS in the RPCC return value
` [Qemu-devel] [PATCH 26/35] target-alpha: Use a fixed frequency for the RPCC in system mode
` [Qemu-devel] [PATCH 27/35] target-alpha: Implement TLB flush primitives
` [Qemu-devel] [PATCH 28/35] target-alpha: Add custom PALcode image for CLIPPER emulation
` [Qemu-devel] [PATCH 29/35] target-alpha: Add "
` [Qemu-devel] [PATCH 30/35] target-alpha: Implement WAIT IPR
` [Qemu-devel] [PATCH 31/35] target-alpha: Implement HALT IPR
` [Qemu-devel] [PATCH 32/35] target-alpha: Add high-resolution access to wall clock and an alarm
` [Qemu-devel] [PATCH 33/35] target-alpha: Properly select the VGA controler to use
` [Qemu-devel] [PATCH 34/35] target-alpha: Enable PCI IDE
` [Qemu-devel] [PATCH 35/35] target-alpha: Add ps2 keyboard

[PATCH 02/13] i2c/i2c-nomadik: make i2c timeout specific per i2c bus
 2011-05-09 21:35 UTC 

[PATCH 01/13] i2c/i2c-nomadik: add regulator support
 2011-05-09 21:35 UTC 

[PATCH 00/13] Various updates to the Nomadik I2C controller
 2011-05-09 21:34 UTC 

long delay when using HMDI output on RS780
 2011-05-09 21:32 UTC  (6+ messages)

8390 drivers (was: Re: Debian kernel 2.6.38-5)
 2011-05-09 21:32 UTC  (2+ messages)

[BUG] rebuild_sched_domains considered dangerous
 2011-05-09 21:26 UTC  (7+ messages)

[PATCH] powerpc/e5500: set non-base IVORs
 2011-05-09 21:26 UTC 

[PATCH v2] Add Marvell UMI driver
 2011-05-09 21:23 UTC  (2+ messages)

[PATCH] pci: Check bridge resources after resource allocation
 2011-05-09 21:20 UTC  (7+ messages)
        ` [PATCH -v2] "

Third party toolchain, kernel, bootloader
 2011-05-09 21:18 UTC  (7+ messages)

Yocto Technical Team meeting, Tuesday, May 10th 8am Pacific
 2011-05-09 21:17 UTC 

[PATCH] Revert "x86, UV: Make kdump avoid stack dumps"
 2011-05-09 21:16 UTC 

[PATCH v4] ARM: vfp: Always save VFP state in vfp_pm_suspend
 2011-05-09 21:16 UTC 

[B.A.T.M.A.N.] batman-adv: added uevent support for gw and gw propagation for clients
 2011-05-09 21:15 UTC  (2+ messages)
` [B.A.T.M.A.N.] [PATCHv5 3/3] batman-adv: improved gateway tq-based selection

[PATCH] net: group FCoE related feature flags
 2011-05-09 21:15 UTC  (3+ messages)

RFC: use scope from exchange_id to skip reclaim
 2011-05-09 21:14 UTC  (2+ messages)
` [PATCH] NFS: "

[PATCH]mm/migrate.c: clean up comment
 2011-05-09 21:13 UTC  (3+ messages)

[PATCH] viafb: Automatic OLPC XO-1.5 configuration
 2011-05-09 21:14 UTC 

[PATCH v3 (for maint)] git-completion: fix zsh support
 2011-05-09 21:13 UTC  (2+ messages)

[PATCH] toolchain-qte: include cross-compiler and fix env script
 2011-05-09 21:12 UTC 

[GIT PULL rcu/next] rcu commits for 2.6.40
 2011-05-09 21:09 UTC  (3+ messages)


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.