summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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-312-9/+12
* 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-315-0/+58
* dmaengine: idxd: reformat swerror output to standard Linux bitmap outputDave Jiang2023-03-313-7/+6
* dmaengine: idxd: Add descriptor definitions for translation fetch operationFenghua Yu2023-03-311-0/+9
* dmaengine: idxd: Add descriptor definitions for DIX generate operationFenghua Yu2023-03-311-0/+20
* dmaengine: idxd: Add descriptor definitions for 16 bytes of pattern in memory...Fenghua Yu2023-03-311-0/+4
* 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
* dt-bindings: dma: apple,admac: Add t8112-admac compatibleJanne Grunau2023-03-171-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
* dt-bindings: dma: rz-dmac: Document clock-names and reset-namesBiju Das2023-03-171-0/+14
* dmaengine: sh: rz-dmac: Add reset supportBiju Das2023-03-171-0/+14
* dt-bindings: dmaengine: qcom: gpi: Add QCM2290 GPI DMAKonrad Dybcio2023-03-171-0/+1
* Linux 6.3-rc1v6.3-rc1Linus Torvalds2023-03-051-2/+2
* cpumask: re-introduce constant-sized cpumask optimizationsLinus Torvalds2023-03-054-72/+72
* 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-053-15/+51
|\ \
| * | virt/sev-guest: Return -EIO if certificate buffer is not large enoughTom Lendacky2023-03-011-3/+17
| * | Documentation/hw-vuln: Document the interaction between IBRS and STIBPKP Singh2023-02-271-5/+16
| * | x86/speculation: Allow enabling STIBP with legacy IBRSKP Singh2023-02-271-7/+18
* | | Merge tag 'irq-urgent-2023-03-05' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-03-057-15/+44
|\ \ \
| * | | genirq/msi, platform-msi: Ensure that MSI descriptors are unreferencedThomas Gleixner2023-03-023-1/+25
| * | | genirq/msi: Drop dead domain name assignmentJohan Hovold2023-02-241-4/+1
| * | | irqdomain: Add missing NULL pointer check in irq_domain_create_hierarchy()Juergen Gross2023-02-231-1/+2
| * | | Merge branch 'irq/core' into irq/urgentThomas Gleixner2023-02-2337-830/+1020
| |\ \ \
| * | | | genirq/irqdesc: Make kobj_type structures constantThomas Weißschuh2023-02-211-2/+2
| * | | | PCI/MSI: Clarify usage of pci_msix_free_irq()Reinette Chatre2023-02-211-2/+2
| * | | | genirq/msi: Take the per-device MSI lock before validating the control structureMarc Zyngier2023-02-201-3/+6
| * | | | genirq/ipi: Fix NULL pointer deref in irq_data_get_affinity_mask()Sergey Shtylyov2023-02-201-2/+6