summaryrefslogtreecommitdiff
path: root/drivers/dma
AgeCommit message (Expand)AuthorFilesLines
2025-02-08dmaengine: ti: edma: fix OF node reference leaks in edma_driverJoe Hattori1-2/+1
2024-12-26Merge tag 'dmaengine-fix-6.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds11-31/+80
2024-12-24dmaengine: tegra: Return correct DMA status when pausedAkhil R1-0/+10
2024-12-24dmaengine: mv_xor: fix child node refcount handling in early exitJavier Carrasco1-0/+2
2024-12-24dmaengine: fsl-edma: implement the cleanup path of fsl_edma3_attach_pd()Joe Hattori2-5/+37
2024-12-04dmaengine: amd: qdma: Remove using the private get and set dma_ops APIsLizhi Hou1-16/+12
2024-12-04dmaengine: apple-admac: Avoid accessing registers in probeSasha Finkelstein1-5/+2
2024-12-03module: Convert default symbol namespace to string literalMasahiro Yamada1-1/+1
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra4-12/+12
2024-12-02dmaengine: loongson2-apb: Change GENMASK to GENMASK_ULLBinbin Zhou1-1/+1
2024-12-02dmaengine: dw: Select only supported masters for ACPI devicesAndy Shevchenko3-4/+14
2024-12-02dmaengine: at_xdmac: avoid null_prt_deref in at_xdmac_prep_dma_memsetChen Ridong1-0/+2
2024-11-28Merge tag 'dmaengine-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds72-146/+209
2024-11-03Merge tag 'dmaengine-fix-6.12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-26/+61
2024-10-23dmaengine: loongson2-apb: Rename the prefix ls2x to loongson2Binbin Zhou3-17/+17
2024-10-21dmaengine: fix typo in the commentYan Zhen5-5/+5
2024-10-21dmaengine: stm32-dma3: clamp AXI burst using match dataAmelie Delaunay1-13/+46
2024-10-21dmaengine: stm32-dma3: prevent LL refactoring thanks to DT configurationAmelie Delaunay1-5/+15
2024-10-21dmaengine: stm32-dma3: refactor HW linked-list to optimize memory accessesAmelie Delaunay1-7/+33
2024-10-21dmaengine: stm32-dma3: prevent pack/unpack thanks to DT configurationAmelie Delaunay1-0/+10
2024-10-21dmaengine: idxd: Move DSA/IAA device IDs to IDXD driverFenghua Yu1-0/+4
2024-10-14dmaengine: Switch back to struct platform_driver::remove()Uwe Kleine-König65-66/+66
2024-10-14dmaengine: ep93xx: Fix unsigned compared against 0Advait Dhamorikar1-2/+1
2024-10-14dmaengine: ti: k3-udma: Set EOP for all TRs in cyclic BCDMA transferJai Luthra1-15/+47
2024-10-14dmaengine: acpi: Clean up headersAndy Shevchenko1-5/+8
2024-10-14dmaengine: acpi: Simplify devm_acpi_dma_controller_register()Andy Shevchenko1-11/+4
2024-10-14dmaengine: acpi: Drop unused devm_acpi_dma_controller_free()Andy Shevchenko1-15/+0
2024-10-14dmaengine: sh: rz-dmac: add r7s72100 supportWolfram Sang2-5/+5
2024-10-14dmaengine: sh: rz-dmac: handle configs where one address is zeroWolfram Sang1-11/+14
2024-10-11dmaengine: cirrus: check that output may be truncatedAlexander Sverdlin1-2/+5
2024-10-11dmaengine: cirrus: ERR_CAST() ioremap errorAlexander Sverdlin1-1/+1
2024-09-26Merge tag 'soc-ep93xx-dt-6.12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-56/+231
2024-09-24Merge tag 'dmaengine-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds52-65/+2575
2024-09-19Merge tag 'dma-mapping-6.12-2024-09-19' of git://git.infradead.org/users/hch/...Linus Torvalds5-20/+5
2024-09-18Merge tag 'perf-core-2024-09-18' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-107/+1
2024-09-16dmaengine: cirrus: use snprintf() to calm down gcc 13.3.0Alexander Sverdlin1-2/+2
2024-09-16dmaengine: ep93xx: Fix a NULL vs IS_ERR() check in probe()Dan Carpenter1-1/+1
2024-09-12dmaengine: cirrus: remove platform codeNikita Shubin1-2/+46
2024-09-12dmaengine: cirrus: Convert to DT for Cirrus EP93xxNikita Shubin1-54/+185
2024-09-10dmaengine: idxd: Clean up cpumask and hotplug for perfmonKan Liang3-107/+1
2024-09-02dmaengine: loongson1-apb-dma: Fix the build warning caused by the size of pde...Keguang Zhang1-2/+2
2024-09-02dmaengine: Fix spelling mistakesAmit Vadhavana34-49/+49
2024-08-29dmaengine: Add dma router for pl08x in LPC32XX SoCPiotr Wojtaszczyk3-0/+205
2024-08-29dmaengine: fsl-edma: add edma src ID check at request channelJoy Zou1-0/+22
2024-08-29dmaengine: fsl-edma: change to guard(mutex) within fsl_edma3_xlate()Joy Zou1-4/+1
2024-08-29dmaengine: avoid non-constant format stringArnd Bergmann1-1/+1
2024-08-29dmaengine: imx-dma: Remove i.MX21 supportFabio Estevam1-3/+0
2024-08-29dmaengine: Loongson1: Add Loongson-1 APB DMA driverKeguang Zhang3-0/+670
2024-08-29dmaengine: zynqmp_dma: Add support for AMD Versal Gen 2 DMA IPAbin Joseph1-4/+23
2024-08-29dmaengine: idxd: Add new DSA and IAA device IDs for Diamond Rapids platformFenghua Yu1-0/+4