summaryrefslogtreecommitdiff
path: root/drivers/dma
AgeCommit message (Expand)Author
2026-03-04dmaengine: stm32-mdma: initialize m2m_hw_period and ccr to fix warningsClément Le Goffic
2026-03-04dmaengine: sun6i: Choose appropriate burst length under maxburstChen-Yu Tsai
2026-03-04dmaengine: stm32-dma3: use module_platform_driverAmelie Delaunay
2026-02-26dmaengine: fsl-edma: don't explicitly disable clocks in .remove()Jared Kangas
2026-02-26dma: dma-axi-dmac: fix HW scatter-gather not looking at the queueNuno Sá
2026-02-26dma: dma-axi-dmac: fix SW cyclic transfersNuno Sá
2026-02-26dmaengine: mediatek: uart-apdma: Fix above 4G addressing TX/RXAngeloGioacchino Del Regno
2026-02-11dmaengine: mmp_pdma: Fix race condition in mmp_pdma_residue()Guodong Xu
2026-02-11treewide: Drop pci_save_state() after pci_restore_state()Lukas Wunner
2026-01-23dmaengine: ti: k3-udma: fix device leak on udma lookupJohan Hovold
2026-01-23dmaengine: ti: dma-crossbar: fix device leak on am335x route allocationJohan Hovold
2026-01-23dmaengine: ti: dma-crossbar: fix device leak on dra7x route allocationJohan Hovold
2026-01-23dmaengine: stm32: dmamux: fix OF node leak on route allocation failureJohan Hovold
2026-01-23dmaengine: stm32: dmamux: fix device leak on route allocationJohan Hovold
2026-01-23dmaengine: sh: rz-dmac: Fix rz_dmac_terminate_all()Biju Das
2026-01-23dmaengine: sh: rz-dmac: fix device leak on probe failureJohan Hovold
2026-01-23dmaengine: qcom: gpi: Fix memory leak in gpi_peripheral_config()Miaoqian Lin
2026-01-23dmaengine: lpc32xx-dmamux: fix device leak on route allocationJohan Hovold
2026-01-23dmaengine: lpc18xx-dmamux: fix device leak on route allocationJohan Hovold
2026-01-23dmaengine: idxd: fix device leaks on compat bind and unbindJohan Hovold
2026-01-23dmaengine: fsl-edma: Fix clk leak on alloc_chan_resources failureZhen Ni
2026-01-23dmaengine: dw: dmamux: fix OF node leak on route allocation failureJohan Hovold
2026-01-23dmaengine: cv1800b-dmamux: fix device leak on route allocationJohan Hovold
2026-01-23dmaengine: bcm-sba-raid: fix device leak on probeJohan Hovold
2026-01-23dmaengine: at_hdmac: fix device leak on of_dma_xlate()Johan Hovold
2026-01-23dmaengine: apple-admac: Add "apple,t8103-admac" compatibleJanne Grunau
2026-01-23dmaengine: omap-dma: fix dma_pool resource leak in error pathsHaotian Zhang
2026-01-23dmaengine: xilinx_dma: Fix uninitialized addr_width when "xlnx,addrwidth" pro...Suraj Gupta
2026-01-23dmaengine: tegra-adma: Fix use-after-freeSheetal
2026-01-23dmaengine: xilinx: xdma: Fix regmap max_registerAnthony Brandon
2026-01-23dmaengine: mmp_pdma: fix DMA mask handlingGuodong Xu
2025-10-06Merge tag 'dmaengine-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-10-04Merge tag 'vfio-v6.18-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds
2025-09-02dmaengine: dw: dmamux: Fix device reference leak in rzn1_dmamux_route_allocateMiaoqian Lin
2025-09-02dmaengine: dw-edma: Set status for callback_resultDevendra K Verma
2025-09-02dmaengine: mv_xor: match alloc_wc and free_wcRosen Penev
2025-09-02dmaengine: mmp_pdma: Add SpacemiT K1 PDMA support with 64-bit addressingGuodong Xu
2025-09-02dmaengine: mmp_pdma: Add operations structure for controller abstractionGuodong Xu
2025-09-02dmaengine: mmp_pdma: Add reset controller supportGuodong Xu
2025-09-02dmaengine: mmp_pdma: Add clock supportGuodong Xu
2025-09-02dmaengine: xilinx_dma: Support descriptor setup from dma_vecsFolker Schwesinger
2025-09-02dmaengine: sh: setup_xref error handlingThomas Andreatta
2025-09-02dmaengine: ti: edma: Fix memory allocation size for queue_priority_mapAnders Roxell
2025-09-02dmaengine: Replace zero-length array with flexible-arrayChelsy Ratnawat
2025-08-27dmaengine: idxd: Allow registers.h to be included from tools/David Matlack
2025-08-27dmaengine: ioat: Move system_has_dca_enabled() to dma.hDavid Matlack
2025-08-20dmaengine: ppc4xx: Remove space before newlineColin Ian King
2025-08-20dmaengine: idxd: Add a new IAA device ID for Wildcat Lake family platformsAnil S Keshavamurthy
2025-08-20dmaengine: idxd: Fix double free in idxd_setup_wqs()Dan Carpenter
2025-08-20dmaengine: idxd: Replace memset(0) + strscpy() with strscpy_pad()Thorsten Blum