summaryrefslogtreecommitdiffstats
path: root/drivers/dma
AgeCommit message (Expand)AuthorLines
2025-02-15tegra210-adma: fix 32-bit x86 buildLinus Torvalds-3/+14
2025-01-29Merge tag 'dmaengine-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-254/+1734
2025-01-21Merge tag 'x86_cpu_for_v6.14_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-3/+5
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: idxd: Enable Function Level Reset (FLR) for haltFenghua Yu-3/+148
2024-12-24dmaengine: idxd: Refactor halt handlerFenghua Yu-32/+31
2024-12-24dmaengine: idxd: Add idxd_device_config_save() and idxd_device_config_restore...Fenghua Yu-0/+236
2024-12-24dmaengine: idxd: Binding and unbinding IDXD device and driverFenghua Yu-0/+33
2024-12-24dmaengine: idxd: Add idxd_pci_probe_alloc() helperFenghua Yu-40/+64
2024-12-24dmaengine: qcom: gpi: Add GPI immediate DMA support for SPI protocolJyothi Kumar Seerapu-6/+25
2024-12-24dmaengine: tegra: Return correct DMA status when pausedAkhil R-0/+10
2024-12-24dmaengine: mv_xor: switch to for_each_child_of_node_scoped()Javier Carrasco-4/+1
2024-12-24Merge branch 'fixes' into nextVinod Koul-31/+70
2024-12-24dmaengine: mv_xor: fix child node refcount handling in early exitJavier Carrasco-0/+2
2024-12-24dmaengine: bcm2835-dma: Prevent suspend if DMA channel is busyStefan Wahren-0/+22
2024-12-24dmaengine: tegra210-adma: Support channel pageMohan Kumar D-10/+76
2024-12-24dmaengine: ti: k3-udma: Add support for J722S CSI BCDMAVaishnav Achath-0/+16
2024-12-24dmaengine: ti: edma: fix OF node reference leaks in edma_driverJoe Hattori-2/+1
2024-12-24dmaengine: ti: edma: make the loop condition simpler in edma_probe()Joe Hattori-2/+2
2024-12-24dmaengine: fsl-edma: read/write multiple registers in cyclic transactionsLarisa Grigore-9/+27
2024-12-24dmaengine: fsl-edma: add support for S32G based platformsLarisa Grigore-1/+111
2024-12-24dmaengine: fsl-edma: remove FSL_EDMA_DRV_SPLIT_REG check when parsing muxbaseLarisa Grigore-4/+0
2024-12-24dmaengine: fsl-edma: select of_dma_xlate based on the dmamuxs presenceLarisa Grigore-1/+1
2024-12-24dmaengine: qcom: bam_dma: Avoid writing unavailable registerMd Sadre Alam-8/+16
2024-12-24dmaengine: fsl-edma: implement the cleanup path of fsl_edma3_attach_pd()Joe Hattori-5/+37
2024-12-24dmaengine: idxd: Remove unused idxd_(un)register_bus_typeDr. David Alan Gilbert-12/+0
2024-12-18x86/cpu: Make all all CPUID leaf names consistentDave Hansen-1/+1
2024-12-18x86/cpu: Refresh DCA leaf reading codeDave Hansen-3/+5
2024-12-11dmaengine: amd: qdma: make read-only arrays h2c_types and c2h_types static constColin Ian King-9/+13
2024-12-11dmaengine: idxd: Add a new IAA device ID on Panther Lake family platformsFenghua Yu-0/+3
2024-12-11dma-engine: sun4i: Add support for Allwinner suniv F1C100sMesih Kilinc-2/+62
2024-12-11dma-engine: sun4i: Add has_reset option to quirkMesih Kilinc-0/+11
2024-12-11dma-engine: sun4i: Add a quirk to support different chipsMesih Kilinc-32/+105
2024-12-04dmaengine: amd: qdma: Remove using the private get and set dma_ops APIsLizhi Hou-16/+12
2024-12-04dmaengine: sh: rcar-dmac: add comment for r8a779a0 compatibleKuninori Morimoto-0/+4
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: ae4dma: Register debugfs using ptdma_debugfs_setupBasavaraj Natikar-0/+3
2024-12-02dmaengine: ptdma: Extend ptdma-debugfs to support multi-queueBasavaraj Natikar-21/+57
2024-12-02dmaengine: ae4dma: Register AE4DMA using pt_dmaengine_registerBasavaraj Natikar-2/+74
2024-12-02dmaengine: ptdma: Extend ptdma to support multi-channel and versionBasavaraj Natikar-20/+89
2024-12-02dmaengine: ae4dma: Add AMD ae4dma controller driverBasavaraj Natikar-0/+479
2024-12-02dmaengine: Move AMD PTDMA driver to amd directoryBasavaraj Natikar-19/+16
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: idxd: Remove a useless mutexChristophe JAILLET-5/+0
2024-12-02dmaengine: xilinx_dma: Configure parking registers only if parking enabledMarek Vasut-9/+11
2024-12-02dmaengine: xilinx: xdma: remove redundant check on retColin Ian King-6/+2
2024-12-02dmaengine: at_xdmac: avoid null_prt_deref in at_xdmac_prep_dma_memsetChen Ridong-0/+2