summaryrefslogtreecommitdiff
path: root/drivers/dma
AgeCommit message (Expand)AuthorFilesLines
31 hoursdmaengine: idxd: Fix freeing the allocated ida too lateVinicius Costa Gomes1-4/+4
31 hoursdmaengine: idxd: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET1-2/+2
31 hoursdmaengine: xilinx_dma: Fix reset related timeout with two-channel AXIDMATomi Valkeinen1-8/+1
31 hoursdmaengine: xilinx: xilinx_dma: Fix unmasked residue subtractionMarek Vasut1-6/+6
31 hoursdmaengine: xilinx: xilinx_dma: Fix residue calculation for cyclic DMAMarek Vasut1-1/+22
31 hoursdmaengine: xilinx: xilinx_dma: Fix dma_device directionsMarek Vasut1-1/+1
31 hoursdmaengine: xilinx: xdma: Fix regmap init error handlingAlexander Stein1-2/+2
31 hoursdmaengine: dw-edma: Fix multiple times setting of the CYCLE_STATE and CYCLE_B...LUO Haowen1-3/+3
31 hoursdmaengine: idxd: Fix memory leak when a wq is resetVinicius Costa Gomes1-2/+1
31 hoursdmaengine: idxd: Fix not releasing workqueue on .release()Vinicius Costa Gomes1-0/+1
31 hoursdmaengine: sh: rz-dmac: Move CHCTRL updates under spinlockClaudiu Beznea1-5/+4
31 hoursdmaengine: sh: rz-dmac: Protect the driver specific listsClaudiu Beznea1-25/+32
9 daysdmaengine: mmp_pdma: Fix race condition in mmp_pdma_residue()Guodong Xu1-0/+6
2026-03-04dmaengine: stm32-mdma: initialize m2m_hw_period and ccr to fix warningsClément Le Goffic1-1/+1
2026-03-04dmaengine: sun6i: Choose appropriate burst length under maxburstChen-Yu Tsai1-6/+20
2026-03-04dmaengine: fsl-edma: don't explicitly disable clocks in .remove()Jared Kangas1-1/+0
2026-03-04dmaengine: fsl-edma-main: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2026-03-04dma: dma-axi-dmac: fix SW cyclic transfersNuno Sá1-2/+1
2026-03-04dmaengine: mediatek: uart-apdma: Fix above 4G addressing TX/RXAngeloGioacchino Del Regno1-5/+5
2026-01-30dmaengine: stm32: dmamux: fix OF node leak on route allocation failureJohan Hovold1-1/+3
2026-01-30dmaengine: stm32: dmamux: fix device leak on route allocationJohan Hovold1-6/+12
2026-01-30dmaengine: ti: k3-udma: fix device leak on udma lookupJohan Hovold1-1/+1
2026-01-30dmaengine: ti: dma-crossbar: fix device leak on am335x route allocationJohan Hovold1-6/+10
2026-01-30dmaengine: ti: dma-crossbar: fix device leak on dra7x route allocationJohan Hovold1-0/+2
2026-01-30dmaengine: sh: rz-dmac: Fix rz_dmac_terminate_all()Biju Das1-0/+5
2026-01-30dmaengine: qcom: gpi: Fix memory leak in gpi_peripheral_config()Miaoqian Lin1-2/+4
2026-01-30dmaengine: lpc18xx-dmamux: fix device leak on route allocationJohan Hovold1-5/+14
2026-01-30dmaengine: idxd: fix device leaks on compat bind and unbindJohan Hovold1-4/+19
2026-01-30dmaengine: dw: dmamux: fix OF node leak on route allocation failureJohan Hovold1-1/+3
2026-01-30dmaengine: bcm-sba-raid: fix device leak on probeJohan Hovold1-1/+5
2026-01-30dmaengine: at_hdmac: fix device leak on of_dma_xlate()Johan Hovold1-2/+7
2026-01-30dmaengine: apple-admac: Add "apple,t8103-admac" compatibleJanne Grunau1-0/+1
2026-01-30dmaengine: omap-dma: fix dma_pool resource leak in error pathsHaotian Zhang1-0/+4
2026-01-30dmaengine: xilinx_dma: Fix uninitialized addr_width when "xlnx,addrwidth" pro...Suraj Gupta1-2/+5
2026-01-30dmaengine: tegra-adma: Fix use-after-freeSheetal1-1/+9
2026-01-30dmaengine: xilinx: xdma: Fix regmap max_registerAnthony Brandon2-1/+2
2025-11-24dmaengine: dw-edma: Set status for callback_resultDevendra K Verma1-0/+22
2025-11-24dmaengine: mv_xor: match alloc_wc and free_wcRosen Penev1-2/+2
2025-11-24dmaengine: sh: setup_xref error handlingThomas Andreatta2-10/+32
2025-09-19dmaengine: dw: dmamux: Fix device reference leak in rzn1_dmamux_route_allocateMiaoqian Lin1-4/+11
2025-09-19dmaengine: qcom: bam_dma: Fix DT error handling for num-channels/eesStephan Gerhold1-2/+6
2025-09-19dmaengine: ti: edma: Fix memory allocation size for queue_priority_mapAnders Roxell1-2/+2
2025-09-19dmaengine: idxd: Fix double free in idxd_setup_wqs()Dan Carpenter1-16/+17
2025-09-19dmaengine: idxd: Fix refcount underflow on module unloadYi Sun1-1/+4
2025-09-19dmaengine: idxd: Remove improper idxd_freeYi Sun1-1/+0
2025-09-09dmaengine: mediatek: Fix a flag reuse error in mtk_cqdma_tx_status()Qiu-ji Chen1-2/+2
2025-09-09dmaengine: mediatek: Fix a possible deadlock error in mtk_cqdma_tx_status()Qiu-ji Chen1-4/+2
2025-08-28dmaengine: stm32-dma: configure next sg only if there are more than 2 sgsAmelie Delaunay1-1/+1
2025-08-15dmaengine: nbpfaxi: Add missing check after DMA mapThomas Fourier1-0/+13
2025-08-15dmaengine: mv_xor: Fix missing check after DMA map and missing unmapThomas Fourier1-2/+19