index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
drivers
/
dma
Age
Commit message (
Expand
)
Author
Files
Lines
2026-07-03
Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c files)
Uwe Kleine-König (The Capable Hub)
6
-6
/
+0
2026-06-24
Merge tag 'pci-v7.2-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/pci/pci
Linus Torvalds
1
-3
/
+0
2026-06-23
Merge tag 'dmaengine-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/dmaengine
Linus Torvalds
24
-548
/
+1149
2026-06-21
Merge tag 'mm-nonmm-stable-2026-06-21-10-22' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
1
-0
/
+1
2026-06-11
dmaengine: qcom: Unify user-visible "Qualcomm" name
Krzysztof Kozlowski
1
-4
/
+4
2026-06-11
dmaengine: qcom: hidma: use sysfs_emit() in sysfs show callbacks
Hungyu Lin
2
-15
/
+10
2026-06-11
dmaengine: dw-axi-dmac: fix PM for system sleep and channel alloc
Tze Yee Ng
1
-2
/
+9
2026-06-11
dmaengine: dw-axi-dmac: drop redundant DMAC enable in block start
Niravkumar L Rabara
1
-2
/
+0
2026-06-11
dmaengine: altera-msgdma: Use memcpy_toio for descriptor FIFO writes
Adrian Ng Ho Yin
1
-9
/
+15
2026-06-09
PCI/P2PDMA: Add Intel QAT, DSA, IAA devices to whitelist
Lukas Wunner
1
-3
/
+0
2026-06-08
dmaengine: tegra: Fix burst size calculation
Kartik Rajput
1
-0
/
+7
2026-06-08
dmaengine: dma-axi-dmac: use DMA pool to manange DMA descriptor
Nuno Sá
1
-26
/
+40
2026-06-08
dmaengine: dma-axi-dmac: Drop struct clk from main struct
Nuno Sá
1
-5
/
+4
2026-06-08
dmaengine: dma-axi-dmac: Properly free struct axi_dmac_desc
Nuno Sá
1
-1
/
+1
2026-06-08
dmaengine: Fix possible use after free
Nuno Sá
1
-1
/
+2
2026-06-08
dmaengine: dw-edma: Add spinlock to protect DONE_INT_MASK and ABORT_INT_MASK
Frank Li
2
-1
/
+7
2026-06-08
dmaengine: dw-edma-pcie: Reject devices without driver data
Koichiro Den
1
-0
/
+3
2026-06-08
dmaengine: sh: rz-dmac: Add DMA ACK signal routing support
John Madieu
1
-0
/
+69
2026-06-08
dmaengine: dw-edma: Remove dw_edma_add_irq_mask()
Devendra K Verma
1
-11
/
+0
2026-06-08
dmaengine: nbpfaxi: Drop unused platform_device_id array
Uwe Kleine-König (The Capable Hub)
1
-15
/
+0
2026-06-08
dmaengine: cirrus: Drop left-over from platform probing
Uwe Kleine-König (The Capable Hub)
1
-7
/
+0
2026-06-08
dmaengine: dmatest: split struct dmatest_info from variable declaration
Rosen Penev
1
-2
/
+4
2026-06-08
dmaengine: qcom: gpi: set DMA_PRIVATE capability
Icenowy Zheng
1
-0
/
+1
2026-06-08
dmaengine: ste_dma40: turn d40_base phy_chans into a flexible array
Rosen Penev
1
-6
/
+8
2026-06-08
dmaengine: tegra210-adma: Add error logging on failure paths
Sheetal
1
-19
/
+44
2026-06-08
dmaengine: dw-edma: Add Xilinx CPM6-DMA DeviceID
Devendra K Verma
1
-0
/
+16
2026-06-04
dmaengine: sh: rz-dmac: Set the Link End (LE) bit on the last descriptor
Claudiu Beznea
1
-2
/
+3
2026-06-04
dmaengine: sh: rz-dmac: Add suspend to RAM support
Claudiu Beznea
1
-5
/
+175
2026-06-04
dmaengine: sh: rz-dmac: Add runtime PM support
Claudiu Beznea
1
-3
/
+57
2026-06-04
dmaengine: sh: rz-dmac: Adjust rz_dmac_chan_get_residue() to return error codes
Claudiu Beznea
1
-5
/
+14
2026-06-04
dmaengine: sh: rz-dmac: Add cyclic DMA support
Claudiu Beznea
1
-6
/
+130
2026-06-04
dmaengine: sh: rz-dmac: Drop the update of channel->chctrl with CHCTRL_SETEN
Claudiu Beznea
1
-2
/
+2
2026-06-04
dmaengine: sh: rz-dmac: Refactor pause/resume code
Claudiu Beznea
1
-11
/
+62
2026-06-04
dmaengine: sh: rz-dmac: Use virt-dma APIs for channel descriptor processing
Claudiu Beznea
1
-147
/
+86
2026-06-04
dmaengine: sh: rz-dmac: Add helper to check if the channel is paused
Claudiu Beznea
1
-4
/
+8
2026-06-04
dmaengine: sh: rz-dmac: Add helper to check if the channel is enabled
Claudiu Beznea
1
-2
/
+8
2026-06-04
dmaengine: sh: rz-dmac: Save the start LM descriptor
Claudiu Beznea
1
-3
/
+8
2026-06-04
dmaengine: sh: rz-dmac: Add helper to compute the lmdesc address
Claudiu Beznea
1
-3
/
+7
2026-06-04
dmaengine: sh: rz-dmac: Use rz_dmac_disable_hw()
Claudiu Beznea
1
-4
/
+4
2026-06-04
dmaengine: sh: rz-dmac: Use list_first_entry_or_null()
Claudiu Beznea
1
-6
/
+4
2026-06-04
dmaengine: sh: rz-dmac: Fix incorrect NULL check for list_first_entry()
Claudiu Beznea
1
-2
/
+2
2026-06-04
dmaengine: sh: rz-dmac: Move interrupt request after everything is set up
Claudiu Beznea
1
-55
/
+33
2026-06-04
dmaengine: tegra: Add Tegra264 support
Akhil R
1
-0
/
+30
2026-06-04
dmaengine: tegra: Use iommu-map for stream ID
Akhil R
1
-9
/
+44
2026-06-04
dmaengine: tegra: Use managed DMA controller registration
Akhil R
1
-15
/
+4
2026-06-04
dmaengine: tegra: Support address width > 39 bits
Akhil R
1
-31
/
+52
2026-06-04
dmaengine: tegra: Use struct for register offsets
Akhil R
1
-140
/
+142
2026-06-04
dmaengine: tegra: Make reset control optional
Akhil R
1
-2
/
+2
2026-06-04
dmaengine: imx-sdma: Refine spba bus searching in probe
Shengjiu Wang
1
-1
/
+3
2026-05-28
raid6: hide internals
Christoph Hellwig
1
-0
/
+1
[next]