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
2025-12-14
dmaengine: cv1800b-dmamux: fix device leak on route allocation
Johan Hovold
1
-7
/
+10
2025-12-14
dmaengine: bcm-sba-raid: fix device leak on probe
Johan Hovold
1
-1
/
+5
2025-12-14
dmaengine: at_hdmac: fix device leak on of_dma_xlate()
Johan Hovold
1
-2
/
+7
2025-12-14
dmaengine: xilinx: xdma: Fix regmap max_register
Anthony Brandon
2
-1
/
+2
2025-12-14
dmaengine: mmp_pdma: fix DMA mask handling
Guodong Xu
1
-12
/
+8
2025-12-09
Merge tag 'dmaengine-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/dmaengine
Linus Torvalds
18
-59
/
+77
2025-11-24
treewide: Drop pci_save_state() after pci_restore_state()
Lukas Wunner
1
-1
/
+0
2025-11-21
dmaengine: fsl-edma: configure tcd attr with separate src and dst settings
Han Xu
1
-12
/
+33
2025-11-21
dmaengine: st_fdma: drop unused module alias
Johan Hovold
1
-1
/
+0
2025-11-21
dmaengine: bcm2835: enable compile testing
Johan Hovold
1
-1
/
+1
2025-11-21
dmaengine: tegra210-adma: drop unused module alias
Johan Hovold
1
-1
/
+0
2025-11-21
dmaengine: sprd: drop unused module alias
Johan Hovold
1
-1
/
+0
2025-11-21
dmaengine: mmp_tdma: drop unnecessary OF node check in remove
Johan Hovold
1
-2
/
+1
2025-11-21
dmaengine: mmp_tdma: drop unused module alias
Johan Hovold
1
-1
/
+0
2025-11-21
dmaengine: k3dma: drop unused module alias
Johan Hovold
1
-1
/
+0
2025-11-21
dmaengine: fsl-qdma: drop unused module alias
Johan Hovold
1
-1
/
+0
2025-11-21
dmaengine: fsl-edma: drop unused module alias
Johan Hovold
1
-1
/
+0
2025-11-21
dmaengine: dw: drop unused module alias
Johan Hovold
1
-4
/
+1
2025-11-21
dmaengine: bcm2835: drop unused module alias
Johan Hovold
1
-1
/
+0
2025-11-21
dmaengine: at_hdmac: add COMPILE_TEST support
Rosen Penev
1
-1
/
+1
2025-11-21
dmaengine: at_hdmac: fix formats under 64-bit
Rosen Penev
1
-3
/
+3
2025-10-16
dmaengine: qcom: gpi: Add GPI Block event interrupt support
Jyothi Kumar Seerapu
1
-2
/
+9
2025-10-16
dmaengine: idxd: drain ATS translations when disabling WQ
Nikhil Rao
1
-2
/
+17
2025-10-16
dmaengine: sh: Kconfig: Drop ARCH_R7S72100/ARCH_RZG2L dependency
Lad Prabhakar
1
-1
/
+1
2025-10-16
dmaengine: rcar-dmac: Convert to NOIRQ_SYSTEM_SLEEP/RUNTIME_PM_OPS()
Geert Uytterhoeven
1
-6
/
+4
2025-10-16
dmaengine: rcar-dmac: Remove dummy Runtime PM callback
Geert Uytterhoeven
1
-7
/
+1
2025-10-16
dmaengine: nbpfaxi: Convert to RUNTIME_PM_OPS()
Geert Uytterhoeven
1
-4
/
+2
2025-10-16
dmaengine: sh: usb-dmac: Convert to NOIRQ_SYSTEM_SLEEP/RUNTIME_PM_OPS()
Geert Uytterhoeven
1
-7
/
+4
2025-10-06
Merge tag 'dmaengine-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/dmaengine
Linus Torvalds
13
-57
/
+416
2025-10-04
Merge tag 'vfio-v6.18-rc1' of https://github.com/awilliam/linux-vfio
Linus Torvalds
3
-3
/
+6
2025-09-02
dmaengine: dw: dmamux: Fix device reference leak in rzn1_dmamux_route_allocate
Miaoqian Lin
1
-4
/
+11
2025-09-02
dmaengine: dw-edma: Set status for callback_result
Devendra K Verma
1
-0
/
+22
2025-09-02
dmaengine: mv_xor: match alloc_wc and free_wc
Rosen Penev
1
-2
/
+2
2025-09-02
dmaengine: mmp_pdma: Add SpacemiT K1 PDMA support with 64-bit addressing
Guodong Xu
2
-1
/
+82
2025-09-02
dmaengine: mmp_pdma: Add operations structure for controller abstraction
Guodong Xu
1
-35
/
+160
2025-09-02
dmaengine: mmp_pdma: Add reset controller support
Guodong Xu
1
-0
/
+7
2025-09-02
dmaengine: mmp_pdma: Add clock support
Guodong Xu
1
-0
/
+6
2025-09-02
dmaengine: xilinx_dma: Support descriptor setup from dma_vecs
Folker Schwesinger
1
-0
/
+94
2025-09-02
dmaengine: sh: setup_xref error handling
Thomas Andreatta
2
-10
/
+32
2025-09-02
dmaengine: ti: edma: Fix memory allocation size for queue_priority_map
Anders Roxell
1
-2
/
+2
2025-09-02
dmaengine: Replace zero-length array with flexible-array
Chelsy Ratnawat
1
-1
/
+1
2025-08-27
dmaengine: idxd: Allow registers.h to be included from tools/
David Matlack
1
-0
/
+4
2025-08-27
dmaengine: ioat: Move system_has_dca_enabled() to dma.h
David Matlack
2
-3
/
+2
2025-08-20
dmaengine: ppc4xx: Remove space before newline
Colin Ian King
1
-2
/
+2
2025-08-20
dmaengine: idxd: Add a new IAA device ID for Wildcat Lake family platforms
Anil S Keshavamurthy
2
-0
/
+3
2025-08-20
dmaengine: idxd: Fix double free in idxd_setup_wqs()
Dan Carpenter
1
-16
/
+17
2025-08-20
dmaengine: idxd: Replace memset(0) + strscpy() with strscpy_pad()
Thorsten Blum
1
-4
/
+2
2025-08-20
dmaengine: idxd: Fix refcount underflow on module unload
Yi Sun
1
-1
/
+4
2025-08-20
dmaengine: idxd: Remove improper idxd_free
Yi Sun
1
-1
/
+0
2025-08-20
dmaengine: zynqmp_dma: Add shutdown operation support
Abin Joseph
1
-2
/
+3
[prev]
[next]