summaryrefslogtreecommitdiffstats
path: root/drivers/dma
AgeCommit message (Expand)AuthorLines
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds-6/+3
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds-1/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-59/+59
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-179/+172
2026-02-17Merge tag 'dmaengine-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-282/+461
2026-02-11Merge tag 'devicetree-for-7.0' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-3/+1
2026-02-04dmaengine: fsl-edma: don't explicitly disable clocks in .remove()Jared Kangas-1/+0
2026-02-03dmaengine: fsl_raid: Simplify with scoped for each OF child loopKrzysztof Kozlowski-3/+1
2026-01-11dmaengine: apple-admac: Add "apple,t8103-admac" compatibleJanne Grunau-0/+1
2026-01-11dmaengine: omap-dma: fix dma_pool resource leak in error pathsHaotian Zhang-0/+4
2026-01-11dmaengine: qcom: gpi: Fix memory leak in gpi_peripheral_config()Miaoqian Lin-2/+4
2026-01-09dmaengine: xilinx: xdma: use sg_nents_for_dma() helperAndy Shevchenko-4/+2
2026-01-09dmaengine: sh: use sg_nents_for_dma() helperAndy Shevchenko-3/+2
2026-01-09dmaengine: sa11x0: use sg_nents_for_dma() helperAndy Shevchenko-4/+2
2026-01-09dmaengine: qcom: bam_dma: use sg_nents_for_dma() helperAndy Shevchenko-7/+2
2026-01-09dmaengine: qcom: adm: use sg_nents_for_dma() helperAndy Shevchenko-5/+4
2026-01-09dmaengine: pxa-dma: use sg_nents_for_dma() helperAndy Shevchenko-3/+2
2026-01-09dmaengine: lgm: use sg_nents_for_dma() helperAndy Shevchenko-7/+2
2026-01-09dmaengine: k3dma: use sg_nents_for_dma() helperAndy Shevchenko-7/+2
2026-01-09dmaengine: dw-axi-dmac: use sg_nents_for_dma() helperAndy Shevchenko-4/+2
2026-01-09dmaengine: bcm2835-dma: use sg_nents_for_dma() helperAndy Shevchenko-18/+1
2026-01-09dmaengine: axi-dmac: use sg_nents_for_dma() helperAndy Shevchenko-4/+1
2026-01-09dmaengine: altera-msgdma: use sg_nents_for_dma() helperAndy Shevchenko-4/+2
2026-01-09dmaengine: idxd: Add Max SGL Size Support for DSA3.0Yi Sun-1/+28
2026-01-09dmaengine: idxd: Expose DSA3.0 capabilities through sysfsYi Sun-0/+58
2026-01-09dmaengine: sh: rz-dmac: Make channel irq localGeert Uytterhoeven-9/+6
2026-01-01dmaengine: pl08x: Fix comment stating the difference between PL080 and PL081Vladimir Zapolskiy-1/+1
2026-01-01dmaengine: at_xdmac: get the number of DMA channels from device treeTony Han-3/+23
2025-12-23dma: dma-axi-dmac: simplify axi_dmac_parse_dt()Nuno Sá-8/+5
2025-12-23dma: dma-axi-dmac: support bigger than 32bits addressesNuno Sá-0/+24
2025-12-23dma: dma-axi-dmac: fix HW scatter-gather not looking at the queueNuno Sá-5/+3
2025-12-23dma: dma-axi-dmac: fix SW cyclic transfersNuno Sá-2/+1
2025-12-23dmaengine: st_fdma: add COMPILE_TEST supportRosen Penev-1/+1
2025-12-23dmaengine: st_fdma: change dreg_line to longRosen Penev-2/+2
2025-12-23dmaengine: mediatek: mtk-uart-apdma: Add support for Dimensity 9200AngeloGioacchino Del Regno-0/+1
2025-12-23dmaengine: mediatek: mtk-uart-apdma: Add support for Dimensity 6300AngeloGioacchino Del Regno-0/+1
2025-12-23dmaengine: mediatek: mtk-uart-apdma: Rename support_33bits to support_ext_addrAngeloGioacchino Del Regno-5/+5
2025-12-23dmaengine: mediatek: uart-apdma: Fix above 4G addressing TX/RXAngeloGioacchino Del Regno-5/+5
2025-12-23dmaengine: mediatek: uart-apdma: Get addressing bits from match dataAngeloGioacchino Del Regno-7/+6
2025-12-23dmaengine: stm32-mdma: initialize m2m_hw_period and ccr to fix warningsClément Le Goffic-1/+1
2025-12-23dmaengine: xilinx_dma: Add support for residue on direct AXIDMA S2MMTomi Valkeinen-0/+21
2025-12-23dmaengine: sun6i: Add debug messages for cyclic DMA prepareChen-Yu Tsai-0/+10
2025-12-23dmaengine: sun6i: Choose appropriate burst length under maxburstChen-Yu Tsai-6/+20
2025-12-23dmaengine: sh: Discard pm_runtime_put() return valueRafael J. Wysocki-1/+1
2025-12-16dmaengine: zynqmp_dma: Remove redundant pm_runtime_mark_last_busy() callsSakari Ailus-2/+0
2025-12-16dmaengine: ti: Remove redundant pm_runtime_mark_last_busy() callsSakari Ailus-5/+0
2025-12-16dmaengine: ste_dma40: Remove redundant pm_runtime_mark_last_busy() callsSakari Ailus-12/+2
2025-12-16dmaengine: pl330: Remove redundant pm_runtime_mark_last_busy() callsSakari Ailus-7/+1
2025-12-16dmaengine: at_xdmac: Remove redundant pm_runtime_mark_last_busy() callsSakari Ailus-11/+0
2025-12-16dmaengine: sh: rz-dmac: Fix rz_dmac_terminate_all()Biju Das-0/+5