summaryrefslogtreecommitdiff
path: root/drivers/dma
AgeCommit message (Expand)Author
2022-04-27dmaengine: imx-sdma: fix init of uart scriptsKevin Groeneveld
2022-04-27dma: at_xdmac: fix a missing check on list iteratorXiaomeng Tong
2022-04-27dmaengine: idxd: skip clearing device context when device is read-onlyDave Jiang
2022-04-27dmaengine: idxd: add RO check for wq max_transfer_size writeDave Jiang
2022-04-27dmaengine: idxd: add RO check for wq max_batch_size writeDave Jiang
2022-04-27dmaengine: idxd: fix retry value to be constant for duration of function callDave Jiang
2022-04-27dmaengine: idxd: match type for retries var in idxd_enqcmds()Dave Jiang
2022-04-27dmaengine: dw-edma: Fix unaligned 64bit accessHerve Codina
2022-04-27dmaengine: mediatek:Fix PM usage reference leak of mtk_uart_apdma_alloc_chan_...zhangqilong
2022-04-27dmaengine: imx-sdma: Fix error checking in sdma_event_remapMiaoqian Lin
2022-04-27dmaengine: idxd: fix device cleanup on disableDave Jiang
2022-04-13dmaengine: Revert "dmaengine: shdma: Fix runtime PM imbalance on error"Vinod Koul
2022-04-08dmaengine: hisi_dma: fix MSI allocate fail when reload hisi_dmaJie Hai
2022-04-08dmaengine: idxd: restore traffic class defaults after wq resetDave Jiang
2022-02-15dmaengine: shdma: Fix runtime PM imbalance on errorYongzhi Liu
2022-02-15dmaengine: sh: rcar-dmac: Check for error num after dma_set_max_seg_sizeJiasheng Jiang
2022-02-15dmaengine: stm32-dmamux: Fix PM disable depth imbalance in stm32_dmamux_probeMiaoqian Lin
2022-02-15dmaengine: sh: rcar-dmac: Check for error num after setting maskJiasheng Jiang
2022-02-15dmaengine: at_xdmac: Fix missing unlock in at_xdmac_tasklet()Yang Yingliang
2022-02-15dmaengine: ptdma: Fix the error handling path in pt_core_init()Christophe JAILLET
2022-01-18Merge tag 'dmaengine-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-01-14Merge tag 'sound-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2022-01-13Merge tag 'irq-msi-2022-01-13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-01-08dmaengine: pch_dma: Remove usage of the deprecated "pci-dma-compat.h" APIChristophe JAILLET
2022-01-05dmaengine: at_xdmac: Fix race over irq_statusTudor Ambarus
2022-01-05dmaengine: at_xdmac: Remove a level of indentation in at_xdmac_tasklet()Tudor Ambarus
2022-01-05dmaengine: at_xdmac: Fix at_xdmac_lld struct definitionTudor Ambarus
2022-01-05dmaengine: at_xdmac: Fix lld view settingTudor Ambarus
2022-01-05dmaengine: at_xdmac: Remove a level of indentation in at_xdmac_advance_work()Tudor Ambarus
2022-01-05dmaengine: at_xdmac: Fix concurrency over xfers_listTudor Ambarus
2022-01-05dmaengine: at_xdmac: Move the free desc to the tail of the desc listTudor Ambarus
2022-01-05dmaengine: at_xdmac: Fix race for the tx desc callbackTudor Ambarus
2022-01-05dmaengine: at_xdmac: Fix concurrency over chan's completed_cookieTudor Ambarus
2022-01-05dmaengine: at_xdmac: Print debug message after realeasing the lockTudor Ambarus
2022-01-05dmaengine: at_xdmac: Start transfer for cyclic channels in issue_pendingTudor Ambarus
2022-01-05dmaengine: at_xdmac: Don't start transactions at tx_submit levelTudor Ambarus
2022-01-05dmaengine: idxd: deprecate token sysfs attributes for read buffersDave Jiang
2022-01-05dmaengine: idxd: change bandwidth token to read buffersDave Jiang
2022-01-05dmaengine: idxd: fix wq settings post wq disableDave Jiang
2022-01-05dmaengine: idxd: change MSIX allocation based on per wq activationDave Jiang
2022-01-05dmaengine: idxd: fix descriptor flushing lockingDave Jiang
2022-01-05dmaengine: idxd: embed irq_entry in idxd_wq structDave Jiang
2022-01-05dmaengine: ioatdma: use default_groups in kobj_typeGreg Kroah-Hartman
2022-01-05Merge branch 'fixes' into nextVinod Koul
2022-01-03dmaengine: uniphier-xdmac: Fix type of address variablesKunihiko Hayashi
2022-01-03dmaengine: stm32-mdma: fix STM32_MDMA_CTBR_TSEL_MASKAmelie Delaunay
2022-01-03dmaengine: rcar-dmac: Add support for R-Car S4-8Yoshihiro Shimoda
2021-12-17Merge tag 'dmaengine_topic_slave_id_removal_5.17' into nextVinod Koul
2021-12-17dmaengine: sh: Use bitmap_zalloc() when applicableChristophe JAILLET
2021-12-17dmaengine: stm32-mdma: Use bitfield helpersGeert Uytterhoeven