Found 6 matching messages (0.014 seconds). Page 1 of 1.
- [patch 090/101] Char: specialix, isr have 2 params
From: Jiri Slaby
specialix, isr have 2 params
pt_regs are no longer the third parameter of isr, call sx_interrupt without
it.
Signed-off-by: Jiri Slaby
Signed-off-by: Andrew Morton linux-kernel - Greg KH - Mar 7 2007 - 13:12
- [PATCH 090/104] KVM: VMX: Move vm entry failure handling to the exit handler
This will help moving the main loop to subarch independent code.
Signed-off-by: Avi Kivity
---
drivers/kvm/vmx.c | 19 ++++++++++---------
1 files changed, 10 insertions(+), 9 deletions(-)
diff --git a/drivers/kvm/vmx.c b/
linux-kernel - Avi Kivity - Sep 17 2007 - 04:32
- [PATCH 090/149] USB: serial: kobil_sct: 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: Thomas Wahrenbruch
Signed-off-by: Greg Kroah-Hartman < ...
linux-usb-devel - Greg Kroah-Hartman - Jul 12 2007 - 19:42
- [PATCH 090/142] USB: reorganize urb->status use in r8a66597-hcd
From: Alan Stern
This patch (as977) reorganizes the way r8a66597-hcd sets urb->status. It
now ... in a local variable until the last moment.
Parts of this patch were written by Yoshihiro Shimoda.
Signed-off-by: Alan Stern ...
linux-usb-devel - Greg Kroah-Hartman - Oct 12 2007 - 18:18
- [PATCH 090/196] kobject: convert /sys/firmware/acpi/ to use kobject_create
We don't need a kset here, a simple kobject will do just fine, so
dynamically create the kobject and use it.
Cc: Kay Sievers
Cc: Len Brown
Signed-off-by: Greg Kroah-Hartman
---
drivers/
linux-kernel - Greg Kroah-Hartman - Jan 25 2008 - 03:31
- [PATCH 090/148] include/asm-x86/pda.h: checkpatch cleanups - formatting only
Signed-off-by: Joe Perches
---
include/asm-x86/pda.h | 80 +++++++++++++++++++++++++-----------------------
1 files changed, 42 insertions(+), 38 deletions(-)
diff --git a/include/asm-x86/pda.h b/include/asm-x86/pda.h
index
linux-kernel - Joe Perches - Mar 23 2008 - 04:03