Found 7 matching messages (0.034 seconds). Page 1 of 1.
- [PATCH 035/149] USB: EHCI big endian data structures support (for 440EPx)
From: Stefan Roese
This patch adds support for the AMCC 440EPx EHCI controller whose
in-memory data structures and the registers are represented in big-
endian format.
Signed-off-by: Stefan Roese
Signed-off-by: ...
linux-usb-devel - Greg Kroah-Hartman - Jul 12 2007 - 19:41
- [patch 035/101] Clear TCP segmentation offload state in ipt_REJECT
From: Herbert Xu
[NETFILTER]: Clear GSO bits for TCP reset packet
The TCP reset packet is copied from the original. This
includes all the GSO bits which do not apply to the new
packet. So we should clear those bits
linux-kernel - Greg KH - Mar 7 2007 - 13:11
- [PATCH 035 of 35] Simplify bio splitting in dm.
Use the new bio_multi_split to simplify dm bio splitting.
Signed-off-by: Neil Brown
### Diffstat output
./drivers/md/dm.c | 166 ++++++------------------------------------------------
1 file changed, 20 insertions(+), 146
linux-kernel - NeilBrown - Jul 30 2007 - 22:18
- [PATCH 035/104] KVM: Change the emulator_{read,write,cmpxchg}_* functions to take a vcpu
From: Laurent Vivier
... instead of a x86_emulate_ctxt, so that other callers can use it easily.
Signed-off-by: Laurent Vivier
Signed-off-by: Avi Kivity
---
drivers/kvm/
linux-kernel - Avi Kivity - Sep 17 2007 - 04:31
- [PATCH 035/142] usb: introduce usb_authorize/deauthorize()
From: Inaky Perez-Gonzalez
These USB API functions will do the full authorization/deauthorization
to be used for a device. When authorized we effectively allow a
configuration to be set. Reverse that when deauthorized.
linux-usb-devel - Greg Kroah-Hartman - Oct 12 2007 - 18:17
- [PATCH 035/196] kobject: convert hvcs to use kref, not kobject
hvcs 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: Anton Blanchard
Cc: Paul Mackerras
Cc: Benjamin
linux-kernel - Greg Kroah-Hartman - Jan 25 2008 - 03:09
- [PATCH 035/148] include/asm-x86/fixmap_64.h: checkpatch cleanups - formatting only
Signed-off-by: Joe Perches
---
include/asm-x86/fixmap_64.h | 20 +++++++++++---------
1 files changed, 11 insertions(+), 9 deletions(-)
diff --git a/include/asm-x86/fixmap_64.h b/include/asm-x86/fixmap_64.h
index 70ddb21..
linux-kernel - Joe Perches - Mar 23 2008 - 04:02