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.12.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-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-02-18
dma: Add Freescale eDMA engine driver support
Jingchang Lu
3
-0
/
+986
2014-02-17
dma: dw: remove leftovers in the comment blocks
Andy Shevchenko
1
-2
/
+2
2014-02-11
dma: dw: add a PCI ID for Intel Haswell SoC
Andy Shevchenko
1
-0
/
+3
2014-02-11
acpi-dma: convert to return error code when asked for channel
Andy Shevchenko
2
-14
/
+10
2014-02-11
acpi-dma: use devm_release() instead of devm_destroy()
Andy Shevchenko
1
-1
/
+1
2014-02-11
dmaengine: Remove dependency on MACH_BCM2708
Paul Bolle
1
-1
/
+1
2014-01-30
Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
21
-184
/
+1737
2014-01-29
dmaengine: mmp_pdma: fix mismerge
Arnd Bergmann
1
-8
/
+0
2014-01-28
dma: pl08x: Export pl08x_filter_id
Sachin Kamat
1
-0
/
+2
2014-01-26
acpi-dma: align documentation with kernel-doc format
Andy Shevchenko
1
-12
/
+24
2014-01-26
dma: fix vchan_cookie_complete() debug print
Jonas Jensen
1
-1
/
+3
2014-01-24
Merge tag 'dt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...
Linus Torvalds
1
-0
/
+4
2014-01-24
Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
4
-29
/
+83
2014-01-20
DMA: dmatest: extend the "device" module parameter to 32 characters
Guennadi Liakhovetski
1
-2
/
+2
2014-01-20
drivers/dma: fix error return code
Julia Lawall
2
-1
/
+4
2014-01-20
dma: omap: Set debug level to debugging messages
Ezequiel Garcia
1
-2
/
+2
2014-01-20
Merge branch 'for-next' into for-linus
Takashi Iwai
3
-10
/
+41
2014-01-20
dma: tegra: add support for Tegra148/124
Laxman Dewangan
1
-7
/
+55
2014-01-20
dma: dw: use %pad instead of casting dma_addr_t
Andy Shevchenko
1
-8
/
+6
2014-01-20
dma: dw: join split up messages
Andy Shevchenko
1
-5
/
+4
2014-01-20
dma: dw: fix style of multiline comment
Andy Shevchenko
1
-4
/
+8
2014-01-20
dmaengine: k3dma: fix sparse warnings
Zhangfei Gao
1
-2
/
+2
2014-01-20
dma: pl330: Use dma_get_slave_channel() in the of xlate callback
Lars-Peter Clausen
1
-27
/
+8
2014-01-20
dma: pl330: Differentiate between submitted and issued descriptors
Lars-Peter Clausen
1
-4
/
+20
2014-01-20
dmaengine: sirf: Add device_slave_caps interface
Rongjun Ying
1
-0
/
+20
2014-01-20
DMA: Freescale: change BWC from 256 bytes to 1024 bytes
Hongbo Zhang
1
-1
/
+1
2014-01-20
dmaengine: Add MOXA ART DMA engine driver
Jonas Jensen
3
-0
/
+708
2014-01-20
dmaengine: Add DMA_PRIVATE to BCM2835 driver
Florian Meier
1
-0
/
+1
2014-01-16
Merge remote-tracking branch 'asoc/topic/dma' into for-tiwai
Mark Brown
1
-0
/
+1
2014-01-15
dma: pl330: Set residue_granularity
Lars-Peter Clausen
1
-0
/
+1
2014-01-13
dma: imx-sdma: Assign a default script number for ROM firmware cases
Nicolin Chen
1
-0
/
+4
2014-01-09
dma:mmp_tdma: get sram pool through device tree
Nenghua Cao
1
-4
/
+18
2014-01-07
dmaengine: Add support for BCM2835
Florian Meier
3
-0
/
+713
2014-01-07
Merge branch 'topic/of' into for-linus
Vinod Koul
2
-13
/
+32
2014-01-07
Merge branch 'topic/defer_probe' into for-linus
Vinod Koul
2
-10
/
+40
2014-01-03
drivers/dma/ioat/dma.c: check DMA mapping error in ioat_dma_self_test()
Jiang Liu
1
-1
/
+10
[next]