Found 7 matching messages (0.032 seconds). Page 1 of 1.
- [PATCH 031/104] KVM: VMX: pass vcpu_vmx internally
From: Rusty Russell
container_of is wonderful, but not casting at all is better. This
patch changes vmx.c's internal functions to pass "struct vcpu_vmx"
instead of "struct kvm_vcpu" and using container_of.
Signed-off-by: ...
linux-kernel - Avi Kivity - Sep 17 2007 - 04:31
- [PATCH 031/149] USB: hub.c loops forever on resume from ram due to bluetooth
... ,
which then caused the loop to go on forever.
The system works fine now with CONFIG_USB_SUSPEND=y in the .config.
Here's the patch to prevent future lockups for this or other causes.
I no longer need it, but it does still seem a good idea.
...
linux-usb-devel - Greg Kroah-Hartman - Jul 12 2007 - 19:41
- [PATCH 031/196] sysfs: create optimal relative symlink targets
... .1_ep81
now it just points to:
usb_endpoint/usbdev1.1_ep81
Thanks to Denis Cheng for bringing this up, and sending the initial patch.
CC: Denis Cheng
Signed-off-by: Kay Sievers
Signed-off-by: Greg ...
linux-kernel - Greg Kroah-Hartman - Jan 25 2008 - 03:09
- [patch 031/101] Avoid using nfsd process pools on SMP machines.
From: NeilBrown
process-pools have real benefits for NUMA, but on SMP
machines they only work if network interface interrupts
go to all CPUs (via round-robin or multiple nics). This is
not always the case, so disable the pools in
linux-kernel - Greg KH - Mar 7 2007 - 13:11
- [PATCH 031 of 35] Use bio_multi_split to fully split bios for pktcdvd.
pktcdvd now accepts arbitrarily large bios and will split as necessary.
Signed-off-by: Neil Brown
### Diffstat output
./drivers/block/pktcdvd.c | 44 ++++++++++++--------------------------------
1 file changed, 12 insertions
linux-kernel - NeilBrown - Jul 30 2007 - 22:18
- [PATCH 031/142] usb: usb_get_configuration() obeys authorization
From: Inaky Perez-Gonzalez
If called and the device is not authorized to be used, then we don't
allow reading the configurations.
Signed-off-by: Inaky Perez-Gonzalez
Signed-off-by: Greg Kroah-Hartman
linux-usb-devel - Greg Kroah-Hartman - Oct 12 2007 - 18:17
- [PATCH 031/148] include/asm-x86/edac.h: checkpatch cleanups - formatting only
Signed-off-by: Joe Perches
---
include/asm-x86/edac.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/include/asm-x86/edac.h b/include/asm-x86/edac.h
index cf3200a..a8088f6 100644
--- a/include/asm-
linux-kernel - Joe Perches - Mar 23 2008 - 04:02