DMA Engine development
 help / color / mirror / Atom feed
 messages from 2026-05-18 08:36:53 to 2026-05-21 16:46:36 UTC [more...]

[PATCH 00/11] Convert moduleparams to seq_buf
 2026-05-21 16:46 UTC  (15+ messages)
` [PATCH 01/11] params: bound array element output to the caller's page buffer
` [PATCH 02/11] panic: Replace panic_print_get() with generic helper
` [PATCH 03/11] moduleparam: Add DEFINE_KERNEL_PARAM_OPS macro family
` [PATCH 04/11] treewide: Convert struct kernel_param_ops initializers to DEFINE_KERNEL_PARAM_OPS
` [PATCH 05/11] moduleparam: Rename .get field to .get_str
` [PATCH 06/11] moduleparam: Add seq_buf-based .get callback alongside .get_str
` [PATCH 07/11] moduleparam: Route DEFINE_KERNEL_PARAM_OPS get pointer via _Generic
` [PATCH 08/11] params: Convert generic kernel_param_ops .get helpers to seq_buf
` [PATCH 09/11] treewide: Convert custom kernel_param_ops .get callbacks to seq_buf via cocci
` [PATCH 10/11] treewide: Manually convert custom kernel_param_ops .get callbacks
` [PATCH 11/11] moduleparam: Drop legacy kernel_param_ops .get_str field and dispatch logic

[PATCH] dt-bindings: dma: fsl-edma: add optional iommus property
 2026-05-21 16:41 UTC  (2+ messages)

[PATCH 0/2] dmaengine: fix dead empty checks in mpc512x and rz-dmac
 2026-05-21 16:30 UTC  (6+ messages)
` [PATCH 1/2] dmaengine: mpc512x: fix dead empty check in mpc_dma_prep_slave_sg()
` [PATCH 2/2] dmaengine: rz-dmac: fix dead empty check in rz_dmac_chan_get_residue()

[PATCH 00/12] dmaengine: dw-edma: Prepare for PCI EP DMA (part 1/3)
 2026-05-21 16:26 UTC  (33+ messages)
` [PATCH 01/12] dmaengine: Make dma_get_slave_channel() public
` [PATCH 02/12] dmaengine: dw-edma: Add channel lookup helper
` [PATCH 03/12] dmaengine: dw-edma: Add per-channel interrupt routing control
` [PATCH 04/12] dmaengine: dw-edma: Add partial channel ownership mode
` [PATCH 05/12] dmaengine: dw-edma-pcie: Add capability match data
` [PATCH 06/12] dmaengine: dw-edma-pcie: Rename DMA data copy
` [PATCH 07/12] dmaengine: dw-edma-pcie: Add default IRQ match data
` [PATCH 08/12] dmaengine: dw-edma-pcie: Add raw slave address match flag
` [PATCH 09/12] dmaengine: dw-edma-pcie: Add register offset "
` [PATCH 10/12] dmaengine: dw-edma-pcie: Factor descriptor block addresses
` [PATCH 11/12] dmaengine: dw-edma-pcie: Handle optional data blocks
` [PATCH 12/12] dmaengine: dw-edma-pcie: Add chip flags match data

[PATCH] dmaengine: idxd: fix problems on initialization error path
 2026-05-21 16:23 UTC  (5+ messages)

[PATCH 0/4] dmaengine: dw-edma: Fix probe paths and register races
 2026-05-21 15:58 UTC  (11+ messages)
` [PATCH 1/4] dmaengine: dw-edma-pcie: Free IRQ vectors on probe failures
` [PATCH 2/4] dmaengine: dw-edma-pcie: Reject devices without driver data
` [PATCH 3/4] dmaengine: dw-edma: Initialize IRQ data before requesting IRQs
` [PATCH 4/4] dmaengine: dw-edma: Add spinlock to protect DONE_INT_MASK and ABORT_INT_MASK

[PATCH] nios2: remove the architecture
 2026-05-21 15:37 UTC  (16+ messages)

[PATCH v7 0/9] dmaengine: Add new API to combine configuration and descriptor preparation
 2026-05-21 15:32 UTC  (10+ messages)
` [PATCH v7 1/9] dmaengine: Add API to combine configuration and preparation (sg and single)
` [PATCH v7 2/9] dmaengine: Add safe API to combine configuration and preparation
` [PATCH v7 3/9] PCI: endpoint: pci-epf-test: Use dmaenigne_prep_config_single() to simplify code
` [PATCH v7 4/9] dmaengine: dw-edma: Use new .device_prep_config_sg() callback
` [PATCH v7 5/9] dmaengine: dw-edma: Pass dma_slave_config to dw_edma_device_transfer()
` [PATCH v7 6/9] nvmet: pci-epf: Remove unnecessary dmaengine_terminate_sync() on each DMA transfer
` [PATCH v7 7/9] nvmet: pci-epf: Use dmaengine_prep_config_single_safe() API
` [PATCH v7 8/9] PCI: epf-mhi: Use dmaengine_prep_config_single() to simplify code
` [PATCH v7 9/9] crypto: atmel: Use dmaengine_prep_config_sg() API

[PATCH v6 0/9] dmaengine: Add new API to combine configuration and descriptor preparation
 2026-05-21 15:11 UTC  (22+ messages)
` [PATCH v6 1/9] dmaengine: Add API to combine configuration and preparation (sg and single)
` [PATCH v6 2/9] dmaengine: Add safe API to combine configuration and preparation
` [PATCH v6 3/9] PCI: endpoint: pci-epf-test: Use dmaenigne_prep_config_single() to simplify code
` [PATCH v6 4/9] dmaengine: dw-edma: Use new .device_prep_config_sg() callback
` [PATCH v6 5/9] dmaengine: dw-edma: Pass dma_slave_config to dw_edma_device_transfer()
` [PATCH v6 6/9] nvmet: pci-epf: Remove unnecessary dmaengine_terminate_sync() on each DMA transfer
` [PATCH v6 7/9] nvmet: pci-epf: Use dmaengine_prep_config_single_safe() API
` [PATCH v6 8/9] PCI: epf-mhi: Use dmaengine_prep_config_single() to simplify code
` [PATCH v6 9/9] crypto: atmel: Use dmaengine_prep_config_sg() API

[PATCH 0/5] Shikra: Add DT support for ice, rng and qce
 2026-05-21 13:17 UTC  (6+ messages)
` [PATCH 1/5] dt-bindings: crypto: qcom,inline-crypto-engine: Document Shikra ICE
` [PATCH 2/5] dt-bindings: crypto: qcom,prng: Document Shikra TRNG
` [PATCH 3/5] dt-bindings: crypto: qcom-qce: Document the Shikra crypto engine
` [PATCH 4/5] dt-bindings: dma: qcom,bam-dma: Increase iommus maxItems to seven
` [PATCH 5/5] arm64: dts: qcom: shikra: Add ICE, TRNG and QCE nodes

[PATCH v6 0/4] dmaengine: Add Peripheral DMA support for SpacemiT K3 SoC
 2026-05-21 12:51 UTC  (4+ messages)
` [PATCH v6 4/4] riscv: dts: spacemit: Add PDMA controller node for "
` (subset) [PATCH v6 0/4] dmaengine: Add Peripheral DMA support for SpacemiT "

[PATCH v6 00/10] Add GPCDMA support in Tegra264
 2026-05-21 10:07 UTC  (3+ messages)

[PATCH v1] dmaengine: dw-edma: Remove dw_edma_add_irq_mask()
 2026-05-21 10:06 UTC 

[PATCH v8 0/3] Add Amlogic general DMA
 2026-05-21  9:00 UTC  (6+ messages)
` [PATCH v8 1/3] dt-bindings: dma: Add Amlogic A9 SoC DMA
` [PATCH v8 2/3] dmaengine: amlogic: Add general DMA driver for A9
` [PATCH v8 3/3] MAINTAINERS: Add an entry for Amlogic DMA driver

[PATCH 0/3] Add support for qcrypto on shikra
 2026-05-21  8:45 UTC  (11+ messages)
` [PATCH 1/3] dt-bindings: crypto: qcom-qce: Document the Shikra crypto engine
` [PATCH 3/3] arm64: dts: qcom: shikra: Add qcrypto node support

[PATCH v7 0/2] dmaengine: arm-dma350: handle shared channel IRQ wiring on sky1
 2026-05-21  7:52 UTC  (4+ messages)
` [PATCH v7 1/2] dmaengine: arm-dma350: enable ANYCH interrupt for shared IRQ wiring
` [PATCH v7 2/2] arm64: dts: cix: add sky1 DMA-350 node with channel IRQ entries

[PATCH 0/3] PCI: endpoint: Add PCI DMA endpoint function (part 3/3)
 2026-05-21  6:36 UTC  (4+ messages)
` [PATCH 1/3] dmaengine: dw-edma-pcie: Discover endpoint DMA metadata
` [PATCH 2/3] PCI: endpoint: Add DMA endpoint function
` [PATCH 3/3] Documentation: PCI: Add PCI DMA endpoint function documentation

[PATCH] dmaengine: bestcomm: Enable compile testing
 2026-05-20 23:30 UTC  (2+ messages)

dmaengine: dead empty checks in mpc512x and rz-dmac descriptor pickup?
 2026-05-20 21:46 UTC  (2+ messages)

[PATCH] dma: altera-msgdma: Replace memcpy with io32write in msgdma_copy_one
 2026-05-20 21:29 UTC  (4+ messages)

[PATCH v1] dmaengine: idxd: fix double free of wq, engine, and group structs
 2026-05-20 21:13 UTC  (2+ messages)

[PATCH] dmaengine: Fix device kref underflow in dma_chan_put()
 2026-05-20  6:20 UTC  (4+ messages)

[PATCH v2] dmaengine: Move MODULE_DEVICE_TABLE next to the table itself
 2026-05-19 17:40 UTC  (2+ messages)

[PATCH v2] dt-bindings: dma: qcom,gpi: Document the Eliza GPI DMA engine
 2026-05-19 17:40 UTC  (2+ messages)

[PATCH] dt-bindings: dma: qcom,gpi: Document GPI DMA engine for Hawi SoC
 2026-05-19 17:40 UTC  (3+ messages)

[PATCH v2 0/3] Add support for qcrypto in kaanapali
 2026-05-19 17:40 UTC  (7+ messages)
` [PATCH v2 1/3] dt-bindings: dma: qcom,bam-dma: Document BAM v2.0.0 compatible
` (subset) [PATCH v2 0/3] Add support for qcrypto in kaanapali

[PATCH v5] dma: qcom: bam_dma: Fix command element mask field for BAM v1.6.0+
 2026-05-19 17:31 UTC  (2+ messages)

[PATCH v6 00/19] dmaengine: ti: Add support for BCDMA v2 and PKTDMA v2
 2026-05-19 17:06 UTC  (5+ messages)
` [PATCH v6 13/19] dt-bindings: dma: ti: Add K3 BCDMA V2

[PATCH v17 00/14] crypto/dmaengine: qce: introduce BAM locking and use DMA for register I/O
 2026-05-19 14:17 UTC  (24+ messages)
` [PATCH v17 01/14] dmaengine: constify struct dma_descriptor_metadata_ops
` [PATCH v17 02/14] dmaengine: qcom: bam_dma: free interrupt before the clock in error path
` [PATCH v17 03/14] dmaengine: qcom: bam_dma: convert tasklet to a BH workqueue
` [PATCH v17 04/14] dmaengine: qcom: bam_dma: Extend the driver's device match data
` [PATCH v17 05/14] dmaengine: qcom: bam_dma: Add pipe_lock_supported flag support
` [PATCH v17 06/14] dmaengine: qcom: bam_dma: add support for BAM locking
` [PATCH v17 07/14] crypto: qce - Cancel work on device detach
` [PATCH v17 08/14] crypto: qce - Include algapi.h in the core.h header
` [PATCH v17 09/14] crypto: qce - Remove unused ignore_buf
` [PATCH v17 10/14] crypto: qce - Simplify arguments of devm_qce_dma_request()
` [PATCH v17 11/14] crypto: qce - Use existing devres APIs in devm_qce_dma_request()
` [PATCH v17 12/14] crypto: qce - Map crypto memory for DMA
` [PATCH v17 13/14] crypto: qce - Add BAM DMA support for crypto register I/O
` [PATCH v17 14/14] crypto: qce - Communicate the base physical address to the dmaengine

[PATCH] dmaengine: dw-axi-dmac: drop redundant DMAC enable in block start
 2026-05-19  7:52 UTC  (2+ messages)

[PATCH v4 0/2] dmaengine: fsl-edma: Scatter/gather improvements
 2026-05-18 13:34 UTC  (5+ messages)
` [PATCH v4 1/2] dmaengine: fsl-edma: Implement device_prep_peripheral_dma_vec
` [PATCH v4 2/2] dmaengine: fsl-edma: Support dynamic scatter/gather chaining


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox