First  |  Prev |  Next  |  Last
Pages: 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532
[PATCH 09/26] cciss: fix leak of ioremapped memory
From: Stephen M. Cameron <scameron(a)beardog.cce.hp.com> cciss: fix leak of ioremapped memory in cciss_pci_init error path. Signed-off-by: Stephen M. Cameron <scameron(a)beardog.cce.hp.com> --- drivers/block/cciss.c | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/drivers/bl... 19 Jul 2010 15:46
[PATCH 16/26] cciss: factor out cciss_wait_for_mode_change_ack()
From: Stephen M. Cameron <scameron(a)beardog.cce.hp.com> cciss: factor out cciss_wait_for_mode_change_ack() Signed-off-by: Stephen M. Cameron <scameron(a)beardog.cce.hp.com> --- drivers/block/cciss.c | 27 +++++++++++++++------------ 1 files changed, 15 insertions(+), 12 deletions(-) diff --git a/drivers/blo... 19 Jul 2010 15:46
[GIT PULL] (More) x86 fixes for 2.6.35-rc6
Hi Linus, The following changes since commit 2f7989efd4398d92b8adffce2e07dd043a0895fe: Linus Torvalds (1): Merge master.kernel.org:/home/rmk/linux-2.6-arm are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip.git x86-fixes-for-linus Jacob Pan (... 19 Jul 2010 15:46
[PATCH 20/26] cciss: fix hard reset code.
From: Stephen M. Cameron <scameron(a)beardog.cce.hp.com> cciss: Fix hard reset code. Smart Array controllers newer than the P600 do not honor the PCI power state method of resetting the controllers. Instead, in these cases we can get them to reset via the "doorbell" register. This escaped notice until we began ... 19 Jul 2010 15:46
[PATCH 08/26] cciss: factor out cciss_find_cfgtables
From: Stephen M. Cameron <scameron(a)beardog.cce.hp.com> cciss: factor out cciss_find_cfgtables Signed-off-by: Stephen M. Cameron <scameron(a)beardog.cce.hp.com> --- drivers/block/cciss.c | 68 +++++++++++++++++++++++++------------------------ 1 files changed, 34 insertions(+), 34 deletions(-) diff --git a/d... 19 Jul 2010 15:46
[PATCH 22/26] cciss: forbid hard reset of 640x boards
From: Stephen M. Cameron <scameron(a)beardog.cce.hp.com> cciss: forbid hard reset of 640x boards The 6402/6404 are two PCI devices -- two Smart Array controllers -- that fit into one slot. It is possible to reset them independently, however, they share a battery backed cache module. One of the pair controls the ... 19 Jul 2010 15:46
[PATCH 17/26] cciss: factor out cciss_enter_performant_mode
From: Stephen M. Cameron <scameron(a)beardog.cce.hp.com> cciss: factor out cciss_enter_performant_mode Signed-off-by: Stephen M. Cameron <scameron(a)beardog.cce.hp.com> --- drivers/block/cciss.c | 98 ++++++++++++++++++++++++++++++------------------- 1 files changed, 59 insertions(+), 39 deletions(-) diff --... 19 Jul 2010 15:46
[PATCH 24/26] cciss: separate cmd_alloc() and cmd_special_alloc()
From: Stephen M. Cameron <scameron(a)beardog.cce.hp.com> cciss: separate cmd_alloc() and cmd_special_alloc() cmd_alloc() took a parameter which caused it to either allocate from a pre-allocated pool, or allocate using pci_alloc_consistent. This parameter is always known at compile time, so this would be better han... 19 Jul 2010 15:46
cfq-iosched: Improve time slice charging logic
Vivek Goyal <vgoyal(a)redhat.com> writes: - Currently in CFQ there are many situations where don't know how much time slice has been consumed by a queue. For example, all the random reader/writer queues where we don't idle on individual queues and we expire the queue either immediately after the ... 19 Jul 2010 19:04
[PATCH 12/26] cciss: factor out cciss_enable_scsi_prefetch()
From: Stephen M. Cameron <scameron(a)beardog.cce.hp.com> cciss: factor out cciss_enable_scsi_prefetch() Signed-off-by: Stephen M. Cameron <scameron(a)beardog.cce.hp.com> --- drivers/block/cciss.c | 23 +++++++++++++---------- 1 files changed, 13 insertions(+), 10 deletions(-) diff --git a/drivers/block/cciss... 19 Jul 2010 15:46
First  |  Prev |  Next  |  Last
Pages: 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532