First  |  Prev |  Next  |  Last
Pages: 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974
misleading kernel config error msg when building module against kernel
when one tries to build a simple module against a "make distclean"ed source tree, one gets: ERROR: Kernel configuration is invalid. include/generated/autoconf.h or include/config/auto.conf are missing. Run 'make oldconfig && make prepare' on kernel src to fix it. that diagnostic seems in... 18 Jun 2010 17:58
DRM / radeon / PM: Do not evict VRAM during freeze phase of hibernation
On Fri, 2010-06-18 at 22:21 +0200, Rafael J. Wysocki wrote: From: Rafael J. Wysocki <rjw(a)sisk.pl> I have recently noticed a 55 sec. delay during the "device freeze" phase of hibernation on my test-bed HP nx6325. Due to the 100% reproducibility of it I was able to narrow it down to radeon_suspend_kms... 18 Jun 2010 20:10
[PATCH 11/12] scsi: megaraid_sas - Add three times Online controller reset
RESUBMIT: If fw didn't raise the interrupt with the fw state change to driver and fw goes to failure state, driver Will check the FW state in driver's timeout routine and issue the reset if need. Driver will do the OCR upto three Times until kill adapter. Also driver will issue OCR before driver kill adapter eve... 18 Jun 2010 17:58
[PATCH 8/12] scsi: megaraid_sas - Online Controller Reset (OCR): Driver re-issue the pending cmds to FW
RESUBMIT: After OCR finished, driver need to re-issue the pending cmds to FW again. Signed-off-by Bo Yang<bo.yang(a)lsi.com> --- drivers/scsi/megaraid/megaraid_sas.c | 81 ++++++++++++++++++++++++++++++++++- 1 file changed, 80 insertions(+), 1 deletion(-) diff -rupN old/drivers/scsi/megaraid/megaraid_sas.c ... 18 Jun 2010 17:58
[PATCH 9/12] scsi: megaraid_sas - support devices update flag
RESUBMIT: Driver added the Device update flag to tell LSI application driver will do the device Update. LSI MegaRAID SAS application will check this flag to decide if it is need to update the Device or not. Signed-off-by Bo Yang<bo.yang(a)lsi.com> --- drivers/scsi/megaraid/megaraid_sas.c | 24 +++++++++++++... 18 Jun 2010 17:58
[PATCH 10/12] scsi: megaraid_sas - Add input parameter for max_sectors
RESUBMIT: Driver add the input parameters support for max_sectors for our gen2 chip. Customer can Set the max_sectors support to 1MB for gen2 chip during the driver load. Signed-off-by Bo Yang<bo.yang(a)lsi.com> --- drivers/scsi/megaraid/megaraid_sas.c | 74 +++++++++++++++++++++++++++++++++++ drivers/scsi/m... 18 Jun 2010 17:58
while_each_thread() under rcu_read_lock() is broken?
I think you're right. I can't see what would prevent that race. So for_each_process and do_each_thread are safe only under read_lock(&tasklist_lock) and while_each_thread is only safe under either that or siglock. (Also a few places using next_thread in similar loops outside those macros.) Perhaps we could... 9 Jul 2010 12:45
[PATCH] x86: Fix vsyscall on gcc 4.5 with -Os
x86: Fix vsyscall on gcc 4.5 with -Os This fixes the -Os breaks with gcc 4.5 bug. rdtsc_barrier needs to be force inlined, otherwise user space will jump into kernel space and kill init. This also addresses http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44129 I believe Signed-off-by: Andi Kleen <ak(a)linux.int... 18 Jun 2010 17:58
[PATCH 5/12] scsi: megaraid_sas - Online Controller Reset (OCR): Add and initialize the OCR relaed variable
RE_SUBMIT: fix the " OnOffProperties structure is defined in patch 6/12 as is the process_fw_state_change_wq function". To support online controller reset, driver need to define some instance based variable and initialize them. Signed-off-by Bo Yang<bo.yang(a)lsi.com> --- drivers/scsi/megaraid/megaraid_sas.c | ... 18 Jun 2010 17:58
hwmon: Driver for SMM665 Six-Channel Active DC Output Controller/Monitor
[...] + /* + * Algorithm for reading ADC, per SMM665 datasheet + * + * {[S][addr][W][Ack]} {[offset][Ack]} {[S][addr][R][Nack]} + * [wait 70 uS] + * {[S][addr][R][Ack]} {[datahi][Ack]} {[datalo][Ack][P]} + ... 27 Jun 2010 18:18
First  |  Prev |  Next  |  Last
Pages: 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974