dmaengine.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-08-13 17:01:48 to 2025-08-26 13:43:25 UTC [more...]

[PATCH 00/19] perf: Rework event_init checks
 2025-08-26 13:43 UTC  (36+ messages)
` [PATCH 01/19] perf/arm-cmn: Fix event validation
` [PATCH 02/19] perf/hisilicon: Fix group validation
` [PATCH 05/19] iommu/vt-d: Fix perfmon "
` [PATCH 06/19] ARM: l2x0: Fix "
` [PATCH 07/19] ARM: imx: Fix MMDC PMU "
` [PATCH 08/19] perf/arm_smmu_v3: Improve "
` [PATCH 09/19] perf/qcom: "
` [PATCH 10/19] perf/arm-ni: Improve event validation
` [PATCH 11/19] perf/arm-cci: Tidy up "
` [PATCH 12/19] perf: Ignore event state for group validation
` [PATCH 13/19] perf: Add helper for checking grouped events
` [PATCH 14/19] perf: Clean up redundant group validation
` [PATCH 15/19] perf: Simplify "
` [PATCH 16/19] perf: Introduce positive capability for sampling
` [PATCH 17/19] perf: Retire PERF_PMU_CAP_NO_INTERRUPT
` [PATCH 18/19] perf: Introduce positive capability for raw events
` [PATCH 19/19] perf: Garbage-collect event_init checks

[PATCH 0/1] drivers: dma: change pm registration for dw-axi-dmac-platform's suspend
 2025-08-26 10:30 UTC  (2+ messages)
` [PATCH 1/1] "

[PATCH 0/1] drivers: dma: change pm registration for dw-axi-dmac-platform's suspend
 2025-08-26 10:26 UTC 

[PATCH v7 0/2] Add `devm_dma_request_chan()` to simplify probe path in atmel-quadspi.c
 2025-08-26  8:21 UTC  (3+ messages)
` [PATCH v7 1/2] dma: Add devm_dma_request_chan()

[PATCH v2 0/2] dmaengine: virt-dma: convert tasklet to BH workqueue for callback invocation
 2025-08-25 17:39 UTC  (3+ messages)
` [PATCH v2 1/2] "

[PATCH v2 00/15] Various dt-bindings for Milos and The Fairphone (Gen. 6) addition
 2025-08-25 16:40 UTC  (12+ messages)
` [PATCH v2 14/15] arm64: dts: qcom: Add initial Milos dtsi

[PATCH RESEND] dt-bindings: dmaengine: xilinx_dma: Remove DMA client properties
 2025-08-25 13:04 UTC 

[PATCH V2 0/4] Add ethtool support to configure irq coalescing count and delay
 2025-08-25 11:30 UTC  (6+ messages)
` [PATCH V2 1/4] dmaengine: Add support to configure and read IRQ coalescing parameters

[PATCH v3] dt-bindings: dma: img-mdc-dma: convert to DT schema
 2025-08-25  7:41 UTC 

[PATCH 00/14] dmaengine: dma350: Support slave_sg, cyclic and DMA-250
 2025-08-24 19:38 UTC  (24+ messages)
` [PATCH 01/14] dmaengine: dma350: Fix CH_CTRL_USESRCTRIGIN definition
` [PATCH 02/14] dmaengine: dma350: Add missing dch->coherent setting
` [PATCH 03/14] dmaengine: dma350: Check vchan_next_desc() return value
` [PATCH 04/14] dmaengine: dma350: Check dma_cookie_status() ret code and txstate
` [PATCH 05/14] dmaengine: dma350: Register the DMA controller to DT DMA helpers
` [PATCH 06/14] dmaengine: dma350: Use dmaenginem_async_device_register
` [PATCH 07/14] dmaengine: dma350: Remove redundant err msg if platform_get_irq() fails
` [PATCH 08/14] dt-bindings: dma: dma350: Document interrupt-names
` [PATCH 09/14] dmaengine: dma350: Support dma-channel-mask
` [PATCH 10/14] dmaengine: dma350: Alloc command[] from dma pool
` [PATCH 11/14] dmaengine: dma350: Support device_prep_slave_sg
` [PATCH 12/14] dmaengine: dma350: Support device_prep_dma_cyclic
` [PATCH 13/14] dt-bindings: dma: dma350: Support ARM DMA-250
` [PATCH 14/14] dmaengine: "

[PATCH] dt-bindings: dma: img-mdc-dma: convert to DT schema
 2025-08-24 18:55 UTC  (5+ messages)
` [PATCH v2] "

[PATCH v2 1/3] dt-bindings: lgm-dma: Added intel,dma-sw-desc property
 2025-08-24 10:26 UTC  (11+ messages)
` [PATCH v2 3/3] dmaengine: lgm-dma: Added Software management functions on HDMA

[PATCH v2 0/3] arm64: dts: qcom: Enable GPI DMA for sc8280xp
 2025-08-24  5:20 UTC  (3+ messages)
` (subset) "

[PATCH v2 00/30] vfio: Introduce selftests for VFIO
 2025-08-22 21:25 UTC  (31+ messages)
` [PATCH v2 01/30] selftests: Create tools/testing/selftests/vfio
` [PATCH v2 02/30] vfio: selftests: Add a helper library for VFIO selftests
` [PATCH v2 03/30] vfio: selftests: Introduce vfio_pci_device_test
` [PATCH v2 04/30] vfio: selftests: Test basic VFIO and IOMMUFD integration
` [PATCH v2 05/30] vfio: selftests: Move vfio dma mapping test to their own file
` [PATCH v2 06/30] vfio: selftests: Add test to reset vfio device
` [PATCH v2 07/30] vfio: selftests: Add DMA mapping tests for 2M and 1G HugeTLB
` [PATCH v2 08/30] vfio: selftests: Validate 2M/1G HugeTLB are mapped as 2M/1G in IOMMU
` [PATCH v2 09/30] vfio: selftests: Keep track of DMA regions mapped into the device
` [PATCH v2 10/30] vfio: selftests: Enable asserting MSI eventfds not firing
` [PATCH v2 11/30] vfio: selftests: Add a helper for matching vendor+device IDs
` [PATCH v2 12/30] vfio: selftests: Add driver framework
` [PATCH v2 13/30] vfio: sefltests: Add vfio_pci_driver_test
` [PATCH v2 14/30] tools headers: Add stub definition for __iomem
` [PATCH v2 15/30] tools headers: Import asm-generic MMIO helpers
` [PATCH v2 16/30] tools headers: Import x86 MMIO helper overrides
` [PATCH v2 17/30] tools headers: Add symlink to linux/pci_ids.h
` [PATCH v2 18/30] dmaengine: ioat: Move system_has_dca_enabled() to dma.h
` [PATCH v2 19/30] vfio: selftests: Add driver for Intel CBDMA
` [PATCH v2 20/30] tools headers: Import iosubmit_cmds512()
` [PATCH v2 21/30] dmaengine: idxd: Allow registers.h to be included from tools/
` [PATCH v2 22/30] vfio: selftests: Add driver for Intel DSA
` [PATCH v2 23/30] vfio: selftests: Move helper to get cdev path to libvfio
` [PATCH v2 24/30] vfio: selftests: Encapsulate IOMMU mode
` [PATCH v2 25/30] vfio: selftests: Replicate tests across all iommu_modes
` [PATCH v2 26/30] vfio: selftests: Add vfio_type1v2_mode
` [PATCH v2 27/30] vfio: selftests: Add iommufd_compat_type1{,v2} modes
` [PATCH v2 28/30] vfio: selftests: Add iommufd mode
` [PATCH v2 29/30] vfio: selftests: Make iommufd the default iommu_mode
` [PATCH v2 30/30] vfio: selftests: Add a script to help with running VFIO selftests

[PATCH v5 0/8] dmaengine: mmp_pdma: Add SpacemiT K1 SoC support with 64-bit addressing
 2025-08-22  3:06 UTC  (9+ messages)
` [PATCH v5 1/8] dt-bindings: dma: Add SpacemiT K1 PDMA controller
` [PATCH v5 2/8] dmaengine: mmp_pdma: Add clock support
` [PATCH v5 3/8] dmaengine: mmp_pdma: Add reset controller support
` [PATCH v5 4/8] dmaengine: mmp_pdma: Add operations structure for controller abstraction
` [PATCH v5 5/8] dmaengine: mmp_pdma: Add SpacemiT K1 PDMA support with 64-bit addressing
` [PATCH v5 6/8] riscv: dts: spacemit: Add PDMA node for K1 SoC
` [PATCH v5 7/8] riscv: dts: spacemit: Enable PDMA on Banana Pi F3 and Milkv Jupiter
` [PATCH v5 8/8] riscv: defconfig: Enable MMP_PDMA support for SpacemiT K1 SoC

[PATCH v2 00/10] dmaengine: idxd: Memory leak and FLR fixes
 2025-08-21 23:14 UTC  (15+ messages)
` [PATCH v2 01/10] dmaengine: idxd: Fix lockdep warnings when calling idxd_device_config()
` [PATCH v2 02/10] dmaengine: idxd: Fix crash when the event log is disabled
` [PATCH v2 03/10] dmaengine: idxd: Fix possible invalid memory access after FLR
` [PATCH v2 04/10] dmaengine: idxd: Flush kernel workqueues on Function Level Reset
` [PATCH v2 05/10] dmaengine: idxd: Flush all pending descriptors
` [PATCH v2 06/10] dmaengine: idxd: Wait for submitted operations on .device_synchronize()
` [PATCH v2 07/10] dmaengine: idxd: Fix not releasing workqueue on .release()
` [PATCH v2 08/10] dmaengine: idxd: Fix memory leak when a wq is reset
` [PATCH v2 09/10] dmaengine: idxd: Fix freeing the allocated ida too late
` [PATCH v2 10/10] dmaengine: idxd: Fix leaking event log memory

[PATCH] dmaengine: mv_xor: match alloc_wc and free_wc
 2025-08-21 22:09 UTC 

[PATCH 00/33] vfio: Introduce selftests for VFIO
 2025-08-21 21:03 UTC  (27+ messages)
` [PATCH 12/33] tools headers: Import iosubmit_cmds512()
` [PATCH 19/33] dmaengine: ioat: Move system_has_dca_enabled() to dma.h
` [PATCH 20/33] vfio: selftests: Add driver for Intel CBDMA
` [PATCH 21/33] dmaengine: idxd: Allow registers.h to be included from tools/
` [PATCH 22/33] vfio: selftests: Add driver for Intel DSA

[RESEND PATCH] dmaengine: dw-edma: Set status for callback_result
 2025-08-21 12:15 UTC 

[PATCH v3 0/2] dmaengine: idxd: Add basic DSA 3.0 capability and SGL support
 2025-08-21  8:51 UTC  (3+ messages)
` [PATCH v3 1/2] dmaengine: idxd: Expose DSA3.0 capabilities through sysfs
` [PATCH v3 2/2] dmaengine: idxd: Add Max SGL Size Support for DSA3.0

[PATCH 2/3] dt-bindings: dma: rz-dmac: Document RZ/G3E family of SoCs
 2025-08-21  7:32 UTC  (3+ messages)

[PATCH v2 0/2] dmaengine: idxd: Add basic DSA 3.0 capability and SGL support
 2025-08-21  4:36 UTC  (6+ messages)
` [PATCH v2 2/2] dmaengine: idxd: Add Max SGL Size Support for DSA3.0

[PATCHv2 0/3] dmaengine: mv_xor: some devm cleanups
 2025-08-21  3:45 UTC  (4+ messages)
` [PATCHv2 1/3] dmaengine: mv_xor: use devm_platform_ioremap_resource
` [PATCHv2 2/3] dmaengine: mv_xor: use devm_clk_get_optional_enabled
` [PATCHv2 3/3] dmaengine: mv_xor: use devm for request_irq

[PATCH][next] dmaengine: ppc4xx: Remove space before newline
 2025-08-20 17:42 UTC  (2+ messages)

[PATCH] dmaengine: idxd: Add a new IAA device ID for Wildcat Lake family platforms
 2025-08-20 17:42 UTC  (2+ messages)

[PATCH] dmaengine: idxd: Replace memset(0) + strscpy() with strscpy_pad()
 2025-08-20 17:42 UTC  (2+ messages)

[PATCH] dt-bindings: dma: nvidia,tegra20-apbdma: Add undocumented compatibles and "clock-names"
 2025-08-20 17:42 UTC  (2+ messages)

[PATCH v3] dmaengine: zynqmp_dma: Add shutdown operation support
 2025-08-20 17:42 UTC  (2+ messages)

[PATCH] dmaengine: idxd: Fix double free in idxd_setup_wqs()
 2025-08-20 17:39 UTC  (2+ messages)

[PATCH RESEND v3 0/2] dmaengine: idxd: Fix refcount and cleanup issues on module unload
 2025-08-20 17:39 UTC  (2+ messages)

[PATCH 4/4] dmaengine: sh: rz-dmac: Add runtime PM support
 2025-08-20 10:04 UTC 

[PATCH v9 0/3] Switchtec Switch DMA Engine Driver
 2025-08-19 16:05 UTC  (4+ messages)
` [PATCH v9 1/3] dmaengine: switchtec-dma: Introduce Switchtec DMA engine skeleton
` [PATCH v9 2/3] dmaengine: switchtec-dma: Implement hardware initialization and cleanup
` [PATCH v9 3/3] dmaengine: switchtec-dma: Implement descriptor submission

[PATCH v4 0/8] dmaengine: mmp_pdma: Add SpacemiT K1 SoC support with 64-bit addressing
 2025-08-18 12:28 UTC  (13+ messages)
` [PATCH v4 1/8] dt-bindings: dma: Add SpacemiT K1 PDMA controller
` [PATCH v4 2/8] dmaengine: mmp_pdma: Add clock support
` [PATCH v4 3/8] dmaengine: mmp_pdma: Add reset controller support
` [PATCH v4 4/8] dmaengine: mmp_pdma: Add operations structure for controller abstraction
` [PATCH v4 5/8] dmaengine: mmp_pdma: Add SpacemiT K1 PDMA support with 64-bit addressing
` [PATCH v4 6/8] riscv: dts: spacemit: Add PDMA node for K1 SoC
` [PATCH v4 7/8] riscv: dts: spacemit: Enable PDMA on Banana Pi F3 and Milkv Jupiter
` [PATCH v4 8/8] riscv: defconfig: Enable MMP_PDMA support for SpacemiT K1 SoC

[PATCH 0/9] dmaengine: idxd: Memory leak and FLR fixes
 2025-08-15 22:45 UTC  (4+ messages)
` [PATCH 3/9] dmaengine: idxd: Fix possible invalid memory access after FLR

[PATCH v3 0/8] dmaengine: mmp_pdma: Add SpacemiT K1 SoC support with 64-bit addressing
 2025-08-15  0:28 UTC  (12+ messages)
` [PATCH v3 1/8] dt-bindings: dma: Add SpacemiT K1 PDMA controller
` [PATCH v3 2/8] dmaengine: mmp_pdma: Add optional clock support
` [PATCH v3 6/8] riscv: dts: spacemit: Add PDMA0 node for K1 SoC

[PATCH v6 2/2] i2c: i2c-qcom-geni: Add Block event interrupt support
 2025-08-14 12:44 UTC  (12+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).