summaryrefslogtreecommitdiff
path: root/drivers/dma
AgeCommit message (Expand)Author
2024-12-03module: Convert default symbol namespace to string literalMasahiro Yamada
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra
2024-11-27Merge tag 'dmaengine-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-11-03Merge tag 'dmaengine-fix-6.12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-10-23dmaengine: loongson2-apb: Rename the prefix ls2x to loongson2Binbin Zhou
2024-10-21dmaengine: fix typo in the commentYan Zhen
2024-10-21dmaengine: stm32-dma3: clamp AXI burst using match dataAmelie Delaunay
2024-10-21dmaengine: stm32-dma3: prevent LL refactoring thanks to DT configurationAmelie Delaunay
2024-10-21dmaengine: stm32-dma3: refactor HW linked-list to optimize memory accessesAmelie Delaunay
2024-10-21dmaengine: stm32-dma3: prevent pack/unpack thanks to DT configurationAmelie Delaunay
2024-10-21dmaengine: idxd: Move DSA/IAA device IDs to IDXD driverFenghua Yu
2024-10-14dmaengine: Switch back to struct platform_driver::remove()Uwe Kleine-König
2024-10-14dmaengine: ep93xx: Fix unsigned compared against 0Advait Dhamorikar
2024-10-14dmaengine: ti: k3-udma: Set EOP for all TRs in cyclic BCDMA transferJai Luthra
2024-10-14dmaengine: acpi: Clean up headersAndy Shevchenko
2024-10-14dmaengine: acpi: Simplify devm_acpi_dma_controller_register()Andy Shevchenko
2024-10-14dmaengine: acpi: Drop unused devm_acpi_dma_controller_free()Andy Shevchenko
2024-10-14dmaengine: sh: rz-dmac: add r7s72100 supportWolfram Sang
2024-10-14dmaengine: sh: rz-dmac: handle configs where one address is zeroWolfram Sang
2024-10-11dmaengine: cirrus: check that output may be truncatedAlexander Sverdlin
2024-10-11dmaengine: cirrus: ERR_CAST() ioremap errorAlexander Sverdlin
2024-09-26Merge tag 'soc-ep93xx-dt-6.12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-09-23Merge tag 'dmaengine-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-09-19Merge tag 'dma-mapping-6.12-2024-09-19' of git://git.infradead.org/users/hch/...Linus Torvalds
2024-09-18Merge tag 'perf-core-2024-09-18' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2024-09-16dmaengine: cirrus: use snprintf() to calm down gcc 13.3.0Alexander Sverdlin
2024-09-16dmaengine: ep93xx: Fix a NULL vs IS_ERR() check in probe()Dan Carpenter
2024-09-12dmaengine: cirrus: remove platform codeNikita Shubin
2024-09-12dmaengine: cirrus: Convert to DT for Cirrus EP93xxNikita Shubin
2024-09-10dmaengine: idxd: Clean up cpumask and hotplug for perfmonKan Liang
2024-09-02dmaengine: loongson1-apb-dma: Fix the build warning caused by the size of pde...Keguang Zhang
2024-09-02dmaengine: Fix spelling mistakesAmit Vadhavana
2024-08-29dmaengine: Add dma router for pl08x in LPC32XX SoCPiotr Wojtaszczyk
2024-08-29dmaengine: fsl-edma: add edma src ID check at request channelJoy Zou
2024-08-29dmaengine: fsl-edma: change to guard(mutex) within fsl_edma3_xlate()Joy Zou
2024-08-29dmaengine: avoid non-constant format stringArnd Bergmann
2024-08-29dmaengine: imx-dma: Remove i.MX21 supportFabio Estevam
2024-08-29dmaengine: Loongson1: Add Loongson-1 APB DMA driverKeguang Zhang
2024-08-29dmaengine: zynqmp_dma: Add support for AMD Versal Gen 2 DMA IPAbin Joseph
2024-08-29dmaengine: idxd: Add new DSA and IAA device IDs for Diamond Rapids platformFenghua Yu
2024-08-29dmaengine: idxd: Add a new DSA device ID for Granite Rapids-D platformFenghua Yu
2024-08-29dma-mapping: don't return errors from dma_set_max_seg_sizeChristoph Hellwig
2024-08-28dmaengine: ti: k3-udma: Remove unused declarationsYue Haibing
2024-08-28dmaengine: amd: qdma: Add AMD QDMA driverNishad Saraf
2024-08-28dmaengine: xilinx: dpdma: Add support for cyclic dma modeRohit Visavalia
2024-08-28dmaengine: dw-edma: Do not enable watermark interrupts for HDMAMrinmay Sarkar
2024-08-28dmaengine: dw-edma: Fix unmasking STOP and ABORT interrupts for HDMAMrinmay Sarkar
2024-08-05dmaengine: dmatest: Explicitly cast divisor to u32Thorsten Blum
2024-08-05dmaengine: idxd: Convert comma to semicolonChen Ni
2024-08-05dmaengine: stm32-dma3: Set lli_size after allocationKees Cook