First  |  Prev |  Next  |  Last
Pages: 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531
posix-timers: Refactoring of CPUCLOCK* macros
On Mon, 2010-07-19 at 13:34 +0200, Tomasz Buchert wrote: This is merely a preparation to introduce wall time clocks for threads/processes. All occurences of CPUCLOCK* macros were replaced by CLOCK*. It seems like it would be better to make this naming more specific that less. Couldn't you say "POSIX_CLOCK"... 19 Jul 2010 17:58
[PATCH 21/26] cciss: sanitize max commands
From: Stephen M. Cameron <scameron(a)beardog.cce.hp.com> cciss: sanitize max commands Some controllers might try to tell us they support 0 commands in performant mode. This is a lie told by buggy firmware. We have to be wary of this lest we try to allocate a negative number of command blocks, which will be treate... 19 Jul 2010 15:46
[PATCH 02/26] cciss: save pdev pointer in per hba structure early to avoid passing it around so much.
From: Stephen M. Cameron <scameron(a)beardog.cce.hp.com> cciss: save pdev pointer in per hba structure early to avoid passing it around so much. Signed-off-by: Stephen M. Cameron <scameron(a)beardog.cce.hp.com> --- drivers/block/cciss.c | 61 +++++++++++++++++++++++++------------------------ 1 files changed, 31... 19 Jul 2010 15:46
[PATCH 14/26] cciss: cleanup some debug ifdefs
From: Stephen M. Cameron <scameron(a)beardog.cce.hp.com> cciss: cleanup some debug ifdefs Signed-off-by: Stephen M. Cameron <scameron(a)beardog.cce.hp.com> --- drivers/block/cciss.c | 10 +++------- 1 files changed, 3 insertions(+), 7 deletions(-) diff --git a/drivers/block/cciss.c b/drivers/block/cciss.c i... 19 Jul 2010 15:46
[PATCH 07/26] cciss: factor out cciss_wait_for_board_ready()
From: Stephen M. Cameron <scameron(a)beardog.cce.hp.com> cciss: factor out cciss_wait_for_board_ready() Signed-off-by: Stephen M. Cameron <scameron(a)beardog.cce.hp.com> --- drivers/block/cciss.c | 32 +++++++++++++++++--------------- drivers/block/cciss.h | 15 +++++++++++++++ 2 files changed, 32 insertions... 19 Jul 2010 15:46
[PATCH 26/26] cciss: cleanup interrupt_not_for_us
From: Stephen M. Cameron <scameron(a)beardog.cce.hp.com> cciss: cleanup interrupt_not_for_us In the case of MSI/MSIX interrutps, we don't need to check if the interrupt is for us, and in the case of the intx interrupt handler, when checking if the interrupt is for us, we don't need to check if we're using MSI/MSIX... 19 Jul 2010 15:46
[PATCH 15/26] cciss: make cciss_put_controller_into_performant_mode as __devinit
From: Stephen M. Cameron <scameron(a)beardog.cce.hp.com> cciss: make cciss_put_controller_into_performant_mode as __devinit Signed-off-by: Stephen M. Cameron <scameron(a)beardog.cce.hp.com> --- drivers/block/cciss.c | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/drivers/block/cciss.c... 19 Jul 2010 15:46
[PATCH 13/26] cciss: factor out cciss_p600_dma_prefetch_quirk()
From: Stephen M. Cameron <scameron(a)beardog.cce.hp.com> cciss: factor out cciss_p600_dma_prefetch_quirk() Signed-off-by: Stephen M. Cameron <scameron(a)beardog.cce.hp.com> --- drivers/block/cciss.c | 37 +++++++++++++++++++------------------ 1 files changed, 19 insertions(+), 18 deletions(-) diff --git a/dr... 19 Jul 2010 15:46
[PATCH 18/26] cciss: factor out cciss_find_cfg_addrs.
From: Stephen M. Cameron <scameron(a)beardog.cce.hp.com> Rationale for this is that I will also need to use this code in fixing kdump host reset code prior to having the hba structure. Signed-off-by: Stephen M. Cameron <scameron(a)beardog.cce.hp.com> --- drivers/block/cciss.c | 35 +++++++++++++++++++++++-------... 19 Jul 2010 15:46
[PATCH 11/26] cciss: factor out CISS_signature_present()
From: Stephen M. Cameron <scameron(a)beardog.cce.hp.com> cciss: factor out CISS_signature_present() Signed-off-by: Stephen M. Cameron <scameron(a)beardog.cce.hp.com> --- drivers/block/cciss.c | 18 +++++++++++++----- 1 files changed, 13 insertions(+), 5 deletions(-) diff --git a/drivers/block/cciss.c b/drive... 19 Jul 2010 15:46
First  |  Prev |  Next  |  Last
Pages: 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531