Found 6 matching messages (0.038 seconds). Page 1 of 1.
- [patch 040/101] sky2: transmit timeout deadlock
From: Stephen Hemminger
The code in transmit timeout incorrectly assumed that netif_tx_lock
was not set.
Signed-off-by: Stephen Hemminger
Signed-off-by: Greg Kroah-Hartman linux-kernel - Greg KH - Mar 7 2007 - 13:11
- [PATCH 040/104] KVM: VMX: Add cpu consistency check
From: Yang, Sheng
All the physical CPUs on the board should support the same VMX feature
set. Add check_processor_compatibility to kvm_arch_ops for the consistency
check.
Signed-off-by: Sheng Yang
linux-kernel - Avi Kivity - Sep 17 2007 - 04:31
- [PATCH 040/149] USB: visor driver adapted to new tty buffering
From: Oliver Neukum
the new tty buffering code allows usb drivers to stop private buffering.
In fact we must do so to allow flushing to work correctly. This does so
for the visor driver.
Signed-off-by: Oliver Neukum linux-usb-devel - Greg Kroah-Hartman - Jul 12 2007 - 19:41
- [PATCH 040/142] USB: make HCDs responsible for managing endpoint queues
From: Alan Stern
This patch (as954) implements a suggestion of David Brownell's. Now
the host controller drivers are responsible for linking and unlinking
URBs to/from their endpoint queues. This eliminates the possiblity ...
linux-usb-devel - Greg Kroah-Hartman - Oct 12 2007 - 18:17
- [PATCH 040/196] kobject: add kobject_add_ng function
This is what the kobject_add function is going to become.
Add this to the kernel and then we can convert the tree over to use it.
Cc: Kay Sievers
Signed-off-by: Greg Kroah-Hartman
---
include/linux/kobject
linux-kernel - Greg Kroah-Hartman - Jan 25 2008 - 03:09
- [PATCH 040/148] include/asm-x86/highmem.h: checkpatch cleanups - formatting only
Signed-off-by: Joe Perches
---
include/asm-x86/highmem.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/include/asm-x86/highmem.h b/include/asm-x86/highmem.h
index 479767c..e153f3b 100644
--- a/
linux-kernel - Joe Perches - Mar 23 2008 - 04:02