index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
dma
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'dmaengine-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2021-11-10
42
-328
/
+488
|
\
|
*
dmaengine: ti: k3-udma: Set r/tchan or rflow to NULL if request fail
Kishon Vijay Abraham I
2021-11-09
1
-4
/
+20
|
*
dmaengine: ti: k3-udma: Set bchan to NULL if a channel request fail
Kishon Vijay Abraham I
2021-11-09
1
-2
/
+6
|
*
dmaengine: stm32-dma: avoid 64-bit division in stm32_dma_get_max_width
Arnd Bergmann
2021-11-09
1
-3
/
+3
|
*
dmaengine: fsl-edma: support edma memcpy
Joy Zou
2021-10-28
3
-0
/
+42
|
*
dmaengine: idxd: fix resource leak on dmaengine driver disable
Dave Jiang
2021-10-28
1
-2
/
+1
|
*
dmaengine: idxd: cleanup completion record allocation
Dave Jiang
2021-10-28
2
-19
/
+5
|
*
dmaengine: zynqmp_dma: Correctly handle descriptor callbacks
Lars-Peter Clausen
2021-10-28
1
-6
/
+4
|
*
dmaengine: xilinx_dma: Correctly handle cyclic descriptor callbacks
Lars-Peter Clausen
2021-10-28
1
-6
/
+4
|
*
dmaengine: altera-msgdma: Correctly handle descriptor callbacks
Lars-Peter Clausen
2021-10-28
1
-6
/
+4
|
*
dmaengine: at_xdmac: fix compilation warning
Claudiu Beznea
2021-10-28
1
-1
/
+1
|
*
dmaengine: dw-axi-dmac: Simplify assignment in dma_chan_pause()
Geert Uytterhoeven
2021-10-28
1
-3
/
+2
|
*
dmaengine: qcom: bam_dma: Add "powered remotely" mode
Stephan Gerhold
2021-10-28
1
-33
/
+57
|
*
dmaengine: sa11x0: Mark PM functions as __maybe_unused
Cai Huoqing
2021-10-26
1
-2
/
+2
|
*
dmaengine: switch from 'pci_' to 'dma_' API
Qing Wang
2021-10-26
1
-8
/
+2
|
*
dmaengine: ioat: switch from 'pci_' to 'dma_' API
Qing Wang
2021-10-26
1
-8
/
+2
|
*
dmaengine: hsu: switch from 'pci_' to 'dma_' API
Qing Wang
2021-10-26
1
-5
/
+1
|
*
dmaengine: hisi_dma: switch from 'pci_' to 'dma_' API
Qing Wang
2021-10-26
1
-5
/
+1
|
*
dmaengine: dw: switch from 'pci_' to 'dma_' API
Qing Wang
2021-10-26
1
-5
/
+1
|
*
dmaengine: dw-edma-pcie: switch from 'pci_' to 'dma_' API
Wang Qing
2021-10-26
1
-13
/
+4
|
*
dmaengine: sh: make array ds_lut static
Colin Ian King
2021-10-25
1
-1
/
+1
|
*
dmaengine: mmp_pdma: fix reference count leaks in mmp_pdma_probe
Xin Xiong
2021-10-25
1
-0
/
+1
|
*
dmaengine: milbeaut-hdmac: Prefer kcalloc over open coded arithmetic
Len Baker
2021-10-25
1
-1
/
+1
|
*
dmaengine: xilinx_dma: Fix kernel-doc warnings
Shravya Kumbham
2021-10-25
1
-2
/
+2
|
*
dmaengine: sa11x0: Make use of the helper macro SET_NOIRQ_SYSTEM_SLEEP_PM_OPS()
Cai Huoqing
2021-10-25
1
-6
/
+1
|
*
dmaengine: idxd: reconfig device after device reset command
Dave Jiang
2021-10-25
1
-0
/
+2
|
*
dmaengine: idxd: add halt interrupt support
Dave Jiang
2021-10-25
2
-0
/
+6
|
*
dmaengine: fsl-edma: fix for missing dmamux module
Angelo Dureghello
2021-10-25
1
-1
/
+3
|
*
dmaengine: idxd: Use list_move_tail instead of list_del/list_add_tail
Bixuan Cui
2021-10-25
1
-2
/
+1
|
*
dmaengine: remove debugfs #ifdef
Arnd Bergmann
2021-10-25
1
-14
/
+1
|
*
dmanegine: idxd: fix resource free ordering on driver removal
Dave Jiang
2021-10-25
1
-3
/
+11
|
*
dmaengine: idxd: remove kernel wq type set when load configuration
Dave Jiang
2021-10-25
1
-2
/
+0
|
*
dmaengine: tegra210-adma: fix pm runtime unbalance in tegra_adma_remove
Dongliang Mu
2021-10-25
1
-1
/
+0
|
*
dmaengine: tegra210-adma: fix pm runtime unbalance
Dongliang Mu
2021-10-25
1
-1
/
+1
|
*
dmaengine: rcar-dmac: refactor the error handling code of rcar_dmac_probe
Dongliang Mu
2021-10-25
1
-6
/
+7
|
*
dmaengine: dmaengine_desc_callback_valid(): Check for `callback_result`
Lars-Peter Clausen
2021-10-25
1
-1
/
+1
|
*
dmaengine: imx-sdma: remove space after sizeof
Flavio Suligoi
2021-10-18
1
-3
/
+3
|
*
dmaengine: imx-sdma: align statement to open parenthesis
Flavio Suligoi
2021-10-18
1
-8
/
+8
|
*
dmaengine: imx-sdma: add missed braces
Flavio Suligoi
2021-10-18
1
-1
/
+2
|
*
dmaengine: imx-sdma: remove useless braces
Flavio Suligoi
2021-10-18
1
-2
/
+1
|
*
dmaengine: dw-axi-dmac: set coherent mask
Pandith N
2021-10-18
1
-0
/
+4
|
*
dmaengine: dw-axi-dmac: Hardware handshake configuration
Pandith N
2021-10-18
1
-0
/
+4
|
*
dmaengine: dw-axi-dmac: support DMAX_NUM_CHANNELS > 8
Pandith N
2021-10-18
2
-31
/
+109
|
*
dmaengine: stm32-dma: fix burst in case of unaligned memory address
Amelie Delaunay
2021-10-18
1
-4
/
+16
|
*
dmaengine: stm32-dma: fix stm32_dma_get_max_width
Amelie Delaunay
2021-10-18
1
-2
/
+1
|
*
dmaengine: stm32-dma: mark pending descriptor complete in terminate_all
Amelie Delaunay
2021-10-18
1
-0
/
+1
|
*
dmaengine: dw-edma: Remove an unused variable
Christophe JAILLET
2021-10-18
1
-1
/
+0
|
*
dmaengine: jz4780: Set max number of SGs per burst
Artur Rojek
2021-10-18
1
-0
/
+1
|
*
dmaengine: sh: rz-dmac: Add DMA clock handling
Biju Das
2021-10-18
1
-0
/
+14
|
*
dmaengine: idxd: remove gen cap field per spec 1.2 update
Dave Jiang
2021-10-18
1
-2
/
+1
[next]