Found 6 matching messages (0.065 seconds). Page 1 of 1.
- [patch 091/101] lockdep: forward declare struct task_struct
From: Heiko Carstens
3117df0453828bd045c16244e6f50e5714667a8a causes this:
In file included from arch/s390/kernel/early.c:13:
include/linux/lockdep.h:300: warning:
"struct task_struct" declared inside parameter list
linux-kernel - Greg KH - Mar 7 2007 - 13:12
- [PATCH 091/104] KVM: Move main vcpu loop into subarch independent code
This simplifies adding new code as well as reducing overall code size.
Signed-off-by: Avi Kivity
---
drivers/kvm/kvm.h | 9 +++-
drivers/kvm/kvm_main.c | 124 +++++++++++++++++++++++++++++++++++++++++-
drivers/kvm/svm.c
linux-kernel - Avi Kivity - Sep 17 2007 - 04:32
- [PATCH 091/149] USB: serial: mct_u232: 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:
Cc: Wolfgang Grandegger
Signed-off-by: Greg Kroah-Hartman < ...
linux-usb-devel - Greg Kroah-Hartman - Jul 12 2007 - 19:42
- [PATCH 091/142] USB: reorganize urb->status use in usbmon
From: Alan Stern
This patch (as978) reorganizes the way usbmon uses urb->status. It
now accepts the status value as an argument.
Signed-off-by: Alan Stern
Acked-by: Pete Zaitcev linux-usb-devel - Greg Kroah-Hartman - Oct 12 2007 - 18:18
- [PATCH 091/196] firmware: remove firmware_(un)register()
These functions are no longer called or needed, so we can remove them.
As I rewrote the whole firmware.c file, add my copyright.
Cc: Kay Sievers
Signed-off-by: Greg Kroah-Hartman
---
drivers/base/firmware.
linux-kernel - Greg Kroah-Hartman - Jan 25 2008 - 03:32
- [PATCH 091/148] include/asm-x86/percpu.h: checkpatch cleanups - formatting only
Signed-off-by: Joe Perches
---
include/asm-x86/percpu.h | 104 ++++++++++++++++++++++++----------------------
1 files changed, 54 insertions(+), 50 deletions(-)
diff --git a/include/asm-x86/percpu.h b/include/asm-x86/percpu.h
linux-kernel - Joe Perches - Mar 23 2008 - 04:03