First  |  Prev |  Next  |  Last
Pages: 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533
[PATCH 04/26] cciss: factor out cciss_board_disabled
From: Stephen M. Cameron <scameron(a)beardog.cce.hp.com> cciss: factor out cciss_board_disabled Signed-off-by: Stephen M. Cameron <scameron(a)beardog.cce.hp.com> --- drivers/block/cciss.c | 15 +++++++++------ 1 files changed, 9 insertions(+), 6 deletions(-) diff --git a/drivers/block/cciss.c b/drivers/block... 19 Jul 2010 15:46
[PATCH 01/26] cciss: Set the performant mode bit in the scsi half of the driver
From: Stephen M. Cameron <scameron(a)beardog.cce.hp.com> cciss: Set the performant mode bit in the scsi half of the driver In a couple of places, the performant mode bit wasn't being set in the scsi half of the driver, causing commands to seem to hang. Use enqueue_cmd_and_start_io() where appropriate. This fixes ... 19 Jul 2010 15:46
[patch 2/3] x86: sync xsave memory layout with its header for user handling
With xsaveopt, if a processor implementation discern that a processor state component is in its initialized state it may modify the corresponding bit in the xsave_hdr.xstate_bv as '0', with out modifying the corresponding memory layout. Hence wHile presenting the xstate information to the user, we always ensure tha... 19 Jul 2010 15:46
[patch 0/3] x86: xsaveopt kernel enabling patches
AVX Programming Reference (June, 2010 version) located at http://software.intel.com/en-us/avx/ refers to the optimized extended state save instruction "xsaveopt". xsaveopt is similar to xsave and incorporates optimizations specifically targeted for speeding up context switch save, like: a. if a state is in an IN... 19 Jul 2010 15:46
[patch 1/3] x86: track the offset, size of features state in the xsave layout
Subleaves of the cpuid vector 0xd provides the offset and size of different feature state that are managed by the xsave/xrstor. Track this for the upcoming usage during signal handling. Signed-off-by: Suresh Siddha <suresh.b.siddha(a)intel.com> --- arch/x86/kernel/xsave.c | 29 +++++++++++++++++++++++++++++ 1 ... 19 Jul 2010 15:46
[patch 3/3] x86: use xsaveopt in context-switch path when supported
xsaveopt is a more optimized form of xsave specifically designed for the context switch usage. xsaveopt doesn't save the state that's not modified from the prior xrstor. And if a specific feature state gets modified to the init state, then xsaveopt just updates the header bit in the xsave memory layout without upda... 19 Jul 2010 15:46
[PATCH 00/26] cciss updates July 19, 2010
The following series implements mostly cleanups to the initialization code in cciss along the same lines as what's already been done in hpsa. There are also a few bug fixes. The SCSI tape code was not setting the performant mode bits in commands, which caused a hang. The code to reset controllers via PCI power ... 19 Jul 2010 15:46
mfd: twl4030: Driver for twl4030 madc module
Janakiram Sistla wrote: drivers/mfd/Kconfig | 21 ++ drivers/mfd/Makefile | 3 +- drivers/mfd/twl4030-madc.c | 548 ++++++++++++++++++++++++++++++++++++++ include/linux/i2c/twl4030-madc.h | 126 +++++++++ 4 files changed, 697 insertions(+), 1 deletions(-) ... 19 Jul 2010 14:39
[patch] usbnet: fix 100% CPU use on suspended device
From: Elly Jones <ellyjones(a)google.com> This patch causes the usbnet module not to attempt to submit URBs to the device if the device is not ready to accept them. This fixes a misbehavior trigged by the Qualcomm Gobi driver (released under GPL through their Code Aurora initiative) which causes the usbnet core to ... 19 Jul 2010 14:39
[PATCH] i8042: add Gigabyte Spring Peak to dmi_noloop_table
Gigabyte "Spring Peak" notebook indicates wrong chassis-type, tripping up i8042 and breaking the touchpad. Add this model to i8042_dmi_noloop_table[] to resolve. BugLink: https://bugs.launchpad.net/bugs/580664 Signed-off-by: Kamal Mostafa <kamal(a)canonical.com> Cc: <stable(a)kernel.org> --- drivers/input/seri... 19 Jul 2010 14:39
First  |  Prev |  Next  |  Last
Pages: 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533