index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2008-01-25
ide: add ide_tf_read() helper
Bartlomiej Zolnierkiewicz
4
-63
/
+106
2008-01-25
ide: fix registers loading order in ide_dump_ata_status()
Bartlomiej Zolnierkiewicz
2
-11
/
+16
2008-01-25
ide-disk: use do_rw_taskfile() (take 2)
Bartlomiej Zolnierkiewicz
3
-34
/
+20
2008-01-25
ide-disk: add ide_tf_set_cmd() helper
Bartlomiej Zolnierkiewicz
1
-30
/
+55
2008-01-25
ide-disk: extend timeout for PIO-in commands
Bartlomiej Zolnierkiewicz
1
-1
/
+2
2008-01-25
ide: remove 'handler' field from ide_task_t (take 2)
Bartlomiej Zolnierkiewicz
3
-36
/
+38
2008-01-25
ide: use ->data_phase to set ->handler in do_rw_taskfile()
Bartlomiej Zolnierkiewicz
4
-10
/
+10
2008-01-25
ide: convert do_rw_taskfile() to use ->data_phase
Bartlomiej Zolnierkiewicz
2
-14
/
+13
2008-01-25
ide: merge flagged_taskfile() into do_rw_taskfile()
Bartlomiej Zolnierkiewicz
3
-28
/
+12
2008-01-25
ide-disk: guarantee 400ns delay after writing command register
Bartlomiej Zolnierkiewicz
1
-0
/
+1
2008-01-25
ide-disk: fix __ide_do_rw_disk() to use ->OUTBSYNC
Bartlomiej Zolnierkiewicz
1
-2
/
+1
2008-01-25
sc1200: remove pointless hwif lookup loop
Bartlomiej Zolnierkiewicz
1
-70
/
+38
2008-01-25
ide: remove 'tf_in_flags' field from ide_task_t
Bartlomiej Zolnierkiewicz
3
-19
/
+17
2008-01-25
ide: remove 'command_type' field from ide_task_t
Bartlomiej Zolnierkiewicz
5
-66
/
+64
2008-01-25
ide: remove hwif->intrproc
Bartlomiej Zolnierkiewicz
5
-18
/
+5
2008-01-25
ide: remove SELECT_INTERRUPT()
Bartlomiej Zolnierkiewicz
3
-10
/
+4
2008-01-25
ide: remove QUIRK_LIST()
Bartlomiej Zolnierkiewicz
3
-8
/
+4
2008-01-25
ide: add ide_pktcmd_tf_load() helper
Bartlomiej Zolnierkiewicz
6
-26
/
+26
2008-01-25
ide-{floppy,tape,scsi}: fix register loading order when issuing packet command
Bartlomiej Zolnierkiewicz
3
-3
/
+3
2008-01-25
ide-cd: fix register loading order in cdrom_start_packet_command()
Bartlomiej Zolnierkiewicz
1
-3
/
+3
2008-01-25
ide: remove atapi_ireason_t (take 3)
Bartlomiej Zolnierkiewicz
4
-60
/
+33
2008-01-25
ide: remove ata_nsector_t, ata_data_t and atapi_bcount_t
Bartlomiej Zolnierkiewicz
5
-79
/
+65
2008-01-25
ide: remove atapi_feature_t
Bartlomiej Zolnierkiewicz
3
-39
/
+9
2008-01-25
ide: remove atapi_error_t (take 2)
Bartlomiej Zolnierkiewicz
5
-45
/
+15
2008-01-25
ide: remove ata_status_t and atapi_status_t
Bartlomiej Zolnierkiewicz
5
-85
/
+37
2008-01-25
ide: CPU endianness doesn't matter for special_t
Bartlomiej Zolnierkiewicz
1
-11
/
+0
2008-01-25
ide-floppy: remove dead code
Bartlomiej Zolnierkiewicz
1
-33
/
+0
2008-01-25
ide: remove REQ_TYPE_ATA_TASK
Bartlomiej Zolnierkiewicz
3
-27
/
+2
2008-01-25
ide: switch ide_task_ioctl() to use REQ_TYPE_ATA_TASKFILE requests
Bartlomiej Zolnierkiewicz
1
-14
/
+15
2008-01-25
ide: switch idedisk_prepare_flush() to use REQ_TYPE_ATA_TASKFILE requests
Bartlomiej Zolnierkiewicz
1
-7
/
+9
2008-01-25
ide: extend timeout for REQ_TYPE_ATA_{CMD,TASK} requests
Bartlomiej Zolnierkiewicz
1
-1
/
+1
2008-01-25
ide: remove unnecessary writes to HOB taskfile registers
Bartlomiej Zolnierkiewicz
4
-12
/
+23
2008-01-25
ide: use IDE_TFLAG_LBA48 for REQ_TYPE_ATA_TASKFILE requests
Bartlomiej Zolnierkiewicz
1
-3
/
+5
2008-01-25
ide: use ide_tf_load() in execute_drive_cmd()
Bartlomiej Zolnierkiewicz
4
-37
/
+36
2008-01-25
ide: remove ide_cmd() helper
Bartlomiej Zolnierkiewicz
1
-20
/
+6
2008-01-25
ide: execute_drive_cmd() cleanup
Bartlomiej Zolnierkiewicz
1
-22
/
+20
2008-01-25
ide: fix registers loading order for IDE_NSECTOR_REG in execute_drive_cmd()
Bartlomiej Zolnierkiewicz
1
-11
/
+8
2008-01-25
ide: fix registers loading order for WIN_SMART in execute_drive_cmd()
Bartlomiej Zolnierkiewicz
1
-2
/
+2
2008-01-25
ide-tape: remove dead USE_IOTRACE code
Bartlomiej Zolnierkiewicz
1
-22
/
+0
2008-01-25
ide: remove stale ide.h "configuration options"
Bartlomiej Zolnierkiewicz
8
-55
/
+8
2008-01-25
ide: remove CONFIG_IDEPCI_SHARE_IRQ config option
Bartlomiej Zolnierkiewicz
2
-14
/
+0
2008-01-25
ide: remove IRQF_DISABLED from IRQ flags for IDE IRQ handler
Bartlomiej Zolnierkiewicz
1
-11
/
+2
2008-01-25
ide-pmac: fix pmac_ide_init_hwif_ports()
Bartlomiej Zolnierkiewicz
1
-7
/
+2
2008-01-25
ide: use do_rw_taskfile() in flagged_taskfile()
Bartlomiej Zolnierkiewicz
4
-120
/
+119
2008-01-25
ide: add ide_no_data_taskfile() helper
Bartlomiej Zolnierkiewicz
4
-31
/
+22
2008-01-25
ide: add ide_tf_load() helper
Bartlomiej Zolnierkiewicz
3
-44
/
+48
2008-01-25
ide-disk: use struct ide_taskfile in __ide_do_rw_disk()
Bartlomiej Zolnierkiewicz
1
-43
/
+42
2008-01-25
ide-disk: fix taskfile registers loading order in __ide_do_rw_disk()
Bartlomiej Zolnierkiewicz
1
-1
/
+1
2008-01-25
ide-disk: merge LBA28 and LBA48 Host Protected Area support code (take 2)
Bartlomiej Zolnierkiewicz
1
-71
/
+32
2008-01-25
ide: add struct ide_taskfile (take 2)
Bartlomiej Zolnierkiewicz
8
-171
/
+179
[next]