index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
reconnect-fixes
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
dma
Age
Commit message (
Expand
)
Author
Files
Lines
2023-03-10
dmaengine: ptdma: check for null desc before calling pt_cmd_callback
Eric Pilmore
1
-1
/
+1
2023-03-10
dmaengine: dw-axi-dmac: Do not dereference NULL structure
Kees Cook
1
-2
/
+0
2023-03-10
dmaengine: sf-pdma: pdma_desc memory leak fix
Shravan Chippa
2
-3
/
+1
2023-03-10
dmaengine: dw-edma: Fix readq_ch() return value truncation
Serge Semin
1
-1
/
+1
2023-03-10
dmaengine: dw-edma: Fix missing src/dst address of interleaved xfers
Serge Semin
1
-0
/
+4
2023-03-10
dmaengine: HISI_DMA should depend on ARCH_HISI
Geert Uytterhoeven
1
-1
/
+1
2023-03-10
dmaengine: idxd: Set traffic class values in GRPCFG on DSA 2.0
Fenghua Yu
3
-4
/
+4
2023-01-19
ptdma: pt_core_execute_cmd() should use spinlock
Eric Pilmore
2
-4
/
+5
2023-01-18
dmaengine: tegra: Fix memory leak in terminate_all()
Akhil R
1
-0
/
+1
2023-01-18
dmaengine: xilinx_dma: call of_node_put() when breaking out of for_each_child...
Liu Shixin
1
-1
/
+3
2023-01-18
dmaengine: imx-sdma: Fix a possible memory leak in sdma_transfer_init
Hui Wang
1
-1
/
+3
2023-01-18
dmaengine: Fix double increment of client_count in dma_chan_get()
Koba Ko
1
-3
/
+4
2023-01-18
dmaengine: tegra210-adma: fix global intr clear
Mohan Kumar
1
-1
/
+1
2023-01-18
Add exception protection processing for vd in axi_chan_handle_err function
Shawn.Shao
1
-0
/
+6
2023-01-18
dmaengine: lgm: Move DT parsing after initialization
Peter Harliman Liem
1
-5
/
+5
2022-12-28
dmaengine: ti: k3-udma: Do conditional decrement of UDMA_CHAN_RT_PEER_BCNT_REG
Jayesh Choudhary
1
-2
/
+3
2022-12-28
dmaengine: idxd: Do not call DMX TX callbacks during workqueue disable
Reinette Chatre
1
-0
/
+11
2022-12-28
dmaengine: idxd: Prevent use after free on completion memory
Reinette Chatre
1
-1
/
+1
2022-12-28
dmaengine: idxd: Let probe fail when workqueue cannot be enabled
Reinette Chatre
1
-2
/
+1
2022-12-28
dmaengine: qcom: gpi: Set link_rx bit on GO TRE for rx operation
Vijaya Krishna Nivarthi
1
-0
/
+1
2022-12-19
Merge tag 'dmaengine-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
21
-3936
/
+1228
2022-12-14
Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2
-26
/
+2
2022-12-02
Merge tag 'v6.1-rc7' into iommufd.git for-next
Jason Gunthorpe
13
-121
/
+149
2022-12-02
dmaengine: Revert "dmaengine: remove s3c24xx driver"
Vinod Koul
3
-0
/
+1441
2022-11-17
genirq: Get rid of GENERIC_MSI_IRQ_DOMAIN
Thomas Gleixner
2
-5
/
+5
2022-11-14
dmaengine: tegra: Add support for dma-channel-mask
Akhil R
1
-7
/
+30
2022-11-14
dmaengine: idxd: Remove linux/msi.h include
Thomas Gleixner
1
-1
/
+0
2022-11-11
dmaengine: at_hdmac: Convert driver to use virt-dma
Tudor Ambarus
2
-706
/
+403
2022-11-11
dmaengine: at_hdmac: Remove unused member of at_dma_chan
Tudor Ambarus
1
-2
/
+0
2022-11-11
dmaengine: at_hdmac: Rename "chan_common" to "dma_chan"
Tudor Ambarus
1
-31
/
+31
2022-11-11
dmaengine: at_hdmac: Rename "dma_common" to "dma_device"
Tudor Ambarus
1
-46
/
+46
2022-11-11
dmaengine: at_hdmac: Use bitfield access macros
Tudor Ambarus
1
-210
/
+198
2022-11-11
dmaengine: at_hdmac: Keep register definitions and structures private to at_h...
Tudor Ambarus
2
-479
/
+468
2022-11-11
dmaengine: at_hdmac: Set include entries in alphabetic order
Tudor Ambarus
1
-3
/
+3
2022-11-11
dmaengine: at_hdmac: Use pm_ptr()
Tudor Ambarus
1
-2
/
+2
2022-11-11
dmaengine: at_hdmac: Use devm_clk_get()
Tudor Ambarus
1
-5
/
+2
2022-11-11
dmaengine: at_hdmac: Use devm_platform_ioremap_resource
Tudor Ambarus
1
-31
/
+6
2022-11-11
dmaengine: at_hdmac: Use devm_kzalloc() and struct_size()
Tudor Ambarus
1
-14
/
+9
2022-11-11
dmaengine: at_hdmac: Introduce atc_get_llis_residue()
Tudor Ambarus
1
-111
/
+110
2022-11-11
dmaengine: at_hdmac: s/atc_get_bytes_left/atc_get_residue
Tudor Ambarus
1
-7
/
+4
2022-11-11
dmaengine: at_hdmac: Pass residue by address to avoid unnecessary implicit casts
Tudor Ambarus
1
-24
/
+30
2022-11-11
dmaengine: at_hdmac: Remove superfluous cast
Tudor Ambarus
1
-1
/
+1
2022-11-11
dmaengine: at_hdmac: Return dma_cookie_status()'s ret code when txstate is NULL
Tudor Ambarus
1
-7
/
+1
2022-11-11
dmaengine: at_hdmac: Do not print messages on console while holding the lock
Tudor Ambarus
1
-2
/
+2
2022-11-11
Merge branch 'fixes' into next
Vinod Koul
13
-121
/
+149
2022-11-08
dmaengine: at_hdmac: Check return code of dma_async_device_register
Tudor Ambarus
1
-1
/
+6
2022-11-08
dmaengine: at_hdmac: Fix impossible condition
Tudor Ambarus
1
-3
/
+4
2022-11-08
dmaengine: at_hdmac: Don't allow CPU to reorder channel enable
Tudor Ambarus
1
-0
/
+2
2022-11-08
dmaengine: at_hdmac: Fix completion of unissued descriptor in case of errors
Tudor Ambarus
1
-4
/
+0
2022-11-08
dmaengine: at_hdmac: Fix descriptor handling when issuing it to hardware
Tudor Ambarus
1
-4
/
+11
[next]