index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
ide
/
ide-io.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-01-26
ide: remove 'command_type' field from ide_task_t
Bartlomiej Zolnierkiewicz
1
-4
/
+4
2008-01-26
ide: remove hwif->intrproc
Bartlomiej Zolnierkiewicz
1
-4
/
+5
2008-01-26
ide: remove SELECT_INTERRUPT()
Bartlomiej Zolnierkiewicz
1
-1
/
+4
2008-01-26
ide: add ide_pktcmd_tf_load() helper
Bartlomiej Zolnierkiewicz
1
-0
/
+16
2008-01-26
ide: remove REQ_TYPE_ATA_TASK
Bartlomiej Zolnierkiewicz
1
-24
/
+1
2008-01-26
ide: extend timeout for REQ_TYPE_ATA_{CMD,TASK} requests
Bartlomiej Zolnierkiewicz
1
-1
/
+1
2008-01-26
ide: remove unnecessary writes to HOB taskfile registers
Bartlomiej Zolnierkiewicz
1
-12
/
+0
2008-01-26
ide: use IDE_TFLAG_LBA48 for REQ_TYPE_ATA_TASKFILE requests
Bartlomiej Zolnierkiewicz
1
-3
/
+5
2008-01-26
ide: use ide_tf_load() in execute_drive_cmd()
Bartlomiej Zolnierkiewicz
1
-35
/
+25
2008-01-26
ide: remove ide_cmd() helper
Bartlomiej Zolnierkiewicz
1
-20
/
+6
2008-01-26
ide: execute_drive_cmd() cleanup
Bartlomiej Zolnierkiewicz
1
-22
/
+20
2008-01-26
ide: fix registers loading order for IDE_NSECTOR_REG in execute_drive_cmd()
Bartlomiej Zolnierkiewicz
1
-11
/
+8
2008-01-26
ide: fix registers loading order for WIN_SMART in execute_drive_cmd()
Bartlomiej Zolnierkiewicz
1
-2
/
+2
2008-01-26
ide: remove stale ide.h "configuration options"
Bartlomiej Zolnierkiewicz
1
-4
/
+0
2008-01-26
ide: use do_rw_taskfile() in flagged_taskfile()
Bartlomiej Zolnierkiewicz
1
-10
/
+21
2008-01-26
ide: add struct ide_taskfile (take 2)
Bartlomiej Zolnierkiewicz
1
-29
/
+32
2008-01-26
ide-io: set REQ_FAILED when drive is dead
Aristeu Rozanski
1
-0
/
+1
2007-12-13
ide: add missing checks for control register existence
Bartlomiej Zolnierkiewicz
1
-1
/
+2
2007-11-14
ide: use drive->select.all for REQ_TYPE_ATA_TASK in execute_drive_cmd()
Bartlomiej Zolnierkiewicz
1
-5
/
+1
2007-11-05
ide: clear HOB bit for REQ_TYPE_ATA_TASK requests in ide_end_drive_cmd()
Bartlomiej Zolnierkiewicz
1
-0
/
+2
2007-11-05
ide: check rq->cmd_type in drive_cmd_intr()
Bartlomiej Zolnierkiewicz
1
-1
/
+2
2007-10-20
ide: use __ide_end_request() in ide_end_dequeued_request()
Bartlomiej Zolnierkiewicz
1
-34
/
+10
2007-10-20
ide: take ide_lock for prefetch disable/enable in do_special()
Bartlomiej Zolnierkiewicz
1
-1
/
+14
2007-10-19
remove asm/bitops.h includes
Jiri Slaby
1
-1
/
+1
2007-10-19
ide: add IDE_HFLAG_ERROR_STOPS_FIFO host flag
Bartlomiej Zolnierkiewicz
1
-1
/
+2
2007-10-17
ide: remove ->ide_dma_check (take 2)
Bartlomiej Zolnierkiewicz
1
-2
/
+2
2007-10-16
IDE: sg chaining support
Jens Axboe
1
-1
/
+2
2007-10-16
remove ide_get_error_location()
Adrian Bunk
1
-35
/
+0
2007-10-13
ide-pmac: remove pmac_ide_do_setfeature() (take 2)
Bartlomiej Zolnierkiewicz
1
-1
/
+9
2007-10-12
ide: add ide_set{_max}_pio() (take 4)
Bartlomiej Zolnierkiewicz
1
-4
/
+35
2007-07-24
[BLOCK] Get rid of request_queue_t typedef
Jens Axboe
1
-1
/
+1
2007-07-20
ide: ide_start_power_step() fix WRT disabling DMA
Bartlomiej Zolnierkiewicz
1
-2
/
+3
2007-07-19
IDE: fix termination of non-fs requests
Jens Axboe
1
-6
/
+11
2007-07-10
ide: make void and rename ide_dma_timeout() method
Sergei Shtylyov
1
-1
/
+1
2007-07-10
ide: make void and rename ide_dma_lostirq() method
Sergei Shtylyov
1
-1
/
+1
2007-05-16
ide: always disable DMA before tuning it
Bartlomiej Zolnierkiewicz
1
-0
/
+1
2007-05-10
ide: fix PIO setup on resume for ATAPI devices
Bartlomiej Zolnierkiewicz
1
-10
/
+7
2007-04-11
ide: correctly prevent IDE timer expiry function to run if request was alread...
Suleiman Souhlal
1
-1
/
+5
2007-03-27
ide: use correct IDE error recovery
Suleiman Souhlal
1
-11
/
+21
2007-02-17
ide: make ide_hwif_t.ide_dma_{host_off,off_quietly} void (v2)
Bartlomiej Zolnierkiewicz
1
-1
/
+1
2007-02-17
ide: add ide_set_dma() helper (v2)
Bartlomiej Zolnierkiewicz
1
-1
/
+1
2007-02-17
ide: clear bmdma status in ide_intr() for ICHx controllers (revised #4)
Albert Lee
1
-0
/
+11
2006-10-05
IRQ: Maintain regs pointer globally rather than passing to IRQ handlers
David Howells
1
-1
/
+1
2006-10-03
[PATCH] ide: reprogram disk pio timings on resume
Jason Lunz
1
-6
/
+19
2006-10-03
[PATCH] IDE error handling fixes
Hua Zhong
1
-3
/
+6
2006-09-30
[PATCH] Remove ->rq_status from struct request
Jens Axboe
1
-1
/
+0
2006-09-30
[PATCH] Remove ->waiting member from struct request
Jens Axboe
1
-7
/
+6
2006-09-30
[PATCH] Split struct request ->flags into two parts
Jens Axboe
1
-18
/
+18
2006-07-04
[PATCH] lockdep: annotate on-stack completions
Ingo Molnar
1
-1
/
+1
2006-07-04
[PATCH] lockdep: annotate enable_in_hardirq()
Ingo Molnar
1
-3
/
+3
[prev]
[next]