Found 6 matching messages (0.069 seconds). Page 1 of 1.
- [patch 068/101] Fix TCP MD5 locking.
From: David Miller
[TCP]: Fix MD5 signature pool locking.
The locking calls assumed that these code paths were only
invoked in software interrupt context, but that isn't true.
Therefore we need to use spin_{lock,unlock}_bh
linux-kernel - Greg KH - Mar 7 2007 - 13:11
- [PATCH 068/104] KVM: Emulate hlt in the kernel
From: Eddie Dong
By sleeping in the kernel when hlt is executed, we simplify the in-kernel
guest interrupt path considerably.
Signed-off-by: Gregory Haskins
Signed-off-by: Yaozu (Eddie) Dong linux-kernel - Avi Kivity - Sep 17 2007 - 04:31
- [PATCH 068/149] synchronization in usb_serial_put
From: Benny Halevy
I think there is a race between usb_serial_put() and
usb_serial_get_by_index() (and get_free_serial()) with regards
to handling the serial port refcount.
usb_serial_get_by_index() gets a reference on the
linux-usb-devel - Greg Kroah-Hartman - Jul 12 2007 - 19:41
- [PATCH 068/142] UEAGLE: Do not sleep when device is disconnected
From: Stanislaw Gruszka
Do not sleep in kernel thread when device is disconnected, this make faster
suspending and module unloading. Use one wait queue for sleeping.
Signed-off-by: Stanislaw Gruszka
Signed-off-by:
linux-usb-devel - Greg Kroah-Hartman - Oct 12 2007 - 18:18
- [PATCH 068/196] kset: move /sys/slab to /sys/kernel/slab
/sys/kernel is where these things should go.
Also updated the documentation and tool that used this directory.
Cc: Kay Sievers
Acked-by: Christoph Lameter
Signed-off-by: Greg Kroah-Hartman
linux-kernel - Greg Kroah-Hartman - Jan 25 2008 - 03:10
- [PATCH 068/148] include/asm-x86/mmu_context_64.h: checkpatch cleanups - formatting only
Signed-off-by: Joe Perches
---
include/asm-x86/mmu_context_64.h | 21 +++++++++++----------
1 files changed, 11 insertions(+), 10 deletions(-)
diff --git a/include/asm-x86/mmu_context_64.h b/include/asm-x86/mmu_context_64.h
linux-kernel - Joe Perches - Mar 23 2008 - 04:02