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.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
/
dma
Age
Commit message (
Expand
)
Author
Files
Lines
2014-04-16
dma: fix eDMA driver as a subsys_initcall
Yuan Yao
1
-1
/
+11
2014-04-16
dmaengine: sirf: off by one in of_dma_sirfsoc_xlate()
Dan Carpenter
1
-1
/
+1
2014-04-16
platform: Fix timberdale dependencies
Jean Delvare
1
-1
/
+1
2014-04-14
dma: edma: fix incorrect SG list handling
Sekhar Nori
1
-2
/
+4
2014-04-10
Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
27
-58
/
+2630
2014-04-05
Merge branch 'topic/bam' into for-linus
Vinod Koul
3
-0
/
+1121
2014-04-05
dmaengine: add Qualcomm BAM dma driver
Andy Gross
3
-0
/
+1122
2014-04-04
Merge branch 'devel-stable' into for-next
Russell King
8
-26
/
+71
2014-04-04
dmaengine: omap-dma: more consolidation of CCR register setup
Russell King
1
-28
/
+18
2014-04-04
dmaengine: omap-dma: move IRQ handling to omap-dma
Russell King
1
-6
/
+115
2014-04-04
dmaengine: omap-dma: move register read/writes into omap-dma.c
Russell King
1
-9
/
+87
2014-04-04
dmaengine: omap-dma: cleanup errata 3.3 handling
Russell King
1
-23
/
+29
2014-04-04
dmaengine: omap-dma: provide register read/write functions
Russell King
1
-41
/
+61
2014-04-04
dmaengine: omap-dma: use cached CCR value when enabling DMA
Russell King
1
-4
/
+2
2014-04-04
dmaengine: omap-dma: move barrier to omap_dma_start_desc()
Russell King
1
-1
/
+7
2014-04-04
dmaengine: omap-dma: move clnk_ctrl setting to preparation functions
Russell King
1
-14
/
+9
2014-04-04
dmaengine: omap-dma: improve efficiency loading C.SA/C.EI/C.FI registers
Russell King
1
-12
/
+20
2014-04-04
dmaengine: omap-dma: consolidate clearing channel status register
Russell King
1
-10
/
+10
2014-04-04
dmaengine: omap-dma: move CCR buffering disable errata out of the fast path
Russell King
1
-2
/
+5
2014-04-04
dmaengine: omap-dma: provide register definitions
Russell King
1
-54
/
+117
2014-04-04
dmaengine: omap-dma: consolidate setup of CCR
Russell King
1
-86
/
+61
2014-04-04
dmaengine: omap-dma: consolidate setup of CSDP
Russell King
1
-36
/
+28
2014-04-04
dmaengine: omap-dma: move reading of dma position to omap-dma.c
Russell King
1
-2
/
+64
2014-04-04
dmaengine: omap-dma: control start/stop directly
Russell King
1
-10
/
+141
2014-04-04
dmaengine: omap-dma: consolidate writes to DMA registers
Russell King
1
-75
/
+48
2014-04-04
dmaengine: omap-dma: program hardware directly
Russell King
1
-16
/
+126
2014-04-04
dmaengine: omap-dma: provide a hook to get the underlying DMA platform ops
Russell King
1
-0
/
+7
2014-04-04
dmaengine: omap-dma: use devm_kzalloc() to allocate omap_dmadev.
Russell King
1
-2
/
+1
2014-03-29
shdma: add R-Car Audio DMAC peri peri driver
Kuninori Morimoto
3
-0
/
+327
2014-03-29
dmaengine: sirf: enable generic dt binding for dma channels
Barry Song
1
-0
/
+23
2014-03-29
dma: omap-dma: Implement device_slave_caps callback
Peter Ujfalusi
1
-0
/
+18
2014-03-26
dma: dw: Add suspend and resume handling for PCI mode DW_DMAC.
Chew, Chiau Ee
1
-0
/
+33
2014-03-26
dma: dw: allocate memory in two stages in probe
Andy Shevchenko
2
-9
/
+12
2014-03-26
Add new line to test result strings produced in verbose mode
Jerome Blin
1
-2
/
+2
2014-03-17
Merge branch 'topic/tasklet_fix' into for-linus
Vinod Koul
2
-3
/
+2
2014-03-17
dmaengine: pch_dma: use tasklet_kill in teardown
Vinod Koul
1
-2
/
+2
2014-03-17
dmaengine: at_hdmac: use tasklet_kill in teardown
Vinod Koul
1
-1
/
+0
2014-03-11
dma: cppi41: start tear down only if channel is busy
George Cherian
1
-2
/
+5
2014-03-11
dmaengine: s3c24xx-dma: make phy->irq signed for error handling
Dan Carpenter
1
-1
/
+1
2014-03-06
dma: imx-dma: Add missing module owner field
Alexander Shiyan
1
-0
/
+1
2014-03-06
dma: imx-dma: Replace printk with dev_*
Alexander Shiyan
1
-6
/
+6
2014-03-06
dma: fsl-edma: fix static checker warning of NULL dereference
Jingchang Lu
1
-2
/
+2
2014-03-06
dma: mmp_tdma: move to generic device tree binding
Nenghua Cao
1
-0
/
+50
2014-03-06
dma: mmp_pdma: add IRQF_SHARED when request irq
Chao Xie
1
-4
/
+4
2014-03-06
dma: edma: Fix memory leak in edma_prep_dma_cyclic()
Christian Engelmayer
1
-1
/
+4
2014-03-06
DMA: shdma: Make sh_dmae_pm static
Laurent Pinchart
1
-1
/
+1
2014-03-06
DMA: shdma: Fix warnings due to declared but unused symbols
Laurent Pinchart
1
-3
/
+8
2014-03-06
DMA: shdma: Fix warnings due to improper casts and printk formats
Laurent Pinchart
3
-8
/
+9
2014-03-02
Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
2
-1
/
+4
2014-02-25
ioat: fix tasklet tear down
Dan Williams
4
-13
/
+54
[next]