Found 8 matching messages (0.043 seconds). Page 1 of 1.
- [patch 024/101] ieee1394: fix host device registering when nodemgr disabled
From: Stefan Richter
Since my commit 8252bbb1363b7fe963a3eb6f8a36da619a6f5a65 in 2.6.20-rc1,
host devices have a dummy driver attached. Alas the driver was not
registered before use if ieee1394 was loaded with
linux-kernel - Greg KH - Mar 7 2007 - 13:10
- [PATCH 024 of 35] Allow request bio list not to end with NULL
If we are going to share a bio between requests, then the
last bio in a list may not point to NULL, but may point to
the next bio in a different list.
So instead of testing if ->bi_next is NULL, test if the bio
matches rq->biotail.
Signed-off-by:
linux-kernel - NeilBrown - Jul 30 2007 - 22:17
- [PATCH 024/104] KVM: Remove arch specific components from the general code
From: Gregory Haskins
struct kvm_vcpu has vmx-specific members; remove them to a private structure.
Signed-off-by: Gregory Haskins
Signed-off-by: Rusty Russell
Signed-off-by: Avi
linux-kernel - Avi Kivity - Sep 17 2007 - 04:31
- [PATCH 024/149] USB: EHCI: fix handover for designated full-speed ports
From: Alan Stern
This patch (as895) fixes up a loose end in the port-handover code for
the USB-Persist facility. A special case occurs when a high-speed
device is attached to a port which the user has designated to run at ...
linux-usb-devel - Greg Kroah-Hartman - Jul 12 2007 - 19:40
- [PATCH 024/142] USB: gadget: file storage gadget cleanups
From: David Brownell
Clean up the file storage gadget, using newer APIs and conventions:
- gadget_is_dualspeed() and gadget_is_otg() ... #ifdef removal
- Remove many now-needless #includes
- Use the DEBUG (from Kconfig
linux-usb-devel - Greg Kroah-Hartman - Oct 12 2007 - 18:17
- [PATCH 024/196] mtd: Convert from class_device to device for MTD/mtdchar
From: Tony Jones
struct class_device is going away, this converts the code to use struct
device instead.
Signed-off-by: Tony Jones
Cc: David Woodhouse
Cc: Kay Sievers
linux-kernel - Greg Kroah-Hartman - Jan 25 2008 - 03:09
- [PATCH 024/148] include/asm-x86/div64.h: checkpatch cleanups - formatting only
Signed-off-by: Joe Perches
---
include/asm-x86/div64.h | 35 ++++++++++++++++++-----------------
1 files changed, 18 insertions(+), 17 deletions(-)
diff --git a/include/asm-x86/div64.h b/include/asm-x86/div64.h
index e98d16e
linux-kernel - Joe Perches - Mar 23 2008 - 04:01
- [PATCH 024 of 29] md: md: replace STRIPE_OP_BIOFILL with STRIPE_BIOFILL_RUN
From: Dan Williams
Track the state of read operations (copying data from the stripe cache to bio
buffers outside the lock) with a state flag. Reduce the scope of the
STRIPE_OP_BIOFILL flag to only tracking whether a
linux-kernel - NeilBrown - Jun 27 2008 - 02:51