index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
dma
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2018-06-06
8
-18
/
+14
|
\
|
*
treewide: Use struct_size() for devm_kmalloc() and friends
Kees Cook
2018-06-06
3
-7
/
+6
|
*
treewide: Use struct_size() for kmalloc()-family
Kees Cook
2018-06-06
5
-11
/
+8
*
|
Merge tag 'dma-mapping-4.18' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
2018-06-04
1
-1
/
+1
|
\
\
|
*
|
drivers: remove force dma flag from buses
Christoph Hellwig
2018-05-03
1
-1
/
+1
|
|
/
*
/
dmaengine: qcom: bam_dma: check if the runtime pm enabled
Srinivas Kandagatla
2018-05-17
1
-5
/
+13
|
/
*
Merge tag 'dmaengine-4.17-rc1' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
2018-04-10
16
-71
/
+2768
|
\
|
*
Merge branch 'topic/stm' into for-linus
Vinod Koul
2018-04-10
1
-47
/
+240
|
|
\
|
|
*
dmaengine: stm32-dma: properly mask irq bits
Pierre Yves MORDRET
2018-04-04
1
-1
/
+6
|
|
*
dmaengine: stm32-dma: fix max items per transfer
Pierre Yves MORDRET
2018-04-04
1
-8
/
+11
|
|
*
dmaengine: stm32-dma: fix DMA IRQ status handling
Pierre Yves MORDRET
2018-04-04
1
-4
/
+25
|
|
*
dmaengine: stm32-dma: Improve memory burst management
Pierre Yves MORDRET
2018-04-04
1
-29
/
+175
|
|
*
dmaengine: stm32-dma: fix typo and reported checkpatch warnings
Pierre Yves MORDRET
2018-04-04
1
-5
/
+6
|
|
*
dmaengine: stm32-dma: fix incomplete configuration in cyclic mode
Pierre Yves MORDRET
2018-04-04
1
-2
/
+6
|
|
*
dmaengine: stm32-dma: threshold manages with bitfield feature
Pierre Yves MORDRET
2018-04-04
1
-3
/
+16
|
*
|
Merge branch 'topic/renesas' into for-linus
Vinod Koul
2018-04-10
1
-2
/
+11
|
|
\
\
|
|
*
|
dmaengine: rcar-dmac: Fix too early/late system suspend/resume callbacks
Geert Uytterhoeven
2018-04-04
1
-2
/
+2
|
|
*
|
dmaengine: rcar-dmac: Check the done lists in rcar_dmac_chan_get_residue()
Yoshihiro Shimoda
2018-03-05
1
-0
/
+9
|
|
|
/
|
*
|
Merge branch 'topic/qcom' into for-linus
Vinod Koul
2018-04-10
1
-14
/
+45
|
|
\
\
|
|
*
|
dmaengine: qcom: bam_dma: disable runtime pm on remote controlled
Srinivas Kandagatla
2018-03-01
1
-2
/
+9
|
|
*
|
dmaengine: qcom: bam_dma: do not write to global regs in remote mode
Srinivas Kandagatla
2018-03-01
1
-5
/
+8
|
|
*
|
dmaengine: qcom: bam_dma: get num-channels and num-ees from dt
Srinivas Kandagatla
2018-03-01
1
-5
/
+22
|
|
*
|
dmaengine: qcom: bam_dma: make bam clk optional
Srinivas Kandagatla
2018-03-01
1
-2
/
+6
|
|
|
/
|
*
|
Merge branch 'topic/pl330' into for-linus
Vinod Koul
2018-04-10
1
-2
/
+4
|
|
\
\
|
|
*
|
dmaengine: pl330: fix a race condition in case of threaded irqs
Qi Hou
2018-03-06
1
-2
/
+4
|
|
|
/
|
*
|
Merge branch 'topic/mtek' into for-linus
Vinod Koul
2018-04-10
5
-0
/
+1073
|
|
\
\
|
|
*
|
dmaengine: mediatek: Add MediaTek High-Speed DMA controller for MT7622 and MT...
Sean Wang
2018-03-27
5
-0
/
+1073
|
|
|
/
|
*
|
Merge branch 'topic/imx' into for-linus
Vinod Koul
2018-04-10
1
-0
/
+21
|
|
\
\
|
|
*
|
dmaengine: imx-sdma: fix pagefault when channel is disabled during interrupt
Thierry Bultel
2018-03-05
1
-0
/
+21
|
|
|
/
|
*
|
Merge branch 'topic/edma' into for-linus
Vinod Koul
2018-04-10
1
-0
/
+6
|
|
\
\
|
|
*
|
dmaengine: edma: Check the memory allocation for the memcpy dma device
Peter Ujfalusi
2018-03-27
1
-0
/
+6
|
|
|
/
|
*
|
Merge branch 'topic/dw_axi' into for-linus
Vinod Koul
2018-04-10
5
-0
/
+1354
|
|
\
\
|
|
*
|
dmaengine: dw-axi-dmac: fix spelling mistake: "catched" -> "caught"
Colin Ian King
2018-03-27
1
-1
/
+1
|
|
*
|
dmaengine: Introduce DW AXI DMAC driver
Eugeniy Paltsev
2018-03-19
5
-0
/
+1354
|
|
|
/
|
*
|
Merge branch 'topic/dmatest' into for-linus
Vinod Koul
2018-04-10
1
-4
/
+12
|
|
\
\
|
|
*
|
dmaengine: dmatest: add norandom option
Yang Shunyong
2018-02-12
1
-4
/
+12
|
|
|
/
|
*
/
dmaengine: at_xdmac: fix rare residue corruption
Maxime Jayat
2018-03-27
1
-2
/
+2
|
|
/
*
|
dmaengine: stm32-dmamux: fix a potential buffer overflow
Pierre-Yves MORDRET
2018-03-22
1
-3
/
+6
*
|
dmaengine: mv_xor_v2: Fix clock resource by adding a register clock
Gregory CLEMENT
2018-03-11
1
-5
/
+20
*
|
dmaengine: rcar-dmac: fix max_chunk_size for R-Car Gen3
Yoshihiro Shimoda
2018-02-27
1
-1
/
+1
|
/
*
Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm
Linus Torvalds
2018-02-02
1
-1
/
+1
|
\
|
*
-
.
Merge branches 'fixes', 'misc', 'sa1111' and 'sa1100-for-next' into for-next
Russell King
2018-01-21
6
-42
/
+53
|
|
\
\
|
|
*
|
ARM: 8745/1: get rid of __memzero()
Nicolas Pitre
2018-01-21
1
-1
/
+1
|
|
/
/
*
|
|
Merge tag 'dmaengine-4.16-rc1' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
2018-01-31
25
-276
/
+537
|
\
\
\
|
*
\
\
Merge branch 'topic/xilinx' into for-linus
Vinod Koul
2018-01-31
2
-168
/
+313
|
|
\
\
\
|
|
*
|
|
dmaengine: xilinx_dma: Free BD consistent memory
Kedareswara rao Appana
2018-01-08
1
-0
/
+5
|
|
*
|
|
dmaengine: xilinx_dma: Fix warning variable prev set but not used
Kedareswara rao Appana
2018-01-08
1
-3
/
+1
|
|
*
|
|
dmaengine: xilinx_dma: properly configure the SG mode bit in the driver for cdma
Kedareswara rao Appana
2018-01-08
1
-0
/
+10
|
|
*
|
|
dmaengine: xilinx_dma: Fix typos
Vinod Koul
2017-12-18
1
-3
/
+3
|
|
*
|
|
dmaengine: xilinx_dma: Differentiate probe based on the ip type
Kedareswara rao Appana
2017-12-18
1
-1
/
+6
[next]