summaryrefslogtreecommitdiff
path: root/drivers/dma
AgeCommit message (Expand)AuthorFilesLines
2025-12-16dmaengine: at_xdmac: Remove redundant pm_runtime_mark_last_busy() callsSakari Ailus1-11/+0
2025-12-16dmaengine: sh: rz-dmac: Fix rz_dmac_terminate_all()Biju Das1-0/+5
2025-12-16dmaengine: ti: k3-udma: enable compile testingJohan Hovold1-2/+3
2025-12-16dmaengine: stm32-dma3: introduce ddata2dev helperAmelie Delaunay1-11/+17
2025-12-16dmaengine: stm32-dma3: restore channel semaphore status after suspendAmelie Delaunay1-1/+74
2025-12-16dmaengine: stm32-dma3: introduce channel semaphore helpersAmelie Delaunay1-11/+44
2025-12-16dmaengine: stm32-dma3: use module_platform_driverAmelie Delaunay1-6/+1
2025-12-16dmaengine: pl08x: Fix a spelling mistakeChu Guangqing1-1/+1
2025-12-16dmaengine: xilinx_dma: Fix uninitialized addr_width when "xlnx,addrwidth" pro...Suraj Gupta1-2/+5
2025-12-16dmaengine: tegra-adma: Fix use-after-freeSheetal1-1/+9
2025-12-16dmaengine: fsl-edma: Fix clk leak on alloc_chan_resources failureZhen Ni1-0/+1
2025-12-16dmaengine: mmp_pdma: Fix race condition in mmp_pdma_residue()Guodong Xu1-0/+6
2025-12-16dmaengine: qcom: bam_dma: use lock guardsBartosz Golaszewski1-69/+55
2025-12-16dmaengine: qcom: bam_dma: order includes alphabeticallyBartosz Golaszewski1-13/+13
2025-12-16dmaengine: dw-edma: Fix confusing cleanup.h syntaxKrzysztof Kozlowski1-2/+2
2025-12-14dmaengine: ti: k3-udma: fix device leak on udma lookupJohan Hovold1-1/+1
2025-12-14dmaengine: ti: dma-crossbar: clean up dra7x route allocation error pathsJohan Hovold1-9/+8
2025-12-14dmaengine: ti: dma-crossbar: fix device leak on am335x route allocationJohan Hovold1-6/+10
2025-12-14dmaengine: ti: dma-crossbar: fix device leak on dra7x route allocationJohan Hovold1-0/+2
2025-12-14dmaengine: stm32: dmamux: clean up route allocation error labelsJohan Hovold1-5/+4
2025-12-14dmaengine: stm32: dmamux: fix OF node leak on route allocation failureJohan Hovold1-1/+3
2025-12-14dmaengine: stm32: dmamux: fix device leak on route allocationJohan Hovold1-6/+12
2025-12-14dmaengine: sh: rz-dmac: fix device leak on probe failureJohan Hovold1-2/+11
2025-12-14dmaengine: lpc32xx-dmamux: fix device leak on route allocationJohan Hovold1-5/+14
2025-12-14dmaengine: lpc18xx-dmamux: fix device leak on route allocationJohan Hovold1-5/+14
2025-12-14dmaengine: idxd: fix device leaks on compat bind and unbindJohan Hovold1-4/+19
2025-12-14dmaengine: dw: dmamux: fix OF node leak on route allocation failureJohan Hovold1-1/+3
2025-12-14dmaengine: cv1800b-dmamux: fix device leak on route allocationJohan Hovold1-7/+10
2025-12-14dmaengine: bcm-sba-raid: fix device leak on probeJohan Hovold1-1/+5
2025-12-14dmaengine: at_hdmac: fix device leak on of_dma_xlate()Johan Hovold1-2/+7
2025-12-14dmaengine: xilinx: xdma: Fix regmap max_registerAnthony Brandon2-1/+2
2025-12-14dmaengine: mmp_pdma: fix DMA mask handlingGuodong Xu1-12/+8
2025-12-09Merge tag 'dmaengine-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds18-59/+77
2025-11-24treewide: Drop pci_save_state() after pci_restore_state()Lukas Wunner1-1/+0
2025-11-21dmaengine: fsl-edma: configure tcd attr with separate src and dst settingsHan Xu1-12/+33
2025-11-21dmaengine: st_fdma: drop unused module aliasJohan Hovold1-1/+0
2025-11-21dmaengine: bcm2835: enable compile testingJohan Hovold1-1/+1
2025-11-21dmaengine: tegra210-adma: drop unused module aliasJohan Hovold1-1/+0
2025-11-21dmaengine: sprd: drop unused module aliasJohan Hovold1-1/+0
2025-11-21dmaengine: mmp_tdma: drop unnecessary OF node check in removeJohan Hovold1-2/+1
2025-11-21dmaengine: mmp_tdma: drop unused module aliasJohan Hovold1-1/+0
2025-11-21dmaengine: k3dma: drop unused module aliasJohan Hovold1-1/+0
2025-11-21dmaengine: fsl-qdma: drop unused module aliasJohan Hovold1-1/+0
2025-11-21dmaengine: fsl-edma: drop unused module aliasJohan Hovold1-1/+0
2025-11-21dmaengine: dw: drop unused module aliasJohan Hovold1-4/+1
2025-11-21dmaengine: bcm2835: drop unused module aliasJohan Hovold1-1/+0
2025-11-21dmaengine: at_hdmac: add COMPILE_TEST supportRosen Penev1-1/+1
2025-11-21dmaengine: at_hdmac: fix formats under 64-bitRosen Penev1-3/+3
2025-10-16dmaengine: qcom: gpi: Add GPI Block event interrupt supportJyothi Kumar Seerapu1-2/+9
2025-10-16dmaengine: idxd: drain ATS translations when disabling WQNikhil Rao1-2/+17