messages from 2026-08-03 10:32:04 to 2026-08-10 18:13:12 UTC [more...]
[RFC PATCH 0/1] dmaengine: introduce dmaengine_bh_wq and bh helpers
2026-08-10 18:09 UTC (34+ messages)
` [PATCH v2 00/64] dmaengine: migrate channel tasklets to WQ_BH
` [PATCH v2 01/64] dmaengine: add tasklet-backed channel BH helpers
` [PATCH v3 00/34] dmaengine: migrate channel tasklets to WQ_BH
` [PATCH v3 01/34] dmaengine: add tasklet-backed channel BH helpers
` [PATCH v3 02/34] dmaengine: back channel BH helpers with WQ_BH
` [PATCH v3 03/34] dmaengine: apple-admac: use dmaengine BH callback
` [PATCH v3 04/34] dmaengine: at_xdmac: move irq bottom half to dmaengine BH
` [PATCH v3 05/34] dmaengine: ep93xx: hook callbacks via "
` [PATCH v3 06/34] dmaengine: fsldma: migrate tasklet to "
` [PATCH v3 07/34] dmaengine: fsl_raid: run completions via "
` [PATCH v3 08/34] dmaengine: imx-dma: flip per-chan tasklet to "
` [PATCH v3 09/34] dmaengine: ioat: convert cleanup "
` [PATCH v3 10/34] dmaengine: mmp_pdma: replace per-chan tasklet with "
` [PATCH v3 11/34] dmaengine: mmp_tdma: hook completions to "
` [PATCH v3 12/34] dmaengine: mv_xor: convert irq tasklet "
` [PATCH v3 13/34] dmaengine: mxs-dma: use dmaengine BH scheduling
` [PATCH v3 14/34] dmaengine: nbpfaxi: switch callbacks to dmaengine BH
` [PATCH v3 15/34] dmaengine: pch_dma: convert tasklet "
` [PATCH v3 16/34] dmaengine: ppc4xx: replace irq tasklet with "
` [PATCH v3 17/34] dmaengine: ste_dma40: convert per-channel tasklet to "
` [PATCH v3 18/34] dmaengine: xgene-dma: wire descriptor cleanup "
` [PATCH v3 19/34] dmaengine: xilinx-dma: use dmaengine BH instead of tasklets
` [PATCH v3 20/34] dmaengine: xilinx-dpdma: kill vchan BH on remove
` [PATCH v3 21/34] dmaengine: zynqmp-dma: switch completion tasklet to dmaengine BH
` [PATCH v3 22/34] dmaengine: tegra20-apb: use channel BH helpers
` [PATCH v3 23/34] dmaengine: timb_dma: route callbacks via channel BH
` [PATCH v3 24/34] dmaengine: txx9dmac: "
` [PATCH v3 25/34] dmaengine: mv_xor_v2: use channel BH helpers
` [PATCH v3 26/34] dmaengine: mpc512x: route callbacks via channel BH
[PATCH v8 00/19] dmaengine: ti: Add support for BCDMA v2 and PKTDMA v2
2026-08-10 17:35 UTC (34+ messages)
` [PATCH v8 01/19] dmaengine: ti: k3-udma: Fix sporadic crash on AM62x
` [PATCH v8 02/19] dmaengine: ti: k3-udma: move macros to header file
` [PATCH v8 03/19] dmaengine: ti: k3-udma: move structs and enums "
` [PATCH v8 04/19] dmaengine: ti: k3-udma: move static inline helper functions "
` [PATCH v8 05/19] dmaengine: ti: k3-udma: move descriptor management to k3-udma-common.c
` [PATCH v8 06/19] dmaengine: ti: k3-udma: move ring management functions "
` [PATCH v8 07/19] dmaengine: ti: k3-udma: Add variant-specific function pointers to udma_dev
` [PATCH v8 08/19] dmaengine: ti: k3-udma: move udma utility functions to k3-udma-common.c
` [PATCH v8 09/19] dmaengine: ti: k3-udma: move resource management "
` [PATCH v8 10/19] dmaengine: ti: k3-udma: refactor resource setup functions
` [PATCH v8 11/19] dmaengine: ti: k3-udma: move inclusion of k3-udma-private.c to k3-udma-common.c
` [PATCH v8 12/19] drivers: soc: ti: k3-ringacc: handle absence of tisci
` [PATCH v8 13/19] dt-bindings: dma: ti: Add K3 BCDMA V2
` [PATCH v8 14/19] dt-bindings: dma: ti: Add K3 PKTDMA V2
` [PATCH v8 15/19] dmaengine: ti: k3-psil-am62l: Add AM62Lx PSIL and PDMA data
` [PATCH v8 16/19] dmaengine: ti: k3-udma-v2: New driver for K3 BCDMA_V2
` [PATCH v8 17/19] dmaengine: ti: k3-udma-v2: Add support for PKTDMA V2
` [PATCH v8 18/19] dmaengine: ti: k3-udma-v2: Update glue layer to support "
` [PATCH v8 19/19] dmaengine: ti: k3-udma: Validate resource ID and fix logging in reservation
[PATCH v3 0/2] CPM6 Channel Separation Support
2026-08-10 17:18 UTC (7+ messages)
` [PATCH v3 1/2] dmaengine: dw-edma: Enable Chan Separation via VSEC
` [PATCH v3 2/2] dmaengine: dw-edma: Add changes to support Channel Separation
[PATCH v2 0/9] dmaengine: Support bus widths of 32 bytes and above
2026-08-10 17:15 UTC (17+ messages)
` [PATCH v2 1/9] "
` [PATCH v2 2/9] dmaengine: dma-axi-dmac: Use bus width capability helpers
` [PATCH v2 3/9] dmaengine: dw-axi-dmac: "
` [PATCH v2 4/9] dmaengine: qcom: gpi: "
` [PATCH v2 5/9] dmaengine: stm32-dma3: "
` [PATCH v2 6/9] iio: buffer-dmaengine: Use dma_slave_caps bus width accessors
` [PATCH v2 7/9] ALSA: pcm_dmaengine: Use dma_slave_caps bus width helpers
` [PATCH v2 8/9] spi: dw: "
` [PATCH v2 9/9] dmaengine: Drop legacy bus width fields from dma_slave_caps
[PATCH] dmaengine: sun6i: fix use-after-free in descriptor error path
2026-08-10 10:32 UTC (2+ messages)
[PATCH V3 0/6] dmaengine: zynqmp_dma: Per-channel reset, IRQ guard improvements, and PM fixes
2026-08-10 10:28 UTC (11+ messages)
` [PATCH V3 1/6] dmaengine: zynqmp_dma: Fix PM usage count handling in probe error path
` [PATCH V3 2/6] PM: runtime: Add pm_runtime_if_active guard and conditional variant
` [PATCH V3 3/6] dmaengine: zynqmp_dma: Guard IRQ handler against spurious interrupts
` [PATCH V3 4/6] dt-bindings: dma: xlnx,zynqmp-dma: Add Versal Net compatible support
` [PATCH V3 5/6] dmaengine: zynqmp_dma: Add new compatible string for Versal Net
` [PATCH V3 6/6] dmaengine: zynqmp_dma: Add per-channel reset support
[PATCH] dmaengine: qcom-bam-dma: fix autosuspend cleanup during removal
2026-08-10 9:43 UTC (3+ messages)
[PATCH v2] dmaengine: qcom: gpi: Fix channel cleanup in unwind path
2026-08-10 7:10 UTC (2+ messages)
[PATCH v1] dmaengine: qcom: gpi: Fix channel cleanup in unwind path
2026-08-10 6:52 UTC (4+ messages)
[PATCH] dmaengine: ste_dma40: fix autosuspend cleanup on probe failure
2026-08-09 22:15 UTC (3+ messages)
[PATCH] dmaengine: xilinx: zynqmp_dma: fix autosuspend cleanup during teardown
2026-08-08 12:16 UTC (2+ messages)
[PATCH] dmaengine: qcom: hidma: fix autosuspend cleanup during teardown
2026-08-08 11:41 UTC (2+ messages)
[PATCH] dmaengine: qcom: hidma_mgmt: fix autosuspend cleanup on probe failure
2026-08-08 11:37 UTC (2+ messages)
[PATCH] dmaengine: pl330: fix autosuspend cleanup during removal
2026-08-08 10:03 UTC (2+ messages)
[PATCH v2 0/3] CPM6 Channel Separation Support
2026-08-07 17:04 UTC (22+ messages)
` [PATCH v2 1/3] dmaengine: dw-edma: Make Xilinx Macros Dev Name Agnostic
` [PATCH v2 2/3] dmaengine: dw-edma: Enable Chan Separation via VSEC
[PATCH 0/6] dmaengine: zynqmp_dma: Fix error paths and follow-up cleanups
2026-08-07 11:02 UTC (19+ messages)
` [PATCH 1/6] dmaengine: zynqmp_dma: Fix alloc_chan_resources error cleanup
` [PATCH 2/6] dmaengine: zynqmp_dma: Fix chan probe error handling
` [PATCH 3/6] dmaengine: zynqmp_dma: Fix stale kerneldoc comments
` [PATCH 4/6] dmaengine: zynqmp_dma: Fix minor whitespace
` [PATCH 5/6] dmaengine: zynqmp_dma: Reject zero-length memcpy transfers
` [PATCH 6/6] dmaengine: zynqmp_dma: Remove unused define and duplicate IRQ bit
[PATCH 00/36] treewide: remove conditional returns with no effect
2026-08-06 19:06 UTC (2+ messages)
` (subset) "
[PATCH v2 0/5] dmaengine: Add batched scatter-gather DMA support
2026-08-06 19:06 UTC (7+ messages)
` [PATCH v2 2/5] dmaengine: dw-edma: Add DMA_SG support
` [PATCH v2 3/5] PCI: epf-mhi: Use a define for the DMA transfer timeout
` [PATCH v2 4/5] PCI: epf-mhi: Add batched DMA read support
` [PATCH v2 5/5] bus: mhi: ep: Use batched read for ring caching
[PATCH v2 0/5] crypto: iaa - Fixes for multi entry SG lists
2026-08-05 21:41 UTC (10+ messages)
` [PATCH v2 1/5] dmaengine: idxd: assign all engines to group 0 in IAA defaults
` [PATCH v2 2/5] crypto: iaa - fall back to software for multi-entry scatterlists
` [PATCH v2 3/5] crypto: iaa - avoid counting fallback decompression bytes
` [PATCH v2 4/5] crypto: iaa - use bounce buffer for multi-sg decompress input
` [PATCH v2 5/5] crypto: iaa - unmap dst before software fallback on decompress
[PATCH RESEND v7 00/10] arm64: dts: qcom: Extend Shikra device tree with peripheral and subsystem support
2026-08-04 22:31 UTC (16+ messages)
` [PATCH RESEND v7 01/10] arm64: dts: qcom: Add QUPv3 configuration for Shikra
` [PATCH RESEND v7 02/10] arm64: dts: qcom: shikra: Add DDR BWMON support
` [PATCH RESEND v7 03/10] arm64: dts: qcom: shikra: Add cpufreq-hw, EPSS L3 interconnect and OPP tables
` [PATCH RESEND v7 04/10] arm64: dts: qcom: shikra: Add SMP2P nodes
` [PATCH RESEND v7 05/10] arm64: dts: qcom: shikra: Add CDSP, LPAICP, MPSS remoteproc PAS nodes
` [PATCH RESEND v7 06/10] arm64: dts: qcom: shikra: Enable CDSP, LPAICP and MPSS on EVK boards
` [PATCH RESEND v7 07/10] arm64: dts: qcom: shikra: Enable TSENS and thermal zones
` [PATCH RESEND v7 08/10] arm64: dts: qcom: shikra: add WiFi node support
` [PATCH RESEND v7 09/10] arm64: dts: qcom: shikra: Enable WiFi/BT on SoMs
` [PATCH RESEND v7 10/10] arm64: dts: qcom: shikra: Add gpio-reserved-ranges to tlmm
[PATCH v8 0/2] dmaengine: fsl-edma: Scatter/gather improvements
2026-08-04 22:06 UTC (7+ messages)
` [PATCH v8 1/2] dmaengine: fsl-edma: Implement device_prep_peripheral_dma_vec
` [PATCH v8 2/2] dmaengine: fsl-edma: Support dynamic scatter/gather chaining
[PATCH] dmaengine: mediatek: hsdma: fix runtime PM leak on init failure
2026-08-04 15:56 UTC (3+ messages)
` [PATCH v2 RESEND] "
[PATCH] dmaengine: xilinx_dma: Use readl_poll_timeout() instead of atomic variant
2026-08-04 7:28 UTC (5+ messages)
[PATCH 0/9] dmaengine: Support bus widths of 32 bytes and above
2026-08-03 12:41 UTC (12+ messages)
` [PATCH 1/9] "
` [PATCH 5/9] dmaengine: stm32-dma3: Use bus width capability helpers
` [PATCH 9/9] dmaengine: Drop legacy bus width fields from dma_slave_caps
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox