public inbox for dmaengine@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-04-06 05:56:08 to 2026-04-16 22:20:01 UTC [more...]

[PATCH v1] dmaengine: idxd: fix deadlock and double free in idxd_cdev_open()
 2026-04-16 22:19 UTC 

[PATCH v2 00/24] ASoC: rsnd: Add audio support for the Renesas RZ/G3E SoC
 2026-04-15 20:57 UTC  (13+ messages)
` [PATCH v2 01/24] dt-bindings: clock: renesas: Add audio clock inputs for RZ/V2H family
` [PATCH v2 02/24] clk: renesas: r9a09g047: Add audio clock and reset support
` [PATCH v2 05/24] ASoC: dt-bindings: renesas,rsnd: Split into generic and SoC-specific parts
` [PATCH v2 06/24] ASoC: dt-bindings: Add RZ/G3E (R9A09G047) sound binding
` [PATCH v2 24/24] arm64: dts: renesas: r9a09g047e57-smarc: add DA7212 audio codec support

[PATCH v1] dmaengine: idxd: fix double free of wq, engine, and group structs
 2026-04-15 20:54 UTC 

[PATCH v2] dmaengine: idxd: Fix use-after-free of idxd_wq
 2026-04-15  9:50 UTC 

[PATCHv4] dmaengine: hsu: use kzalloc_flex()
 2026-04-15  4:49 UTC  (2+ messages)

[PATCHv2] dmaengine: hsu: use kzalloc_flex()
 2026-04-14 23:55 UTC  (9+ messages)

[PATCH] dmaengine: idxd: Fix use-after-free of idxd_wq
 2026-04-14 13:14 UTC  (2+ messages)

[PATCH v4 00/17] Renesas: dmaengine and ASoC fixes
 2026-04-14  8:28 UTC  (25+ messages)
` [PATCH v4 01/17] dmaengine: sh: rz-dmac: Move interrupt request after everything is set up
` [PATCH v4 02/17] dmaengine: sh: rz-dmac: Fix incorrect NULL check on list_first_entry()
` [PATCH v4 03/17] dmaengine: sh: rz-dmac: Use list_first_entry_or_null()
` [PATCH v4 04/17] dmaengine: sh: rz-dmac: Use rz_dmac_disable_hw()
` [PATCH v4 05/17] dmaengine: sh: rz-dmac: Do not disable the channel on error
` [PATCH v4 06/17] dmaengine: sh: rz-dmac: Add helper to compute the lmdesc address
` [PATCH v4 07/17] dmaengine: sh: rz-dmac: Save the start LM descriptor
` [PATCH v4 08/17] dmaengine: sh: rz-dmac: Add helper to check if the channel is enabled
` [PATCH v4 09/17] dmaengine: sh: rz-dmac: Add helper to check if the channel is paused
` [PATCH v4 10/17] dmaengine: sh: rz-dmac: Use virt-dma APIs for channel descriptor processing
` [PATCH v4 11/17] dmaengine: sh: rz-dmac: Refactor pause/resume code
` [PATCH v4 12/17] dmaengine: sh: rz-dmac: Drop the update of channel->chctrl with CHCTRL_SETEN
` [PATCH v4 13/17] dmaengine: sh: rz-dmac: Add cyclic DMA support
` [PATCH v4 14/17] dmaengine: sh: rz-dmac: Add suspend to RAM support
` [PATCH v4 15/17] ASoC: renesas: rz-ssi: Add pause support
` [PATCH v4 16/17] ASoC: renesas: rz-ssi: Use generic PCM dmaengine APIs
` [PATCH v4 17/17] dmaengine: sh: rz-dmac: Set the Link End (LE) bit on the last descriptor

[PATCH v2] dmaengine: Fix refcount leak in channel register error path
 2026-04-13 13:58 UTC 

[PATCH v2] dmaengine: idxd: fix double free in idxd_cdev_open() error path
 2026-04-13 11:39 UTC 

[PATCH v2] dmaengine: idxd: fix double free in idxd_alloc() error path
 2026-04-13 11:31 UTC 

[PATCH v2] dmaengine: idxd: fix double free in idxd_setup_wqs() error path
 2026-04-13 11:24 UTC 

[PATCH v4] dmaengine: tegra210-adma: Add error logging on failure paths
 2026-04-13  6:45 UTC 

[PATCH] dmaengine: Fix refcount leak in channel register error path
 2026-04-11 15:59 UTC 

[PATCH] dmaengine: idxd: fix double free in idxd_cdev_open() error path
 2026-04-11 15:34 UTC 

[PATCH 00/23] dmaengine: Smart Data Accelerator Interface (SDXI) basic support
 2026-04-10 13:07 UTC  (24+ messages)
` [PATCH 01/23] PCI: Add SNIA SDXI accelerator sub-class
` [PATCH 02/23] MAINTAINERS: Add entry for SDXI driver
` [PATCH 03/23] dmaengine: sdxi: Add PCI initialization
` [PATCH 04/23] dmaengine: sdxi: Feature discovery and initial configuration
` [PATCH 05/23] dmaengine: sdxi: Configure context tables
` [PATCH 06/23] dmaengine: sdxi: Allocate DMA pools
` [PATCH 07/23] dmaengine: sdxi: Allocate administrative context
` [PATCH 08/23] dmaengine: sdxi: Install "
` [PATCH 09/23] dmaengine: sdxi: Start functions on probe, stop on remove
` [PATCH 10/23] dmaengine: sdxi: Complete administrative context jump start
` [PATCH 11/23] dmaengine: sdxi: Add client context alloc and release APIs
` [PATCH 12/23] dmaengine: sdxi: Add descriptor ring management
` [PATCH 13/23] dmaengine: sdxi: Add unit tests for descriptor ring reservations
` [PATCH 14/23] dmaengine: sdxi: Attach descriptor ring state to contexts
` [PATCH 15/23] dmaengine: sdxi: Per-context access key (AKey) table entry allocator
` [PATCH 16/23] dmaengine: sdxi: Generic descriptor manipulation helpers
` [PATCH 17/23] dmaengine: sdxi: Add completion status block API
` [PATCH 18/23] dmaengine: sdxi: Encode context start, stop, and sync descriptors
` [PATCH 19/23] dmaengine: sdxi: Provide context start and stop APIs
` [PATCH 20/23] dmaengine: sdxi: Encode nop, copy, and interrupt descriptors
` [PATCH 21/23] dmaengine: sdxi: Add unit tests for descriptor encoding
` [PATCH 22/23] dmaengine: sdxi: MSI/MSI-X vector allocation and mapping
` [PATCH 23/23] dmaengine: sdxi: Add DMA engine provider

[bug report] dmaengine: loongson: New driver for the Loongson Multi-Channel DMA controller
 2026-04-10 10:10 UTC 

[PATCH v6 00/10] Add GPCDMA support in Tegra264
 2026-04-10  8:09 UTC  (3+ messages)

[PATCH v3 0/4] dmaengine: dma-axi-dmac: Some memory related fixes
 2026-04-10  3:10 UTC  (9+ messages)
` [PATCH v3 1/4] dmaengine: Fix possible use after free
` [PATCH v3 2/4] dmaengine: dma-axi-dmac: Properly free struct axi_dmac_desc
` [PATCH v3 3/4] dmaengine: dma-axi-dmac: Drop struct clk from main struct
` [PATCH v3 4/4] dmaengine: dma-axi-dmac: Fig BUG() on vunmap()

BUG: net-next (7.0-rc6 based and later) fails to boot on Jetson Xavier NX
 2026-04-09 16:16 UTC  (8+ messages)

[PATCH v3 00/15] Renesas: dmaengine and ASoC fixes
 2026-04-08 17:34 UTC  (21+ messages)
` [PATCH v3 01/15] dmaengine: sh: rz-dmac: Use list_first_entry_or_null()
` [PATCH v3 02/15] dmaengine: sh: rz-dmac: Use rz_dmac_disable_hw()
` [PATCH v3 03/15] dmaengine: sh: rz-dmac: Do not disable the channel on error
` [PATCH v3 04/15] dmaengine: sh: rz-dmac: Add helper to compute the lmdesc address
` [PATCH v3 05/15] dmaengine: sh: rz-dmac: Save the start LM descriptor
` [PATCH v3 06/15] dmaengine: sh: rz-dmac: Add helper to check if the channel is enabled
` [PATCH v3 07/15] dmaengine: sh: rz-dmac: Add helper to check if the channel is paused
` [PATCH v3 08/15] dmaengine: sh: rz-dmac: Use virt-dma APIs for channel descriptor processing
` [PATCH v3 09/15] dmaengine: sh: rz-dmac: Refactor pause/resume code
` [PATCH v3 10/15] dmaengine: sh: rz-dmac: Drop the update of channel->chctrl with CHCTRL_SETEN
` [PATCH v3 11/15] dmaengine: sh: rz-dmac: Add cyclic DMA support
` [PATCH v3 12/15] dmaengine: sh: rz-dmac: Add suspend to RAM support
` [PATCH v3 13/15] ASoC: renesas: rz-ssi: Add pause support
` [PATCH v3 14/15] ASoC: renesas: rz-ssi: Use generic PCM dmaengine APIs
` [PATCH v3 15/15] dmaengine: sh: rz-dmac: Set the Link End (LE) bit on the last descriptor

[PATCH v6 0/4] Enable multi-owner I2C support for QCOM GENI controllers
 2026-04-08 14:39 UTC  (3+ messages)
` [PATCH v6 1/4] dt-bindings: i2c: qcom,i2c-geni: Document multi-owner controller support

[PATCH] dmaengine: lpc18xx-dmamux: simplify allocation
 2026-04-08  7:48 UTC  (3+ messages)

[PATCH v5 0/3] dmaengine: arm-dma350: support combined IRQ mode with runtime IRQ topology detection
 2026-04-08  6:39 UTC  (4+ messages)
` [PATCH v5 1/3] dt-bindings: dma: arm-dma350: document combined and per-channel IRQ topologies

[PATCH v5 0/9] driver core: Fix some race conditions
 2026-04-07 22:58 UTC  (3+ messages)
` [PATCH v5 7/9] driver core: Replace dev->dma_coherent with dev_dma_coherent()

[PATCH 0/3] dmaengine: axi-dmac: Coding style cleanups
 2026-04-07 11:43 UTC  (6+ messages)
` [PATCH 1/3] dmaengine: dw-axi-dmac: fix Alignment should match open parenthesis

[PATCH v2] dmaengine: imx-sdma: Refine spba bus searching in probe
 2026-04-07  8:59 UTC  (4+ messages)

[PATCH V2 0/5] dmaengine: xilinx_dma: MCDMA descriptor and metadata handling improvements
 2026-04-07  5:42 UTC  (4+ messages)
` [PATCH V2 5/5] dmaengine: xilinx_dma: Add support for reporting transfer size to AXI DMA / MCDMA client when app fields are unavailable

[PATCH] dmaengine: mv_xor_v2: simplify allocation
 2026-04-07  3:52 UTC 

[PATCH] dmaengine: pl08x: use kzalloc_flex()
 2026-04-07  3:52 UTC 

[PATCH] dma: add COMPILE_TEST to AMBA_PL08X
 2026-04-07  3:51 UTC 

[PATCHv2] dmaengine: dw-axi-dmac: simplify allocation
 2026-04-07  2:12 UTC  (2+ messages)

[PATCH v3] dmaengine: tegra210-adma: Add error logging on failure paths
 2026-04-06 11:07 UTC  (3+ messages)

[PATCH] dmaengine: dw-axi-dmac: simplify allocation
 2026-04-06 10:11 UTC  (3+ messages)


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