summaryrefslogtreecommitdiffstats
path: root/drivers/dma
AgeCommit message (Expand)AuthorLines
2025-12-14dmaengine: cv1800b-dmamux: fix device leak on route allocationJohan Hovold-7/+10
2025-12-14dmaengine: bcm-sba-raid: fix device leak on probeJohan Hovold-1/+5
2025-12-14dmaengine: at_hdmac: fix device leak on of_dma_xlate()Johan Hovold-2/+7
2025-12-14dmaengine: xilinx: xdma: Fix regmap max_registerAnthony Brandon-1/+2
2025-12-14dmaengine: mmp_pdma: fix DMA mask handlingGuodong Xu-12/+8
2025-12-09Merge tag 'dmaengine-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-59/+77
2025-11-24treewide: Drop pci_save_state() after pci_restore_state()Lukas Wunner-1/+0
2025-11-21dmaengine: fsl-edma: configure tcd attr with separate src and dst settingsHan Xu-12/+33
2025-11-21dmaengine: st_fdma: drop unused module aliasJohan Hovold-1/+0
2025-11-21dmaengine: bcm2835: enable compile testingJohan Hovold-1/+1
2025-11-21dmaengine: tegra210-adma: drop unused module aliasJohan Hovold-1/+0
2025-11-21dmaengine: sprd: drop unused module aliasJohan Hovold-1/+0
2025-11-21dmaengine: mmp_tdma: drop unnecessary OF node check in removeJohan Hovold-2/+1
2025-11-21dmaengine: mmp_tdma: drop unused module aliasJohan Hovold-1/+0
2025-11-21dmaengine: k3dma: drop unused module aliasJohan Hovold-1/+0
2025-11-21dmaengine: fsl-qdma: drop unused module aliasJohan Hovold-1/+0
2025-11-21dmaengine: fsl-edma: drop unused module aliasJohan Hovold-1/+0
2025-11-21dmaengine: dw: drop unused module aliasJohan Hovold-4/+1
2025-11-21dmaengine: bcm2835: drop unused module aliasJohan Hovold-1/+0
2025-11-21dmaengine: at_hdmac: add COMPILE_TEST supportRosen Penev-1/+1
2025-11-21dmaengine: at_hdmac: fix formats under 64-bitRosen Penev-3/+3
2025-10-16dmaengine: qcom: gpi: Add GPI Block event interrupt supportJyothi Kumar Seerapu-2/+9
2025-10-16dmaengine: idxd: drain ATS translations when disabling WQNikhil Rao-2/+17
2025-10-16dmaengine: sh: Kconfig: Drop ARCH_R7S72100/ARCH_RZG2L dependencyLad Prabhakar-1/+1
2025-10-16dmaengine: rcar-dmac: Convert to NOIRQ_SYSTEM_SLEEP/RUNTIME_PM_OPS()Geert Uytterhoeven-6/+4
2025-10-16dmaengine: rcar-dmac: Remove dummy Runtime PM callbackGeert Uytterhoeven-7/+1
2025-10-16dmaengine: nbpfaxi: Convert to RUNTIME_PM_OPS()Geert Uytterhoeven-4/+2
2025-10-16dmaengine: sh: usb-dmac: Convert to NOIRQ_SYSTEM_SLEEP/RUNTIME_PM_OPS()Geert Uytterhoeven-7/+4
2025-10-06Merge tag 'dmaengine-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-57/+416
2025-10-04Merge tag 'vfio-v6.18-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds-3/+6
2025-09-02dmaengine: dw: dmamux: Fix device reference leak in rzn1_dmamux_route_allocateMiaoqian Lin-4/+11
2025-09-02dmaengine: dw-edma: Set status for callback_resultDevendra K Verma-0/+22
2025-09-02dmaengine: mv_xor: match alloc_wc and free_wcRosen Penev-2/+2
2025-09-02dmaengine: mmp_pdma: Add SpacemiT K1 PDMA support with 64-bit addressingGuodong Xu-1/+82
2025-09-02dmaengine: mmp_pdma: Add operations structure for controller abstractionGuodong Xu-35/+160
2025-09-02dmaengine: mmp_pdma: Add reset controller supportGuodong Xu-0/+7
2025-09-02dmaengine: mmp_pdma: Add clock supportGuodong Xu-0/+6
2025-09-02dmaengine: xilinx_dma: Support descriptor setup from dma_vecsFolker Schwesinger-0/+94
2025-09-02dmaengine: sh: setup_xref error handlingThomas Andreatta-10/+32
2025-09-02dmaengine: ti: edma: Fix memory allocation size for queue_priority_mapAnders Roxell-2/+2
2025-09-02dmaengine: Replace zero-length array with flexible-arrayChelsy Ratnawat-1/+1
2025-08-27dmaengine: idxd: Allow registers.h to be included from tools/David Matlack-0/+4
2025-08-27dmaengine: ioat: Move system_has_dca_enabled() to dma.hDavid Matlack-3/+2
2025-08-20dmaengine: ppc4xx: Remove space before newlineColin Ian King-2/+2
2025-08-20dmaengine: idxd: Add a new IAA device ID for Wildcat Lake family platformsAnil S Keshavamurthy-0/+3
2025-08-20dmaengine: idxd: Fix double free in idxd_setup_wqs()Dan Carpenter-16/+17
2025-08-20dmaengine: idxd: Replace memset(0) + strscpy() with strscpy_pad()Thorsten Blum-4/+2
2025-08-20dmaengine: idxd: Fix refcount underflow on module unloadYi Sun-1/+4
2025-08-20dmaengine: idxd: Remove improper idxd_freeYi Sun-1/+0
2025-08-20dmaengine: zynqmp_dma: Add shutdown operation supportAbin Joseph-2/+3