Found 8 matching messages (0.028 seconds). Page 1 of 1.
- [PATCH 028/104] KVM: Use the scheduler preemption notifiers to make kvm preemptible
... interface and other latency
insensitive stuff to a container, so that it is easier to analyze the
remaining workload). This patch re-enables preemption for kvm; preemption
is now only disabled when switching the registers in and out, and during
the ...
linux-kernel - Avi Kivity - Sep 17 2007 - 04:31
- [patch 028/101] MTD: Fatal regression in drivers/mtd/redboot.c in 2.6.20
From: David Woodhouse
[MTD] Fix regression in RedBoot partition scanning
This fixes a regression introduced by the attempt to handle RedBoot FIS
tables which are smaller than an eraseblock, in commit
linux-kernel - Greg KH - Mar 7 2007 - 13:11
- [PATCH 028 of 35] Split arbitrarily large requests to md/raid0 and md/linear
As bi_io_vec is now never modified, bio_clone does not need to
copy it any more.
Make a new bio_multi_split function which can be used to split a single
bio into mutliple other bios dependant on the one parent.
Use that in raid0 and linear to
linux-kernel - NeilBrown - Jul 30 2007 - 22:18
- [PATCH 028/149] USB: RTS/CTS handshaking support, DTR fixes for MCT U232 serial adapter
From: Dave Platt
Improvements and fixes to the MCT U232 USB/serial interface driver.
Implement RTS/CTS hardware flow control. Implement HUPCL. Bring
handling of DTR and RTS into conformance with other Linux serial
port
linux-usb-devel - Greg Kroah-Hartman - Jul 12 2007 - 19:41
- [PATCH 028/142] usb: cleanup usb_register_bus() and hook up sysfs group
From: Inaky Perez-Gonzalez
This path cleans the exit paths of usb_register_bus() [to use a goto
schema], maximum line length (keeping it under ~75).
Signed-off-by: Inaky Perez-Gonzalez
Signed-off-by:
linux-usb-devel - Greg Kroah-Hartman - Oct 12 2007 - 18:17
- [PATCH 028/196] cosa: Convert from class_device to device for cosa sync driver
From: Tony Jones
struct class_device is going away, this converts the code to use struct
device instead.
Signed-off-by: Tony Jones
Cc: Jan "Yenya" Kasprzak
Cc: Kay Sievers
linux-kernel - Greg Kroah-Hartman - Jan 25 2008 - 03:09
- [PATCH 028/148] include/asm-x86/dwarf2_64.h: checkpatch cleanups - formatting only
Signed-off-by: Joe Perches
---
include/asm-x86/dwarf2_64.h | 9 ++++-----
1 files changed, 4 insertions(+), 5 deletions(-)
diff --git a/include/asm-x86/dwarf2_64.h b/include/asm-x86/dwarf2_64.h
index eedc085..c950519 100644
linux-kernel - Joe Perches - Mar 23 2008 - 04:02
- [PATCH 028 of 29] md: md: handle operation chaining in raid5_run_ops
From: Dan Williams
Neil said:
> At the end of ops_run_compute5 you have:
> /* ack now if postxor is not set to be run */
> if (tx && !test_bit(STRIPE_OP_POSTXOR, &s->ops_run))
>
linux-kernel - NeilBrown - Jun 27 2008 - 02:52