summaryrefslogtreecommitdiff
path: root/drivers/dma
AgeCommit message (Expand)Author
2026-06-19dmaengine: idxd: Fix not releasing workqueue on .release()Vinicius Costa Gomes
2026-06-01dmaengine: mxs-dma: Fix missing return value from of_dma_controller_register()Frank Li
2026-06-01dmaengine: dw-axi-dmac: Remove unnecessary return statement from void functionKhairul Anuar Romli
2026-06-01dmaengine: mmp_pdma: Fix race condition in mmp_pdma_residue()Guodong Xu
2026-04-18dmaengine: sh: rz-dmac: Protect the driver specific listsClaudiu Beznea
2026-04-18dmaengine: sh: rz-dmac: Move CHCTRL updates under spinlockClaudiu Beznea
2026-04-18dmaengine: xilinx_dma: Fix reset related timeout with two-channel AXIDMATomi Valkeinen
2026-04-18dmaengine: xilinx_dma: Program interrupt delay timeoutRadhey Shyam Pandey
2026-04-18dmaengine: idxd: Fix freeing the allocated ida too lateVinicius Costa Gomes
2026-04-18dmaengine: idxd: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET
2026-04-18dmaengine: xilinx: xilinx_dma: Fix unmasked residue subtractionMarek Vasut
2026-04-18dmaengine: xilinx: xilinx_dma: Fix residue calculation for cyclic DMAMarek Vasut
2026-04-18dmaengine: xilinx: xilinx_dma: Fix dma_device directionsMarek Vasut
2026-03-04dma: dma-axi-dmac: fix SW cyclic transfersNuno Sá
2026-03-04dmaengine: mediatek: uart-apdma: Fix above 4G addressing TX/RXAngeloGioacchino Del Regno
2026-02-06dmaengine: stm32: dmamux: fix device leak on route allocationJohan Hovold
2026-02-06dmaengine: stm32: dmamux: fix OF node leak on route allocation failureJohan Hovold
2026-02-06dmaengine: ti: k3-udma: fix device leak on udma lookupJohan Hovold
2026-02-06dmaengine: ti: dma-crossbar: fix device leak on am335x route allocationJohan Hovold
2026-02-06dmaengine: ti: dma-crossbar: fix device leak on dra7x route allocationJohan Hovold
2026-02-06dmaengine: sh: rz-dmac: Fix rz_dmac_terminate_all()Biju Das
2026-02-06dmaengine: qcom: gpi: Fix memory leak in gpi_peripheral_config()Miaoqian Lin
2026-02-06dmaengine: lpc18xx-dmamux: fix device leak on route allocationJohan Hovold
2026-02-06dmaengine: idxd: fix device leaks on compat bind and unbindJohan Hovold
2026-02-06dmaengine: bcm-sba-raid: fix device leak on probeJohan Hovold
2026-02-06dmaengine: at_hdmac: fix device leak on of_dma_xlate()Johan Hovold
2026-02-06dmaengine: omap-dma: fix dma_pool resource leak in error pathsHaotian Zhang
2026-02-06dmaengine: xilinx_dma: Fix uninitialized addr_width when "xlnx,addrwidth" pro...Suraj Gupta
2026-02-06dmaengine: tegra-adma: Fix use-after-freeSheetal
2025-12-07dmaengine: dw-edma: Set status for callback_resultDevendra K Verma
2025-12-07dmaengine: mv_xor: match alloc_wc and free_wcRosen Penev
2025-12-07dmaengine: sh: setup_xref error handlingThomas Andreatta
2025-10-19locking: Introduce __cleanup() based infrastructurePeter Zijlstra
2025-10-02dmaengine: qcom: bam_dma: Fix DT error handling for num-channels/eesStephan Gerhold
2025-10-02dmaengine: ti: edma: Fix memory allocation size for queue_priority_mapAnders Roxell
2025-09-09dmaengine: mediatek: Fix a flag reuse error in mtk_cqdma_tx_status()Qiu-ji Chen
2025-09-09dmaengine: mediatek: Fix a possible deadlock error in mtk_cqdma_tx_status()Qiu-ji Chen
2025-08-28dmaengine: nbpfaxi: Add missing check after DMA mapThomas Fourier
2025-08-28dmaengine: mv_xor: Fix missing check after DMA map and missing unmapThomas Fourier
2025-08-28dmaengine: nbpfaxi: Fix memory corruption in probe()Dan Carpenter
2025-07-10dmaengine: xilinx_dma: Set dma_device directionsThomas Gessler
2025-06-27dmaengine: ti: Add NULL check in udma_probe()Henry Martin
2025-05-22dmaengine: idxd: fix memory leak in error handling path of idxd_setup_groupsShuai Xue
2025-05-22dmaengine: idxd: fix memory leak in error handling path of idxd_setup_enginesShuai Xue
2025-05-22dmaengine: ti: k3-udma: Use cap_mask directly from dma_device structure inste...Yemike Abhilash Chandra
2025-05-22dmaengine: ti: k3-udma: Add missing lockingRonald Wahl
2025-05-22dmaengine: Revert "dmaengine: dmatest: Fix dmatest waiting less when interrup...Nathan Lynch
2025-05-02dmaengine: dmatest: Fix dmatest waiting less when interruptedVinicius Costa Gomes
2025-03-13dmaengine: ti: edma: fix OF node reference leaks in edma_driverJoe Hattori
2025-01-09dmaengine: at_xdmac: avoid null_prt_deref in at_xdmac_prep_dma_memsetChen Ridong