index
:
delta/linux-rt.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
master
stable-rt/v3.14-rt
stable-rt/v3.14-rt-rebase
stable-rt/v3.2-rt
stable-rt/v3.2-rt-rebase
stable-rt/v5.10-rt
v3.0-rt
v3.0-rt-rebase
v3.10-rt
v3.10-rt-rebase
v3.12-rt
v3.12-rt-rebase
v3.14-rt
v3.14-rt-rebase
v3.18-rt
v3.18-rt-next
v3.18-rt-rebase
v3.2-rt
v3.2-rt-features
v3.2-rt-rebase
v3.4-rt
v3.4-rt-features
v3.4-rt-rebase
v3.6-rt
v3.6-rt-rebase
v3.6-stable
v3.8-rt
v3.8-rt-rebase
v4.1-rt
v4.1-rt-rebase
v4.14-rt
v4.14-rt-next
v4.14-rt-rebase
v4.19-rt
v4.19-rt-next
v4.19-rt-rebase
v4.4-rt
v4.4-rt-next
v4.4-rt-rebase
v4.9-rt
v4.9-rt-next
v4.9-rt-rebase
v5.10-rt
v5.10-rt-next
v5.10-rt-rebase
v5.15-rt
v5.15-rt-next
v5.15-rt-rebase
v5.4-rt
v5.4-rt-rebase
v6.1-rt
v6.1-rt-next
v6.1-rt-rebase
git.kernel.org: pub/scm/linux/kernel/git/rt/linux-stable-rt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
ide
/
ide-io.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ide-cd: fix DMA for non bio-backed requests
Borislav Petkov
2009-02-02
1
-3
/
+6
*
ide: remove now redundant ->cur_dev checks
Bartlomiej Zolnierkiewicz
2009-01-06
1
-61
/
+46
*
ide: remove superfluous hwif variable assignment from ide_timer_expiry()
Bartlomiej Zolnierkiewicz
2009-01-06
1
-1
/
+0
*
ide: make "paranoia" ->handler check in ide_intr() more strict
Bartlomiej Zolnierkiewicz
2009-01-06
1
-6
/
+3
*
ide: remove ->error method from struct ide_driver
Bartlomiej Zolnierkiewicz
2009-01-06
1
-11
/
+2
*
ide: remove ide_driver_t typedef
Bartlomiej Zolnierkiewicz
2009-01-06
1
-6
/
+6
*
ide: remove HWIF() macro
Bartlomiej Zolnierkiewicz
2009-01-06
1
-4
/
+4
*
ide: merge ide_hwgroup_t with ide_hwif_t (v2)
Bartlomiej Zolnierkiewicz
2009-01-06
1
-59
/
+58
*
ide: use lock bitops for ports serialization (v2)
Bartlomiej Zolnierkiewicz
2009-01-06
1
-42
/
+63
*
ide: remove hwgroup->hwif and {drive,hwif}->next
Bartlomiej Zolnierkiewicz
2009-01-06
1
-6
/
+6
*
ide: use per-port IRQ handlers
Bartlomiej Zolnierkiewicz
2009-01-06
1
-35
/
+23
*
ide: add ->cur_port to struct ide_host and use it for serialized hosts
Bartlomiej Zolnierkiewicz
2009-01-06
1
-10
/
+15
*
ide: fix setting nIEN on idle devices
Bartlomiej Zolnierkiewicz
2009-01-06
1
-4
/
+6
*
ide: fix LOCKDEP warning
Bartlomiej Zolnierkiewicz
2009-01-06
1
-1
/
+0
*
ide: remove the last ide-scsi remnants
Borislav Petkov
2009-01-02
1
-3
/
+0
*
ide: use per-device request queue locks (v2)
Bartlomiej Zolnierkiewicz
2009-01-02
1
-146
/
+68
*
ide: add ide_[un]lock_hwgroup() helpers
Bartlomiej Zolnierkiewicz
2009-01-02
1
-21
/
+11
*
ide: remove "paranoia" checks for hwgroup->busy
Bartlomiej Zolnierkiewicz
2009-01-02
1
-8
/
+1
*
ide: remove IDE PM hack from do_ide_request()
Bartlomiej Zolnierkiewicz
2009-01-02
1
-8
/
+1
*
ide: don't execute the next queued command from the hard-IRQ context (v2)
Bartlomiej Zolnierkiewicz
2009-01-02
1
-37
/
+30
*
ide: move Power Management support to ide-pm.c
Bartlomiej Zolnierkiewicz
2008-12-29
1
-159
/
+0
*
ide: remove redundant code from ide_end_drive_cmd()
Bartlomiej Zolnierkiewicz
2008-12-29
1
-3
/
+0
*
ide: always set nIEN on idle devices
Bartlomiej Zolnierkiewicz
2008-12-29
1
-1
/
+1
*
ide: fix ->quirk_list checking in ide_do_request()
Bartlomiej Zolnierkiewicz
2008-12-29
1
-1
/
+1
*
ide: cleanup ide_do_request()
Bartlomiej Zolnierkiewicz
2008-12-29
1
-5
/
+0
*
ide: replace the global ide_lock spinlock by per-hwgroup spinlocks (v2)
Bartlomiej Zolnierkiewicz
2008-12-29
1
-17
/
+16
*
ide: use queue lock instead of ide_lock when possible
Bartlomiej Zolnierkiewicz
2008-12-29
1
-9
/
+10
*
ide: ide_lock + __blk_end_request() -> blk_end_request()
Bartlomiej Zolnierkiewicz
2008-12-29
1
-12
/
+4
*
ide: push ide_lock to __ide_end_request()
Bartlomiej Zolnierkiewicz
2008-12-29
1
-19
/
+9
*
ide: ide_hwgroup_t.rq doesn't need an ide_lock held
Bartlomiej Zolnierkiewicz
2008-12-29
1
-21
/
+19
*
ide: unify ide_intr()'s exit points
Bartlomiej Zolnierkiewicz
2008-12-29
1
-13
/
+14
*
Revert "ide: respect current DMA setting during resume"
Bartlomiej Zolnierkiewicz
2008-12-08
1
-2
/
+4
*
ide: fix build for DEBUG_PM
Bartlomiej Zolnierkiewicz
2008-12-02
1
-9
/
+10
*
ide: respect current DMA setting during resume
Bartlomiej Zolnierkiewicz
2008-12-02
1
-4
/
+2
*
ide: fix the ide_release_lock imbalance
Michael Schmitz
2008-12-02
1
-3
/
+2
*
block: remove __generic_unplug_device() from exports
Jens Axboe
2008-10-17
1
-2
/
+2
*
ide: Implement disk shock protection support (v4)
Elias Oltmanns
2008-10-13
1
-2
/
+27
*
ide: Two fixes regarding memory allocation
Elias Oltmanns
2008-10-13
1
-4
/
+1
*
ide: ->ide_dma_clear_irq() -> ->clear_irq()
Bartlomiej Zolnierkiewicz
2008-10-13
1
-11
/
+4
*
ide: convert 'pio_mode' device setting to use DS_SYNC flag
Bartlomiej Zolnierkiewicz
2008-10-13
1
-63
/
+5
*
ide: remove [ata_]select_t
Bartlomiej Zolnierkiewicz
2008-10-13
1
-1
/
+1
*
ide: sanitize ide*_pm_* enums
Bartlomiej Zolnierkiewicz
2008-10-13
1
-40
/
+22
*
ide: fix HDIO_DRIVE_TASK[FILE] ioctls for CHS commands on LBA devices
Bartlomiej Zolnierkiewicz
2008-10-13
1
-2
/
+2
*
ide: DMA_PIO_RETRY -> IDE_DFLAG_DMA_PIO_RETRY
Bartlomiej Zolnierkiewicz
2008-10-13
1
-3
/
+4
*
ide: add device flags
Bartlomiej Zolnierkiewicz
2008-10-13
1
-21
/
+34
*
ide: Remove ide_spin_wait_hwgroup() and use special requests instead
Elias Oltmanns
2008-10-10
1
-0
/
+40
*
ide: ide_id_has_flush_cache_ext() -> ata_id_flush_ext_enabled()
Bartlomiej Zolnierkiewicz
2008-10-10
1
-1
/
+1
*
ide: ide_id_has_flush_cache() -> ata_id_flush_enabled()
Bartlomiej Zolnierkiewicz
2008-10-10
1
-1
/
+1
*
ide: include <linux/hdreg.h> only when needed
Bartlomiej Zolnierkiewicz
2008-10-10
1
-0
/
+1
*
ide: remove no longer needed ide_drive_t fields
Bartlomiej Zolnierkiewicz
2008-10-10
1
-15
/
+3
[next]