|
First
|
Prev |
Next
|
Last
Pages: 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386
free-pgtables On Wed, 07 May 2008 16:35:54 +0200 Andrea Arcangeli <andrea(a)qumranet.com> wrote: Signed-off-by: Christoph Lameter <clameter(a)sgi.com> Signed-off-by: Andrea Arcangeli <andrea(a)qumranet.com> Acked-by: Rik van Riel <riel(a)redhat.com> -- All rights reversed. -- To unsubscribe from this list: send the line "... 7 May 2008 14:14
[PATCH 4/6] ide: remove IDE_TFLAG_NO_SELECT_MASK taskfile flag Always call SELECT_MASK(..., 0) in ide_tf_load() (needs to be done to match ide_set_irq(..., 1)) and then remove IDE_TFLAG_NO_SELECT_MASK taskfile flag. This change should only affect hpt366 and icside host drivers since ->maskproc(..., 0) for sgiioc4 is equivalent to ide_set_irq(..., 1). Cc: Sergei Shtylyov <... 7 May 2008 13:25
[PATCH 6/6] ide: remove ->mmio flag from ide_hwif_t Since scc_pata host driver no longer uses IDE PCI layer / ide_dma_setup() and all other ->mmio users set also IDE_HFLAG_MMIO host flag we can safely remove ->mmio flag. There should be no functional changes caused by this patch. Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier(a)gmail.com> --- drivers/ide/ar... 7 May 2008 13:25
[PATCH 5/6] ide: move IRQ unmasking out from ->tf_load method Move IRQ unmasking out from ->tf_load method to its users. There should be no functional changes caused by this patch (SELECT_MASK() is NOP except for hpt366, icside and sgiioc4). Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier(a)gmail.com> --- drivers/ide/h8300/ide-h8300.c | 2 -- drivers/ide/ide-io.c ... 7 May 2008 13:25
[PATCH 3/6] ide: fix do_probe() to use SELECT_DRIVE() Fix one place in do_probe() which used ->OUTB directly instead of calling SELECT_DRIVE() (so ->selectproc method is also used). Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier(a)gmail.com> --- drivers/ide/ide-probe.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: b/drivers/ide/ide-probe.c ... 7 May 2008 13:25
[PATCH 2/6] ide: remove commented out code from ide_config_drive_speed() Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier(a)gmail.com> --- drivers/ide/ide-iops.c | 3 --- 1 file changed, 3 deletions(-) Index: b/drivers/ide/ide-iops.c =================================================================== --- a/drivers/ide/ide-iops.c +++ b/drivers/ide/ide-iops.c @@ -739,9 +739,6 @@... 7 May 2008 13:25
detecting kernel mem leak On Wed, 7 May 2008, Stéphane ANCELOT wrote: however, since there are always cache filled, is there a way to flush all cashes and then consult slabinfo with caches empty ??? Not sure what this is about. per cpu cached objects? slabinfo -s will shrink all caches and throw all cpu slabs away. The system... 7 May 2008 13:25
[PATCH 1/6] sgiioc4: use ->extra_base instead of ->dma_status for dma_handle This is a preparation for removal of ->dma_status field from ide_hwif_t. There should be no functional changes caused by this patch. Cc: Jeremy Higdon <jeremy(a)sgi.com> Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier(a)gmail.com> --- drivers/ide/pci/sgiioc4.c | 5 ++--- 1 file changed, 2 insertions(+), 3 ... 7 May 2008 13:25
[PATCH 1/9] viafb: VIA Frame Buffer Device Driver - Resend Hi Joseph, You have sent tremendous amount of work. I am trying to point some mistakes or improvements, but I won't cover the whole code at the moment. Look at them and check if the rest of the code can be improved as well. A general comment is that you use to many global variables. You should move some of th... 7 May 2008 13:25
[PATCH] Updated: Reworked Cell OProfile: SPU mutex lock fix On Wed, 2008-05-07 at 18:54 +0200, Jochen Roth wrote: Carl, I applied your patch on Jeremy's latest kernel.org spufs tree. +void oprofile_add_value(unsigned long value, int cpu) { + struct oprofile_cpu_buffer * cpu_buf = &cpu_buffer[cpu]; Shouldn't it be struct oprofile_cpu_buffer... 7 May 2008 13:25 |