Found 7 matching messages (0.024 seconds). Page 1 of 1.
- [PATCH 102/142] USB: move decision to ignore FREEZE events
From: Alan Stern
This patch (as987) changes the way FREEZE and PRETHAW suspend events
are handled in usbcore. The decision about whether or not to ignore
them for non-root devices is pushed down into the USB-device driver, ...
linux-usb-devel - Greg Kroah-Hartman - Oct 12 2007 - 18:18
- [patch 102/101] TCP: Fix minisock tcp_create_openreq_child() typo.
... this might leave
> icsk_ack.last_seg_size zero even if we do have received data.
Good catch!
David, please apply the attached patch.
Signed-off-by: Arnaldo Carvalho de Melo
Signed-off-by: David S. Miller ...
linux-kernel - Chris Wright - Mar 7 2007 - 19:12
- [PATCH] [102/2many] MAINTAINERS - BLUETOOTH HCI USB DRIVER
Add file pattern to MAINTAINER entry
Signed-off-by: Joe Perches
diff --git a/MAINTAINERS b/MAINTAINERS
index 6f706da..277b091 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1024,6 +1024,7 @@ M: marcel@holtmann.org
P: Maxim
linux-kernel - joe - Aug 13 2007 - 02:24
- [PATCH 102/104] KVM: x86 emulator: fix src, dst value initialization
From: Nitin A Kamble
Some operand fetches are less than the machine word size and can result in
stale bits if used together with operands of different sizes.
Signed-off-by: Nitin A Kamble
linux-kernel - Avi Kivity - Sep 17 2007 - 04:32
- [PATCH 102/149] USB: serial: visor: 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/visor. ...
linux-usb-devel - Greg Kroah-Hartman - Jul 12 2007 - 19:42
- [PATCH 102/196] driver core: clean up shutdown.c
shutdown.c had some stuff it did not need, including a duplicate extern
in the power.h file. This cleans up all of that.
Signed-off-by: Greg Kroah-Hartman
---
drivers/base/power/power.h | 7 -------
drivers/base/power/
linux-kernel - Greg Kroah-Hartman - Jan 25 2008 - 03:32
- [PATCH 102/148] include/asm-x86/ptrace.h: checkpatch cleanups - formatting only
Signed-off-by: Joe Perches
---
include/asm-x86/ptrace.h | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/include/asm-x86/ptrace.h b/include/asm-x86/ptrace.h
index bc44246..e779f2b 100644
--- a/
linux-kernel - Joe Perches - Mar 23 2008 - 04:03