summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-05-24dmaengine: sprd: Don't set chancntJisheng Zhang
2023-05-24dmaengine: hidma: Don't set chancntJisheng Zhang
2023-05-24dmaengine: plx_dma: Don't set chancntJisheng Zhang
2023-05-24dmaengine: axi-dmac: Don't set chancntJisheng Zhang
2023-05-24dmaengine: dw-axi-dmac: Don't set chancntJisheng Zhang
2023-05-24dmaengine: qcom: bam_dma: allow omitting num-{channels,ees}Stephan Gerhold
2023-05-24dmaengine: dw-edma: Add HDMA DebugFS supportCai Huoqing
2023-05-24dmaengine: dw-edma: Add support for native HDMACai Huoqing
2023-05-24dmaengine: dw-edma: Create a new dw_edma_core_ops structure to abstract contr...Cai Huoqing
2023-05-24dmaengine: dw-edma: Rename dw_edma_core_ops structure to dw_edma_plat_opsCai Huoqing
2023-05-19dmaengine: ste_dma40: use proper format string for resource_size_tArnd Bergmann
2023-05-18dmaengine: make QCOM_HIDMA depend on HAS_IOMEMBaoquan He
2023-05-18dmaengine: ste_dma40: fix typo in enum documentationVinod Koul
2023-05-18dmaengine: ste_dma40: use correct print specfier for resource_size_tVinod Koul
2023-05-18MAINTAINERS: Add myself as the DW eDMA driver reviewerSerge Semin
2023-05-17MAINTAINERS: Add Manivannan to DW eDMA driver maintainers listSerge Semin
2023-05-17MAINTAINERS: Demote Gustavo Pimentel to DW EDMA driver reviewerSerge Semin
2023-05-16dmaengine: ti: k3-udma: Add support for J721S2 CSI BCDMA instanceVaishnav Achath
2023-05-16dt-bindings: dma: ti: Add J721S2 BCDMAVaishnav Achath
2023-05-16dmaengine: ti: k3-psil-j721s2: Add PSI-L thread map for main CPSW2GKishon Vijay Abraham I
2023-05-16dt-bindings: dma: xilinx: Add power-domains to xlnx,zynqmp-dpdmaMichal Simek
2023-05-16dmaengine: ste_dma40: Return error codes properlyLinus Walleij
2023-05-16dmaengine: ste_dma40: Use managed resourcesLinus Walleij
2023-05-16dmaengine: ste_dma40: Pass dev to OF functionLinus Walleij
2023-05-16dmaengine: ste_dma40: Remove platform dataLinus Walleij
2023-05-16dmaengine: ste_dma40: Add dev helper variableLinus Walleij
2023-05-16dmaengine: ste_dma40: Get LCPA SRAM from SRAM nodeLinus Walleij
2023-05-16dt-bindings: dma: dma40: Prefer to pass sram through phandleLinus Walleij
2023-05-07Linux 6.4-rc1v6.4-rc1Linus Torvalds
2023-05-07Merge tag 'perf-tools-for-v6.4-3-2023-05-06' of git://git.kernel.org/pub/scm/...Linus Torvalds
2023-05-07Merge tag 'core-debugobjects-2023-05-06' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2023-05-07Merge tag 'v6.4-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds
2023-05-07Merge tag '6.4-rc-smb3-client-fixes-part2' of git://git.samba.org/sfrench/cif...Linus Torvalds
2023-05-07Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds
2023-05-07Merge tag 'mailbox-v6.4' of git://git.linaro.org/landing-teams/working/fujits...Linus Torvalds
2023-05-07Merge tag 'for-6.4/io_uring-2023-05-07' of git://git.kernel.dk/linuxLinus Torvalds
2023-05-06Revert "perf build: Make BUILD_BPF_SKEL default, rename to NO_BPF_SKEL"Arnaldo Carvalho de Melo
2023-05-06Revert "perf build: Warn for BPF skeletons if endian mismatches"Arnaldo Carvalho de Melo
2023-05-06Merge tag 'mm-stable-2023-05-06-10-49' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-05-06Merge tag 'mm-hotfixes-stable-2023-05-06-10-45' of git://git.kernel.org/pub/s...Linus Torvalds
2023-05-06dmapool: link blocks across pagesKeith Busch
2023-05-06dmapool: don't memset on free twiceKeith Busch
2023-05-06dmapool: simplify freeingKeith Busch
2023-05-06dmapool: consolidate page initializationKeith Busch
2023-05-06dmapool: rearrange page alloc failure handlingKeith Busch
2023-05-06dmapool: move debug code to own functionsKeith Busch
2023-05-06dmapool: speedup DMAPOOL_DEBUG with init_on_allocTony Battersby
2023-05-06dmapool: cleanup integer typesTony Battersby
2023-05-06dmapool: use sysfs_emit() instead of scnprintf()Tony Battersby
2023-05-06dmapool: remove checks for dev == NULLTony Battersby