summaryrefslogtreecommitdiffstats
path: root/drivers/dma
AgeCommit message (Expand)AuthorLines
2025-06-17dmaengine: apple-admac: Drop default ARCH_APPLE in KconfigSven Peter-1/+0
2025-06-17dmaengine: add driver for Sophgo CV18XX/SG200X dmamuxInochi Amaoto-0/+269
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar-2/+4
2025-06-05Merge tag 'dmaengine-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-83/+1098
2025-05-30Merge tag 'iommu-updates-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-35/+6
2025-05-23Merge branches 'fixes', 'apple/dart', 'arm/smmu/updates', 'arm/smmu/bindings'...Joerg Roedel-35/+6
2025-05-21Merge tag 'v6.15-rc7' into x86/core, to pick up fixesIngo Molnar-67/+148
2025-05-15x86/cpuid: Set <asm/cpuid/api.h> as the main CPUID headerAhmed S. Darwish-1/+1
2025-05-15dmaengine: mediatek: drop unused variableVinod Koul-1/+0
2025-05-14dmaengine: idxd: Remove unused pointer and macroEder Zulian-2/+0
2025-05-14dmaengine: sh: rz-dmac: Add RZ/V2H(P) supportFabrizio Castro-7/+74
2025-05-14dmaengine: sh: rz-dmac: Allow for multiple DMACsFabrizio Castro-1/+2
2025-05-14dmaengine: idxd: Narrow the restriction on BATCH to ver. 1 onlyVinicius Costa Gomes-4/+8
2025-05-14dmaengine: ti: Add NULL check in udma_probe()Henry Martin-1/+2
2025-05-14fsldma: Set correct dma_mask based on hw capabilityBen Collins-4/+17
2025-05-14dmaengine: fsl-edma: Fix return code for unhandled interruptsStefan Wahren-1/+1
2025-05-14dmaengine: mediatek: Fix a possible deadlock error in mtk_cqdma_tx_status()Qiu-ji Chen-3/+2
2025-05-14dmaengine: idxd: Fix ->poll() return valueDave Jiang-1/+1
2025-05-14dmaengine: idxd: Check availability of workqueue allocated by idxd wq driver ...Yi Sun-1/+3
2025-05-14dmaengine: xilinx_dma: Set dma_device directionsThomas Gessler-0/+2
2025-05-14dmaengine: tegra210-adma: Add Tegra264 supportSheetal-25/+160
2025-05-14dmaengine: dw-edma: Add HDMA NATIVE map checkDevendra K Verma-1/+4
2025-05-14dmaengine: idxd: Refactor remove call with idxd_cleanup() helperShuai Xue-12/+2
2025-05-14dmaengine: idxd: Add missing idxd cleanup to fix memory leak in remove callShuai Xue-0/+1
2025-05-14dmaengine: idxd: fix memory leak in error handling path of idxd_pci_probeShuai Xue-1/+12
2025-05-14dmaengine: idxd: fix memory leak in error handling path of idxd_allocShuai Xue-9/+15
2025-05-14dmaengine: idxd: Add missing cleanups in cleanup internalsShuai Xue-8/+3
2025-05-14dmaengine: idxd: Add missing cleanup for early error out in idxd_setup_internalsShuai Xue-7/+51
2025-05-14dmaengine: idxd: fix memory leak in error handling path of idxd_setup_groupsShuai Xue-0/+4
2025-05-14dmaengine: idxd: fix memory leak in error handling path of idxd_setup_enginesShuai Xue-0/+4
2025-05-14dmaengine: idxd: fix memory leak in error handling path of idxd_setup_wqsShuai Xue-9/+21
2025-04-28dmaengine: idxd: Remove unnecessary IOMMU_DEV_FEAT_IOPFLu Baolu-31/+6
2025-04-28iommu: Remove IOMMU_DEV_FEAT_SVAJason Gunthorpe-7/+1
2025-04-23dmaegnine: fsl-edma: add edma error interrupt handlerJoy Zou-13/+149
2025-04-23dmaengine: ARM_DMA350 should depend on ARM/ARM64Geert Uytterhoeven-0/+1
2025-04-23dmaengine: ptdma: Move variable condition check to the first place and remove...Basavaraj Natikar-9/+10
2025-04-23dmaengine: idxd: Fix allowing write() from different address spacesVinicius Costa Gomes-0/+9
2025-04-17dmaengine: Add Arm DMA-350 driverRobin Murphy-0/+668
2025-04-17dmaengine: xilinx_dma: Set max segment sizeThomas Gessler-0/+2
2025-04-17dmaengine: at_xdmac: Use pm_runtime_put_noidle() with many usage_countsSakari Ailus-4/+2
2025-04-17dmaengine: ti: k3-udma: Add missing lockingRonald Wahl-0/+7
2025-04-17dmaengine: ptdma: Remove dead code from pt_dmaengine_register()Eder Zulian-7/+0
2025-04-17dmaengine: ti: k3-udma: Use cap_mask directly from dma_device structure inste...Yemike Abhilash Chandra-2/+1
2025-04-17dmaengine: Revert "dmaengine: dmatest: Fix dmatest waiting less when interrup...Nathan Lynch-3/+3
2025-04-17dmaengine: ptdma: Remove unused pointer dma_cmd_cacheEder Zulian-13/+4
2025-04-17dmaengine: idxd: cdev: Fix uninitialized use of sva in idxd_cdev_openPurva Yeshi-2/+2
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner-5/+5
2025-04-01Merge tag 'dmaengine-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-59/+192
2025-03-11dmaengine: ptdma: Utilize the AE4DMA engine's multi-queue functionalityBasavaraj Natikar-3/+89
2025-03-11dmaengine: ae4dma: Use the MSI count and its corresponding IRQ numberBasavaraj Natikar-2/+2