dmaengine.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-10-19 08:54:30 to 2020-11-09 07:59:27 UTC [more...]

[PATCH v4 00/17] Add VFIO mediated device support and DEV-MSI support for the idxd driver
 2020-11-09  7:59 UTC  (80+ messages)
` [PATCH v4 01/17] irqchip: Add IMS (Interrupt Message Store) driver
` [PATCH v4 02/17] iommu/vt-d: Add DEV-MSI support
` [PATCH v4 03/17] dmaengine: idxd: add theory of operation documentation for idxd mdev
` [PATCH v4 04/17] dmaengine: idxd: add support for readonly config devices
` [PATCH v4 05/17] dmaengine: idxd: add interrupt handle request support
` [PATCH v4 06/17] PCI: add SIOV and IMS capability detection
` [PATCH v4 07/17] dmaengine: idxd: add IMS support in base driver
` [PATCH v4 08/17] dmaengine: idxd: add device support functions in prep for mdev
` [PATCH v4 09/17] dmaengine: idxd: add basic mdev registration and helper functions
` [PATCH v4 10/17] dmaengine: idxd: add emulation rw routines
` [PATCH v4 11/17] dmaengine: idxd: prep for virtual device commands
` [PATCH v4 12/17] dmaengine: idxd: virtual device commands emulation
` [PATCH v4 13/17] dmaengine: idxd: ims setup for the vdcm
` [PATCH v4 14/17] dmaengine: idxd: add mdev type as a new wq type
` [PATCH v4 15/17] dmaengine: idxd: add dedicated wq mdev type
` [PATCH v4 16/17] dmaengine: idxd: add new wq state for mdev
` [PATCH v4 17/17] dmaengine: idxd: add error notification from host driver to mediated device

[PATCH v7 0/3] Add support for AMD PTDMA controller driver
 2020-11-09  3:46 UTC  (2+ messages)

[PATCH RESEND 0/2] Add dmaengine bindings for the JZ4775 and the X2000 SoCs
 2020-11-07 12:20 UTC  (3+ messages)
` [PATCH RESEND 1/2] dt-bindings: dmaengine: Add JZ4775 bindings
` [PATCH RESEND 2/2] dt-bindings: dmaengine: Add X2000 bindings

[PATCH v2 0/4] Convert few Tegra docs to json-schema
 2020-11-06 15:43 UTC  (5+ messages)
` [PATCH v2 1/4] arm64: tegra: Rename ADMA device nodes for Tegra210
` [PATCH v2 2/4] dt-bindings: dma: Convert ADMA doc to json-schema
` [PATCH v2 3/4] dt-bindings: interrupt-controller: arm,gic: Update Tegra compatibles
` [PATCH v2 4/4] dt-bindings: bus: Convert ACONNECT doc to json-schema

[PATCH 0/4] Convert few Tegra docs to json-schema
 2020-11-06 14:37 UTC  (12+ messages)
` [PATCH 1/4] arm64: tegra: Rename ADMA device nodes for Tegra210
` [PATCH 2/4] dt-bindings: dma: Convert ADMA doc to json-schema
` [PATCH 3/4] dt-bindings: interrupt-controller: arm,gic: Update Tegra compatibles
` [PATCH 4/4] dt-bindings: bus: Convert ACONNECT doc to json-schema

[PATCH v2 00/10] dmaengine: a bundle of cleanup on spin_lock_irqsave/irqrestore
 2020-11-05 13:48 UTC  (12+ messages)
` [PATCH v2 01/10] dmaengine: ipu_idmac: remove redundant irqsave and restore in hardIRQ
` [PATCH v2 02/10] dmaengine: ti: k3-udma: remove redundant irqsave and irqrestore "
` [PATCH v2 03/10] dmaengine: sf-pdma: "
` [PATCH v2 04/10] dmaengine: tegra210-adma: "
` [PATCH v2 05/10] dmaengine: milbeaut-xdmac: "
` [PATCH v2 06/10] dmaengine: k3dma: "
` [PATCH v2 07/10] dmaengine: hisi_dma: "
` [PATCH v2 08/10] dmaengine: moxart-dma: "
` [PATCH v2 09/10] dmaengine: ste_dma40: "
` [PATCH v2 10/10] dmaengine: pxa_dma: "

[PATCH v5 0/3] dmaengine: Add support for QCOM GSI dma controller
 2020-11-04 19:00 UTC  (5+ messages)
` [PATCH v5 1/3] dt-bindings: dmaengine: Document qcom,gpi dma binding
` [PATCH v5 2/3] dmaengine: add peripheral configuration
` [PATCH v5 3/3] dmaengine: qcom: Add GPI dma driver

[PATCH] dmaengine: ti: k3-udma-glue: move psi-l pairing in channel en/dis functions
 2020-11-04 11:32 UTC  (3+ messages)

[PATCH v1] dmaengine: idma64: Switch to use __maybe_unused instead of ifdeffery
 2020-11-04 10:31 UTC 

[PATCH 0/3] dmaengine: xilinx_dma: mcdma fixes
 2020-11-04  7:00 UTC  (4+ messages)
` [PATCH 1/3] dmaengine: xilinx_dma: use readl_poll_timeout_atomic variant
` [PATCH 2/3] dmaengine: xilinx_dma: Fix usage of xilinx_aximcdma_tx_segment
` [PATCH 3/3] dmaengine: xilinx_dma: Fix SG capability check for MCDMA

[PATCH v1] dmaengine: dw: Enable runtime PM
 2020-11-04  3:05 UTC  (2+ messages)

[PATCH v7 0/2] Add Intel LGM soc DMA support
 2020-11-02 14:41 UTC  (9+ messages)
` [PATCH v7 1/2] dt-bindings: dma: Add bindings for intel LGM SOC
` [PATCH v7 2/2] Add Intel LGM soc DMA support

dmaengine: pl330 rare NULL pointer dereference in pl330_tasklet
 2020-11-02  8:41 UTC  (3+ messages)

[PATCH] dmaengine: idxd: define table offset multiplier
 2020-10-30 15:51 UTC 

[PATCH] dmaengine: idxd: Update calculation of group offset to be more readable
 2020-10-30 15:49 UTC 

[PATCH 00/10] dmaengine: a bundle of cleanup on spin_lock_irqsave/irqrestore
 2020-10-29 20:58 UTC  (12+ messages)
` [PATCH 02/10] dmaengine: k3-udma: remove redundant irqsave and irqrestore in hardIRQ
` [PATCH 04/10] dmaengine: tegra210-adma: "
` [PATCH 07/10] dmaengine: hisi_dma: "
` [PATCH 09/10] dmaengine: ste_dma40: "
` [PATCH 10/10] dmaengine: pxa_dma: "

[PATCH 00/18] dmaengine/soc: k3-udma: Add support for BCDMA and PKTDMA
 2020-10-28  9:56 UTC  (8+ messages)
` [PATCH 01/18] dmaengine: of-dma: Add support for optional router configuration callback

[PATCH char-misc-next 1/1] misc: mic: remove the MIC drivers
 2020-10-28 18:09 UTC  (4+ messages)

[PATCH v8 0/3] Add shared workqueue support for idxd driver
 2020-10-28  4:41 UTC  (5+ messages)
` [PATCH v8 1/3] dmaengine: idxd: Add shared workqueue support
` [PATCH v8 2/3] dmaengine: idxd: Clean up descriptors with fault error
` [PATCH v8 3/3] dmaengine: idxd: Add ABI documentation for shared wq

[PATCH] dmaengine: idxd: fix wq config registers offset programming
 2020-10-28  5:32 UTC  (2+ messages)

[PATCH v2 1/4] dt-bindings: dmaengine: at_xdmac: add compatible with microchip,sama7g5
 2020-10-28  6:22 UTC  (2+ messages)

[PATCH][next] dmaengine: stm32-mdma: Use struct_size() in kzalloc()
 2020-10-28  5:56 UTC  (2+ messages)

[PATCH 0/4] dmaengine: use inclusive terminology
 2020-10-28  4:33 UTC  (10+ messages)
` [PATCH 1/4] dmaengine: move enums in interface to use peripheral term
` [PATCH 2/4] dmaengine: move struct "
` [PATCH 3/4] dmaengine: move APIs "

[PATCH 1/2] dmaengine: ppc4xx: make ppc440spe_adma_chan_list static
 2020-10-28  6:25 UTC  (3+ messages)
` [PATCH 2/2] dmaengine: ppc4xx: remove xor_hw_desc assignment without reading

[PATCH] dmaengine: qcom: Add ADM driver
 2020-10-28 16:04 UTC  (6+ messages)
` [PATCH v2] "
  ` [PATCH v3] "
    ` [PATCH v4] "

[PATCH 0/4] dmaengine: dw-axi-dmac: Refactor descriptor and channel management
 2020-10-28  5:58 UTC  (3+ messages)

[PATCH v2] dmaengine: pl330: Remove unreachable code
 2020-10-28  6:09 UTC  (2+ messages)

[PATCH] dmaengine: ti: k3-udma: fix -Wenum-conversion warning
 2020-10-28  5:52 UTC  (3+ messages)

[PATCH v2 00/15] dmaengine: dw-axi-dmac: support Intel KeemBay AxiDMA
 2020-10-27  6:38 UTC  (16+ messages)
` [PATCH v2 01/15] dt-bindings: dma: Add YAML schemas for dw-axi-dmac
` [PATCH v2 02/15] dmaengine: dw-axi-dmac: simplify descriptor management
` [PATCH v2 03/15] dmaengine: dw-axi-dmac: move dma_pool_create() to alloc_chan_resources()
` [PATCH v2 04/15] dmaengine: dw-axi-dmac: Add device_synchronize() callback
` [PATCH v2 05/15] dmaengine: dw-axi-dmac: Add device_config operation
` [PATCH v2 06/15] dmaengine: dw-axi-dmac: Support device_prep_slave_sg
` [PATCH v2 07/15] dmaegine: dw-axi-dmac: Support device_prep_dma_cyclic()
` [PATCH v2 08/15] dmaengine: dw-axi-dmac: Support of_dma_controller_register()
` [PATCH v2 09/15] dmaengine: dw-axi-dmac: Support burst residue granularity
` [PATCH v2 10/15] dmaengine: dw-axi-dmac: Add Intel KeemBay AxiDMA support
` [PATCH v2 11/15] dt-binding: dma: dw-axi-dmac: Add support for Intel KeemBay AxiDMA
` [PATCH v2 12/15] dmaengine: dw-axi-dmac: Add Intel KeemBay DMA register fields
` [PATCH v2 13/15] dmaengine: dw-axi-dmac: Add Intel KeemBay AxiDMA handshake
` [PATCH v2 14/15] dmaengine: dw-axi-dmac: Add Intel KeemBay AxiDMA BYTE and HALFWORD registers
` [PATCH v2 15/15] dmaengine: dw-axi-dmac: Set constraint to the Max segment size

[PATCH 00/15] dmaengine: dw-axi-dmac: support Intel KeemBay AxiDMA
 2020-10-21  1:54 UTC  (5+ messages)

[PATCH v3 02/18] iommu/vt-d: Add DEV-MSI support
 2020-10-20 21:42 UTC  (4+ messages)

[PATCH 1/2] dt-bindings: dma: mtk-apdma: add bindings for MT8516 SOC
 2020-10-19 21:16 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;
as well as URLs for NNTP newsgroup(s).