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-07-02
dmaengine: imx-sdma: add sdma_transfer_init to decrease code overlap
Robin Gong
1
-46
/
+37
2018-07-02
dmaengine: imx-sdma: remove the maximum limitation for bd numbers
Robin Gong
1
-14
/
+0
2018-07-02
dmaengine: imx-sdma: remove useless 'lock' and 'enabled' in 'struct sdma_chan...
Robin Gong
1
-23
/
+0
2018-07-02
dmaengine: imx-sdma: add virt-dma support
Robin Gong
2
-93
/
+171
2018-07-02
dmaengine: imx-sdma: factor out a struct sdma_desc from struct sdma_channel
Sascha Hauer
1
-54
/
+83
2018-07-02
dmaengine: ste_dma40: Remove VLA usage
Kees Cook
1
-2
/
+13
2018-06-29
dmaengine: xilinx_dma: Enable VDMA S2MM vertical flip support
Radhey Shyam Pandey
1
-0
/
+22
2018-06-28
dmaengine: k3dma: Off by one in k3_of_dma_simple_xlate()
Dan Carpenter
1
-1
/
+1
2018-06-28
dmaengine: pl330: report BURST residue granularity
Marek Szyprowski
1
-1
/
+1
2018-06-28
dmaengine: rcar-dmac: don't use DMAC error interrupt
Kuninori Morimoto
1
-50
/
+22
2018-06-19
dmaengine: ioatdma: set the completion address register after channel reset
Dave Jiang
1
-0
/
+6
2018-06-19
dmaengine: ti: omap-dma: Fix OMAP1510 incorrect residue_granularity
Janusz Krzysztofik
1
-1
/
+5
2018-06-18
dmaengine: pxa: add a default requestor policy
Robert Jarzmik
1
-0
/
+5
2018-06-18
dmaengine: pxa: use a dma slave map
Robert Jarzmik
1
-1
/
+9
2018-06-15
fix a series of Documentation/ broken file name references
Mauro Carvalho Chehab
1
-1
/
+1
2018-06-12
treewide: Use array_size() in vzalloc()
Kees Cook
1
-1
/
+2
2018-06-12
treewide: Use array_size() in vmalloc()
Kees Cook
1
-1
/
+2
2018-06-12
treewide: devm_kzalloc() -> devm_kcalloc()
Kees Cook
4
-13
/
+14
2018-06-12
treewide: kzalloc() -> kcalloc()
Kees Cook
5
-8
/
+9
2018-06-12
treewide: kmalloc() -> kmalloc_array()
Kees Cook
2
-2
/
+3
2018-06-08
Merge tag 'dmaengine-4.18-rc1' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
27
-397
/
+559
2018-06-06
Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
8
-18
/
+14
2018-06-06
treewide: Use struct_size() for devm_kmalloc() and friends
Kees Cook
3
-7
/
+6
2018-06-06
treewide: Use struct_size() for kmalloc()-family
Kees Cook
5
-11
/
+8
2018-06-04
Merge tag 'dma-mapping-4.18' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
1
-1
/
+1
2018-06-04
Merge branch 'topic/txx' into for-linus
Vinod Koul
1
-5
/
+3
2018-06-04
Merge branch 'topic/ti' into for-linus
Vinod Koul
8
-37
/
+49
2018-06-04
Merge branch 'topic/stm' into for-linus
Vinod Koul
1
-41
/
+59
2018-06-04
Merge branch 'topic/ste' into for-linus
Vinod Koul
1
-8
/
+4
2018-06-04
Merge branch 'topic/sprd' into for-linus
Vinod Koul
1
-146
/
+203
2018-06-04
Merge branch 'topic/renesas' into for-linus
Vinod Koul
1
-29
/
+21
2018-06-04
Merge branch 'topic/qcom' into for-linus
Vinod Koul
2
-6
/
+3
2018-06-04
Merge branch 'topic/pl330' into for-linus
Vinod Koul
1
-50
/
+159
2018-06-04
Merge branch 'topic/imx' into for-linus
Vinod Koul
3
-43
/
+26
2018-06-04
Merge branch 'topic/idma' into for-linus
Vinod Koul
1
-4
/
+2
2018-06-04
Merge branch 'topic/fsl' into for-linus
Vinod Koul
1
-4
/
+2
2018-06-04
Merge branch 'topic/dw' into for-linus
Vinod Koul
1
-4
/
+2
2018-06-04
Merge branch 'topic/dmatest' into for-linus
Vinod Koul
1
-3
/
+13
2018-06-04
Merge branch 'topic/bam' into for-linus
Vinod Koul
1
-4
/
+6
2018-06-04
Merge branch 'topic/axi' into for-linus
Vinod Koul
1
-1
/
+1
2018-05-29
dmaengine: sprd: Add Spreadtrum DMA configuration
Eric Long
1
-0
/
+182
2018-05-29
dmaengine: sprd: Optimize the sprd_dma_prep_dma_memcpy()
Eric Long
1
-128
/
+39
2018-05-23
dmaengine: imx-dma: Switch to SPDX identifier
Fabio Estevam
1
-16
/
+10
2018-05-23
dmaengine: mxs-dma: Switch to SPDX identifier
Fabio Estevam
1
-9
/
+5
2018-05-23
dmaengine: imx-sdma: Switch to SPDX identifier
Fabio Estevam
1
-18
/
+11
2018-05-17
dmaengine: qcom: bam_dma: fix some doc warnings.
Srinivas Kandagatla
1
-2
/
+3
2018-05-17
dmaengine: qcom: bam_dma: fix invalid assignment warning
Srinivas Kandagatla
1
-2
/
+3
2018-05-17
dmaengine: qcom: bam_dma: check if the runtime pm enabled
Srinivas Kandagatla
1
-5
/
+13
2018-05-17
dmaengine: sprd: fix an NULL vs IS_ERR() bug
Dan Carpenter
1
-2
/
+2
2018-05-09
dmaengine: sprd: Use devm_ioremap_resource() to map memory
Baolin Wang
1
-4
/
+1
[prev]
[next]