summaryrefslogtreecommitdiff
path: root/drivers/dma
AgeCommit message (Expand)AuthorFilesLines
2023-03-31dmaengine: ti: edma: remove unused edma_and functionTom Rix1-8/+0
2023-03-31dmaengine: zynqmp_dma: Sync DMA and coherent masksHarini Katakam1-1/+5
2023-03-31dmaengine: tegra-apb: remove unused tdma_read functionTom Rix1-5/+0
2023-03-31dmaengine: ti: k3-udma: Workaround errata i2234Vignesh Raghavendra1-9/+11
2023-03-31dmaengine: sh: rz-dmac: Remove unused rz_dmac_chan.*_word_sizeGeert Uytterhoeven1-4/+0
2023-03-31dmaengine: idxd: expose IAA CAP register via sysfs knobDave Jiang4-0/+50
2023-03-31dmaengine: idxd: reformat swerror output to standard Linux bitmap outputDave Jiang3-7/+6
2023-03-31dmaengine: mv_xor_v2: Use some clk_ helper functions to simplify codeChristophe JAILLET1-28/+7
2023-03-31dmaengine: mv_xor_v2: Fix an error code.Christophe JAILLET1-1/+1
2023-03-31dmaengine: ti: k3-udma: Add system suspend/resume supportVignesh Raghavendra1-0/+54
2023-03-31dmaengine: tegra: explicitly select DMA_VIRTUAL_CHANNELSMark Salter1-0/+1
2023-03-31iommu: Remove ioasid infrastructureJason Gunthorpe1-1/+0
2023-03-31iommu/ioasid: Rename INVALID_IOASIDJacob Pan4-6/+7
2023-03-23dmaengine: idxd: use const struct bus_type *Greg Kroah-Hartman1-2/+2
2023-03-17dmaengine: xilinx: xdma: Fix some kernel-doc commentsYang Li1-1/+1
2023-03-17dmaengine: idxd: Remove unnecessary aer.h includeBjorn Helgaas1-1/+0
2023-03-17dmaengine: ioat: Drop redundant pci_enable_pcie_error_reporting()Bjorn Helgaas1-6/+0
2023-03-17dmaengine: ioat: use PCI core macros for PCIe CapabilityBjorn Helgaas2-10/+3
2023-03-17dmaengine: Actually use devm_add_action_or_reset()Andy Shevchenko1-1/+1
2023-03-17dmaengine: Use of_property_present() for testing DT property presenceRob Herring1-1/+1
2023-03-17dmaengine: imx-dma: Remove a redundant memset() callChristophe JAILLET1-1/+0
2023-03-17dmaengine: sh: rz-dmac: Add reset supportBiju Das1-0/+14
2023-02-25Merge tag 'dmaengine-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds48-187/+1703
2023-02-25Merge tag 'pci-v6.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds8-378/+369
2023-02-24Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2023-02-22dmaengine: dw-edma: Depend on DW_EDMA instead of selecting itSerge Semin1-1/+4
2023-02-22dmaengine: dw-edma: Add mem-mapped LL-entries supportSerge Semin2-41/+60
2023-02-21Merge tag 'arm-boardfile-remove-6.3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-1446/+2
2023-02-16dmaengine: idma64: Update bytes_transferred fieldAman Kumar1-0/+4
2023-02-16dmaengine: imx-sdma: Set DMA channel to be privateKai-Heng Feng1-0/+1
2023-02-16dmaengine: dw: Move check for paused channel to dwc_get_residue()Andy Shevchenko1-6/+5
2023-02-16dmaengine: ptdma: check for null desc before calling pt_cmd_callbackEric Pilmore1-1/+1
2023-02-16dmaengine: dw-axi-dmac: Do not dereference NULL structureKees Cook1-2/+0
2023-02-16dmaengine: idxd: Fix default allowed read buffers value in groupFenghua Yu2-6/+11
2023-02-16dmaengine: sf-pdma: pdma_desc memory leak fixShravan Chippa2-3/+1
2023-02-11dmaengine: dw-edma: Skip cleanup procedure if no private data foundSerge Semin1-0/+4
2023-02-11dmaengine: dw-edma: Replace chip ID number with device nameSerge Semin3-3/+3
2023-02-11dmaengine: dw-edma: Drop DT-region allocationSerge Semin1-17/+4
2023-02-11dmaengine: dw-edma: Use non-atomic io-64 methodsSerge Semin1-26/+6
2023-02-11dmaengine: dw-edma: Fix readq_ch() return value truncationSerge Semin1-1/+1
2023-02-11dmaengine: dw-edma: Use DMA engine device debugfs subdirectorySerge Semin6-29/+4
2023-02-11dmaengine: dw-edma: Join read/write channels into a single deviceSerge Semin2-60/+61
2023-02-11dmaengine: dw-edma: Move eDMA data pointer to debugfs node descriptorSerge Semin1-125/+119
2023-02-10dmaengine: Simplify dmaenginem_async_device_register() functionAndy Shevchenko1-16/+4
2023-02-10dmaengine: use sysfs_emit() to instead of scnprintf()Andy Shevchenko1-3/+3
2023-02-10dmaengine: xilinx: xdma: Add user logic interrupt supportLizhi Hou1-0/+81
2023-02-10dmaengine: xilinx: xdma: Add xilinx xdma driverLizhi Hou4-0/+1074
2023-02-10mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan1-1/+1
2023-01-27dmaengine: dw-edma: Simplify debugfs context CSRs init procedureSerge Semin1-46/+38
2023-01-27dmaengine: dw-edma: Rename debugfs dentry variables to 'dent'Serge Semin1-23/+23