First  |  Prev |  Next  |  Last
Pages: 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706
[PATCH 0/7] block: BKL removal, version 4
This series removes the big kernel lock from the common block layer code by pushing it into the individual device drivers. This version incorporates further changes to address comments from Christoph Hellwig and Sam Ravnborg, many thanks for the valuable feedback! I'd like to get this into 2.6.36 in order to ... 7 Jul 2010 11:15
[PATCH] IR/lirc_dev: fix locking in lirc_dev_fop_read
On Wed, Jul 07, 2010 at 02:52:58PM +0200, Jiri Slaby wrote: Hi, stanse found a locking error in lirc_dev_fop_read: if (mutex_lock_interruptible(&ir->irctl_lock)) return -ERESTARTSYS; ... while (written < length && ret == 0) { if (mutex_lock_interruptible(&ir->irctl_lock)) { #1 ret... 7 Jul 2010 11:15
x86, paravirt: Add a global synchronization point for pvclock
On Wed, Jul 07, 2010 at 02:47:31PM +0200, Peter Palfrader wrote: Hey, Greg KH schrieb am Donnerstag, dem 01. Juli 2010: 2.6.32-stable review patch. If anyone has any objections, please let us know. 2.6.32.16 fails to boot on my KVM domains using qemu-kvm 0.11.1. Bisecting between 2.6.3... 8 Jul 2010 08:03
[PATCH] firewire: cdev: fix fw_cdev_event_bus_reset emission after local config ROM changes
When a descriptor was added or removed to the local node's config ROM, userspace clients which had a local node's /dev/fw* open did not receive any fw_cdev_event_bus_reset for poll()/read() consumption. The cause was that the core-device.c facility which re-reads the config ROM of the bus reset initiator node mis... 7 Jul 2010 10:08
[PATCH 5/6] padata: simplify serialization mechanism
We count the number of processed objects on a percpu basis, so we need to go through all the percpu reorder queues to calculate the sequence number of the next object that needs serialization. This patch changes this to count the number of processed objects global. So we can calculate the sequence number and the pe... 7 Jul 2010 10:08
[PATCH 6/6] padata: update documentation
This patch updates the padata documentation to the changed API of padata_start/padata_stop and padata_do parallel. Signed-off-by: Steffen Klassert <steffen.klassert(a)secunet.com> --- Documentation/padata.txt | 21 +++++++++++---------- 1 files changed, 11 insertions(+), 10 deletions(-) diff --git a/Document... 7 Jul 2010 10:08
[PATCH 3/4] Smedia Glamo 3362 GPIO interface driver
Signed-off-by: Thibaut Girka <thib(a)sitedethib.com> --- drivers/gpio/Kconfig | 6 + drivers/gpio/Makefile | 1 + drivers/gpio/glamo-gpio.c | 284 +++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 291 insertions(+), 0 deletions(-) create mode 100644 drivers/gpio/glamo-gpio.c diff -... 7 Jul 2010 10:08
[PATCH 1/6] padata: Check for valid padata instance on start
This patch introduces the PADATA_INVALID flag which is checked on padata start. This will be used to mark a padata instance as invalid, if the padata cpumask does not intersect with the active cpumask. we change padata_start to return an error if the PADATA_INVALID is set. Also we adapt the only padata user, pcryp... 7 Jul 2010 10:08
[PATCH 2/6] padata: Block until the instance is unused on stop
This patch makes padata_stop to block until the padata instance is unused. Also we split padata_stop to a locked and a unlocked version. This is in preparation to be able to change the cpumask after a call to patata stop. Signed-off-by: Steffen Klassert <steffen.klassert(a)secunet.com> --- kernel/padata.c | 24... 7 Jul 2010 10:08
[PATCH 0/4] Smedia Glamo 3362 drivers
Those drivers provide MMC and display functionalities of the Smedia Glamo 3362, a multi-function device used in the Neo FreeRunner. First patch is for the glamo core driver, needed for every other driver. The second is for MMC support. The third is for the GPIO interface. The last one is for the framebuffer driv... 7 Jul 2010 10:08
First  |  Prev |  Next  |  Last
Pages: 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706