summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* dmaengine: idxd: add pid to exported sysfs attribute for opened fileDave Jiang2023-04-121-0/+11
* dmaengine: idxd: expose fault counters to sysfsDave Jiang2023-04-121-0/+46
* dmaengine: idxd: add a device to represent the file openedDave Jiang2023-04-122-24/+97
* dmaengine: idxd: add per file user counters for completion record faultsDave Jiang2023-04-123-0/+29
* dmaengine: idxd: process batch descriptor completion record faultsDave Jiang2023-04-124-25/+77
* dmaengine: idxd: process user page faults for completion recordDave Jiang2023-04-125-7/+136
* dmaengine: idxd: add idxd_copy_cr() to copy user completion record during pag...Fenghua Yu2023-04-124-5/+111
* dmaengine: idxd: create kmem cache for event log fault itemsDave Jiang2023-04-123-0/+20
* dmaengine: idxd: add per DSA wq workqueue for processing cr faultsDave Jiang2023-04-122-0/+12
* dmanegine: idxd: add debugfs for event log dumpDave Jiang2023-04-124-1/+160
* dmaengine: idxd: add interrupt handling for event logDave Jiang2023-04-122-0/+67
* dmaengine: idxd: setup event log configurationDave Jiang2023-04-125-4/+180
* dmaengine: idxd: add event log size sysfs attributeDave Jiang2023-04-124-1/+86
* dmaengine: idxd: make misc interrupt one shotDave Jiang2023-04-121-26/+12
* dmaengine: at_xdmac: align declaration of ret with the rest of variablesClaudiu Beznea2023-04-121-2/+1
* dmaengine: at_xdmac: add a warning message regarding for unpaused channelsClaudiu Beznea2023-04-121-0/+2
* dmaengine: at_xdmac: do not enable all cyclic channelsClaudiu Beznea2023-04-121-1/+4
* dmaengine: at_xdmac: restore the content of grws registerClaudiu Beznea2023-04-121-0/+9
* dmaengine: at_xdmac: do not resume channels paused by consumersClaudiu Beznea2023-04-121-7/+45
* dmaengine: at_xdmac: fix imbalanced runtime PM reference counterClaudiu Beznea2023-04-121-13/+13
* dmaengine: at_xdmac: disable/enable clock directly on suspend/resumeClaudiu Beznea2023-04-121-3/+9
* dmaengine: dw-axi-dmac: Increase polling time to DMA transmission completion ...Walker Chen2023-04-121-1/+1
* dmaengine: dw-axi-dmac: Add support for StarFive JH7110 DMAWalker Chen2023-04-122-5/+34
* dmaengine: dw-edma: Fix to enable to issue dma request on DMA processingShunsuke Mie2023-04-121-2/+5
* dmaengine: dw-edma: Fix to change for continuous transferShunsuke Mie2023-04-121-9/+11
* dmaengine: qcom_hidma: Add explicit platform_device.h and of_device.h includesRob Herring2023-04-121-0/+2
* dma: gpi: remove spurious unlock in gpi_ch_initDmitry Baryshkov2023-04-121-1/+0
* dmaengine: ti: k3-psil: Add PSI-L thread support for J784s4Apurva Nandan2023-03-315-1/+359
* dmaengine: bestcomm: Use of_address_to_resource()Rob Herring2023-03-311-11/+8
* dmaengine: dw-edma: remove unused readq_ch and writeq_ch functionsTom Rix2023-03-311-56/+0
* dmaengine: ti: edma: remove unused edma_and functionTom Rix2023-03-311-8/+0
* dmaengine: zynqmp_dma: Sync DMA and coherent masksHarini Katakam2023-03-311-1/+5
* dmaengine: tegra-apb: remove unused tdma_read functionTom Rix2023-03-311-5/+0
* dmaengine: ti: k3-udma: Workaround errata i2234Vignesh Raghavendra2023-03-311-9/+11
* dmaengine: sh: rz-dmac: Remove unused rz_dmac_chan.*_word_sizeGeert Uytterhoeven2023-03-311-4/+0
* dmaengine: idxd: expose IAA CAP register via sysfs knobDave Jiang2023-03-314-0/+50
* dmaengine: idxd: reformat swerror output to standard Linux bitmap outputDave Jiang2023-03-313-7/+6
* dmaengine: mv_xor_v2: Use some clk_ helper functions to simplify codeChristophe JAILLET2023-03-311-28/+7
* dmaengine: mv_xor_v2: Fix an error code.Christophe JAILLET2023-03-311-1/+1
* dmaengine: ti: k3-udma: Add system suspend/resume supportVignesh Raghavendra2023-03-311-0/+54
* dmaengine: tegra: explicitly select DMA_VIRTUAL_CHANNELSMark Salter2023-03-311-0/+1
* dmaengine: idxd: Remove unnecessary aer.h includeBjorn Helgaas2023-03-171-1/+0
* dmaengine: ioat: Drop redundant pci_enable_pcie_error_reporting()Bjorn Helgaas2023-03-171-6/+0
* dmaengine: ioat: use PCI core macros for PCIe CapabilityBjorn Helgaas2023-03-172-10/+3
* dmaengine: Use of_property_present() for testing DT property presenceRob Herring2023-03-171-1/+1
* dmaengine: imx-dma: Remove a redundant memset() callChristophe JAILLET2023-03-171-1/+0
* dmaengine: sh: rz-dmac: Add reset supportBiju Das2023-03-171-0/+14
* Merge tag 'v6.3-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds2023-03-053-23/+53
|\
| * crypto: caam - Fix edesc/iv ordering mixupHerbert Xu2023-02-283-23/+53
* | Merge tag 'x86-urgent-2023-03-05' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-03-051-3/+17
|\ \