summaryrefslogtreecommitdiffstats
path: root/drivers/dma
Commit message (Expand)AuthorAgeFilesLines
* dmaengine: ste_dma40: Add missing IRQ check in d40_proberuanjinjie2023-09-131-0/+4
* dmaengine: idxd: Modify the dependence of attribute pasid_enabledRex Zhang2023-09-131-1/+1
* idmaengine: make FSL_EDMA and INTEL_IDMA64 depends on HAS_IOMEMBaoquan He2023-09-131-0/+2
* dmaengine: owl-dma: Modify mismatched function nameZhang Jianhua2023-08-161-1/+1
* dmaengine: mcf-edma: Fix a potential un-allocated memory accessChristophe JAILLET2023-08-161-6/+7
* dmaengine: pl330: Return DMA_PAUSED when transaction is pausedIlpo Järvinen2023-08-161-2/+16
* dmaengine: pl330: rename _start to prevent build errorRandy Dunlap2023-06-091-4/+4
* dmaengine: at_xdmac: fix potential Oops in at_xdmac_prep_interleaved()Dan Carpenter2023-06-091-2/+5
* dmaengine: at_xdmac: do not enable all cyclic channelsClaudiu Beznea2023-05-111-1/+4
* dmaengine: dw-edma: Fix to enable to issue dma request on DMA processingShunsuke Mie2023-05-111-2/+5
* dmaengine: dw-edma: Fix to change for continuous transferShunsuke Mie2023-05-111-9/+11
* dma: gpi: remove spurious unlock in gpi_ch_initDmitry Baryshkov2023-05-111-1/+0
* dmaengine: mv_xor_v2: Fix an error code.Christophe JAILLET2023-05-111-1/+1
* dmaengine: apple-admac: Fix 'current_tx' not getting freedMartin Povišer2023-04-201-1/+4
* dmaengine: apple-admac: Set src_addr_widths capabilityMartin Povišer2023-04-201-0/+3
* dmaengine: apple-admac: Handle 'global' interrupt flagsMartin Povišer2023-04-201-2/+10
* dmaengine: ptdma: check for null desc before calling pt_cmd_callbackEric Pilmore2023-03-101-1/+1
* dmaengine: dw-axi-dmac: Do not dereference NULL structureKees Cook2023-03-101-2/+0
* dmaengine: sf-pdma: pdma_desc memory leak fixShravan Chippa2023-03-102-3/+1
* dmaengine: dw-edma: Fix readq_ch() return value truncationSerge Semin2023-03-101-1/+1
* dmaengine: dw-edma: Fix missing src/dst address of interleaved xfersSerge Semin2023-03-101-0/+4
* dmaengine: HISI_DMA should depend on ARCH_HISIGeert Uytterhoeven2023-03-101-1/+1
* dmaengine: idxd: Set traffic class values in GRPCFG on DSA 2.0Fenghua Yu2023-03-103-4/+4
* dmaengine: imx-sdma: Fix a possible memory leak in sdma_transfer_initHui Wang2023-02-061-1/+3
* ptdma: pt_core_execute_cmd() should use spinlockEric Pilmore2023-02-012-4/+5
* dmaengine: tegra: Fix memory leak in terminate_all()Akhil R2023-02-011-0/+1
* dmaengine: xilinx_dma: call of_node_put() when breaking out of for_each_child...Liu Shixin2023-02-011-1/+3
* dmaengine: Fix double increment of client_count in dma_chan_get()Koba Ko2023-02-011-3/+4
* dmaengine: ti: k3-udma: Do conditional decrement of UDMA_CHAN_RT_PEER_BCNT_REGJayesh Choudhary2023-02-011-2/+3
* dmaengine: qcom: gpi: Set link_rx bit on GO TRE for rx operationVijaya Krishna Nivarthi2023-02-011-0/+1
* dmaengine: idxd: Do not call DMX TX callbacks during workqueue disableReinette Chatre2023-01-241-0/+11
* dmaengine: idxd: Prevent use after free on completion memoryReinette Chatre2023-01-241-1/+1
* dmaengine: idxd: Let probe fail when workqueue cannot be enabledReinette Chatre2023-01-241-2/+1
* dmaengine: tegra210-adma: fix global intr clearMohan Kumar2023-01-241-1/+1
* dmaengine: lgm: Move DT parsing after initializationPeter Harliman Liem2023-01-241-5/+5
* Add exception protection processing for vd in axi_chan_handle_err functionShawn.Shao2023-01-241-0/+6
* dmaengine: idxd: Make read buffer sysfs attributes invisible for Intel IAAXiaochen Shen2022-12-311-0/+36
* dmaengine: apple-admac: Allocate cache SRAM to channelsMartin Povišer2022-12-311-1/+101
* dmaengine: idxd: Make max batch size attributes in sysfs invisible for Intel IAAXiaochen Shen2022-12-311-0/+32
* dmaengine: at_hdmac: Check return code of dma_async_device_registerTudor Ambarus2022-11-081-1/+6
* dmaengine: at_hdmac: Fix impossible conditionTudor Ambarus2022-11-081-3/+4
* dmaengine: at_hdmac: Don't allow CPU to reorder channel enableTudor Ambarus2022-11-081-0/+2
* dmaengine: at_hdmac: Fix completion of unissued descriptor in case of errorsTudor Ambarus2022-11-081-4/+0
* dmaengine: at_hdmac: Fix descriptor handling when issuing it to hardwareTudor Ambarus2022-11-081-4/+11
* dmaengine: at_hdmac: Fix concurrency over the active listTudor Ambarus2022-11-081-4/+6
* dmaengine: at_hdmac: Free the memset buf without holding the chan lockTudor Ambarus2022-11-081-7/+7
* dmaengine: at_hdmac: Fix concurrency over descriptorTudor Ambarus2022-11-081-5/+9
* dmaengine: at_hdmac: Fix concurrency problems by removing atc_complete_all()Tudor Ambarus2022-11-081-45/+4
* dmaengine: at_hdmac: Protect atchan->status with the channel lockTudor Ambarus2022-11-081-2/+2
* dmaengine: at_hdmac: Do not call the complete callback on device_terminate_allTudor Ambarus2022-11-081-9/+2