index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
ide-scsi: add debug_log() macro
Bartlomiej Zolnierkiewicz
2008-07-15
1
-26
/
+25
*
ide-scsi: remove superfluous BUG_ON() from idescsi_transfer_pc()
Bartlomiej Zolnierkiewicz
2008-07-15
1
-1
/
+1
*
ide-scsi: merge idescsi_input_buffers() and idescsi_output_buffers()
Bartlomiej Zolnierkiewicz
2008-07-15
1
-57
/
+24
*
ide-scsi: fix Interrupt Reason checking in idescsi_pc_intr()
Bartlomiej Zolnierkiewicz
2008-07-15
1
-6
/
+11
*
ide-scsi: fix handling of DMA errors in idescsi_pc_intr()
Bartlomiej Zolnierkiewicz
2008-07-15
1
-3
/
+5
*
ide-scsi: fix DRQ checking for DMA transfers in idescsi_pc_intr()
Bartlomiej Zolnierkiewicz
2008-07-15
1
-1
/
+8
*
ide-scsi: fix race in idescsi_transfer_pc()
Bartlomiej Zolnierkiewicz
2008-07-15
1
-3
/
+4
*
ide: remove action argument in ide_do_drive_cmd
FUJITA Tomonori
2008-07-15
6
-46
/
+15
*
ide-scsi: replace ide_do_drive_cmd with blk_execute_rq_nowait
FUJITA Tomonori
2008-07-15
1
-2
/
+1
*
ide: remove drive->ctl
Bartlomiej Zolnierkiewicz
2008-07-15
9
-18
/
+15
*
ide: use ->OUTBSYNC in ide_set_irq()
Bartlomiej Zolnierkiewicz
2008-07-15
1
-1
/
+2
*
ide: use ->OUTBSYNC in init_irq()
Bartlomiej Zolnierkiewicz
2008-07-15
1
-1
/
+1
*
ide: pass 'hwif *' instead of 'drive *' to ->OUTBSYNC method
Bartlomiej Zolnierkiewicz
2008-07-15
8
-23
/
+20
*
ide: remove ->mmio flag from ide_hwif_t
Bartlomiej Zolnierkiewicz
2008-07-15
6
-18
/
+16
*
ide: move IRQ unmasking out from ->tf_load method
Bartlomiej Zolnierkiewicz
2008-07-15
6
-8
/
+6
*
ide: remove IDE_TFLAG_NO_SELECT_MASK taskfile flag
Bartlomiej Zolnierkiewicz
2008-07-15
7
-13
/
+7
*
ide: fix do_probe() to use SELECT_DRIVE()
Bartlomiej Zolnierkiewicz
2008-07-15
1
-1
/
+1
*
ide: remove commented out code from ide_config_drive_speed()
Bartlomiej Zolnierkiewicz
2008-07-15
1
-3
/
+0
*
sgiioc4: use ->extra_base instead of ->dma_status for dma_handle
Bartlomiej Zolnierkiewicz
2008-07-15
1
-3
/
+2
*
ide: remove try_to_flush_leftover_data()
Bartlomiej Zolnierkiewicz
2008-07-15
1
-27
/
+5
*
ide: remove obsoleted "ide=" kernel parameters
Bartlomiej Zolnierkiewicz
2008-07-15
5
-97
/
+10
*
ide: cleanup init_ide_data()
Bartlomiej Zolnierkiewicz
2008-07-15
1
-24
/
+0
*
ide: remove obsoleted "hdx=" kernel parameters
Bartlomiej Zolnierkiewicz
2008-07-15
2
-141
/
+1
*
ide: remove obsoleted "idebus=" kernel parameter
Bartlomiej Zolnierkiewicz
2008-07-15
12
-88
/
+15
*
block: unexport blk_end_sync_rq
FUJITA Tomonori
2008-07-15
2
-3
/
+1
*
block: remove the checking for NULL queue in blk_put_request
FUJITA Tomonori
2008-07-15
1
-9
/
+3
*
block: convert pd_special_command to use blk_execute_rq
FUJITA Tomonori
2008-07-15
1
-11
/
+9
*
ide-cd: remove ide_cd_init_rq
FUJITA Tomonori
2008-07-15
2
-12
/
+3
*
ide: remove ide_init_drive_cmd
FUJITA Tomonori
2008-07-15
5
-23
/
+4
*
ide: remove ide_wait/head_wait path in ide_do_drive_cmd
FUJITA Tomonori
2008-07-15
1
-24
/
+3
*
ide: convert ide_do_drive_cmd path to use blk_execute_rq
FUJITA Tomonori
2008-07-15
1
-17
/
+22
*
block: handle blk_pm_resume_request() requests in blk_execute_rq_nowait()
Bartlomiej Zolnierkiewicz
2008-07-15
1
-0
/
+3
*
ide-tape: convert ide_do_drive_cmd path to use blk_execute_rq
FUJITA Tomonori
2008-07-15
1
-15
/
+26
*
ide-taskfile: convert ide_do_drive_cmd path to use blk_execute_rq
FUJITA Tomonori
2008-07-15
1
-14
/
+20
*
ide-floppy: convert ide_do_drive_cmd path to use blk_execute_rq
FUJITA Tomonori
2008-07-15
1
-6
/
+8
*
ide-disk: convert ide_do_drive_cmd path to use blk_execute_rq
FUJITA Tomonori
2008-07-15
1
-4
/
+6
*
ide-cd: convert ide_do_drive_cmd path to use blk_execute_rq
FUJITA Tomonori
2008-07-15
1
-6
/
+6
*
ide-cd: convert ide_cd_queue_pc to use blk_execute_rq
FUJITA Tomonori
2008-07-15
3
-97
/
+103
*
ide: use __generic_unplug_device() in ide_do_drive_cmd() (take 2)
Bartlomiej Zolnierkiewicz
2008-07-15
1
-2
/
+5
*
ide: set REQ_PREEMPT request flag in ide_do_drive_cmd() users
Bartlomiej Zolnierkiewicz
2008-07-15
6
-4
/
+8
*
ide: use get_unaligned_* helpers
Harvey Harrison
2008-07-15
1
-1
/
+1
*
ide-tape: use clamp_t() rather than nested min_t()/max_t()
Harvey Harrison
2008-07-15
1
-3
/
+2
*
ide: eliminate FIT() macro
Harvey Harrison
2008-07-15
3
-15
/
+14
*
ide: disable drive interrupts in ide_driveid_update()
Mikhail Cherkashin
2008-07-15
1
-1
/
+1
*
palm_bk3710: fix tRP for UDMA mode 4
Mikhail Cherkashin
2008-07-15
1
-1
/
+1
*
Linux 2.6.26
v2.6.26
Linus Torvalds
2008-07-13
1
-1
/
+1
*
devcgroup: fix permission check when adding entry to child cgroup
Li Zefan
2008-07-13
1
-1
/
+1
*
devcgroup: always show positive major/minor num
Li Zefan
2008-07-13
1
-2
/
+2
*
Documentation/HOWTO: correct wrong kernel bugzilla FAQ URL
Jiri Pirko
2008-07-13
1
-1
/
+1
*
Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2008-07-13
1
-6
/
+18
|
\
[next]