index
:
linux-stable.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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
ide
/
ide-dma.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ide/ata: Add export.h for EXPORT_SYMBOL/THIS_MODULE where needed
Paul Gortmaker
2011-10-31
1
-0
/
+1
*
ide: clean up timed out request handling
Tejun Heo
2010-10-26
1
-8
/
+3
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide-2.6
Linus Torvalds
2010-04-08
1
-0
/
+1
|
\
|
*
ide: Requeue request after DMA timeout
Herbert Xu
2010-04-01
1
-0
/
+1
*
|
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-30
1
-0
/
+1
|
/
*
ide: relax DMA info validity checking
Bartlomiej Zolnierkiewicz
2009-06-24
1
-21
/
+0
*
Merge branch 'for-2.6.31' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...
Linus Torvalds
2009-06-12
1
-1
/
+0
|
\
|
*
ide: unexport ide_find_dma_mode()
Bartlomiej Zolnierkiewicz
2009-06-10
1
-1
/
+0
|
*
ide-dma: don't reset request fields on dma_timeout_retry()
Tejun Heo
2009-04-21
1
-16
/
+4
*
|
ide: convert to rq pos and nr_sectors accessors
Tejun Heo
2009-05-11
1
-1
/
+1
*
|
ide-dma: don't reset request fields on dma_timeout_retry()
Tejun Heo
2009-04-28
1
-16
/
+4
|
/
*
ide: add support for CFA specified transfer modes (take 3)
Sergei Shtylyov
2009-03-31
1
-0
/
+8
*
ide: identify data word 53 bit 1 doesn't cover words 62 and 63 (take 3)
Sergei Shtylyov
2009-03-31
1
-18
/
+14
*
ide: sanitize ide_build_sglist() and ide_destroy_dmatable()
Bartlomiej Zolnierkiewicz
2009-03-31
1
-25
/
+25
*
ide: set/clear drive->waiting_for_dma flag in the core code
Bartlomiej Zolnierkiewicz
2009-03-31
1
-0
/
+4
*
ide: move ide_map_sg() call out of ->dma_setup method (take 2)
Bartlomiej Zolnierkiewicz
2009-03-31
1
-2
/
+6
*
ide: add ->dma_check method
Bartlomiej Zolnierkiewicz
2009-03-31
1
-1
/
+4
*
ide: add ide_dma_prepare() helper
Bartlomiej Zolnierkiewicz
2009-03-31
1
-1
/
+10
*
ide: destroy DMA mappings after ending DMA (v2)
Bartlomiej Zolnierkiewicz
2009-03-31
1
-0
/
+3
*
ide: inline ide_dma_timeout() into ide_dma_timeout_retry()
Bartlomiej Zolnierkiewicz
2009-03-31
1
-15
/
+6
*
ide: add ->dma_clear method and remove ->dma_timeout one
Bartlomiej Zolnierkiewicz
2009-03-31
1
-4
/
+6
*
ide: add ->dma_timer_expiry method and remove ->dma_exec_cmd one (v2)
Bartlomiej Zolnierkiewicz
2009-03-27
1
-1
/
+0
*
ide: pass command to ide_map_sg()
Bartlomiej Zolnierkiewicz
2009-03-27
1
-8
/
+7
*
ide: remove ide_end_request()
Bartlomiej Zolnierkiewicz
2009-03-27
1
-1
/
+2
*
ide: sanitize ide_finish_cmd()
Bartlomiej Zolnierkiewicz
2009-03-27
1
-1
/
+4
*
ide: move command related fields from ide_hwif_t to struct ide_cmd
Bartlomiej Zolnierkiewicz
2009-03-27
1
-7
/
+9
*
ide: pass command instead of request to ide_pio_datablock()
Bartlomiej Zolnierkiewicz
2009-03-27
1
-2
/
+2
*
ide: call ide_build_sglist() prior to ->dma_setup (v2)
Bartlomiej Zolnierkiewicz
2009-03-27
1
-2
/
+3
*
ide: move ide_dma_timeout_retry() to ide-dma.c
Bartlomiej Zolnierkiewicz
2009-03-24
1
-0
/
+57
*
ide: save the returned value of dma_map_sg
FUJITA Tomonori
2009-03-13
1
-3
/
+9
*
ide: merge ide_hwgroup_t with ide_hwif_t (v2)
Bartlomiej Zolnierkiewicz
2009-01-06
1
-1
/
+1
*
ide: move SFF DMA code to ide-dma-sff.c
Bartlomiej Zolnierkiewicz
2008-10-13
1
-362
/
+1
*
ide: cleanup ide-dma.c
Bartlomiej Zolnierkiewicz
2008-10-13
1
-50
/
+38
*
ide: cleanup ide_build_dmatable()
Bartlomiej Zolnierkiewicz
2008-10-13
1
-43
/
+30
*
ide: remove needless includes from ide-dma.c
Bartlomiej Zolnierkiewicz
2008-10-13
1
-8
/
+0
*
ide: switch to DMA-mapping API part #2
Bartlomiej Zolnierkiewicz
2008-10-13
1
-12
/
+19
*
ide: make ide_dma_timeout() available also for CONFIG_BLK_DEV_IDEDMA_SFF=n
Bartlomiej Zolnierkiewicz
2008-10-13
1
-4
/
+5
*
ide: make ide_dma_lost_irq() available also for CONFIG_BLK_DEV_IDEDMA_SFF=n
Bartlomiej Zolnierkiewicz
2008-10-13
1
-5
/
+4
*
ide: __ide_dma_end() -> ide_dma_end()
Bartlomiej Zolnierkiewicz
2008-10-13
1
-4
/
+3
*
ide: use 'drive->dn & 1' instead of drive->select.b.unit
Bartlomiej Zolnierkiewicz
2008-10-13
1
-1
/
+1
*
ide: remove superfluous ->waiting_for_dma checks
Bartlomiej Zolnierkiewicz
2008-10-13
1
-3
/
+1
*
ide: remove superfluous ->dma field from ide_hwif_t
Bartlomiej Zolnierkiewicz
2008-10-13
1
-2
/
+0
*
ide: add device flags
Bartlomiej Zolnierkiewicz
2008-10-13
1
-3
/
+4
*
ide: use ATA_* defines instead of *_STAT and *_ERR ones
Bartlomiej Zolnierkiewicz
2008-10-10
1
-1
/
+1
*
ide: remove drive->driveid
Bartlomiej Zolnierkiewicz
2008-10-10
1
-3
/
+3
*
ide: make drive->id an union (take 2)
Bartlomiej Zolnierkiewicz
2008-10-10
1
-23
/
+27
*
ide-dma: fix ide_build_dmatable() for TRM290
Sergei Shtylylov
2008-10-05
1
-1
/
+1
*
ide: fix pre-EIDE SWDMA support on big-endian
Bartlomiej Zolnierkiewicz
2008-08-05
1
-5
/
+1
*
ide: trivial sparse annotations
Harvey Harrison
2008-07-24
1
-1
/
+1
*
ide: add struct ide_tp_ops (take 2)
Bartlomiej Zolnierkiewicz
2008-07-23
1
-6
/
+6
[next]