index
:
kernel/git/stable/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.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.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-7.0.y
linux-7.1.y
linux-7.2.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Stable Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
dma
Age
Commit message (
Expand
)
Author
2016-04-16
Merge branch 'fix/hsu' into fixes
Vinod Koul
2016-04-15
dmaengine: bcm2835: add dma_memcopy support to bcm2835-dma
Martin Sperl
2016-04-15
dmaengine: bcm2835: add slave_sg support to bcm2835-dma
Martin Sperl
2016-04-15
dmaengine: bcm2835: limit max length based on channel type
Martin Sperl
2016-04-15
dmaengine: bcm2835: move controlblock chain generation into separate method
Martin Sperl
2016-04-15
dmaengine: bcm2835: move cyclic member from bcm2835_chan into bcm2835_desc
Martin Sperl
2016-04-15
dmaengine: bcm2835: add additional defines for DMA-registers
Martin Sperl
2016-04-15
dmaengine: bcm2835: remove unnecessary masking of dma channels
Martin Sperl
2016-04-15
dmaengine: bcm2835: set residue_granularity field
Martin Sperl
2016-04-13
dmaengine: dw: set cdesc to NULL when free cyclic transfers
Andy Shevchenko
2016-04-13
dmaengine: dw: move residue to a descriptor
Andy Shevchenko
2016-04-13
dmaengine: dw: move dwc->initialized to dwc->flags
Andy Shevchenko
2016-04-13
dmaengine: dw: move dwc->paused to dwc->flags
Andy Shevchenko
2016-04-13
dmaengine: dw: define counter variables as unsigned int
Andy Shevchenko
2016-04-13
dmaengine: dw: substitute dma_read_byaddr by dma_readl_native
Andy Shevchenko
2016-04-13
dmaengine: dw: clear LLP_[SD]_EN bits in last descriptor of a chain
Mans Rullgard
2016-04-13
dmaengine: dw: set LMS field in descriptors
Mans Rullgard
2016-04-13
dmaengine: dw: fix byte order of hw descriptor fields
Mans Rullgard
2016-04-13
dmaengine: dw: set src and dst master select according to xfer direction
Mans Rullgard
2016-04-13
dmaengine: dw: rename masters to reflect actual topology
Andy Shevchenko
2016-04-13
dmaengine: dw: fix master selection
Andy Shevchenko
2016-04-13
dmaengine: core: Revert back to pr_debug in __dma_request_channel()
Jarkko Nikula
2016-04-06
dmaengine: vdma: Fix checkpatch.pl warnings
Kedareswara rao Appana
2016-04-06
dmaengine: vdma: Fix race condition in Non-SG mode
Kedareswara rao Appana
2016-04-06
dmaengine: vdma: Add 64 bit addressing support to the driver
Kedareswara rao Appana
2016-04-06
dmaengine: edma: special case slot limit workaround
John Ogness
2016-04-06
dmaengine: edma: Remove dynamic TPTC power management feature
Peter Ujfalusi
2016-04-05
dmaengine: pl08x: allocate OF slave channel data at probe time
Linus Walleij
2016-04-05
dmaengine: add DMA_CYCLIC to dma_get_slave_caps
Vinod Koul
2016-04-05
dmaengine: vdma: don't crash when bad channel is requested
Franck Jullien
2016-04-05
dmaengine: omap-dma: Do not suppress interrupts for memcpy
Peter Ujfalusi
2016-04-05
dmaengine: omap-dma: Fix polled channel completion detection and handling
Peter Ujfalusi
2016-04-04
dmaengine: mpc512x: Fix code style
Mario Six
2016-04-04
dmaengine: mpc512x: Implement additional chunk sizes for DMA transfers
Mario Six
2016-04-04
dmaengine: mpc512x: Fix hanging DMA device transfer for MPC8308
Mario Six
2016-04-04
dmaengine: hsu: set maximum allowed segment size for DMA
Andy Shevchenko
2016-04-04
dmaengine: hsu: don't check direction of timeouted channel
Andy Shevchenko
2016-04-04
dmaengine: hsu: allow more than 3 descriptors
Andy Shevchenko
2016-04-04
dmaengine: hsu: correct use of channel status register
Andy Shevchenko
2016-04-04
dmaengine: hsu: correct residue calculation of active descriptor
Andy Shevchenko
2016-04-04
dmaengine: hsu: set HSU_CH_MTSR to memory width
Andy Shevchenko
2016-04-04
dmaengine: core: Use dev_ functions for debug and error prints
Jarkko Nikula
2016-03-24
Merge tag 'asm-generic-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2016-03-20
Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...
Linus Torvalds
2016-03-17
Merge tag 'dmaengine-4.6-rc1' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
2016-03-14
Merge branch 'mm-pat-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2016-03-14
Merge branch 'topic/xilinx' into for-linus
Vinod Koul
2016-03-14
Merge branch 'topic/sh' into for-linus
Vinod Koul
2016-03-14
Merge branch 'topic/qcom' into for-linus
Vinod Koul
2016-03-14
Merge branch 'topic/pl330' into for-linus
Vinod Koul
[prev]
[next]