dmaengine.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-10-08 06:41:23 to 2020-10-30 18:54:08 UTC [more...]

[PATCH v4 00/17] Add VFIO mediated device support and DEV-MSI support for the idxd driver
 2020-10-30 18:52 UTC  (14+ 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 10/17] dmaengine: idxd: add emulation rw routines
` [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] 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  (17+ messages)
` [PATCH 01/10] dmaengine: ipu_idmac: remove redundant irqsave and restore in hardIRQ
` [PATCH 02/10] dmaengine: k3-udma: remove redundant irqsave and irqrestore "
` [PATCH 03/10] dmaengine: sf-pdma: "
` [PATCH 04/10] dmaengine: tegra210-adma: "
` [PATCH 05/10] dmaengine: milbeaut-xdmac: "
` [PATCH 06/10] dmaengine: k3dma: "
` [PATCH 07/10] dmaengine: hisi_dma: "
` [PATCH 08/10] dmaengine: moxart-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  (15+ messages)
` [PATCH 01/18] dmaengine: of-dma: Add support for optional router configuration callback
` [PATCH 09/18] dt-bindings: dma: ti: Add document for K3 BCDMA

[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  (11+ 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 4/4] dmaengine: core: update "

[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 v7 0/2] Add Intel LGM soc DMA support
 2020-10-28 14:43 UTC  (7+ messages)
` [PATCH v7 1/2] dt-bindings: dma: Add bindings for intel LGM SOC
` [PATCH v7 2/2] Add Intel LGM soc DMA support

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

[PATCH v3 02/18] iommu/vt-d: Add DEV-MSI support
 2020-10-20 21:42 UTC  (21+ messages)
  ` [PATCH v3 11/18] dmaengine: idxd: ims setup for the vdcm

[PATCH 1/2] dt-bindings: dma: mtk-apdma: add bindings for MT8516 SOC
 2020-10-19 21:16 UTC  (4+ messages)
` [PATCH 2/2] arm64: dts: mediatek: mt8516: add support for APDMA

[PATCH AUTOSEL 5.9 106/111] dmaengine: dw: Add DMA-channels mask cell support
 2020-10-18 19:18 UTC  (2+ messages)
` [PATCH AUTOSEL 5.9 107/111] dmaengine: dw: Activate FIFO-mode for memory peripherals only

[PATCH AUTOSEL 5.8 099/101] dmaengine: dw: Add DMA-channels mask cell support
 2020-10-18 19:20 UTC  (2+ messages)
` [PATCH AUTOSEL 5.8 100/101] dmaengine: dw: Activate FIFO-mode for memory peripherals only

[PATCH AUTOSEL 5.4 78/80] dmaengine: dw: Add DMA-channels mask cell support
 2020-10-18 19:22 UTC  (2+ messages)
` [PATCH AUTOSEL 5.4 79/80] dmaengine: dw: Activate FIFO-mode for memory peripherals only

[PATCH] DMA: PL330: Remove unreachable code
 2020-10-16 10:30 UTC  (3+ messages)

[PATCH v2 4/4] dmaengine: at_xdmac: add AXI priority support and recommended settings
 2020-10-16  9:39 UTC 

[PATCH v2 3/4] dmaengine: at_xdmac: add support for sama7g5 based at_xdmac
 2020-10-16  9:38 UTC 

[PATCH v2 2/4] dmaengine: at_xdmac: adapt perid for mem2mem operations
 2020-10-16  9:37 UTC 

[PATCH v7 0/3] Add support for AMD PTDMA controller driver
 2020-10-16  7:39 UTC  (4+ messages)
` [PATCH v7 1/3] dmaengine: ptdma: Initial driver for the AMD PTDMA
` [PATCH v7 2/3] dmaengine: ptdma: register PTDMA controller as a DMA resource
` [PATCH v7 3/3] dmaengine: ptdma: Add debugfs entries for PTDMA information

[PATCH 0/7] dmaengine: add support for sama7g5 based at_xdmac
 2020-10-16  7:09 UTC  (9+ messages)
` [PATCH 5/7] dmaengine: at_xdmac: "
` [PATCH 6/7] dt-bindings: dmaengine: at_xdmac: add optional microchip,m2m property

[GIT PULL] dmaengine updates for v5.10-rc1
 2020-10-15 22:19 UTC  (2+ messages)

[PATCH 00/14] drop double zeroing
 2020-10-13 22:42 UTC  (2+ messages)

[PATCH v4 0/3] dmaengine: Add support for QCOM GSI dma controller
 2020-10-13  7:02 UTC  (15+ messages)
` [PATCH v4 1/3] dt-bindings: dmaengine: Document qcom,gpi dma binding
` [PATCH v4 2/3] dmaengine: add peripheral configuration
` [PATCH v4 3/3] dmaengine: qcom: Add GPI dma driver

[PATCH v6 0/3] Add support for AMD PTDMA controller driver
 2020-10-12 11:19 UTC  (4+ messages)
` [PATCH v6 1/3] dmaengine: ptdma: Initial driver for the AMD PTDMA
` [PATCH v6 2/3] dmaengine: ptdma: register PTDMA controller as a DMA resource
` [PATCH v6 3/3] dmaengine: ptdma: Add debugfs entries for PTDMA information

[PATCH 0/5] Fix warning in dmaengine subsystem
 2020-10-09  4:18 UTC  (4+ messages)
` [PATCH 5/5] dmaengine: owl-dma: fix kernel-doc style for enum


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).