summaryrefslogtreecommitdiffstats
path: root/drivers/dma
AgeCommit message (Expand)AuthorLines
2024-12-26Merge tag 'dmaengine-fix-6.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-31/+80
2024-12-24dmaengine: tegra: Return correct DMA status when pausedAkhil R-0/+10
2024-12-24dmaengine: mv_xor: fix child node refcount handling in early exitJavier Carrasco-0/+2
2024-12-24dmaengine: fsl-edma: implement the cleanup path of fsl_edma3_attach_pd()Joe Hattori-5/+37
2024-12-04dmaengine: amd: qdma: Remove using the private get and set dma_ops APIsLizhi Hou-16/+12
2024-12-04dmaengine: apple-admac: Avoid accessing registers in probeSasha Finkelstein-5/+2
2024-12-03module: Convert default symbol namespace to string literalMasahiro Yamada-1/+1
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra-12/+12
2024-12-02dmaengine: loongson2-apb: Change GENMASK to GENMASK_ULLBinbin Zhou-1/+1
2024-12-02dmaengine: dw: Select only supported masters for ACPI devicesAndy Shevchenko-4/+14
2024-12-02dmaengine: at_xdmac: avoid null_prt_deref in at_xdmac_prep_dma_memsetChen Ridong-0/+2
2024-11-27Merge tag 'dmaengine-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-146/+209
2024-11-03Merge tag 'dmaengine-fix-6.12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-26/+61
2024-10-23dmaengine: loongson2-apb: Rename the prefix ls2x to loongson2Binbin Zhou-17/+17
2024-10-21dmaengine: fix typo in the commentYan Zhen-5/+5
2024-10-21dmaengine: stm32-dma3: clamp AXI burst using match dataAmelie Delaunay-13/+46
2024-10-21dmaengine: stm32-dma3: prevent LL refactoring thanks to DT configurationAmelie Delaunay-5/+15
2024-10-21dmaengine: stm32-dma3: refactor HW linked-list to optimize memory accessesAmelie Delaunay-7/+33
2024-10-21dmaengine: stm32-dma3: prevent pack/unpack thanks to DT configurationAmelie Delaunay-0/+10
2024-10-21dmaengine: idxd: Move DSA/IAA device IDs to IDXD driverFenghua Yu-0/+4
2024-10-14dmaengine: Switch back to struct platform_driver::remove()Uwe Kleine-König-66/+66
2024-10-14dmaengine: ep93xx: Fix unsigned compared against 0Advait Dhamorikar-2/+1
2024-10-14dmaengine: ti: k3-udma: Set EOP for all TRs in cyclic BCDMA transferJai Luthra-15/+47
2024-10-14dmaengine: acpi: Clean up headersAndy Shevchenko-5/+8
2024-10-14dmaengine: acpi: Simplify devm_acpi_dma_controller_register()Andy Shevchenko-11/+4
2024-10-14dmaengine: acpi: Drop unused devm_acpi_dma_controller_free()Andy Shevchenko-15/+0
2024-10-14dmaengine: sh: rz-dmac: add r7s72100 supportWolfram Sang-5/+5
2024-10-14dmaengine: sh: rz-dmac: handle configs where one address is zeroWolfram Sang-11/+14
2024-10-11dmaengine: cirrus: check that output may be truncatedAlexander Sverdlin-2/+5
2024-10-11dmaengine: cirrus: ERR_CAST() ioremap errorAlexander Sverdlin-1/+1
2024-09-26Merge tag 'soc-ep93xx-dt-6.12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-56/+231
2024-09-23Merge tag 'dmaengine-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-65/+2575
2024-09-19Merge tag 'dma-mapping-6.12-2024-09-19' of git://git.infradead.org/users/hch/...Linus Torvalds-20/+5
2024-09-18Merge tag 'perf-core-2024-09-18' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-107/+1
2024-09-16dmaengine: cirrus: use snprintf() to calm down gcc 13.3.0Alexander Sverdlin-2/+2
2024-09-16dmaengine: ep93xx: Fix a NULL vs IS_ERR() check in probe()Dan Carpenter-1/+1
2024-09-12dmaengine: cirrus: remove platform codeNikita Shubin-2/+46
2024-09-12dmaengine: cirrus: Convert to DT for Cirrus EP93xxNikita Shubin-54/+185
2024-09-10dmaengine: idxd: Clean up cpumask and hotplug for perfmonKan Liang-107/+1
2024-09-02dmaengine: loongson1-apb-dma: Fix the build warning caused by the size of pde...Keguang Zhang-2/+2
2024-09-02dmaengine: Fix spelling mistakesAmit Vadhavana-49/+49
2024-08-29dmaengine: Add dma router for pl08x in LPC32XX SoCPiotr Wojtaszczyk-0/+205
2024-08-29dmaengine: fsl-edma: add edma src ID check at request channelJoy Zou-0/+22
2024-08-29dmaengine: fsl-edma: change to guard(mutex) within fsl_edma3_xlate()Joy Zou-4/+1
2024-08-29dmaengine: avoid non-constant format stringArnd Bergmann-1/+1
2024-08-29dmaengine: imx-dma: Remove i.MX21 supportFabio Estevam-3/+0
2024-08-29dmaengine: Loongson1: Add Loongson-1 APB DMA driverKeguang Zhang-0/+670
2024-08-29dmaengine: zynqmp_dma: Add support for AMD Versal Gen 2 DMA IPAbin Joseph-4/+23
2024-08-29dmaengine: idxd: Add new DSA and IAA device IDs for Diamond Rapids platformFenghua Yu-0/+4
2024-08-29dmaengine: idxd: Add a new DSA device ID for Granite Rapids-D platformFenghua Yu-0/+2