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
2018-03-11
dmaengine: mv_xor_v2: Fix clock resource by adding a register clock
Gregory CLEMENT
1
-5
/
+20
2018-02-27
dmaengine: rcar-dmac: fix max_chunk_size for R-Car Gen3
Yoshihiro Shimoda
1
-1
/
+1
2018-02-02
Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm
Linus Torvalds
1
-1
/
+1
2018-01-31
Merge tag 'dmaengine-4.16-rc1' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
25
-276
/
+537
2018-01-31
Merge branch 'topic/xilinx' into for-linus
Vinod Koul
2
-168
/
+313
2018-01-31
Merge branch 'topic/virt-dma' into for-linus
Vinod Koul
10
-20
/
+107
2018-01-31
Merge branch 'topic/timb' into for-linus
Vinod Koul
1
-1
/
+1
2018-01-31
Merge branch 'topic/ti' into for-linus
Vinod Koul
1
-1
/
+9
2018-01-31
Merge branch 'topic/tegra' into for-linus
Vinod Koul
1
-5
/
+14
2018-01-31
Merge branch 'topic/stm' into for-linus
Vinod Koul
1
-3
/
+0
2018-01-31
Merge branch 'topic/sprd' into for-linus
Vinod Koul
1
-1
/
+1
2018-01-31
Merge branch 'topic/rcar' into for-linus
Vinod Koul
1
-1
/
+43
2018-01-31
Merge branch 'topic/qcom_hidma' into for-linus
Vinod Koul
1
-46
/
+15
2018-01-31
Merge branch 'topic/qcom' into for-linus
Vinod Koul
2
-25
/
+25
2018-01-31
Merge branch 'topic/mic' into for-linus
Vinod Koul
1
-3
/
+1
2018-01-31
Merge branch 'topic/imx' into for-linus
Vinod Koul
1
-0
/
+6
2018-01-31
Merge branch 'topic/cppi' into for-linus
Vinod Koul
1
-1
/
+1
2018-01-30
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-2
/
+0
2018-01-30
dmaengine: dmatest: fix container_of member in dmatest_callback
Yang Shunyong
1
-1
/
+1
2018-01-21
Merge branches 'fixes', 'misc', 'sa1111' and 'sa1100-for-next' into for-next
Russell King
6
-42
/
+53
2018-01-21
ARM: 8745/1: get rid of __memzero()
Nicolas Pitre
1
-1
/
+1
2018-01-19
dmaengine: stm32-dmamux: Remove unnecessary platform_get_resource() error check
Wei Yongjun
1
-3
/
+0
2018-01-18
Merge branch 'pm-core'
Rafael J. Wysocki
1
-17
/
+7
2018-01-17
dmaengine: rcar-dmac: Make DMAC reinit during system resume explicit
Geert Uytterhoeven
1
-17
/
+7
2018-01-15
dmaengine: sprd: statify 'sprd_dma_prep_dma_memcpy'
Vinod Koul
1
-1
/
+1
2018-01-08
dmaengine: qcom_hidma: simplify DT resource parsing
Rob Herring
1
-46
/
+15
2018-01-08
dmaengine: xilinx_dma: Free BD consistent memory
Kedareswara rao Appana
1
-0
/
+5
2018-01-08
dmaengine: xilinx_dma: Fix warning variable prev set but not used
Kedareswara rao Appana
1
-3
/
+1
2018-01-08
dmaengine: xilinx_dma: properly configure the SG mode bit in the driver for cdma
Kedareswara rao Appana
1
-0
/
+10
2018-01-03
Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...
Ingo Molnar
1
-2
/
+0
2017-12-22
dmaengine: ti-dma-crossbar: Fix event mapping for TPCC_EVT_MUX_60_63
Vignesh R
1
-1
/
+9
2017-12-22
dmaengine: cppi41: Fix channel queues array size check
Gomonovych, Vasyl
1
-1
/
+1
2017-12-22
dmaengine: imx-sdma: Add MODULE_FIRMWARE
Nicolas Chauvet
1
-0
/
+6
2017-12-18
dmaengine: xilinx_dma: Fix typos
Vinod Koul
1
-3
/
+3
2017-12-18
dmaengine: xilinx_dma: Differentiate probe based on the ip type
Kedareswara rao Appana
1
-1
/
+6
2017-12-18
dmaengine: xilinx_dma: fix style issues from checkpatch
Kedareswara rao Appana
1
-1
/
+2
2017-12-18
dmaengine: xilinx_dma: Fix kernel doc warnings
Kedareswara rao Appana
1
-13
/
+24
2017-12-18
dmaengine: xilinx_dma: Fix race condition in the driver for multiple descript...
Kedareswara rao Appana
1
-51
/
+84
2017-12-18
dmaeninge: xilinx_dma: Fix bug in multiple frame stores scenario in vdma
Kedareswara rao Appana
1
-22
/
+19
2017-12-18
dmaengine: xilinx_dma: Check for channel idle state before submitting dma des...
Kedareswara rao Appana
1
-38
/
+22
2017-12-18
dmaengine: zynqmp_dma: Fix race condition in the probe
Kedareswara rao Appana
1
-1
/
+2
2017-12-18
dmaengine: zynqmp_dma: Fix issues with overflow interrupt
Kedareswara rao Appana
1
-1
/
+5
2017-12-18
dmaengine: zynqmp_dma: Fix warning variable 'val' set but not used
Kedareswara rao Appana
1
-4
/
+2
2017-12-18
dmaengine: zynqmp_dma: Fix kernel doc-format
Kedareswara rao Appana
1
-1
/
+3
2017-12-18
dmaengine: zynqmp_dma: Add runtime pm support
Kedareswara rao Appana
1
-32
/
+128
2017-12-15
dmaengine: fsl-edma: disable clks on all error paths
Andreas Platschek
1
-14
/
+14
2017-12-13
dmaengine: qcom_hidma: Add identity register support
Sinan Kaya
1
-3
/
+8
2017-12-13
dmaengine: qcom_hidma: Add support for the new revision
Sinan Kaya
1
-21
/
+13
2017-12-12
dmaengine: qcom_hidma: check pending interrupts
Sinan Kaya
1
-3
/
+6
2017-12-11
dmaengine: jz4740: disable/unprepare clk if probe fails
Tobias Jordan
1
-1
/
+3
[next]