index
:
~thomash/linux
async_vma10
coherent-rebased
drm-fixes
drm-next
feature/thellstrom/render-nodes
gb-objects-3.13
ickle-wip-migrate
linux-3.13.y
locking-rework
master
original_dg1
pagewalk
thellstrom/locking-rework
topic/migration_fence_2
topic/ttm_accel_branch
topic/ttm_accel_v3
topic/ttm_accel_v9
topic/ttm_branch
topic/ttm_branch_ready
topic/ttm_branch_v2
topic/ttm_branch_v3
topic/ttm_branch_v5
topic/ttm_rebased
topic/ttm_region
ttm-fixes-3.12
ttm-fixes-3.13
ttm-fixes-3.14
ttm-next
ttm-next-3.13
ttm-prot-fix
ttm-transhuge
ttm_branch_for_mesa
vm_open2
vmwgfx-coherent
vmwgfx-fixes-3.12
vmwgfx-fixes-3.13
vmwgfx-fixes-3.14
vmwgfx-fixes-3.15
vmwgfx-fixes-3.16
vmwgfx-fixes-3.17
vmwgfx-fixes-3.18
vmwgfx-fixes-3.19
vmwgfx-fixes-4.0
vmwgfx-fixes-4.11
vmwgfx-fixes-4.12
vmwgfx-fixes-4.15
vmwgfx-fixes-4.16
vmwgfx-fixes-4.17
vmwgfx-fixes-4.19
vmwgfx-fixes-4.2
vmwgfx-fixes-4.20
vmwgfx-fixes-4.3
vmwgfx-fixes-4.4
vmwgfx-fixes-5.0
vmwgfx-fixes-5.0-2
vmwgfx-fixes-5.1
vmwgfx-fixes-5.2
vmwgfx-fixes-5.3
vmwgfx-next
vmwgfx-next-3.13
vmwgfx-next-stage
vmwgfx and ttm linux repo
thomash
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
ide
/
ide-iops.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-01-19
ide: add SATA cable detection support
Bartlomiej Zolnierkiewicz
1
-1
/
+1
2009-09-15
ide: fixup for fujitsu disk
Wu Zhangjin
1
-0
/
+1
2009-08-07
ide: fix races in handling of user-space SET XFER commands
Bartlomiej Zolnierkiewicz
1
-10
/
+0
2009-08-07
ide: allow ide_dev_read_id() to be called from the IRQ context
Bartlomiej Zolnierkiewicz
1
-3
/
+3
2009-06-24
ide: add QUANTUM FIREBALLct20 30 with firmware APL.090 to ivb_list[]
Bartlomiej Zolnierkiewicz
1
-0
/
+1
2009-06-24
ide: relax DMA info validity checking
Bartlomiej Zolnierkiewicz
1
-3
/
+0
2009-06-07
ide: add IDE_DFLAG_NIEN_QUIRK device flag
Bartlomiej Zolnierkiewicz
1
-4
/
+2
2009-06-07
ide: respect quirk_drives[] list on all controllers
Bartlomiej Zolnierkiewicz
1
-0
/
+25
2009-06-07
ide: remove superfluous SELECT_MASK() call from ide_driveid_update()
Bartlomiej Zolnierkiewicz
1
-1
/
+0
2009-05-22
ide: fix 40-wire cable detection for TSST SH-S202* ATAPI devices (v2)
Bartlomiej Zolnierkiewicz
1
-4
/
+17
2009-04-08
ide: refactor tf_read() method
Sergei Shtylyov
1
-6
/
+3
2009-04-08
ide: refactor tf_load() method
Sergei Shtylyov
1
-6
/
+5
2009-04-08
ide: replace IDE_TFLAG_* flags by IDE_VALID_*
Sergei Shtylyov
1
-2
/
+2
2009-03-31
ide: inline SELECT_DRIVE()
Sergei Shtylyov
1
-6
/
+1
2009-03-31
ide: turn selectproc() method into dev_select() method (take 5)
Sergei Shtylyov
1
-11
/
+1
2009-03-31
ide: rename IDE_TFLAG_IN_[HOB_]FEATURE
Sergei Shtylyov
1
-1
/
+1
2009-03-31
ide: turn set_irq() method into write_devctl() method
Sergei Shtylyov
1
-2
/
+2
2009-03-31
ide: add support for CFA specified transfer modes (take 3)
Sergei Shtylyov
1
-1
/
+11
2009-03-31
ide-iops: only clear DMA words on setting DMA mode
Sergei Shtylyov
1
-3
/
+5
2009-03-27
ide: remove ide_execute_pkt_cmd() (v2)
Bartlomiej Zolnierkiewicz
1
-17
/
+8
2009-03-27
ide: add ->dma_timer_expiry method and remove ->dma_exec_cmd one (v2)
Bartlomiej Zolnierkiewicz
1
-5
/
+1
2009-03-27
ide: set hwif->expiry prior to calling [__]ide_set_handler()
Bartlomiej Zolnierkiewicz
1
-6
/
+7
2009-03-27
ide: remove ide_task_t typedef
Bartlomiej Zolnierkiewicz
1
-15
/
+15
2009-03-24
ide: use try_to_identify() in ide_driveid_update()
Bartlomiej Zolnierkiewicz
1
-50
/
+4
2009-03-24
ide: clear drive IRQ after re-enabling local IRQs in ide_driveid_update()
Bartlomiej Zolnierkiewicz
1
-2
/
+2
2009-03-24
ide: sanitize SELECT_MASK() usage in ide_driveid_update()
Bartlomiej Zolnierkiewicz
1
-1
/
+3
2009-03-24
ide: shorten timeout value in ide_driveid_update()
Bartlomiej Zolnierkiewicz
1
-1
/
+1
2009-03-24
ide: propagate AltStatus workarounds to ide_driveid_update()
Bartlomiej Zolnierkiewicz
1
-3
/
+18
2009-03-24
ide: fix kmalloc() failure handling in ide_driveid_update()
Bartlomiej Zolnierkiewicz
1
-13
/
+20
2009-03-24
ide: move error handling code to ide-eh.c (v2)
Bartlomiej Zolnierkiewicz
1
-297
/
+2
2009-03-24
ide: checkpatch.pl fixes for ide-iops.c
Bartlomiej Zolnierkiewicz
1
-25
/
+23
2009-03-24
ide: fix comments in ide_config_drive_speed()
Bartlomiej Zolnierkiewicz
1
-6
/
+3
2009-03-24
ide: fix printk() levels in [atapi_]reset_pollfunc()
Bartlomiej Zolnierkiewicz
1
-4
/
+5
2009-03-24
ide: move standard I/O code to ide-io-std.c
Bartlomiej Zolnierkiewicz
1
-313
/
+0
2009-03-24
ide: move ide_read_bcount_and_ireason() to ide-atapi.c
Bartlomiej Zolnierkiewicz
1
-15
/
+0
2009-03-24
ide: move drive_is_ready() to ide-io.c
Bartlomiej Zolnierkiewicz
1
-25
/
+0
2009-03-24
ide: remove stale comments from drive_is_ready()
Bartlomiej Zolnierkiewicz
1
-9
/
+0
2009-03-24
ide: add ide_for_each_present_dev() iterator
Bartlomiej Zolnierkiewicz
1
-3
/
+2
2009-03-05
ide-iops: fix odd-length ATAPI PIO transfers
Sergei Shtylyov
1
-0
/
+2
2009-01-14
ide: fix accidental LOCKDEP breakage caused by local_irq_set() removal
Bartlomiej Zolnierkiewicz
1
-1
/
+1
2009-01-06
ide: move read_sff_dma_status() method to 'struct ide_dma_ops'
Sergei Shtylyov
1
-10
/
+0
2009-01-06
ide: add port and host iterators
Bartlomiej Zolnierkiewicz
1
-6
/
+5
2009-01-06
ide: dynamic allocation of device structures
Bartlomiej Zolnierkiewicz
1
-2
/
+2
2009-01-06
ide: unexport ide_wait_not_busy()
Bartlomiej Zolnierkiewicz
1
-3
/
+0
2009-01-06
ide: remove local_irq_set() macro
Bartlomiej Zolnierkiewicz
1
-1
/
+2
2009-01-06
ide: remove HWIF() macro
Bartlomiej Zolnierkiewicz
1
-2
/
+2
2009-01-06
ide: merge ide_hwgroup_t with ide_hwif_t (v2)
Bartlomiej Zolnierkiewicz
1
-37
/
+32
2008-12-29
ide: replace the global ide_lock spinlock by per-hwgroup spinlocks (v2)
Bartlomiej Zolnierkiewicz
1
-25
/
+23
2008-12-02
ide: remove dead code from drive_is_ready()
Bartlomiej Zolnierkiewicz
1
-5
/
+0
2008-12-02
ide: add SAMSUNG SP0822N with firmware WA100-10 to ivb_list[]
Bartlomiej Zolnierkiewicz
1
-0
/
+1
[next]