summaryrefslogtreecommitdiff
path: root/drivers/dma
AgeCommit message (Expand)AuthorFilesLines
5 daysdmaengine: dw-axi-dmac: Add StarFive JH7100 supportSamin Guo2-0/+16
5 daysdmaengine: dw-axi-dmac: Handle xfer start while non-idleSamin Guo2-1/+12
12 daysMerge tag 'dmaengine-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds24-413/+499
2024-05-17Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rmk/linuxLinus Torvalds1-1/+0
2024-05-13dmaengine: idxd: add a write() method for applications to submit workNikhil Rao2-2/+90
2024-05-13dmaengine: idxd: add a new security check to deal with a hardware erratumArjan van de Ven3-0/+19
2024-05-13VFIO: Add the SPR_DSA and SPR_IAX devices to the denylistArjan van de Ven1-3/+0
2024-05-04dmaengine: fsl-edma: use _Generic to handle difference typeFrank Li1-39/+22
2024-05-04dmaengine: fsl-edma: add trace event supportFrank Li5-11/+178
2024-05-04dmaengine: idxd: Avoid unnecessary destruction of file_idaFenghua Yu1-1/+0
2024-04-25dmaengine: xilinx: xdma: fix module autoloadingKrzysztof Kozlowski1-0/+1
2024-04-25dmaengine: fsl-dpaa2-qdma: Fix kernel-doc check warningFrank Li2-9/+11
2024-04-25dmaengine: imx-sdma: Add i2c dma supportRobin Gong1-0/+7
2024-04-25dmaengine: imx-sdma: utilize compiler to calculate ADDRS_ARRAY_SIZE_V<n>Frank Li1-7/+15
2024-04-25dmaengine: fsl-edma: clean up unused "fsl,imx8qm-adma" compatible stringJoy Zou3-22/+4
2024-04-25dmaengine: qcom: Drop hidma DT supportRob Herring (Arm)2-119/+1
2024-04-18ARM: 9368/1: dmaengine: pl330: drop owner assignmentKrzysztof Kozlowski1-1/+0
2024-04-17dmaengine: pl08x: Use kcalloc() instead of kzalloc()Erick Archer1-2/+2
2024-04-17dmaengine: fsl-dpaa2-qdma: Update DPDMAI interfaces to version 3Frank Li4-35/+67
2024-04-17dmaengine: fsl-edma: fix miss mutex unlock at an error return pathFrank Li2-3/+3
2024-04-07dmaengine: pch_dma: remove unused function chan2parentColin Ian King1-5/+0
2024-04-07dmaengine: idxd: Fix oops during rmmod on single-CPU platformsFenghua Yu1-6/+3
2024-04-07dmaengine: fsl-dpaa2-qdma: Add dpdmai_cmd_openFrank Li1-3/+7
2024-04-07dmaengine: fsl-dpaa2-qdma: Remove unused function dpdmai_create()Frank Li2-56/+0
2024-04-07dmaengine: fsl-dpaa2-qdma: clean up unused macroFrank Li1-9/+0
2024-04-07dmaengine: fsl-edma: add i.MX8ULP edma supportJoy Zou3-0/+29
2024-04-07dmaengine: fsl-edma: clean up chclk and FSL_EDMA_DRV_HAS_CHCLKFrank Li2-10/+0
2024-04-07dmaengine: fsl-edma: add safety check for 'srcid'Frank Li1-0/+7
2024-04-07dmaengine: fsl-edma: remove 'slave_id' from fsl_edma_chanFrank Li3-8/+7
2024-04-07dma: dw-axi-dmac: support per channel interruptBaruch Siach2-8/+23
2024-04-07Avoid hw_desc array overrun in dw-axi-dmacJoao Pinto2-4/+3
2024-04-07dmaengine: dw-axi-dmac: Add support for StarFive JH8100 DMATan Chun Hau1-0/+3
2024-04-07dmaengine: axi-dmac: move to device managed probeNuno Sa1-44/+34
2024-04-07dmaengine: axi-dmac: fix possible race in remove()Nuno Sa1-1/+1
2024-04-07dmaengine: xilinx: xdma: Clarify kdoc in XDMA driverMiquel Raynal1-6/+8
2024-04-07dmaengine: xilinx: xdma: Fix synchronization issueLouis Chauvet2-8/+21
2024-04-07dmaengine: xilinx: xdma: Fix wrong offsets in the buffers addresses in dma de...Miquel Raynal1-1/+1
2024-04-07dma: Add lockdep asserts to virt-dmaSean Anderson1-0/+10
2024-04-07dma: xilinx_dpdma: Remove unnecessary use of irqsave/restoreSean Anderson1-6/+4
2024-04-07dma: xilinx_dpdma: Fix lockingSean Anderson1-3/+10
2024-04-07dmaengine: imx-sdma: support dual fifo for DEV_TO_DEVShengjiu Wang1-1/+17
2024-04-07dmaengine: imx-sdma: Support 24bit/3bytes for sg modeShengjiu Wang1-0/+4
2024-04-07dmaengine: imx-sdma: Support allocate memory from internal SRAM (iram)Nicolin Chen1-10/+36
2024-04-07dmaengine: idma64: Add check for dma_set_max_seg_sizeChen Ni1-1/+3
2024-04-07dmaengine: idxd: Convert spinlock to mutex to lock evl workqueueRex Zhang6-13/+12
2024-04-07dmaengine: idxd: Check for driver name match before sva user featureJerry Snitselaar1-8/+9
2024-03-28idma64: Don't try to serve interrupts when device is powered offAndy Shevchenko1-0/+4
2024-03-28dmaengine: tegra186: Fix residual calculationAkhil R1-0/+3
2024-03-28dmaengine: owl: fix register access functionsArnd Bergmann1-2/+2
2024-03-28dmaengine: Revert "dmaengine: pl330: issue_pending waits until WFP state"Vinod Koul1-3/+0