dmaengine.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-03-03 06:57:18 to 2025-04-04 17:43:43 UTC [more...]

[PATCH] docs: Remove literal markup from Documentation/ paths
 2025-04-04 17:43 UTC  (4+ messages)

[PATCH 1/2] dmaengine: sh: Do not enable SH_DMAE_BASE by default during compile testing
 2025-04-04 12:21 UTC  (2+ messages)
` [PATCH 2/2] dmaengine: ti: Do not enable "

[PATCH v4 0/9] dmaengine: idxd: fix memory leak in error handling path
 2025-04-04 12:02 UTC  (10+ messages)
` [PATCH v4 1/9] dmaengine: idxd: fix memory leak in error handling path of idxd_setup_wqs
` [PATCH v4 2/9] dmaengine: idxd: fix memory leak in error handling path of idxd_setup_engines
` [PATCH v4 3/9] dmaengine: idxd: fix memory leak in error handling path of idxd_setup_groups
` [PATCH v4 4/9] dmaengine: idxd: Add missing cleanup for early error out in idxd_setup_internals
` [PATCH v4 5/9] dmaengine: idxd: Add missing cleanups in cleanup internals
` [PATCH v4 6/9] dmaengine: idxd: fix memory leak in error handling path of idxd_alloc
` [PATCH v4 7/9] dmaengine: idxd: fix memory leak in error handling path of idxd_pci_probe
` [PATCH v4 8/9] dmaengine: idxd: Add missing idxd cleanup to fix memory leak in remove call
` [PATCH v4 9/9] dmaengine: idxd: Refactor remove call with idxd_cleanup() helper

[PATCH v3 0/9] dmaengine: idxd: fix memory leak in error handling path
 2025-04-04 11:47 UTC  (26+ messages)
` [PATCH v3 1/9] dmaengine: idxd: fix memory leak in error handling path of idxd_setup_wqs
  ` [PATCH v3 1/9] dmaengine: idxd: fix memory leak in error handling path of idxd_setup_wqs()
      ` [v3 "
` [PATCH v3 2/9] dmaengine: idxd: fix memory leak in error handling path of idxd_setup_engines
` [PATCH v3 3/9] dmaengine: idxd: fix memory leak in error handling path of idxd_setup_groups
` [PATCH v3 4/9] dmaengine: idxd: Add missing cleanup for early error out in idxd_setup_internals
` [PATCH v3 5/9] dmaengine: idxd: Add missing cleanups in cleanup internals
` [PATCH v3 6/9] dmaengine: idxd: fix memory leak in error handling path of idxd_alloc
` [PATCH v3 7/9] dmaengine: idxd: fix memory leak in error handling path of idxd_pci_probe
` [PATCH v3 8/9] dmaengine: idxd: Add missing idxd cleanup to fix memory leak in remove call
` [PATCH v3 9/9] dmaengine: idxd: Refactor remove call with idxd_cleanup() helper

[PATCH v2] dmaengine: idxd: Remove __packed from structures
 2025-04-04  5:36 UTC 

[PATCH v1] dmaengine: dmatest: Fix dmatest waiting less when interrupted
 2025-04-03 16:24 UTC  (14+ messages)

[PATCH] Revert "dmaengine: dmatest: Fix dmatest waiting less when interrupted"
 2025-04-03 16:24 UTC 

[PATCH] dmaengine: ti: k3-udma: Use cap_mask directly from dma_device structure instead of a local copy
 2025-04-03  7:35 UTC  (3+ messages)

[PATCH v1] dmaengine: idxd: Narrow the restriction on BATCH to ver. 1 only
 2025-04-03  1:38 UTC  (5+ messages)

[PATCH] dma/idxd: Remove __packed from structures
 2025-04-02 20:47 UTC  (5+ messages)

[PATCH] dmaengine: at_xdmac: Fixed printk format specifier when printing driver information
 2025-04-02 13:42 UTC  (2+ messages)

[PATCH] MAINTAINERS: Maintainer change for hisi_dma
 2025-04-02  8:54 UTC 

[PATCH v1] dmaengine: ti: Add NULL check in udma_probe()
 2025-04-02  2:39 UTC 

[PATCH] dmaengine: dw-axi-dmac: optional reset support
 2025-04-01  7:29 UTC  (2+ messages)

[PATCH] dmaengine: xilinx_dma: Support descriptor setup from dma_vecs
 2025-03-12 15:59 UTC 

[PATCH v7 0/8] dmaengine: qcom: bam_dma: add command descriptor support
 2025-03-30 16:22 UTC  (15+ messages)
` [PATCH v7 1/8] dmaengine: add DMA_PREP_LOCK and DMA_PREP_UNLOCK flag
` [PATCH v7 2/8] dmaengine: qcom: bam_dma: extend the driver's device match data
` [PATCH v7 3/8] dmaengine: qcom: bam_dma: add bam_pipe_lock flag support
` [PATCH v7 4/8] crypto: qce - use devres to allocate the result buffer
` [PATCH v7 5/8] crypto: qce - Map crypto memory for DMA
` [PATCH v7 6/8] crypto: qce - Add BAM DMA support for crypto register I/O
` [PATCH v7 7/8] crypto: qce - Switch to using DMA
` [PATCH v7 8/8] crypto: qce - Add support for BAM locking

idxd: shared workqueues and dmaengine
 2025-03-27 20:22 UTC  (4+ messages)

[PATCH 0/6] Enable QPIC BAM and QPIC NAND support for SDX75
 2025-03-27 10:48 UTC  (20+ messages)
` [PATCH 1/6] dt-bindings: mtd: qcom,nandc: Document the SDX75 NAND
` [PATCH 2/6] dt-bindings: dma: qcom,bam: Document dma-coherent property
` [PATCH 3/6] ARM: dts: qcom: sdx75: Add QPIC BAM support
` [PATCH 4/6] ARM: dts: qcom: sdx75: Add QPIC NAND support
` [PATCH 5/6] ARM: dts: qcom: sdx75-idp: Enable QPIC BAM support
` [PATCH 6/6] ARM: dts: qcom: sdx75-idp: Enable QPIC NAND support

[PATCH v6] dma-engine: sun4i: Simplify error handling in probe()
 2025-03-25 13:04 UTC  (10+ messages)
    ` [v6] "

[PATCH] dmaengine: dw-axi-dmac: fix inconsistent indenting warning
 2025-03-25  6:58 UTC 

[PATCH 0/3] Add capability for 2D DMA transfer
 2025-03-24  7:34 UTC  (5+ messages)
  ` [PATCH 1/3] dmaengine: Add support for 2D DMA operation

[PATCH v5] dma-engine: sun4i: Use devm functions in probe()
 2025-03-23  8:30 UTC  (3+ messages)

[PATCH v4] dma-engine: sun4i: Use devm functions in probe()
 2025-03-22 19:35 UTC  (9+ messages)
    ` [v4] "

[PATCH v5 RESEND 0/2] Add Block event interrupt support for I2C protocol
 2025-03-20  0:26 UTC  (5+ messages)
` [PATCH v5 RESEND 1/2] dmaengine: qcom: gpi: Add GPI Block event interrupt support

[PATCH v4 0/2] Add `devm_dma_request_chan()` to simplify probe path in atmel-quadspi.c
 2025-03-17 13:53 UTC  (2+ messages)
` [PATCH v4 1/2] dma: Add devm_dma_request_chan()

[PATCH] dmaengine: xilinx_dma: Set dma_device directions
 2025-03-17  6:48 UTC  (3+ messages)

[PATCH 0/8] dmaengine: qcom: bam_dma: Fix DT error handling for num-channels/ees
 2025-03-14 20:01 UTC  (2+ messages)
` (subset) "

[GIT PULL]: Dmaengine subsystem fixes for v6.14
 2025-03-14 18:16 UTC  (2+ messages)

[PATCH] dmaengine: xilinx_dma: Set max segment size
 2025-03-14 15:10 UTC  (2+ messages)

[RFC PATCH 0/5] drm/panthor: Protected mode support for Mali CSF GPUs
 2025-03-12 20:05 UTC  (3+ messages)
` [RFC PATCH 4/5] drm/panthor: Add support for protected memory allocation in panthor

[PATCH 0/1] dmaengine: xilinx_dma: Set dma_device.directions
 2025-03-12 18:36 UTC  (2+ messages)
` [PATCH 1/1] "

[PATCH] dmaengine: Fix dma_async_tx_descriptor->tx_submit documentation
 2025-03-12 15:47 UTC  (2+ messages)

[PATCH -next] dmaengine: ptdma: Fix static checker warnings
 2025-03-12 12:10 UTC 

[PATCH v2 0/2] dmaengine: Add Arm DMA-350 driver
 2025-03-12 12:05 UTC  (3+ messages)
` [PATCH v2 1/2] dt-bindings: dma: Add Arm DMA-350
` [PATCH v2 2/2] dmaengine: Add Arm DMA-350 driver

[PATCH 0/2] dmaengine: Add Arm DMA-350 driver
 2025-03-12  9:18 UTC  (6+ messages)
` [PATCH 2/2] "

[bug report] dmaengine: ptdma: Utilize the AE4DMA engine's multi-queue functionality
 2025-03-12  6:55 UTC 

[PATCH v6 00/12] dmaengine: qcom: bam_dma: add cmd descriptor support
 2025-03-11  5:11 UTC  (6+ messages)
` [PATCH v6 02/12] dmaengine: add DMA_PREP_LOCK and DMA_PREP_UNLOCK flag
` [PATCH v6 03/12] dmaengine: qcom: bam_dma: add bam_pipe_lock flag support

[PATCH 0/3] Fixes to the AE4DMA
 2025-03-10 21:06 UTC  (2+ messages)

[PATCH] dmaengine: Remove device_prep_dma_imm_data from struct dma_device
 2025-03-10 21:06 UTC  (2+ messages)

[PATCH] dmaengine: ti: edma: support sw triggered chans in of_edma_xlate()
 2025-03-10 21:06 UTC  (2+ messages)

[PATCH] dmaengine: ti: k3-udma: Enable second resource range for BCDMA and PKTDMA
 2025-03-10 21:06 UTC  (2+ messages)

[PATCH V4 RESEND 1/2] dmaengine: fsl-edma: cleanup chan after dma_async_device_unregister
 2025-03-10 21:06 UTC  (2+ messages)

[PATCH] dt-bindings: dma: snps,dw-axi-dmac: Allow devices to be marked as noncoherent
 2025-03-10 21:06 UTC  (3+ messages)

[PATCH v4] dt-bindings: dma: Convert fsl,elo*-dma to YAML
 2025-03-10 21:06 UTC  (3+ messages)

[PATCH] dt-bindings: dma: fsl-mxs-dma: Add compatible string for i.MX8 chips
 2025-03-10 21:06 UTC  (3+ messages)

[PATCH v5 0/6] Add DMAC support to the RZ/V2H(P)
 2025-03-06 16:52 UTC  (8+ messages)
` [PATCH v5 1/6] dt-bindings: dma: rz-dmac: Restrict properties for RZ/A1H
` [PATCH v5 2/6] dt-bindings: dma: rz-dmac: Document RZ/V2H(P) family of SoCs
` [PATCH v5 4/6] dmaengine: sh: rz-dmac: Allow for multiple DMACs
` [PATCH v5 5/6] dmaengine: sh: rz-dmac: Add RZ/V2H(P) support

[PATCH] dmaengine: dw-axi-dmac: fix inconsistent indenting warning
 2025-03-05  8:21 UTC 

[PATCH v4 0/7] Add DMAC support to the RZ/V2H(P)
 2025-03-04 15:02 UTC  (13+ messages)
` [PATCH v4 3/7] dt-bindings: dma: rz-dmac: Document RZ/V2H(P) family of SoCs

[PATCH v3] dt-bindings: dma: Convert fsl,elo*-dma to YAML
 2025-03-04 13:28 UTC  (4+ messages)

[PATCH v2 0/2] Add System Components for Microchip SAMA7D65 SoC
 2025-03-03 18:56 UTC  (3+ messages)

[PATCH RESEND] dmaengine: bestcomm: Fix exception handling in bcom_task_alloc()
 2025-03-03 16:36 UTC 

dma_find_channel(DMA_MEMCPY) on ioat
 2025-03-03 15:51 UTC  (6+ 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).