summaryrefslogtreecommitdiff
path: root/drivers/dma
AgeCommit message (Expand)Author
2025-05-14dmaengine: idxd: Add missing cleanups in cleanup internalsShuai Xue
2025-05-14dmaengine: idxd: Add missing cleanup for early error out in idxd_setup_internalsShuai Xue
2025-05-14dmaengine: idxd: fix memory leak in error handling path of idxd_setup_groupsShuai Xue
2025-05-14dmaengine: idxd: fix memory leak in error handling path of idxd_setup_enginesShuai Xue
2025-05-14dmaengine: idxd: fix memory leak in error handling path of idxd_setup_wqsShuai Xue
2025-04-28dmaengine: idxd: Remove unnecessary IOMMU_DEV_FEAT_IOPFLu Baolu
2025-04-28iommu: Remove IOMMU_DEV_FEAT_SVAJason Gunthorpe
2025-04-23dmaegnine: fsl-edma: add edma error interrupt handlerJoy Zou
2025-04-23dmaengine: ARM_DMA350 should depend on ARM/ARM64Geert Uytterhoeven
2025-04-23dmaengine: ptdma: Move variable condition check to the first place and remove...Basavaraj Natikar
2025-04-23dmaengine: idxd: Fix allowing write() from different address spacesVinicius Costa Gomes
2025-04-17dmaengine: Add Arm DMA-350 driverRobin Murphy
2025-04-17dmaengine: xilinx_dma: Set max segment sizeThomas Gessler
2025-04-17dmaengine: at_xdmac: Use pm_runtime_put_noidle() with many usage_countsSakari Ailus
2025-04-17dmaengine: ti: k3-udma: Add missing lockingRonald Wahl
2025-04-17dmaengine: ptdma: Remove dead code from pt_dmaengine_register()Eder Zulian
2025-04-17dmaengine: ti: k3-udma: Use cap_mask directly from dma_device structure inste...Yemike Abhilash Chandra
2025-04-17dmaengine: Revert "dmaengine: dmatest: Fix dmatest waiting less when interrup...Nathan Lynch
2025-04-17dmaengine: ptdma: Remove unused pointer dma_cmd_cacheEder Zulian
2025-04-17dmaengine: idxd: cdev: Fix uninitialized use of sva in idxd_cdev_openPurva Yeshi
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner
2025-04-01Merge tag 'dmaengine-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-03-11dmaengine: ptdma: Utilize the AE4DMA engine's multi-queue functionalityBasavaraj Natikar
2025-03-11dmaengine: ae4dma: Use the MSI count and its corresponding IRQ numberBasavaraj Natikar
2025-03-11dmaengine: ae4dma: Remove deprecated PCI IDsBasavaraj Natikar
2025-03-11dmaengine: ti: edma: support sw triggered chans in of_edma_xlate()Matthew Majewski
2025-03-11dmaengine: ti: k3-udma: Enable second resource range for BCDMA and PKTDMASiddharth Vadapalli
2025-03-11dmaengine: fsl-edma: free irq correctly in remove pathPeng Fan
2025-03-11dmaengine: fsl-edma: cleanup chan after dma_async_device_unregisterPeng Fan
2025-03-11dmaengine: dmatest: Fix dmatest waiting less when interruptedVinicius Costa Gomes
2025-03-02Merge tag 'dmaengine-fix-6.14' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-02-27dmaengine: Fix typo in commentThorsten Blum
2025-02-27dmaengine: Revert "dmaengine: qcom: bam_dma: Avoid writing unavailable register"Caleb Connolly
2025-02-27dmaengine: ti: k3-udma-glue: Drop skip_fdq argument from k3_udma_glue_reset_r...Roger Quadros
2025-02-27dmaengine: bcm2835-dma: fix warning when CONFIG_PM=nStefan Wahren
2025-02-27dmaengine: img-mdc: remove incorrect of_match_ptr annotationArnd Bergmann
2025-02-15tegra210-adma: fix 32-bit x86 buildLinus Torvalds
2025-02-10dmaengine: idxd: Delete unnecessary NULL checkDan Carpenter
2025-02-10dmaengine: pxa: Enable compile testKrzysztof Kozlowski
2025-02-10dmaengine: Use str_enable_disable-like helpersKrzysztof Kozlowski
2025-02-10dmaengine: tegra210-adma: check for adma max pageMohan Kumar D
2025-02-10dmaengine: tegra210-adma: Use div_u64 for 64 bit divisionMohan Kumar D
2025-02-10dmaengine: fsl-edma: Add missing newlines to log messagesStefan Wahren
2025-02-10dmaengine: dw: Switch to LATE_SIMPLE_DEV_PM_OPS()Andy Shevchenko
2025-02-10dmaengine: Unify checks in dma_request_chan()Andy Shevchenko
2025-02-10dmaengine: Add a comment on why it's okay when kasprintf() failsAndy Shevchenko
2025-02-10dmaengine: Replace dma_request_slave_channel() by dma_request_chan()Andy Shevchenko
2025-01-29Merge tag 'dmaengine-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-01-21Merge tag 'x86_cpu_for_v6.14_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2024-12-26Merge tag 'dmaengine-fix-6.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds