Found 6 matching messages (0.057 seconds). Page 1 of 1.
- [PATCH 095/149] USB: serial: omninet: clean up urb->status usage
This done in anticipation of removal of urb->status, which will make
that patch easier to review and apply in the future.
Cc:
Signed-off-by: Greg Kroah-Hartman
---
drivers/usb/serial/ ...
linux-usb-devel - Greg Kroah-Hartman - Jul 12 2007 - 19:42
- [PATCH 095/142] USB: fix location of statement label in dummy-hcd
From: Alan Stern
This patch (as984) fixes a rather elementary mistake in dummy_hcd.
The new statement label should come before the spin_unlock_irqrestore,
not after it.
Signed-off-by: Alan Stern linux-usb-devel - Greg Kroah-Hartman - Oct 12 2007 - 18:18
- [patch 095/101] throttle_vm_writeout(): dont loop on GFP_NOFS and GFP_NOIO allocations
From: Andrew Morton
throttle_vm_writeout() is designed to wait for the dirty levels to subside.
But if the caller holds IO or FS locks, we might be holding up that writeout.
So change it to take a single nap to give
linux-kernel - Greg KH - Mar 7 2007 - 13:12
- [PATCH 095/104] KVM: x86 emulator: pushf
From: Nitin A Kamble
Implement emulation of instruction
pushf
opcode: 0x9c
Signed-off-by: Nitin A Kamble
Signed-off-by: Avi Kivity
---
drivers/kvm/x86_emulate.c | 11
linux-kernel - Avi Kivity - Sep 17 2007 - 04:32
- [PATCH 095/196] kset: remove decl_subsys macro
This macro is no longer used. ksets should be created dynamically with
a call to kset_create_and_add() not declared statically.
Yes, there are 5 remaining static struct kset usages in the kernel tree,
but they will be fixed up soon.
Cc: Kay
linux-kernel - Greg Kroah-Hartman - Jan 25 2008 - 03:32
- [PATCH 095/148] include/asm-x86/pgtable-3level.h: checkpatch cleanups - formatting only
Signed-off-by: Joe Perches
---
include/asm-x86/pgtable-3level.h | 48 ++++++++++++++++++++++---------------
1 files changed, 28 insertions(+), 20 deletions(-)
diff --git a/include/asm-x86/pgtable-3level.h b/include/asm-x86/
linux-kernel - Joe Perches - Mar 23 2008 - 04:03