summaryrefslogtreecommitdiff
path: root/drivers/dma
AgeCommit message (Expand)Author
2023-05-11dmaengine: at_xdmac: do not enable all cyclic channelsClaudiu Beznea
2023-05-11dmaengine: dw-edma: Fix to enable to issue dma request on DMA processingShunsuke Mie
2023-05-11dmaengine: dw-edma: Fix to change for continuous transferShunsuke Mie
2023-05-11dma: gpi: remove spurious unlock in gpi_ch_initDmitry Baryshkov
2023-05-11dmaengine: mv_xor_v2: Fix an error code.Christophe JAILLET
2023-04-20dmaengine: apple-admac: Fix 'current_tx' not getting freedMartin Povišer
2023-04-20dmaengine: apple-admac: Set src_addr_widths capabilityMartin Povišer
2023-04-20dmaengine: apple-admac: Handle 'global' interrupt flagsMartin Povišer
2023-03-10dmaengine: ptdma: check for null desc before calling pt_cmd_callbackEric Pilmore
2023-03-10dmaengine: dw-axi-dmac: Do not dereference NULL structureKees Cook
2023-03-10dmaengine: sf-pdma: pdma_desc memory leak fixShravan Chippa
2023-03-10dmaengine: dw-edma: Fix readq_ch() return value truncationSerge Semin
2023-03-10dmaengine: dw-edma: Fix missing src/dst address of interleaved xfersSerge Semin
2023-03-10dmaengine: HISI_DMA should depend on ARCH_HISIGeert Uytterhoeven
2023-03-10dmaengine: idxd: Set traffic class values in GRPCFG on DSA 2.0Fenghua Yu
2023-01-19ptdma: pt_core_execute_cmd() should use spinlockEric Pilmore
2023-01-18dmaengine: tegra: Fix memory leak in terminate_all()Akhil R
2023-01-18dmaengine: xilinx_dma: call of_node_put() when breaking out of for_each_child...Liu Shixin
2023-01-18dmaengine: imx-sdma: Fix a possible memory leak in sdma_transfer_initHui Wang
2023-01-18dmaengine: Fix double increment of client_count in dma_chan_get()Koba Ko
2023-01-18dmaengine: tegra210-adma: fix global intr clearMohan Kumar
2023-01-18Add exception protection processing for vd in axi_chan_handle_err functionShawn.Shao
2023-01-18dmaengine: lgm: Move DT parsing after initializationPeter Harliman Liem
2022-12-28dmaengine: ti: k3-udma: Do conditional decrement of UDMA_CHAN_RT_PEER_BCNT_REGJayesh Choudhary
2022-12-28dmaengine: idxd: Do not call DMX TX callbacks during workqueue disableReinette Chatre
2022-12-28dmaengine: idxd: Prevent use after free on completion memoryReinette Chatre
2022-12-28dmaengine: idxd: Let probe fail when workqueue cannot be enabledReinette Chatre
2022-12-28dmaengine: qcom: gpi: Set link_rx bit on GO TRE for rx operationVijaya Krishna Nivarthi
2022-12-19Merge tag 'dmaengine-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-12-14Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-12-02Merge tag 'v6.1-rc7' into iommufd.git for-nextJason Gunthorpe
2022-12-02dmaengine: Revert "dmaengine: remove s3c24xx driver"Vinod Koul
2022-11-17genirq: Get rid of GENERIC_MSI_IRQ_DOMAINThomas Gleixner
2022-11-14dmaengine: tegra: Add support for dma-channel-maskAkhil R
2022-11-14dmaengine: idxd: Remove linux/msi.h includeThomas Gleixner
2022-11-11dmaengine: at_hdmac: Convert driver to use virt-dmaTudor Ambarus
2022-11-11dmaengine: at_hdmac: Remove unused member of at_dma_chanTudor Ambarus
2022-11-11dmaengine: at_hdmac: Rename "chan_common" to "dma_chan"Tudor Ambarus
2022-11-11dmaengine: at_hdmac: Rename "dma_common" to "dma_device"Tudor Ambarus
2022-11-11dmaengine: at_hdmac: Use bitfield access macrosTudor Ambarus
2022-11-11dmaengine: at_hdmac: Keep register definitions and structures private to at_h...Tudor Ambarus
2022-11-11dmaengine: at_hdmac: Set include entries in alphabetic orderTudor Ambarus
2022-11-11dmaengine: at_hdmac: Use pm_ptr()Tudor Ambarus
2022-11-11dmaengine: at_hdmac: Use devm_clk_get()Tudor Ambarus
2022-11-11dmaengine: at_hdmac: Use devm_platform_ioremap_resourceTudor Ambarus
2022-11-11dmaengine: at_hdmac: Use devm_kzalloc() and struct_size()Tudor Ambarus
2022-11-11dmaengine: at_hdmac: Introduce atc_get_llis_residue()Tudor Ambarus
2022-11-11dmaengine: at_hdmac: s/atc_get_bytes_left/atc_get_residueTudor Ambarus
2022-11-11dmaengine: at_hdmac: Pass residue by address to avoid unnecessary implicit castsTudor Ambarus
2022-11-11dmaengine: at_hdmac: Remove superfluous castTudor Ambarus