summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-01-09dmaengine: idxd: Expose DSA3.0 capabilities through sysfsYi Sun5-0/+73
2026-01-09dmaengine: sh: rz-dmac: Make channel irq localGeert Uytterhoeven1-9/+6
2026-01-01dmaengine: pl08x: Fix comment stating the difference between PL080 and PL081Vladimir Zapolskiy1-1/+1
2026-01-01dmaengine: at_xdmac: get the number of DMA channels from device treeTony Han1-3/+23
2026-01-01dt-bindings: dma: atmel: add microchip,lan9691-dmaRobert Marko1-1/+3
2026-01-01dt-bindings: dma: snps,dw-axi-dmac: Add compatible string for Agilex5Khairul Anuar Romli1-5/+9
2026-01-01dt-bindings: dma: pl08x: Do not use plural form of a proper noun PrimeCellVladimir Zapolskiy1-1/+1
2025-12-23dt-bindings: dma: Update ADMA bindings for tegra264sheetal1-1/+14
2025-12-23dma: dma-axi-dmac: simplify axi_dmac_parse_dt()Nuno Sá1-8/+5
2025-12-23dma: dma-axi-dmac: support bigger than 32bits addressesNuno Sá1-0/+24
2025-12-23dma: dma-axi-dmac: fix HW scatter-gather not looking at the queueNuno Sá1-5/+3
2025-12-23dma: dma-axi-dmac: fix SW cyclic transfersNuno Sá1-2/+1
2025-12-23dmaengine: st_fdma: add COMPILE_TEST supportRosen Penev1-1/+1
2025-12-23dmaengine: st_fdma: change dreg_line to longRosen Penev2-2/+2
2025-12-23dt-bindings: dma: qcom,gpi: Document GPI DMA engine for Kaanapali and Glymur ...Jyothi Kumar Seerapu1-0/+2
2025-12-23dmaengine: mediatek: mtk-uart-apdma: Add support for Dimensity 9200AngeloGioacchino Del Regno1-0/+1
2025-12-23dmaengine: mediatek: mtk-uart-apdma: Add support for Dimensity 6300AngeloGioacchino Del Regno1-0/+1
2025-12-23dmaengine: mediatek: mtk-uart-apdma: Rename support_33bits to support_ext_addrAngeloGioacchino Del Regno1-5/+5
2025-12-23dmaengine: mediatek: uart-apdma: Fix above 4G addressing TX/RXAngeloGioacchino Del Regno1-5/+5
2025-12-23dmaengine: mediatek: uart-apdma: Get addressing bits from match dataAngeloGioacchino Del Regno1-7/+6
2025-12-23dt-bindings: dma: mediatek,uart-dma: Support all SoC generationsAngeloGioacchino Del Regno1-0/+18
2025-12-23dt-bindings: dma: mediatek,uart-dma: Deprecate mediatek,dma-33bitsAngeloGioacchino Del Regno1-0/+1
2025-12-23dt-bindings: dma: mediatek,uart-dma: Allow MT6795 single compatibleAngeloGioacchino Del Regno1-0/+1
2025-12-23dmaengine: stm32-mdma: initialize m2m_hw_period and ccr to fix warningsClément Le Goffic1-1/+1
2025-12-23dmaengine: xilinx_dma: Add support for residue on direct AXIDMA S2MMTomi Valkeinen1-0/+21
2025-12-23dmaengine: sun6i: Add debug messages for cyclic DMA prepareChen-Yu Tsai1-0/+10
2025-12-23dmaengine: sun6i: Choose appropriate burst length under maxburstChen-Yu Tsai1-6/+20
2025-12-23dmaengine: idxd: uapi: use UAPI typesThomas Weißschuh1-137/+133
2025-12-23dmaengine: sh: Discard pm_runtime_put() return valueRafael J. Wysocki1-1/+1
2025-12-16dmaengine: shdma: correct most kernel-doc issues in shdma-base.hRandy Dunlap1-14/+14
2025-12-16dmaengine: dw_edma: correct kernel-doc warnings in <linux/dma/edma.h>Randy Dunlap1-13/+11
2025-12-16dmaengine: zynqmp_dma: Remove redundant pm_runtime_mark_last_busy() callsSakari Ailus1-2/+0
2025-12-16dmaengine: ti: Remove redundant pm_runtime_mark_last_busy() callsSakari Ailus1-5/+0
2025-12-16dmaengine: ste_dma40: Remove redundant pm_runtime_mark_last_busy() callsSakari Ailus1-12/+2
2025-12-16dmaengine: pl330: Remove redundant pm_runtime_mark_last_busy() callsSakari Ailus1-7/+1
2025-12-16dmaengine: at_xdmac: Remove redundant pm_runtime_mark_last_busy() callsSakari Ailus1-11/+0
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-16docs: dmaengine: add explanation for phys field in dma_async_tx_descriptor st...Bhanu Seshu Kumar Valluri1-1/+4
2025-12-16dt-bindings: dma: rz-dmac: Document RZ/V2N SoC supportLad Prabhakar1-0/+1
2025-12-16dmaengine: qcom: bam_dma: use lock guardsBartosz Golaszewski1-70/+56
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-14Linux 6.19-rc1v6.19-rc1Linus Torvalds1-2/+2
2025-12-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds18-56/+165
2025-12-14Merge tag 'ceph-for-6.19-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds9-79/+316