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
...
|
*
dmaengine: tegra-apb: Use devm_platform_ioremap_resource
Dmitry Osipenko
2020-02-25
1
-2
/
+1
|
*
dmaengine: tegra-apb: Clean up tasklet releasing
Dmitry Osipenko
2020-02-25
1
-5
/
+1
|
*
dmaengine: tegra-apb: Prevent race conditions on channel's freeing
Dmitry Osipenko
2020-02-25
1
-2
/
+1
|
*
dmaengine: tegra-apb: Implement synchronization hook
Dmitry Osipenko
2020-02-25
1
-0
/
+8
|
*
dmaengine: ti: edma: Support for interleaved mem to mem transfer
Peter Ujfalusi
2020-02-25
1
-0
/
+79
|
*
dmaengine: at_xdmac: Fix locking in tasklet
Tudor Ambarus
2020-02-25
1
-11
/
+12
|
*
dmaengine: at_xdmac: GFP_KERNEL for user that can sleep
Tudor Ambarus
2020-02-25
1
-1
/
+1
|
*
dmaengine: at_xdmac: Drop locking in at_xdmac_alloc_chan_resources()
Tudor Ambarus
2020-02-25
1
-9
/
+2
|
*
dmaengine: at_xdmac: Drop always true check
Tudor Ambarus
2020-02-25
1
-5
/
+3
|
*
dmaengine: at_hdmac: Fix deadlocks
Tudor Ambarus
2020-02-25
1
-35
/
+39
|
*
dmaengine: at_hdmac: Switch atomic allocations to GFP_NOWAIT
Tudor Ambarus
2020-02-25
1
-3
/
+3
|
*
dmaengine: at_hdmac: Drop description for a not defined parameter
Tudor Ambarus
2020-02-25
1
-1
/
+0
|
*
dmaengine: at_hdmac: Return err in case the chan is not free at alloc res time
Tudor Ambarus
2020-02-25
2
-25
/
+8
|
*
dmaengine: at_hdmac: Drop locking in at_hdmac_alloc_chan_resources()
Tudor Ambarus
2020-02-25
1
-6
/
+1
|
*
dmaengine: at_hdmac: Substitute kzalloc with kmalloc
Tudor Ambarus
2020-02-25
1
-1
/
+1
|
*
dmaengine: xilinx_dma: In dma channel probe fix node order dependency
Radhey Shyam Pandey
2020-02-25
1
-22
/
+17
|
*
dmaengine: xilinx_dma: Extend dma_config structure to store max channel count
Radhey Shyam Pandey
2020-02-25
1
-1
/
+8
|
*
dmaengine: stm32-dma: use vchan_terminate_vdesc() in .terminate_all
Amelie Delaunay
2020-02-25
1
-3
/
+6
|
*
dmaengine: stm32-dma: fix sleeping function called from invalid context
Amelie Delaunay
2020-02-25
1
-18
/
+9
|
*
dmaengine: stm32-dma: add copy_align constraint
Amelie Delaunay
2020-02-25
1
-0
/
+1
|
*
dmaengine: stm32-dma: use dma_set_max_seg_size to set the sg limit
Amelie Delaunay
2020-02-25
1
-0
/
+2
|
*
dmaengine: stm32-dma: enable descriptor_reuse
Pierre-Yves MORDRET
2020-02-25
1
-0
/
+2
|
*
dmaengine: stm32-dma: driver defers probe for reset
Etienne Carriere
2020-02-25
1
-4
/
+11
|
*
dmaengine: stm32-dma: use reset controller only at probe time
Etienne Carriere
2020-02-25
1
-5
/
+5
|
*
dmaengine: stm32-dma: add suspend/resume power management support
Pierre-Yves MORDRET
2020-02-25
1
-0
/
+32
|
*
dmaengine: xilinx_dma: Reset DMA channel in dma_terminate_all
Radhey Shyam Pandey
2020-02-24
1
-8
/
+9
|
*
dmaengine: stm32-dmamux: driver defers probe for clock and reset
Etienne Carriere
2020-02-24
1
-4
/
+13
|
*
dmaengine: stm32-dmamux: use reset controller only at probe time
Etienne Carriere
2020-02-24
1
-5
/
+5
|
*
dmaengine: stm32-dmamux: fix clock handling in probe sequence
Etienne Carriere
2020-02-24
1
-9
/
+11
|
*
dmaengine: stm32-dmamux: add suspend/resume power management support
Pierre-Yves MORDRET
2020-02-24
1
-0
/
+50
|
*
dmaengine: stm32-mdma: use vchan_terminate_vdesc() in .terminate_all
Amelie Delaunay
2020-02-24
1
-3
/
+6
|
*
dmaengine: stm32-mdma: enable descriptor_reuse
Pierre-Yves MORDRET
2020-02-24
1
-0
/
+2
|
*
dmaengine: stm32-mdma: driver defers probe for clock and reset
Amelie Delaunay
2020-02-24
1
-3
/
+7
|
*
dmaengine: stm32-mdma: disable clock in case of error during probe
Etienne Carriere
2020-02-24
1
-6
/
+10
|
*
dmaengine: stm32-mdma: use reset controller only at probe time
Etienne Carriere
2020-02-24
1
-5
/
+5
|
*
dmaengine: stm32-mdma: add suspend/resume power management support
Pierre-Yves MORDRET
2020-02-24
1
-0
/
+33
|
*
dmanegine: ioat/dca: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
2020-02-19
1
-1
/
+1
|
*
dmaengine: tegra210-adma: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
2020-02-19
1
-1
/
+1
|
*
dmaengine: sprd: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
2020-02-19
1
-1
/
+1
|
*
dmaengine: sa11x0: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
2020-02-19
1
-1
/
+1
|
*
dmaengine: sun4i: set the linear_mode properly
Vinod Koul
2020-02-17
1
-1
/
+1
|
*
dmaengine: ti: dma-crossbar: convert to devm_platform_ioremap_resource()
chenqiwu
2020-02-13
1
-6
/
+2
|
*
dmaengine: sun4i: use 'linear_mode' in sun4i_dma_prep_dma_cyclic
YueHaibing
2020-02-13
1
-0
/
+2
|
*
dmaengine: ti: omap-dma: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
2020-02-13
1
-1
/
+1
|
*
dmaengine: uniphier-mdmac: replace zero-length array with flexible-array member
Gustavo A. R. Silva
2020-02-13
1
-1
/
+1
|
*
dmaengine: bcm-sba-raid: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
2020-02-13
1
-1
/
+1
|
*
dmaengine: idxd: remove set but not used variable 'idxd_cdev'
YueHaibing
2020-02-13
1
-2
/
+0
|
*
dmaengine: idxd: remove set but not used variable 'group'
YueHaibing
2020-02-13
1
-2
/
+1
*
|
dmaengine: ti: k3-udma-glue: Fix an error handling path in 'k3_udma_glue_cfg_...
Christophe JAILLET
2020-03-23
1
-10
/
+19
*
|
dmaengine: idxd: fix off by one on cdev dwq refcount
Dave Jiang
2020-03-23
1
-2
/
+2
[prev]
[next]