summaryrefslogtreecommitdiff
path: root/drivers/dma
AgeCommit message (Expand)AuthorFilesLines
2022-11-16dmaengine: at_hdmac: Check return code of dma_async_device_registerTudor Ambarus1-1/+6
2022-11-16dmaengine: at_hdmac: Fix impossible conditionTudor Ambarus1-3/+4
2022-11-16dmaengine: at_hdmac: Don't allow CPU to reorder channel enableTudor Ambarus1-0/+2
2022-11-16dmaengine: at_hdmac: Fix completion of unissued descriptor in case of errorsTudor Ambarus1-4/+0
2022-11-16dmaengine: at_hdmac: Fix descriptor handling when issuing it to hardwareTudor Ambarus1-4/+11
2022-11-16dmaengine: at_hdmac: Fix concurrency over the active listTudor Ambarus1-4/+6
2022-11-16dmaengine: at_hdmac: Free the memset buf without holding the chan lockTudor Ambarus1-7/+7
2022-11-16dmaengine: at_hdmac: Fix concurrency over descriptorTudor Ambarus1-5/+9
2022-11-16dmaengine: at_hdmac: Fix concurrency problems by removing atc_complete_all()Tudor Ambarus1-45/+4
2022-11-16dmaengine: at_hdmac: Protect atchan->status with the channel lockTudor Ambarus1-2/+2
2022-11-16dmaengine: at_hdmac: Do not call the complete callback on device_terminate_allTudor Ambarus1-9/+2
2022-11-16dmaengine: at_hdmac: Fix premature completion of desc in issue_pendingTudor Ambarus1-3/+13
2022-11-16dmaengine: at_hdmac: Start transfer for cyclic channels in issue_pendingTudor Ambarus1-4/+0
2022-11-16dmaengine: at_hdmac: Don't start transactions at tx_submit levelTudor Ambarus1-11/+3
2022-11-16dmaengine: at_hdmac: Fix at_lli struct definitionTudor Ambarus1-5/+5
2022-11-16dmaengine: idxd: Do not enable user type Work Queue without Shared Virtual Ad...Fenghua Yu1-0/+18
2022-11-16dmaengine: stm32-dma: fix potential race between pause and resumeAmelie Delaunay1-8/+6
2022-11-16dmaengine: ti: k3-udma-glue: fix memory leak when register device failYang Yingliang1-0/+3
2022-11-16dmaengine: mv_xor_v2: Fix a resource leak in mv_xor_v2_remove()Christophe JAILLET1-0/+1
2022-11-16dmaengine: apple-admac: Fix grabbing of channels in of_xlateMartin Povišer1-1/+1
2022-11-16dmaengine: idxd: fix RO device state error after been disabled/resetFengqian Gao1-6/+14
2022-11-16dmaengine: idxd: Fix max batch size for Intel IAAXiaochen Shen4-6/+38
2022-11-16dmanegine: idxd: reformat opcap output to match bitmap_parse() inputDave Jiang4-7/+26
2022-11-16dmaengine: pxa_dma: use platform_get_irq_optionalDoug Brown1-2/+2
2022-10-21dmaengine: dw-edma: Remove runtime PM supportManivannan Sadhasivam1-12/+0
2022-10-21dmaengine: ti: k3-udma: Reset UDMA_CHAN_RT byte counters to prevent overflowVaishnav Achath1-8/+17
2022-10-21dmaengine: ioat: stop mod_timer from resurrecting deleted timer in __cleanup()Dave Jiang1-3/+3
2022-10-21dmaengine: hisilicon: Add multi-thread support for a DMA channelJie Hai1-4/+2
2022-10-21dmaengine: hisilicon: Fix CQ head updateJie Hai1-5/+3
2022-10-21dmaengine: hisilicon: Disable channels when unregister hisi_dmaJie Hai1-5/+9
2022-10-21dmaengine: idxd: avoid deadlock in process_misc_interrupts()Jerry Snitselaar1-2/+0
2022-10-21dmaengine: qcom-adm: fix wrong calling convention for prep_slave_sgChristian Marangi1-7/+13
2022-10-21dmaengine: qcom-adm: fix wrong sizeof config in slave_configChristian Marangi1-1/+1
2022-10-21dmaengine: mxs: use platform_driver_registerDario Binacchi1-7/+4
2022-09-05dmaengine: zynqmp_dma: Typecast with enum to fix the coverity warningShravya Kumbham1-1/+1
2022-09-05dmaengine: ti: k3-udma-private: Fix refcount leak bug in of_xudma_dev_get()Liang He1-3/+3
2022-09-04dmaengine: xilinx_dma: Report error in case of dma_set_mask_and_coherent API ...Swati Agarwal1-1/+5
2022-09-04dmaengine: xilinx_dma: cleanup for fetching xlnx,num-fstores propertySwati Agarwal1-1/+1
2022-09-04dmaengine: xilinx_dma: Fix devm_platform_ioremap_resource error handlingSwati Agarwal1-6/+7
2022-08-05Merge tag 'pci-v5.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds7-168/+158
2022-08-05Merge tag 'dmaengine-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds32-216/+1035
2022-08-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/egt...Linus Torvalds1-3/+0
2022-08-04Merge tag 'spdx-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds10-61/+11
2022-08-03dma:dw: remove reference to AVR32 architecture in core.cHans-Christian Noren Egtvedt1-3/+0
2022-07-26dmaengine: mediatek: mtk-hsdma: Fix typo 'the the' in commentSlark Xiao1-1/+1
2022-07-26dmaengine: axi-dmac: check cache coherency registerMathias Tausen1-0/+16
2022-07-26dmaengine: sh: rz-dmac: Add device_synchronize callbackBiju Das1-0/+17
2022-07-26dmaengine: sprd: Cleanup in .remove() after pm_runtime_get_sync() failedUwe Kleine-König1-4/+1
2022-07-26dmaengine: tegra: Add terminate() for Tegra234Akhil R1-2/+24
2022-07-21dmaengine: xilinx: use strscpy to replace strlcpyXueBing Chen1-1/+1