dmaengine.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-02-03 18:04:18 to 2021-03-02 19:58:56 UTC [more...]

[PATCH v5 00/14] Add VFIO mediated device support and DEV-MSI support for the idxd driver
 2021-03-02  0:50 UTC  (31+ messages)
` [PATCH v5 01/14] vfio/mdev: idxd: add theory of operation documentation for idxd mdev
` [PATCH v5 02/14] dmaengine: idxd: add IMS detection in base driver
` [PATCH v5 03/14] dmaengine: idxd: add device support functions in prep for mdev
` [PATCH v5 04/14] vfio/mdev: idxd: Add auxialary device plumbing for idxd mdev support
` [PATCH v5 05/14] vfio/mdev: idxd: add basic mdev registration and helper functions
` [PATCH v5 06/14] vfio/mdev: idxd: add mdev type as a new wq type
` [PATCH v5 07/14] vfio/mdev: idxd: add 1dwq-v1 mdev type
` [PATCH v5 08/14] vfio/mdev: idxd: add emulation rw routines
` [PATCH v5 09/14] vfio/mdev: idxd: prep for virtual device commands
` [PATCH v5 10/14] vfio/mdev: idxd: virtual device commands emulation
` [PATCH v5 11/14] vfio/mdev: idxd: ims setup for the vdcm
` [PATCH v5 12/14] vfio/mdev: idxd: add irq bypass for IMS vectors
` [PATCH v5 13/14] vfio/mdev: idxd: add new wq state for mdev
` [PATCH v5 14/14] vfio/mdev: idxd: add error notification from host driver to mediated device

[PATCH v4] dmaengine: idxd: Do not use devm for 'struct device' object allocation
 2021-02-28 21:39 UTC 

[PATCH v3] dmaengine: idxd: Do not use devm for 'struct device' object allocation
 2021-02-27 23:57 UTC  (4+ messages)

Question on allocating to USB devices
 2021-02-25  8:07 UTC 

[PATCH v2] dmaengine: idxd: Do not use devm for 'struct device' object allocation
 2021-02-24 18:17 UTC  (6+ messages)

[PULL REQUEST]: dmaengine updates for 5.12-rc1
 2021-02-23 23:36 UTC  (3+ messages)
` [GIT PULL]: "

[PATCH] dmaengine: idxd: Do not use devm for 'struct device' object allocation
 2021-02-23 19:36 UTC  (15+ messages)

[PATCH v7 00/15] dmaengine: dw-edma: HDMA support
 2021-02-18 21:32 UTC  (18+ messages)
` [PATCH v7 01/15] dmaengine: dw-edma: Add writeq() and readq() for 64 bits architectures
` [PATCH v7 02/15] dmaengine: dw-edma: Fix comments offset characters' alignment
` [PATCH v7 03/15] dmaengine: dw-edma: Add support for the HDMA feature
` [PATCH v7 04/15] PCI: Add pci_find_vsec_capability() to find a specific VSEC
` [PATCH v7 05/15] dmaengine: dw-edma: Add PCIe VSEC data retrieval support
` [PATCH v7 06/15] dmaengine: dw-edma: Add device_prep_interleave_dma() support
` [PATCH v7 07/15] dmaengine: dw-edma: Improve number of channels check
` [PATCH v7 08/15] dmaengine: dw-edma: Reorder variables to keep consistency
` [PATCH v7 09/15] dmaengine: dw-edma: Improve the linked list and data blocks definition
` [PATCH v7 10/15] dmaengine: dw-edma: Change linked list and data blocks offset and sizes
` [PATCH v7 11/15] dmaengine: dw-edma: Move struct dentry variable from static definition into dw_edma struct
` [PATCH v7 12/15] dmaengine: dw-edma: Fix crash on loading/unloading driver
` [PATCH v7 13/15] dmaengine: dw-edma: Change DMA abreviation from lower into upper case
` [PATCH v7 14/15] dmaengine: dw-edma: Revert fix scatter-gather address calculation
` [PATCH v7 15/15] dmaengine: dw-edma: Add pcim_iomap_table return check

[PATCH v6 00/15] dmaengine: dw-edma: HDMA support
 2021-02-18 10:20 UTC  (18+ messages)
` [PATCH v6 01/15] dmaengine: dw-edma: Add writeq() and readq() for 64 bits architectures
` [PATCH v6 02/15] dmaengine: dw-edma: Fix comments offset characters' alignment
` [PATCH v6 03/15] dmaengine: dw-edma: Add support for the HDMA feature
` [PATCH v6 04/15] PCI: Add pci_find_vsec_capability() to find a specific VSEC
` [PATCH v6 05/15] dmaengine: dw-edma: Add PCIe VSEC data retrieval support
` [PATCH v6 06/15] dmaengine: dw-edma: Add device_prep_interleave_dma() support
` [PATCH v6 07/15] dmaengine: dw-edma: Improve number of channels check
` [PATCH v6 08/15] dmaengine: dw-edma: Reorder variables to keep consistency
` [PATCH v6 09/15] dmaengine: dw-edma: Improve the linked list and data blocks definition
` [PATCH v6 10/15] dmaengine: dw-edma: Change linked list and data blocks offset and sizes
` [PATCH v6 11/15] dmaengine: dw-edma: Move struct dentry variable from static definition into dw_edma struct
` [PATCH v6 12/15] dmaengine: dw-edma: Fix crash on loading/unloading driver
` [PATCH v6 13/15] dmaengine: dw-edma: Change DMA abreviation from lower into upper case
` [PATCH v6 14/15] dmaengine: dw-edma: Revert fix scatter-gather address calculation
` [PATCH v6 15/15] dmaengine: dw-edma: Add pcim_iomap_table return check

[PATCH] dmaengine: idxd: Fix clobbering of SWERR overflow bit on writeback
 2021-02-17  0:13 UTC 

Question on DMA mask
 2021-02-15 16:27 UTC 

[PATCH 0/3] Add missing call to 'pci_free_irq_vectors()'
 2021-02-15 13:25 UTC  (7+ messages)
` [PATCH 1/3] dmaengine: hsu: Add missing call to 'pci_free_irq_vectors()' in probe and remove functions
` [PATCH 2/3] dmaengine: dw-edma: Add missing call to 'pci_free_irq_vectors()' in probe function
` [PATCH 3/3] dmaengine: hisilicon: "

[PATCH] dmaengine: xilinx: dpdma: Fix compilation when !HAS_IOMEM
 2021-02-15  7:40 UTC  (2+ messages)

[PATCH] dmaengine: idxd: make idxd_name constant
 2021-02-12 15:23 UTC 

[PATCH] dmaengine: idxd: convert sprintf() to sysfs_emit() for all usages
 2021-02-12 15:22 UTC 

[PATCH v5 00/15] dmaengine: dw-edma: HDMA support
 2021-02-11 19:42 UTC  (23+ messages)
` [PATCH v5 01/15] dmaengine: dw-edma: Add writeq() and readq() for 64 bits architectures
` [PATCH v5 02/15] dmaengine: dw-edma: Fix comments offset characters' alignment
` [PATCH v5 03/15] dmaengine: dw-edma: Add support for the HDMA feature
` [PATCH v5 04/15] PCI: Add pci_find_vsec_capability() to find a specific VSEC
` [PATCH v5 05/15] dmaengine: dw-edma: Add PCIe VSEC data retrieval support
` [PATCH v5 06/15] dmaengine: dw-edma: Add device_prep_interleave_dma() support
` [PATCH v5 07/15] dmaengine: dw-edma: Improve number of channels check
` [PATCH v5 08/15] dmaengine: dw-edma: Reorder variables to keep consistency
` [PATCH v5 09/15] dmaengine: dw-edma: Improve the linked list and data blocks definition
` [PATCH v5 10/15] dmaengine: dw-edma: Change linked list and data blocks offset and sizes
` [PATCH v5 11/15] dmaengine: dw-edma: Move struct dentry variable from static definition into dw_edma struct
` [PATCH v5 12/15] dmaengine: dw-edma: Fix crash on loading/unloading driver
` [PATCH v5 13/15] dmaengine: dw-edma: Change DMA abreviation from lower into upper case
` [PATCH v5 14/15] dmaengine: dw-edma: Revert fix scatter-gather address calculation
` [PATCH v5 15/15] dmaengine: dw-edma: Add pcim_iomap_table return check

[PATCH] dmaengine: qcom: bam_dma: Add LOCK and UNLOCK flag bit support
 2021-02-11  4:01 UTC  (15+ messages)

[GIT PULL] dmaengine fixes for v5.11
 2021-02-10 20:19 UTC  (2+ messages)

[PATCH] dmaengine: ti: k3-udma: Fix NULL pointer dereference error
 2021-02-10 11:34 UTC  (3+ messages)

[PATCH] dmaengine: ti: k3-udma: Fix NULL pointer dereference error
 2021-02-10  7:50 UTC  (4+ messages)

[PATCH v4 00/15] dmaengine: dw-edma: HDMA support
 2021-02-09 19:40 UTC  (21+ messages)
` [PATCH v4 01/15] dmaengine: dw-edma: Add writeq() and readq() for 64 bits architectures
` [PATCH v4 02/15] dmaengine: dw-edma: Fix comments offset characters' alignment
` [PATCH v4 03/15] dmaengine: dw-edma: Add support for the HDMA feature
` [PATCH v4 04/15] PCI: Add pci_find_vsec_capability() to find a specific VSEC
` [PATCH v4 05/15] dmaengine: dw-edma: Add PCIe VSEC data retrieval support
` [PATCH v4 06/15] dmaengine: dw-edma: Add device_prep_interleave_dma() support
` [PATCH v4 07/15] dmaengine: dw-edma: Improve number of channels check
` [PATCH v4 08/15] dmaengine: dw-edma: Reorder variables to keep consistency
` [PATCH v4 09/15] dmaengine: dw-edma: Improve the linked list and data blocks definition
` [PATCH v4 10/15] dmaengine: dw-edma: Change linked list and data blocks offset and sizes
` [PATCH v4 11/15] dmaengine: dw-edma: Move struct dentry variable from static definition into dw_edma struct
` [PATCH v4 12/15] dmaengine: dw-edma: Fix crash on loading/unloading driver
` [PATCH v4 13/15] dmaengine: dw-edma: Change DMA abreviation from lower into upper case
` [PATCH v4 14/15] dmaengine: dw-edma: Revert fix scatter-gather address calculation
` [PATCH v4 15/15] dmaengine: dw-edma: Add pcim_iomap_table return checker

[PATCH][next] dmaengine: dw-axi-dmac: remove redundant null check on desc
 2021-02-08 12:10 UTC  (4+ messages)

[PATCH v2] Revert "dmaengine: dw: Enable runtime PM"
 2021-02-08 12:06 UTC  (2+ messages)

[RESEND PATCH v3 0/5] misc: Add Add Synopsys DesignWare xData IP driver
 2021-02-08  9:02 UTC  (4+ messages)
` [RESEND PATCH v3 3/5] misc: Add Synopsys DesignWare xData IP driver to Kconfig

[PATCH] coresight: etm4x: Fix merge resolution for amba rework
 2021-02-05 14:04 UTC  (2+ messages)

[PATCH v3 0/5] amba: minor fix and various cleanups
 2021-02-05 11:07 UTC  (11+ messages)
` [GIT PULL] immutable branch for amba changes targeting v5.12-rc1

[PATCH v4 0/6] misc: Add Add Synopsys DesignWare xData IP driver
 2021-02-03 22:09 UTC  (8+ messages)
` [PATCH v4 1/6] misc: "
` [PATCH v4 2/6] misc: Add Synopsys DesignWare xData IP driver to Makefile
` [PATCH v4 3/6] misc: Add Synopsys DesignWare xData IP driver to Kconfig
` [PATCH v4 4/6] Documentation: misc-devices: Add Documentation for dw-xdata-pcie driver
` [PATCH v4 5/6] MAINTAINERS: Add Synopsys xData IP driver maintainer
` [PATCH v4 6/6] docs: ABI: Add sysfs documentation interface of dw-xdata-pcie driver

[PATCH v3 00/15] dmaengine: dw-edma: HDMA support
 2021-02-03 21:11 UTC  (8+ messages)
` [PATCH v3 01/15] dmaengine: dw-edma: Add writeq() and readq() for 64 bits architectures
` [PATCH v3 04/15] PCI: Add pci_find_vsec_capability() to find a specific VSEC
` [PATCH v3 05/15] dmaengine: dw-edma: Add PCIe VSEC data retrieval support
` [PATCH v3 08/15] dmaengine: dw-edma: Reorder variables to keep consistency
` [PATCH v3 11/15] dmaengine: dw-edma: Move struct dentry variable from static definition into dw_edma struct
` [PATCH v3 12/15] dmaengine: dw-edma: Fix crash on loading/unloading driver

[PATCH] Revert "dmaengine: dw: Enable runtime PM"
 2021-02-03 19:23 UTC  (5+ 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).