First
|
Prev |
Next
|
Last
Pages: 2253 2254 2255 2256 2257 2258 2259 2260 2261 2262 2263 2264 2265 2266 2267 2268 2269 2270 2271 2272 2273
[PATCH 08/30] hpsa: use sizeof() not an inline constant in memset. From: Stephen M. Cameron <scameron(a)beardog.cce.hp.com> hpsa: use sizeof() not an inline constant in memset. Signed-off-by: Stephen M. Cameron <scameron(a)beardog.cce.hp.com> --- drivers/scsi/hpsa.c | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/drivers/scsi/hpsa.c b/drivers/scsi/... 4 Feb 2010 09:59
[PATCH 26/30] hpsa: Fix hpsa_find_scsi_entry so that it doesn't try to dereference NULL pointers From: Stephen M. Cameron <scameron(a)beardog.cce.hp.com> hpsa: Fix hpsa_find_scsi_entry so that it doesn't try to dereference NULL pointers Signed-off-by: Stephen M. Cameron <scameron(a)beardog.cce.hp.com> --- drivers/scsi/hpsa.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/drivers/... 4 Feb 2010 09:59
[PATCH 00/30] hpsa: Feb 2010 driver updates The biggest changes are: 1) Adding support for Storageworks 1210m. This RAID controller, unlike previous Smart Arrays, responds to SCSI_REPORT_LUNs and consequently the code for device discovery and mapping devices to bus/target/lun had to change significantly. 2) The 1210m requires the use of so-called "perf... 4 Feb 2010 09:59
[PATCH 01/30] hpsa: fix typo in comments From: Stephen M. Cameron <scameron(a)beardog.cce.hp.com> hpsa: fix typo in comments Signed-off-by: Stephen M. Cameron <scameron(a)beardog.cce.hp.com> --- drivers/scsi/hpsa_cmd.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/scsi/hpsa_cmd.h b/drivers/scsi/hpsa_cmd.h index 12d... 4 Feb 2010 09:59
[PATCH 29/30] hpsa: Reorder compat ioctl functions to eliminate some forward declarations. From: Stephen M. Cameron <scameron(a)beardog.cce.hp.com> hpsa: Reorder compat ioctl functions to eliminate some forward declarations. Signed-off-by: Stephen M. Cameron <scameron(a)beardog.cce.hp.com> --- drivers/scsi/hpsa.c | 64 ++++++++++++++++++++++++--------------------------- 1 files changed, 30 insertions... 4 Feb 2010 09:59
[PATCH 17/30] hpsa: Fix p1210m LUN assignment. From: Stephen M. Cameron <scameron(a)beardog.cce.hp.com> hpsa: Fix p1210m LUN assignment. The p1210m responsds to SCSI report LUNs, unlike traditional Smart Array controllers. This means that the bus, target, and lun assignments done by the driver cannot be arbitrary, but must match what SCSI REPORT LUNS returns.... 4 Feb 2010 09:59
ftrace: Remove record freezing Sorry for the late reply. On Tue, 2010-02-02 at 16:49 -0500, Masami Hiramatsu wrote: Remove record freezing. Because kprobes never puts probe on ftrace's mcount call anymore, it doesn't need ftrace to check whether kprobes on it. Signed-off-by: Masami Hiramatsu <mhiramat(a)redhat.com> Cc: Ingo Mol... 4 Feb 2010 09:59
define percpu_counter_batch when CONFIG_SMP is not set On Thursday 04 February 2010 18:19:22 Nikanth Karthikesan wrote: percpu_counter_batch is not defined if CONFIG_SMP is not set. The patch "sched: cpuacct: Use bigger percpu counter batch values for stats counters" in tip (43f85eab1411905afe5db510fbf9841b516e7e6a) would fail to build without this if CONFIG_SMP ... 4 Feb 2010 11:07
[PATCH] define percpu_counter_batch when CONFIG_SMP is not set percpu_counter_batch is not defined if CONFIG_SMP is not set. Signed-off-by: Nikanth Karthikesan <knikanth(a)suse.de> --- diff --git a/include/linux/percpu_counter.h b/include/linux/percpu_counter.h index a7684a5..ff57cef 100644 --- a/include/linux/percpu_counter.h +++ b/include/linux/percpu_counter.h @@ -83... 4 Feb 2010 08:52
[tip:perf/core] ftrace/alternatives: Introducing *_text_reserved functions Commit-ID: 2cfa19780d61740f65790c5bae363b759d7c96fa Gitweb: http://git.kernel.org/tip/2cfa19780d61740f65790c5bae363b759d7c96fa Author: Masami Hiramatsu <mhiramat(a)redhat.com> AuthorDate: Tue, 2 Feb 2010 16:49:11 -0500 Committer: Ingo Molnar <mingo(a)elte.hu> CommitDate: Thu, 4 Feb 2010 09:36:19 +0100 ftr... 4 Feb 2010 05:34 |