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
2022-11-16
dmaengine: at_hdmac: Check return code of dma_async_device_register
Tudor Ambarus
1
-1
/
+6
2022-11-16
dmaengine: at_hdmac: Fix impossible condition
Tudor Ambarus
1
-3
/
+4
2022-11-16
dmaengine: at_hdmac: Don't allow CPU to reorder channel enable
Tudor Ambarus
1
-0
/
+2
2022-11-16
dmaengine: at_hdmac: Fix completion of unissued descriptor in case of errors
Tudor Ambarus
1
-4
/
+0
2022-11-16
dmaengine: at_hdmac: Fix descriptor handling when issuing it to hardware
Tudor Ambarus
1
-4
/
+11
2022-11-16
dmaengine: at_hdmac: Fix concurrency over the active list
Tudor Ambarus
1
-4
/
+6
2022-11-16
dmaengine: at_hdmac: Free the memset buf without holding the chan lock
Tudor Ambarus
1
-7
/
+7
2022-11-16
dmaengine: at_hdmac: Fix concurrency over descriptor
Tudor Ambarus
1
-5
/
+9
2022-11-16
dmaengine: at_hdmac: Fix concurrency problems by removing atc_complete_all()
Tudor Ambarus
1
-45
/
+4
2022-11-16
dmaengine: at_hdmac: Protect atchan->status with the channel lock
Tudor Ambarus
1
-2
/
+2
2022-11-16
dmaengine: at_hdmac: Do not call the complete callback on device_terminate_all
Tudor Ambarus
1
-9
/
+2
2022-11-16
dmaengine: at_hdmac: Fix premature completion of desc in issue_pending
Tudor Ambarus
1
-3
/
+13
2022-11-16
dmaengine: at_hdmac: Start transfer for cyclic channels in issue_pending
Tudor Ambarus
1
-4
/
+0
2022-11-16
dmaengine: at_hdmac: Don't start transactions at tx_submit level
Tudor Ambarus
1
-11
/
+3
2022-11-16
dmaengine: at_hdmac: Fix at_lli struct definition
Tudor Ambarus
1
-5
/
+5
2022-11-16
dmaengine: idxd: Do not enable user type Work Queue without Shared Virtual Ad...
Fenghua Yu
1
-0
/
+18
2022-11-16
dmaengine: stm32-dma: fix potential race between pause and resume
Amelie Delaunay
1
-8
/
+6
2022-11-16
dmaengine: ti: k3-udma-glue: fix memory leak when register device fail
Yang Yingliang
1
-0
/
+3
2022-11-16
dmaengine: mv_xor_v2: Fix a resource leak in mv_xor_v2_remove()
Christophe JAILLET
1
-0
/
+1
2022-11-16
dmaengine: apple-admac: Fix grabbing of channels in of_xlate
Martin Povišer
1
-1
/
+1
2022-11-16
dmaengine: idxd: fix RO device state error after been disabled/reset
Fengqian Gao
1
-6
/
+14
2022-11-16
dmaengine: idxd: Fix max batch size for Intel IAA
Xiaochen Shen
4
-6
/
+38
2022-11-16
dmanegine: idxd: reformat opcap output to match bitmap_parse() input
Dave Jiang
4
-7
/
+26
2022-11-16
dmaengine: pxa_dma: use platform_get_irq_optional
Doug Brown
1
-2
/
+2
2022-10-21
dmaengine: dw-edma: Remove runtime PM support
Manivannan Sadhasivam
1
-12
/
+0
2022-10-21
dmaengine: ti: k3-udma: Reset UDMA_CHAN_RT byte counters to prevent overflow
Vaishnav Achath
1
-8
/
+17
2022-10-21
dmaengine: ioat: stop mod_timer from resurrecting deleted timer in __cleanup()
Dave Jiang
1
-3
/
+3
2022-10-21
dmaengine: hisilicon: Add multi-thread support for a DMA channel
Jie Hai
1
-4
/
+2
2022-10-21
dmaengine: hisilicon: Fix CQ head update
Jie Hai
1
-5
/
+3
2022-10-21
dmaengine: hisilicon: Disable channels when unregister hisi_dma
Jie Hai
1
-5
/
+9
2022-10-21
dmaengine: idxd: avoid deadlock in process_misc_interrupts()
Jerry Snitselaar
1
-2
/
+0
2022-10-21
dmaengine: qcom-adm: fix wrong calling convention for prep_slave_sg
Christian Marangi
1
-7
/
+13
2022-10-21
dmaengine: qcom-adm: fix wrong sizeof config in slave_config
Christian Marangi
1
-1
/
+1
2022-10-21
dmaengine: mxs: use platform_driver_register
Dario Binacchi
1
-7
/
+4
2022-09-05
dmaengine: zynqmp_dma: Typecast with enum to fix the coverity warning
Shravya Kumbham
1
-1
/
+1
2022-09-05
dmaengine: ti: k3-udma-private: Fix refcount leak bug in of_xudma_dev_get()
Liang He
1
-3
/
+3
2022-09-04
dmaengine: xilinx_dma: Report error in case of dma_set_mask_and_coherent API ...
Swati Agarwal
1
-1
/
+5
2022-09-04
dmaengine: xilinx_dma: cleanup for fetching xlnx,num-fstores property
Swati Agarwal
1
-1
/
+1
2022-09-04
dmaengine: xilinx_dma: Fix devm_platform_ioremap_resource error handling
Swati Agarwal
1
-6
/
+7
2022-08-04
Merge tag 'pci-v5.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
7
-168
/
+158
2022-08-04
Merge tag 'dmaengine-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
32
-216
/
+1035
2022-08-04
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/egt...
Linus Torvalds
1
-3
/
+0
2022-08-04
Merge tag 'spdx-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
10
-61
/
+11
2022-08-03
dma:dw: remove reference to AVR32 architecture in core.c
Hans-Christian Noren Egtvedt
1
-3
/
+0
2022-07-26
dmaengine: mediatek: mtk-hsdma: Fix typo 'the the' in comment
Slark Xiao
1
-1
/
+1
2022-07-26
dmaengine: axi-dmac: check cache coherency register
Mathias Tausen
1
-0
/
+16
2022-07-26
dmaengine: sh: rz-dmac: Add device_synchronize callback
Biju Das
1
-0
/
+17
2022-07-26
dmaengine: sprd: Cleanup in .remove() after pm_runtime_get_sync() failed
Uwe Kleine-König
1
-4
/
+1
2022-07-26
dmaengine: tegra: Add terminate() for Tegra234
Akhil R
1
-2
/
+24
2022-07-21
dmaengine: xilinx: use strscpy to replace strlcpy
XueBing Chen
1
-1
/
+1
[next]