Found 6 matching messages (0.075 seconds). Page 1 of 1.
- [patch 049/101] DVB: cxusb: fix firmware patch for big endian systems
From: Jin-Bong lee
Without this patch, the device will not be detected after firmware download
on big endian systems.
(cherry picked from commit 1d1370a48ca285ebe197ecd3197a8d5f161bc291)
Signed-off-by: Jin-Bong lee < ...
linux-kernel - Greg KH - Mar 7 2007 - 13:11
- [PATCH 049/149] USB: digi_acceleport further buffer clean up
From: Al Borchers
Some further cleanup after Oliver's patch to update the tty
buffering. The input buffer is not used at all anymore, so
I removed it.
Signed-off-by: Al Borchers
Signed-off-by: Greg ...
linux-usb-devel - Greg Kroah-Hartman - Jul 12 2007 - 19:41
- [PATCH 049/104] KVM: Use kmem_cache_free for kmem_cache_zalloc'ed objects
From: Rusty Russell
We use kfree in svm.c and vmx.c, and this works, but it could break at
any time. kfree() is supposed to match up with kmalloc().
Signed-off-by: Rusty Russell
Signed-off-by: Avi
linux-kernel - Avi Kivity - Sep 17 2007 - 04:31
- [PATCH 049/142] USB: SisUSB2VGA: Lindent drivers/usb/misc/sisusbvga/sisusb_struct.h
From: Felipe Balbi
Better indentation
Signed-off-by: Felipe Balbi
Cc: Thomas Winischhofer
Signed-off-by: Greg Kroah-Hartman
---
drivers/usb/misc/
linux-usb-devel - Greg Kroah-Hartman - Oct 12 2007 - 18:17
- [PATCH 049/196] kobject: convert securityfs 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
Acked-by: Chris Wright
Signed-off-by: Greg Kroah-Hartman
---
linux-kernel - Greg Kroah-Hartman - Jan 25 2008 - 03:09
- [PATCH 049/148] include/asm-x86/ioctls.h: checkpatch cleanups - formatting only
Signed-off-by: Joe Perches
---
include/asm-x86/ioctls.h | 13 +++++++------
1 files changed, 7 insertions(+), 6 deletions(-)
diff --git a/include/asm-x86/ioctls.h b/include/asm-x86/ioctls.h
index 93c894d..c0c338b 100644
---
linux-kernel - Joe Perches - Mar 23 2008 - 04:02