Found 7 matching messages (0.041 seconds). Page 1 of 1.
- [patch 030/101] EHCI: turn off remote wakeup during shutdown
From: Alan Stern
This patch (as850b) disables remote wakeup (and everything else!) on
all EHCI ports when the shutdown() method is called. If remote wakeup
is left active then some systems will reboot instead of powering ...
linux-kernel - Greg KH - Mar 7 2007 - 13:11
- [PATCH 030 of 35] Teach raid5 to split incoming bios.
We only need to split bios if we want to read around the cache,
as when we go through the cache, the sharing is already done.
So use bio_multi_split to split up read requests, and get rid of
raid5_mergeable_bvec as it is no longer needed.
Signed
linux-kernel - NeilBrown - Jul 30 2007 - 22:18
- [PATCH 030/104] KVM: fx_init() needs preemption disabled while it plays with the FPU state
From: Rusty Russell
Now that kvm generally runs with preemption enabled, we need to protect
the fpu intialization sequence.
Signed-off-by: Rusty Russell
Signed-off-by: Avi Kivity
linux-kernel - Avi Kivity - Sep 17 2007 - 04:31
- [PATCH 030/149] USB: add USB_DEVICE_AND_INTERFACE_INFO for device matching
From: Daniel Drake
Recently, the USB device matching code stopped matching generic interface
matches against devices with vendor-specific device class values.
Some drivers now need to explicitly match USB device ID's (in addition
linux-usb-devel - Greg Kroah-Hartman - Jul 12 2007 - 19:41
- [PATCH 030/142] usb: usb_set_configuration() obeys authorization
From: Inaky Perez-Gonzalez
Will refuse to configure a non-authorized device.
Update: simplified if statement--thanks to Ragner Magalhaes for the
heads up.
Signed-off-by: Inaky Perez-Gonzalez
linux-usb-devel - Greg Kroah-Hartman - Oct 12 2007 - 18:17
- [PATCH 030/196] driver core: Make the dev_*() family of macros in device.h complete
From: Emil Medve
Removed duplicates defined elsewhere
Signed-off-by: Emil Medve
Signed-off-by: Greg Kroah-Hartman
---
drivers/i2c/chips/isp1301_omap.c | 6 ------
linux-kernel - Greg Kroah-Hartman - Jan 25 2008 - 03:09
- [PATCH 030/148] include/asm-x86/e820_64.h: checkpatch cleanups - formatting only
Signed-off-by: Joe Perches
---
include/asm-x86/e820_64.h | 16 +++++++++-------
1 files changed, 9 insertions(+), 7 deletions(-)
diff --git a/include/asm-x86/e820_64.h b/include/asm-x86/e820_64.h
index d57a8c8..4c6ad98 100644
linux-kernel - Joe Perches - Mar 23 2008 - 04:02