public inbox for dmaengine@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-11-24 08:16:38 to 2023-12-07 18:03:26 UTC [more...]

[PATCH v2 0/7] IOMMU related FW parsing cleanup
 2023-12-07 18:03 UTC  (8+ messages)
` [PATCH v2 1/7] iommu: Remove struct iommu_ops *iommu from arch_setup_dma_ops()
` [PATCH v2 2/7] iommmu/of: Do not return struct iommu_ops from of_iommu_configure()
` [PATCH v2 3/7] iommu/of: Use -ENODEV consistently in of_iommu_configure()
` [PATCH v2 4/7] iommu: Mark dev_iommu_get() with lockdep
` [PATCH v2 5/7] iommu: Mark dev_iommu_priv_set() with a lockdep
` [PATCH v2 6/7] acpi: Do not return struct iommu_ops from acpi_iommu_configure_id()
` [PATCH v2 7/7] iommu/tegra: Use tegra_dev_iommu_get_stream_id() in the remaining places

[PATCH v2] dmaengine: pch_dma: Fix potential deadlock on &pd_chan->lock
 2023-12-07 13:39 UTC  (2+ messages)

[PATCH v2 00/35] bitops: add atomic find_bit() operations
 2023-12-07  9:10 UTC  (8+ messages)
` [PATCH v2 01/35] lib/find: add atomic find_bit() primitives
` [PATCH v2 02/35] lib/find: add test for atomic find_bit() ops
  ` [PATCH v2 10/35] dmaengine: idxd: optimize perfmon_assign_event()

[PATCH v5 0/2] New driver for the Loongson LS2X APB DMA Controller
 2023-12-07  7:42 UTC  (2+ messages)

[PATCH v12 00/14] crypto: Add Intel Analytics Accelerator (IAA) crypto compression driver
 2023-12-07  6:22 UTC  (16+ messages)
` [PATCH v12 01/14] dmaengine: idxd: add external module driver support for dsa_bus_type
` [PATCH v12 02/14] dmaengine: idxd: Rename drv_enable/disable_wq to idxd_drv_enable/disable_wq, and export
` [PATCH v12 03/14] dmaengine: idxd: Export descriptor management functions
` [PATCH v12 04/14] dmaengine: idxd: Export wq resource "
` [PATCH v12 05/14] dmaengine: idxd: Add wq private data accessors
` [PATCH v12 06/14] dmaengine: idxd: add callback support for iaa crypto
` [PATCH v12 07/14] crypto: iaa - Add IAA Compression Accelerator Documentation
` [PATCH v12 08/14] crypto: iaa - Add Intel IAA Compression Accelerator crypto driver core
` [PATCH v12 09/14] crypto: iaa - Add per-cpu workqueue table with rebalancing
` [PATCH v12 10/14] crypto: iaa - Add compression mode management along with fixed mode
` [PATCH v12 11/14] crypto: iaa - Add support for deflate-iaa compression algorithm
` [PATCH v12 12/14] crypto: iaa - Add irq support for the crypto async interface
` [PATCH v12 13/14] crypto: iaa - Add IAA Compression Accelerator stats
` [PATCH v12 14/14] dmaengine: idxd: Add support for device/wq defaults

[PATCH 1/2] dmaengine: sprd: delete enable opreation in probe
 2023-12-06  9:32 UTC  (3+ messages)

[PATCH v11 00/14] crypto: Add Intel Analytics Accelerator (IAA) crypto compression driver
 2023-12-05 21:18 UTC  (21+ messages)
` [PATCH v11 01/14] dmaengine: idxd: add external module driver support for dsa_bus_type
` [PATCH v11 02/14] dmaengine: idxd: Rename drv_enable/disable_wq to idxd_drv_enable/disable_wq, and export
` [PATCH v11 03/14] dmaengine: idxd: Export descriptor management functions
` [PATCH v11 04/14] dmaengine: idxd: Export wq resource "
` [PATCH v11 05/14] dmaengine: idxd: Add wq private data accessors
` [PATCH v11 06/14] dmaengine: idxd: add callback support for iaa crypto
` [PATCH v11 07/14] crypto: iaa - Add IAA Compression Accelerator Documentation
` [PATCH v11 08/14] crypto: iaa - Add Intel IAA Compression Accelerator crypto driver core
` [PATCH v11 09/14] crypto: iaa - Add per-cpu workqueue table with rebalancing
` [PATCH v11 10/14] crypto: iaa - Add compression mode management along with fixed mode
` [PATCH v11 11/14] crypto: iaa - Add support for deflate-iaa compression algorithm
` [PATCH v11 12/14] crypto: iaa - Add irq support for the crypto async interface
` [PATCH v11 13/14] crypto: iaa - Add IAA Compression Accelerator stats
` [PATCH v11 14/14] dmaengine: idxd: Add support for device/wq defaults

[PATCH v2 0/4] dmaengine: xilinx: Misc (cyclic) transfers fixes
 2023-12-04 16:41 UTC  (13+ messages)
` [PATCH v2 1/4] dmaengine: xilinx: xdma: Fix the count of elapsed periods in cyclic mode
` [PATCH v2 2/4] dmaengine: xilinx: xdma: Clarify the logic between cyclic/sg modes
` [PATCH v2 3/4] dmaengine: xilinx: xdma: Better handling of the busy variable
` [PATCH v2 4/4] dmaengine: xilinx: xdma: Add terminate_all/synchronize callbacks

[PATCH 0/4] axi-dmac: Add support for scatter-gather transfers
 2023-12-04 14:03 UTC  (5+ messages)
` [PATCH 1/4] dmaengine: axi-dmac: Small code cleanup
` [PATCH 2/4] dmaengine: axi-dmac: Allocate hardware descriptors
` [PATCH 3/4] dmaengine: axi-dmac: Add support for scatter-gather transfers
` [PATCH 4/4] dmaengine: axi-dmac: Use only EOT interrupts when doing scatter-gather

[PATCH 0/4] Add APIs to request TX/RX DMA channels by ID
 2023-12-04  8:21 UTC  (5+ messages)

[PATCH 00/10] IOMMU related FW parsing cleanup
 2023-12-01 11:22 UTC  (30+ messages)
` [PATCH 01/10] iommu: Remove struct iommu_ops *iommu from arch_setup_dma_ops()
` [PATCH 02/10] iommmu/of: Do not return struct iommu_ops from of_iommu_configure()
` [PATCH 03/10] iommu/of: Use -ENODEV consistently in of_iommu_configure()
` [PATCH 04/10] iommu: Mark dev_iommu_get() with lockdep
` [PATCH 05/10] iommu: Mark dev_iommu_priv_set() with a lockdep
` [PATCH 06/10] iommu: Replace iommu_device_lock with iommu_probe_device_lock
` [PATCH 07/10] acpi: Do not return struct iommu_ops from acpi_iommu_configure_id()
` [PATCH 08/10] iommu/tegra: Use tegra_dev_iommu_get_stream_id() in the remaining places
` [PATCH 09/10] ACPI: IORT: Cast from ULL to phys_addr_t
` [PATCH 10/10] ACPI: IORT: Allow COMPILE_TEST of IORT

[PATCH V8 0/2] AMD QDMA driver
 2023-11-30 19:38 UTC  (3+ messages)
` [PATCH V8 1/2] dmaengine: amd: Add empty Kconfig and Makefile for AMD drivers
` [PATCH V8 2/2] dmaengine: amd: qdma: Add AMD QDMA driver

[PATCH v10 00/14] crypto: Add Intel Analytics Accelerator (IAA) crypto compression driver
 2023-11-30 15:18 UTC  (22+ messages)
` [PATCH v10 01/14] dmaengine: idxd: add external module driver support for dsa_bus_type
` [PATCH v10 02/14] dmaengine: idxd: Rename drv_enable/disable_wq to idxd_drv_enable/disable_wq, and export
` [PATCH v10 03/14] dmaengine: idxd: Export descriptor management functions
` [PATCH v10 04/14] dmaengine: idxd: Export wq resource "
` [PATCH v10 05/14] dmaengine: idxd: Add wq private data accessors
` [PATCH v10 06/14] dmaengine: idxd: add callback support for iaa crypto
` [PATCH v10 07/14] crypto: iaa - Add IAA Compression Accelerator Documentation
` [PATCH v10 08/14] crypto: iaa - Add Intel IAA Compression Accelerator crypto driver core
` [PATCH v10 09/14] crypto: iaa - Add per-cpu workqueue table with rebalancing
` [PATCH v10 10/14] crypto: iaa - Add compression mode management along with fixed mode
` [PATCH v10 11/14] crypto: iaa - Add support for deflate-iaa compression algorithm
` [PATCH v10 12/14] crypto: iaa - Add irq support for the crypto async interface
` [PATCH v10 13/14] crypto: iaa - Add IAA Compression Accelerator stats
` [PATCH v10 14/14] dmaengine: idxd: Add support for device/wq defaults

[RESEND PATCH V7 0/2] AMD QDMA driver
 2023-11-29 17:12 UTC  (3+ messages)
` [RESEND PATCH V7 1/2] dmaengine: amd: Add empty Kconfig and Makefile for AMD drivers
` [RESEND PATCH V7 2/2] dmaengine: amd: qdma: Add AMD QDMA driver

dmaengine: fsl-edma: dmatest timeout
 2023-11-29 15:31 UTC  (5+ messages)

[PATCH] dmaengine: fsl-edma: fix wrong pointer check in fsl_edma3_attach_pd()
 2023-11-29  9:00 UTC 

[PATCH RESEND v6 0/2] Add dma controller driver for HiSilicon Ascend310/910
 2023-11-29  6:53 UTC  (3+ messages)
` [PATCH RESEND v6 1/2] dmaengine: Add HiSilicon Ascend SDMA engine support
` [PATCH RESEND v6 2/2] dt-bindings: dma: HiSilicon: Add bindings for HiSilicon Ascend sdma

[PATCH 0/3] dmaengine: xilinx: Better cyclic transfers
 2023-11-29  0:13 UTC  (6+ messages)
` [PATCH 1/3] dmaengine: xilinx: xdma: Fix the count of elapsed periods in cyclic mode
` [PATCH 2/3] dmaengine: xilinx: xdma: Better handling of the busy variable
` [PATCH 3/3] dmaengine: xilinx: xdma: Add terminate_all/synchronize callbacks

[PATCH v4 0/4] dma: sf-pdma: various sf-pdma updates for the mpfs platform
 2023-11-28 11:34 UTC  (7+ messages)
` [PATCH v4 1/4] dmaengine: sf-pdma: Support of_dma_controller_register()
` [PATCH v4 3/4] dmaengine: sf-pdma: add mpfs-pdma compatible name

[RESEND PATCH V2 0/2] Support dma channel mask
 2023-11-28  7:16 UTC  (3+ messages)
` [RESEND PATCH V2 1/2] dt-bindings: dma: Add dma-channel-mask to nvidia,tegra210-adma
` [RESEND PATCH V2 2/2] dmaengine: tegra210-adma: Support dma-channel-mask property

[PATCH v3 0/6] dmaengine: fsl-edma: integrate TCD64 support for 64bit physical address
 2023-11-27 22:55 UTC  (7+ messages)
` [PATCH v3 1/6] dmaengine: fsl-edma: involve help macro fsl_edma_set(get)_tcd()
` [PATCH v3 2/6] dmaengine: fsl-edma: fix spare build warning
` [PATCH v3 3/6] dmaengine: fsl-edma: add address for channel mux register in fsl_edma_chan
` [PATCH v3 4/6] dmaengine: mcf-edma: utilize edma_write_tcdreg() macro for TCD Access
` [PATCH v3 5/6] dt-bindings: fsl-dma: fsl-edma: add fsl,imx95-edma5 compatible string
` [PATCH v3 6/6] dmaengine: fsl-edma: integrate TCD64 support for i.MX95

[PATCH 1/1] dmaengine: fsl-edma: fix DMA channel leak in eDMAv4
 2023-11-27 21:43 UTC 

[PATCH V3 0/5] dt-bindings: Document gpi/pdc/scm/smmu for X1E80100
 2023-11-27 17:55 UTC  (10+ messages)
` [PATCH V3 1/5] dt-bindings: arm: qcom-soc: extend pattern matching for X1E80100 SoC
` [PATCH V3 2/5] dt-bindings: arm-smmu: Add compatible "
` [PATCH V3 3/5] dt-bindings: dma: qcom: gpi: add compatible for X1E80100
` [PATCH V3 4/5] dt-bindings: firmware: qcom,scm: document SCM on X1E80100 SoCs
` [PATCH V3 5/5] dt-bindings: interrupt-controller: qcom,pdc: document pdc on X1E80100
` (subset) [PATCH V3 0/5] dt-bindings: Document gpi/pdc/scm/smmu for X1E80100

[PATCH v3 0/5] Miscellaneous xdma driver enhancements
 2023-11-27 16:51 UTC  (8+ messages)
` [PATCH v3 1/5] dmaengine: xilinx: xdma: Add transfer termination callbacks
` [PATCH v3 2/5] dmaengine: xilinx: xdma: Get rid of duplicated macros definitions
` [PATCH v3 3/5] dmaengine: xilinx: xdma: Complete lacking register description
` [PATCH v3 4/5] dmaengine: xilinx: xdma: Rework xdma_channel_isr()
` [PATCH v3 5/5] dmaengine: xilinx: xdma: Ease dma_pool alignment requirements

[PATCH v6 00/11] Introduce STM32 Firewall framework
 2023-11-27 13:46 UTC  (7+ messages)
` [PATCH v6 10/11] ARM: dts: stm32: add ETZPC as a system bus for STM32MP15x boards

[linux-next:master] BUILD REGRESSION 8c9660f6515396aba78d1168d2e17951d653ebf2
 2023-11-25  3:21 UTC 

[PATCH 1/5] dmaengine: xilinx: xdma: Add transfer termination callbacks
 2023-11-24 17:05 UTC  (2+ messages)
` [PATCH v2 "

[PATCH] dmaengine: dmatest: prevent using swiotlb buffer with nobounce parameter
 2023-11-24 16:02 UTC 

[PATCH v2] dmaengine: apple-admac: Keep upper bits of REG_BUS_WIDTH
 2023-11-24 13:33 UTC  (2+ messages)

[PATCH v2] dt-bindings: dma: qcom,gpi: document the SM8650 GPI DMA Engine
 2023-11-24 13:33 UTC  (2+ messages)

[PATCH 0/4] dmaengine: Convert to platform remove callback returning void (part II)
 2023-11-24 13:33 UTC  (2+ messages)

[PATCH] dt-bindings: dma: rz-dmac: Document RZ/Five SoC
 2023-11-24 13:33 UTC  (2+ messages)

[PATCH v3 0/4] dt-bindings: dma: ti: k3*: Update optional reg regions
 2023-11-24 13:33 UTC  (4+ messages)
` [PATCH v3 4/4] dt-bindings: dma: ti: k3-udma: Describe cfg register regions

[PATCH v2] dmaengine: stm32-dma: avoid bitfield overflow assertion
 2023-11-24 13:32 UTC  (2+ messages)

[PATCH v2 0/2] Fix two exceptions after the introduction of edma v3
 2023-11-24 13:32 UTC  (2+ messages)

[PATCH] dmaengine: ti: k3-psil-am62a: Fix SPI PDMA data
 2023-11-24 13:32 UTC  (2+ messages)

[PATCH] dmaengine: ti: k3-psil-am62: Fix SPI PDMA data
 2023-11-24 13:32 UTC  (2+ messages)

[PATCH RFC 1/2 stable-6.1] dmaengine: at_hdmac: get next dma transfer from the right list
 2023-11-24 13:16 UTC  (3+ messages)

[PATCH 00/34] biops: add atomig find_bit() operations
 2023-11-24 12:15 UTC  (3+ messages)
` [PATCH 09/34] dmaengine: idxd: optimize perfmon_assign_event()


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