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
path:
root
/
drivers
/
dma
Age
Commit message (
Expand
)
Author
Files
Lines
2019-01-08
cross-tree: phase out dma_zalloc_coherent()
Luis Chamberlain
6
-21
/
+21
2019-01-01
Merge tag 'iommu-updates-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-1
/
+1
2019-01-01
Merge tag 'dmaengine-4.21-rc1' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
30
-354
/
+2073
2018-12-31
Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-3
/
+2
2018-12-31
Merge branch 'topic/xilinx' into for-linus
Vinod Koul
2
-21
/
+25
2018-12-31
Merge branch 'topic/uniphier' into for-linus
Vinod Koul
3
-0
/
+518
2018-12-31
Merge branch 'topic/sprd' into for-linus
Vinod Koul
1
-17
/
+135
2018-12-31
Merge branch 'topic/sh' into for-linus
Vinod Koul
5
-99
/
+2
2018-12-31
Merge branch 'topic/sa11x0' into for-linus
Vinod Koul
1
-13
/
+8
2018-12-31
Merge branch 'topic/mtk' into for-linus
Vinod Koul
3
-0
/
+965
2018-12-31
Merge branch 'topic/imx' into for-linus
Vinod Koul
1
-3
/
+1
2018-12-31
Merge branch 'topic/ep93xx' into for-linus
Vinod Koul
1
-3
/
+3
2018-12-31
Merge branch 'topic/dw' into for-linus
Vinod Koul
3
-0
/
+12
2018-12-31
Merge branch 'topic/dmatest' into for-linus
Vinod Koul
1
-53
/
+246
2018-12-31
Merge branch 'topic/dirn_remove' into for-linus
Vinod Koul
4
-32
/
+111
2018-12-31
Merge branch 'topic/coh' into for-linus
Vinod Koul
1
-5
/
+0
2018-12-31
Merge branch 'topic/bcm' into for-linus
Vinod Koul
1
-11
/
+2
2018-12-20
Merge branches 'iommu/fixes', 'arm/renesas', 'arm/mediatek', 'arm/tegra', 'ar...
Joerg Roedel
1
-1
/
+1
2018-12-17
dmaengine: sh: rcar-dmac: Use device_iommu_mapped()
Joerg Roedel
1
-1
/
+1
2018-12-17
dmaengine: qcom_hidma: convert to DEFINE_SHOW_ATTRIBUTE
Yangtao Li
1
-27
/
+6
2018-12-17
dmaengine: pxa: remove DBGFS_FUNC_DECL()
Yangtao Li
1
-24
/
+12
2018-12-17
dmaengine: mic_x100_dma: convert to DEFINE_SHOW_ATTRIBUTE
Yangtao Li
1
-19
/
+3
2018-12-17
dmaengine: amba-pl08x: convert to DEFINE_SHOW_ATTRIBUTE
Yangtao Li
1
-12
/
+2
2018-12-17
dmaengine: dmatest: Add transfer_size parameter
Seraj Alijan
1
-6
/
+22
2018-12-17
dmaengine: dmatest: Add alignment parameter
Seraj Alijan
1
-4
/
+14
2018-12-17
dmaengine: dmatest: Use fixed point div to calculate iops
Seraj Alijan
1
-3
/
+14
2018-12-17
dmaengine: dmatest: Add support for multi channel testing
Seraj Alijan
1
-19
/
+177
2018-12-06
dmaengine: dw: Fix FIFO size for Intel Merrifield
Andy Shevchenko
1
-3
/
+3
2018-12-05
dmaengine: zynqmp_dma: replace spin_lock_bh with spin_lock_irqsave
Michael Tretter
1
-15
/
+22
2018-12-05
dmaengine: sprd: Add me as one of the module authors
Eric Long
1
-0
/
+1
2018-12-05
dmaengine: sprd: Support DMA 2-stage transfer mode
Eric Long
1
-1
/
+97
2018-12-05
dmaengine: sprd: Support DMA link-list cyclic callback
Eric Long
1
-11
/
+14
2018-12-05
dmaengine: sprd: Set cur_desc as NULL when free or terminate one dma channel
Eric Long
1
-0
/
+1
2018-12-05
dmaengine: sprd: Fix the last link-list configuration
Eric Long
1
-1
/
+2
2018-12-05
dmaengine: sprd: Get transfer residue depending on the transfer direction
Eric Long
1
-1
/
+20
2018-12-05
dmaengine: sprd: Remove direction usage from struct dma_slave_config
Baolin Wang
1
-3
/
+0
2018-12-05
dmaengine: cppi41: delete channel from pending list when stop channel
Bin Liu
1
-1
/
+15
2018-12-05
dmaengine: imx-sdma: use GFP_NOWAIT for dma descriptor allocations
Lucas Stach
1
-1
/
+1
2018-12-05
dmaengine: imx-sdma: implement channel termination via worker
Lucas Stach
1
-13
/
+38
2018-12-05
Revert "dmaengine: imx-sdma: alloclate bd memory from dma pool"
Lucas Stach
1
-12
/
+6
2018-12-05
Revert "dmaengine: imx-sdma: Use GFP_NOWAIT for dma allocations"
Lucas Stach
1
-2
/
+2
2018-12-05
dmaengine: dmatest: fix a small memory leak in dmatest_func()
Dan Carpenter
1
-4
/
+4
2018-12-05
dmaengine: sh: Remove R-Mobile APE6 support
Geert Uytterhoeven
5
-99
/
+1
2018-12-03
dmaengine: pxa: make the filter function internal
Robert Jarzmik
1
-3
/
+2
2018-11-29
dmaengine: at_hdmac: fix module unloading
Richard Genoud
1
-0
/
+2
2018-11-29
dmaengine: at_hdmac: fix memory leak in at_dma_xlate()
Richard Genoud
1
-1
/
+7
2018-11-26
dmaengine: coh901318: Remove unused variable
Vinod Koul
1
-1
/
+0
2018-11-24
dmaengine: ste_dma40: remove dma_slave_config direction usage
Vinod Koul
1
-6
/
+25
2018-11-24
dmaengine: pl330: remove dma_slave_config direction usage
Vinod Koul
1
-4
/
+24
2018-11-24
dmaengine: imx-sdma: remove dma_slave_config direction usage and leave sdma_e...
Vinod Koul
1
-17
/
+39
[next]