Found 8 matching messages (0.066 seconds). Page 1 of 1.
- [patch 033/101] UHCI: fix port resume problem
From: Alan Stern
This patch (as863) fixes a problem encountered sometimes when resuming
a port on ... is still suspended and the resume has failed.
The patch makes uhci_finish_suspend() wait until both bits are safely
off.
...
linux-kernel - Greg KH - Mar 7 2007 - 13:11
- [PATCH 033 of 35] Simplify stacking of IO restrictions
Stacking device drives (dm/md) no longer need to worry about
most queue limits as they are handled at a lower level. The
only limit of any interest at the top level now is the hard
sector size.
Signed-off-by: Neil Brown
###
linux-kernel - NeilBrown - Jul 30 2007 - 22:18
- [PATCH 033/104] KVM: SVM: de-containization
From: Rusty Russell
container_of is wonderful, but not casting at all is better. This
patch changes svm.c's internal functions to pass "struct vcpu_svm"
instead of "struct kvm_vcpu" and using container_of.
Signed-off-by: ...
linux-kernel - Avi Kivity - Sep 17 2007 - 04:31
- [PATCH 033/149] USB: rework C++-style comments
From: Alan Stern
This patch (as911) replaces some C++-style commented-out debugging
lines in driver.c with a new "verbose debugging" macro. It makes the
code look cleaner, and it's easier to turn the debugging on or off ...
linux-usb-devel - Greg Kroah-Hartman - Jul 12 2007 - 19:41
- Re: [PATCH 033/149] USB: rework C++-style comments
...
> +
*snicker*
Just last week some feedback from Andrew made me think that
this should be a driver model feature. I think I'll post a
patch moving this to -- but using #ifdef
not #if -- and see what happens. ;)
- Dave
...
linux-usb-devel - David Brownell - Jul 12 2007 - 23:27
- [PATCH 033/142] usb: usb_generic_probe() obeys authorization
From: Inaky Perez-Gonzalez
If called and the device is not authorized to be used, then we won't
choose a configuration (as they are not a concept that exists for an
unauthorized device). However, the device is added to the
linux-usb-devel - Greg Kroah-Hartman - Oct 12 2007 - 18:17
- [PATCH 033/196] kobject: convert ibmasm to use kref, not kobject
The IBM asm driver is using a kobject only for reference counting,
nothing else. So switch it to use a kref instead, which is all that is
needed, and is much smaller.
Cc: Max Asböck
Cc: Kay Sievers
Signed-
linux-kernel - Greg Kroah-Hartman - Jan 25 2008 - 03:09
- [PATCH 033/148] include/asm-x86/elf.h: checkpatch cleanups - formatting only
Signed-off-by: Joe Perches
---
include/asm-x86/elf.h | 102 +++++++++++++++++++++++++++----------------------
1 files changed, 56 insertions(+), 46 deletions(-)
diff --git a/include/asm-x86/elf.h b/include/asm-x86/elf.h
index
linux-kernel - Joe Perches - Mar 23 2008 - 04:02