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