aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/dma (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-05-21Merge tag 'v6.15-rc7' into x86/core, to pick up fixesIngo Molnar7-67/+148
2025-05-15x86/cpuid: Set <asm/cpuid/api.h> as the main CPUID headerAhmed S. Darwish1-1/+1
2025-05-15dmaengine: mediatek: drop unused variableVinod Koul1-1/+0
2025-05-14dmaengine: fsl-edma: Fix return code for unhandled interruptsStefan Wahren1-1/+1
2025-05-14dmaengine: mediatek: Fix a possible deadlock error in mtk_cqdma_tx_status()Qiu-ji Chen1-3/+2
2025-05-14dmaengine: idxd: Fix ->poll() return valueDave Jiang1-1/+1
2025-05-14dmaengine: idxd: Refactor remove call with idxd_cleanup() helperShuai Xue1-12/+2
2025-05-14dmaengine: idxd: Add missing idxd cleanup to fix memory leak in remove callShuai Xue1-0/+1
2025-05-14dmaengine: idxd: fix memory leak in error handling path of idxd_pci_probeShuai Xue1-1/+12
2025-05-14dmaengine: idxd: fix memory leak in error handling path of idxd_allocShuai Xue1-9/+15
2025-05-14dmaengine: idxd: Add missing cleanups in cleanup internalsShuai Xue1-8/+3
2025-05-14dmaengine: idxd: Add missing cleanup for early error out in idxd_setup_internalsShuai Xue1-7/+51
2025-05-14dmaengine: idxd: fix memory leak in error handling path of idxd_setup_groupsShuai Xue1-0/+4
2025-05-14dmaengine: idxd: fix memory leak in error handling path of idxd_setup_enginesShuai Xue1-0/+4
2025-05-14dmaengine: idxd: fix memory leak in error handling path of idxd_setup_wqsShuai Xue1-9/+21
2025-04-23dmaengine: ptdma: Move variable condition check to the first place and remove redundancyBasavaraj Natikar1-9/+10
2025-04-23dmaengine: idxd: Fix allowing write() from different address spacesVinicius Costa Gomes1-0/+9
2025-04-17dmaengine: ti: k3-udma: Add missing lockingRonald Wahl1-0/+7
2025-04-17dmaengine: ti: k3-udma: Use cap_mask directly from dma_device structure instead of a local copyYemike Abhilash Chandra1-2/+1
2025-04-17dmaengine: Revert "dmaengine: dmatest: Fix dmatest waiting less when interrupted"Nathan Lynch1-3/+3
2025-04-17dmaengine: idxd: cdev: Fix uninitialized use of sva in idxd_cdev_openPurva Yeshi1-2/+2
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner3-5/+5
2025-04-01Merge tag 'dmaengine-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/dmaengineLinus Torvalds22-59/+192
2025-03-11dmaengine: ptdma: Utilize the AE4DMA engine's multi-queue functionalityBasavaraj Natikar2-3/+89
2025-03-11dmaengine: ae4dma: Use the MSI count and its corresponding IRQ numberBasavaraj Natikar1-2/+2
2025-03-11dmaengine: ae4dma: Remove deprecated PCI IDsBasavaraj Natikar1-2/+0
2025-03-11dmaengine: ti: edma: support sw triggered chans in of_edma_xlate()Matthew Majewski1-2/+6
2025-03-11dmaengine: ti: k3-udma: Enable second resource range for BCDMA and PKTDMASiddharth Vadapalli1-0/+36
2025-03-11dmaengine: fsl-edma: free irq correctly in remove pathPeng Fan1-3/+9
2025-03-11dmaengine: fsl-edma: cleanup chan after dma_async_device_unregisterPeng Fan1-1/+1
2025-03-11dmaengine: dmatest: Fix dmatest waiting less when interruptedVinicius Costa Gomes1-3/+3
2025-03-02Merge tag 'dmaengine-fix-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/dmaengineLinus Torvalds2-16/+13
2025-02-27dmaengine: Fix typo in commentThorsten Blum1-1/+1
2025-02-27dmaengine: Revert "dmaengine: qcom: bam_dma: Avoid writing unavailable register"Caleb Connolly1-16/+8
2025-02-27dmaengine: ti: k3-udma-glue: Drop skip_fdq argument from k3_udma_glue_reset_rx_chnRoger Quadros1-4/+11
2025-02-27dmaengine: bcm2835-dma: fix warning when CONFIG_PM=nStefan Wahren1-1/+1
2025-02-27dmaengine: img-mdc: remove incorrect of_match_ptr annotationArnd Bergmann1-1/+1
2025-02-15tegra210-adma: fix 32-bit x86 buildLinus Torvalds1-3/+14
2025-02-10dmaengine: idxd: Delete unnecessary NULL checkDan Carpenter1-2/+1
2025-02-10dmaengine: pxa: Enable compile testKrzysztof Kozlowski1-1/+1
2025-02-10dmaengine: Use str_enable_disable-like helpersKrzysztof Kozlowski6-8/+14
2025-02-10dmaengine: tegra210-adma: check for adma max pageMohan Kumar D1-1/+6
2025-02-10dmaengine: tegra210-adma: Use div_u64 for 64 bit divisionMohan Kumar D1-4/+11
2025-02-10dmaengine: fsl-edma: Add missing newlines to log messagesStefan Wahren1-2/+2
2025-02-10dmaengine: dw: Switch to LATE_SIMPLE_DEV_PM_OPS()Andy Shevchenko2-12/+4
2025-02-10dmaengine: Unify checks in dma_request_chan()Andy Shevchenko1-6/+6
2025-02-10dmaengine: Add a comment on why it's okay when kasprintf() failsAndy Shevchenko1-2/+2
2025-02-10dmaengine: Replace dma_request_slave_channel() by dma_request_chan()Andy Shevchenko1-3/+2
2025-01-29Merge tag 'dmaengine-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/dmaengineLinus Torvalds36-254/+1734
2025-01-21Merge tag 'x86_cpu_for_v6.14_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+5