summaryrefslogtreecommitdiffstats
path: root/drivers/dma
Commit message (Expand)AuthorAgeFilesLines
* 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
* dmaengine: at_hdmac: Fix premature completion of desc in issue_pendingTudor Ambarus2022-11-081-3/+13
* dmaengine: at_hdmac: Start transfer for cyclic channels in issue_pendingTudor Ambarus2022-11-081-4/+0
* dmaengine: at_hdmac: Don't start transactions at tx_submit levelTudor Ambarus2022-11-081-11/+3
* dmaengine: at_hdmac: Fix at_lli struct definitionTudor Ambarus2022-11-081-5/+5
* dmaengine: stm32-dma: fix potential race between pause and resumeAmelie Delaunay2022-11-081-8/+6
* dmaengine: ti: k3-udma-glue: fix memory leak when register device failYang Yingliang2022-11-081-0/+3
* dmaengine: mv_xor_v2: Fix a resource leak in mv_xor_v2_remove()Christophe JAILLET2022-11-081-0/+1
* dmaengine: apple-admac: Fix grabbing of channels in of_xlateMartin Povišer2022-11-081-1/+1
* dmaengine: idxd: fix RO device state error after been disabled/resetFengqian Gao2022-11-081-6/+14
* dmaengine: idxd: Fix max batch size for Intel IAAXiaochen Shen2022-11-084-6/+38
* dmaengine: pxa_dma: use platform_get_irq_optionalDoug Brown2022-11-081-2/+2
* dmaengine: idxd: Do not enable user type Work Queue without Shared Virtual Ad...Fenghua Yu2022-10-191-0/+18
* dmaengine: stm32-mdma: memset stm32_mdma_chan_config struct before using itAmelie Delaunay2022-10-191-0/+1
* treewide: use get_random_bytes() when possibleJason A. Donenfeld2022-10-111-1/+1
* Merge tag 'dmaengine-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-10-0732-344/+1277
|\
| * dmaengine: ioat: remove unused declarations in dma.hGaosheng Cui2022-09-291-2/+0
| * dmaengine: ti: k3-udma: Respond TX done if DMA_PREP_INTERRUPT is not requestedVaishnav Achath2022-09-291-2/+10
| * dmaengine: zynqmp_dma: Add device_synchronize supportSwati Agarwal2022-09-291-0/+12
| * dmaengine: dw-edma: Remove runtime PM supportManivannan Sadhasivam2022-09-291-12/+0
| * dmaengine: idxd: add configuration for concurrent batch descriptor processingDave Jiang2022-09-294-3/+40
| * dmaengine: idxd: add configuration for concurrent work descriptor processingDave Jiang2022-09-294-15/+75
| * dmaengine: idxd: add WQ operation cap restriction supportDave Jiang2022-09-295-3/+117
| * dmanegine: idxd: reformat opcap output to match bitmap_parse() inputDave Jiang2022-09-294-7/+26