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
2012-07-01
dmaengine: PL08x: move private data structures into amba-pl08x.c
Russell King
1
-0
/
+136
2012-07-01
dmaengine: PL08x: clean up get_signal/put_signal
Russell King
1
-2
/
+2
2012-07-01
dmaengine: PL08x: remove circular_buffer boolean from channel data
Russell King
1
-7
/
+0
2012-07-01
dmaengine: PL08x: remove redundant spinlock
Russell King
1
-3
/
+0
2012-07-01
dmaengine: PL08x: fix missed dma_transfer_direction fixup
Russell King
1
-1
/
+1
2012-07-01
dmaengine: PL08x: remove runtime PM support
Russell King
1
-10
/
+0
2012-07-01
dmaengine: virt-dma: add support for cyclic DMA periodic callbacks
Russell King
2
-4
/
+29
2012-07-01
dmaengine: virt-dma: vchan_find_desc()
Russell King
2
-1
/
+14
2012-07-01
dmaengine: split out virtual channel DMA support from sa11x0 driver
Russell King
5
-171
/
+320
2012-06-27
dma: tegra: set DMA_CYCLIC capability
Laxman Dewangan
1
-0
/
+2
2012-06-27
dma: tegra: do not set transfer desc flag to DMA_CTRL_ACK in cyclic mode
Laxman Dewangan
1
-1
/
+1
2012-06-27
dma: tegra: add clk_prepare/clk_unprepare
Prashant Gaikwad
1
-2
/
+2
2012-06-27
dma: tegra: use sg_dma_address() for getting dma buffer address
Laxman Dewangan
1
-1
/
+1
2012-06-23
dmaengine: mmp_tdma: fix the arch dependency
Vinod Koul
1
-1
/
+1
2012-06-21
Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
2
-20
/
+16
2012-06-21
dw_dmac: introduce dwc_chan_disable
Andy Shevchenko
1
-18
/
+14
2012-06-21
dw_dmac: move from __init to __devinit
Andy Shevchenko
1
-3
/
+3
2012-06-21
dw_dmac: introduce dwc_fast_fls()
Andy Shevchenko
1
-28
/
+18
2012-06-21
dw_dmac: disable BLOCK interrupts
Andy Shevchenko
1
-0
/
+4
2012-06-21
dw_dmac: disable dma in optimal way in probe
Andy Shevchenko
1
-8
/
+4
2012-06-21
dw_dmac: use __func__ constant in the debug prints
Andy Shevchenko
1
-14
/
+13
2012-06-21
dw_dmac: print correct number of scanned descriptors
Andy Shevchenko
1
-1
/
+1
2012-06-21
dw_dmac: introduce dwc_dump_chan_regs to dump registers
Andy Shevchenko
1
-21
/
+16
2012-06-21
dw_dmac: use proper casting to print dma_addr_t values
Andy Shevchenko
1
-8
/
+13
2012-06-21
dw_dmac: fix constant in the comment
Andy Shevchenko
1
-1
/
+1
2012-06-21
Viresh has moved
Viresh Kumar
1
-1
/
+1
2012-06-20
dmaengine: mmp_tdma: add mmp tdma support
Zhangfei Gao
3
-0
/
+621
2012-06-14
Merge branch 'fixes' into next
Vinod Koul
1
-16
/
+10
2012-06-14
dma: coh901318: use devm allocation
Linus Walleij
1
-48
/
+24
2012-06-14
DMA: PL330: Fix racy mutex unlock
Javi Merino
1
-16
/
+10
2012-06-12
dmaengine: at_hdmac: trivial: fix comment in header
Nicolas Ferre
1
-4
/
+3
2012-06-08
dma: tegra: add dmaengine based dma driver
Laxman Dewangan
3
-0
/
+1425
2012-06-07
dma: enable mxs-dma for imx6q
Huang Shijie
2
-2
/
+1
2012-06-07
DMA: PL330: Add missing static storage class specifier
Sachin Kamat
1
-1
/
+1
2012-06-07
dma: imx-sdma: buf_tail should be initialize in prepare function
Richard Zhao
1
-2
/
+4
2012-06-07
dmaengine: pl330: dont complete descriptor for cyclic dma
Tushar Behera
1
-1
/
+1
2012-05-26
Merge tag 'dt2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
Linus Torvalds
2
-61
/
+128
2012-05-26
Merge tag 'clock' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
Linus Torvalds
4
-15
/
+47
2012-05-26
Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
Linus Torvalds
1
-24
/
+93
2012-05-25
Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
13
-76
/
+143
2012-05-17
Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
3
-3
/
+8
2012-05-16
Merge branch 'clk-next' of git://git.linaro.org/people/mturquette/linux into ...
Arnd Bergmann
2
-0
/
+16
2012-05-15
dmaengine: at_hdmac: take maxburst from slave configuration
Nicolas Ferre
2
-4
/
+24
2012-05-15
dmaengine: at_hdmac: remove ATC_DEFAULT_CTRLA constant
Nicolas Ferre
1
-7
/
+5
2012-05-15
Merge branch 'fixes' into next
Vinod Koul
2
-2
/
+6
2012-05-15
dmaengine: fix cyclic dma usage
Vinod Koul
2
-2
/
+6
2012-05-14
Merge branch 'imx/dt/for-3.5' of git://git.linaro.org/people/shawnguo/linux-2...
Arnd Bergmann
2
-15
/
+31
2012-05-14
Merge branch 'imx/pinctrl' into imx/dt
Arnd Bergmann
7
-148
/
+226
2012-05-12
Merge tag 'ep93xx-fixes-for-3.5' of git://github.com/RyanMallon/linux-ep93xx ...
Olof Johansson
1
-24
/
+93
2012-05-12
dma: mxs-dma: add device tree probe support
Dong Aisheng
1
-5
/
+24
[prev]
[next]