First  |  Prev |  Next  |  Last
Pages: 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400
[PATCH] GSoC 2010 - Memory hotplug support for Xen guests - fully working version
Hi, Currently there is fully working version. It has been tested on Xen Ver. 4.0.0 in PV guest i386/x86_64 with Linux kernel Ver. 2.6.32.16 and Ver. 2.6.34.1. This patch cleanly applys to Ver. 2.6.34.1 (also as attachment because I received some reports that my patches are mangled). All found bugs have been re... 26 Jul 2010 21:35
linux-next: failed import of the usb quilt series
Hi Greg, Importing the usb quilt series today produced this error: usb-serial-enabling-support-for-segway-rmp-in-ftdi_sio.patch error: patch failed: drivers/usb/serial/ftdi_sio.c:746 error: drivers/usb/serial/ftdi_sio.c: patch does not apply Context reduced to (1/0) to apply fragment at 1012 I removed that ... 27 Jul 2010 00:50
[PATCH 2.6.{32, 33, 34}.stable] ACPI: skip checking BM_STS if the BIOS doesn't ask for it
From: Len Brown <len.brown(a)intel.com> upstream 718be4aaf3613cf7c2d097f925abc3d3553c0605 It turns out that there is a bit in the _CST for Intel FFH C3 that tells the OS if we should be checking BM_STS or not. Linux has been unconditionally checking BM_STS. If the chip-set is configured to enable BM_STS, it c... 26 Jul 2010 20:29
[PATCH 05/15] staging/lirc: add lirc_imon driver
Nb: this is a very trimmed-down lirc_imon, which only supports the oldest generation of imon devices that don't do onboard signal decoding like the most recent generation imon devices -- those are now supported by the ir-core imon driver. Signed-off-by: Jarod Wilson <jarod(a)redhat.com> --- drivers/staging/lirc/... 26 Jul 2010 20:29
[PATCH 12/15] staging/lirc: add lirc_streamzap driver
Signed-off-by: Jarod Wilson <jarod(a)redhat.com> --- drivers/staging/lirc/lirc_streamzap.c | 821 +++++++++++++++++++++++++++++++++ 1 files changed, 821 insertions(+), 0 deletions(-) create mode 100644 drivers/staging/lirc/lirc_streamzap.c diff --git a/drivers/staging/lirc/lirc_streamzap.c b/drivers/staging/lir... 26 Jul 2010 20:29
[PATCH 10/15] staging/lirc: add lirc_serial driver
Signed-off-by: Jarod Wilson <jarod(a)redhat.com> --- drivers/staging/lirc/lirc_serial.c | 1313 ++++++++++++++++++++++++++++++++++++ 1 files changed, 1313 insertions(+), 0 deletions(-) create mode 100644 drivers/staging/lirc/lirc_serial.c diff --git a/drivers/staging/lirc/lirc_serial.c b/drivers/staging/lirc/lir... 26 Jul 2010 20:29
[PATCH 13/15] staging/lirc: add lirc_ttusbir driver
Signed-off-by: Jarod Wilson <jarod(a)redhat.com> --- drivers/staging/lirc/lirc_ttusbir.c | 397 +++++++++++++++++++++++++++++++++++ 1 files changed, 397 insertions(+), 0 deletions(-) create mode 100644 drivers/staging/lirc/lirc_ttusbir.c diff --git a/drivers/staging/lirc/lirc_ttusbir.c b/drivers/staging/lirc/li... 26 Jul 2010 20:29
[PATCH 15/15] staging/lirc: wire up Kconfig and Makefile bits
Make the bits under staging/lirc/ buildable, and add a TODO note. Signed-off-by: Jarod Wilson <jarod(a)redhat.com> --- drivers/staging/Kconfig | 2 + drivers/staging/Makefile | 1 + drivers/staging/lirc/Kconfig | 110 +++++++++++++++++++++++++++++++++++++++++ drivers/staging/lirc/Makefile | ... 26 Jul 2010 20:29
[PATCH 04/15] staging/lirc: add lirc_igorplugusb driver
Signed-off-by: Jarod Wilson <jarod(a)redhat.com> --- drivers/staging/lirc/lirc_igorplugusb.c | 555 +++++++++++++++++++++++++++++++ 1 files changed, 555 insertions(+), 0 deletions(-) create mode 100644 drivers/staging/lirc/lirc_igorplugusb.c diff --git a/drivers/staging/lirc/lirc_igorplugusb.c b/drivers/staging... 26 Jul 2010 20:29
[PATCH 01/15] staging/lirc: add lirc_bt829 driver
Signed-off-by: Jarod Wilson <jarod(a)redhat.com> --- drivers/staging/lirc/lirc_bt829.c | 383 +++++++++++++++++++++++++++++++++++++ 1 files changed, 383 insertions(+), 0 deletions(-) create mode 100644 drivers/staging/lirc/lirc_bt829.c diff --git a/drivers/staging/lirc/lirc_bt829.c b/drivers/staging/lirc/lirc_b... 26 Jul 2010 20:29
First  |  Prev |  Next  |  Last
Pages: 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400