summaryrefslogtreecommitdiff
path: root/drivers/dma
AgeCommit message (Expand)AuthorFilesLines
2023-04-12dmaengine: idxd: add per DSA wq workqueue for processing cr faultsDave Jiang2-0/+12
2023-04-12dmanegine: idxd: add debugfs for event log dumpDave Jiang4-1/+160
2023-04-12dmaengine: idxd: add interrupt handling for event logDave Jiang2-0/+67
2023-04-12dmaengine: idxd: setup event log configurationDave Jiang5-4/+180
2023-04-12dmaengine: idxd: add event log size sysfs attributeDave Jiang4-1/+86
2023-04-12dmaengine: idxd: make misc interrupt one shotDave Jiang1-26/+12
2023-04-12dmaengine: at_xdmac: align declaration of ret with the rest of variablesClaudiu Beznea1-2/+1
2023-04-12dmaengine: at_xdmac: add a warning message regarding for unpaused channelsClaudiu Beznea1-0/+2
2023-04-12dmaengine: at_xdmac: do not enable all cyclic channelsClaudiu Beznea1-1/+4
2023-04-12dmaengine: at_xdmac: restore the content of grws registerClaudiu Beznea1-0/+9
2023-04-12dmaengine: at_xdmac: do not resume channels paused by consumersClaudiu Beznea1-7/+45
2023-04-12dmaengine: at_xdmac: fix imbalanced runtime PM reference counterClaudiu Beznea1-13/+13
2023-04-12dmaengine: at_xdmac: disable/enable clock directly on suspend/resumeClaudiu Beznea1-3/+9
2023-04-12dmaengine: dw-axi-dmac: Increase polling time to DMA transmission completion ...Walker Chen1-1/+1
2023-04-12dmaengine: dw-axi-dmac: Add support for StarFive JH7110 DMAWalker Chen2-5/+34
2023-04-12dmaengine: dw-edma: Fix to enable to issue dma request on DMA processingShunsuke Mie1-2/+5
2023-04-12dmaengine: dw-edma: Fix to change for continuous transferShunsuke Mie1-9/+11
2023-04-12dmaengine: qcom_hidma: Add explicit platform_device.h and of_device.h includesRob Herring1-0/+2
2023-04-12dma: gpi: remove spurious unlock in gpi_ch_initDmitry Baryshkov1-1/+0
2023-03-31dmaengine: apple-admac: Fix 'current_tx' not getting freedMartin Povišer1-1/+4
2023-03-31dmaengine: apple-admac: Set src_addr_widths capabilityMartin Povišer1-0/+3
2023-03-31dmaengine: apple-admac: Handle 'global' interrupt flagsMartin Povišer1-2/+10
2023-03-31dmaengine: ti: k3-psil: Add PSI-L thread support for J784s4Apurva Nandan5-1/+359
2023-03-31dmaengine: bestcomm: Use of_address_to_resource()Rob Herring1-11/+8
2023-03-31dmaengine: dw-edma: remove unused readq_ch and writeq_ch functionsTom Rix1-56/+0
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