iommu.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-03-24 05:49:15 to 2020-03-31 07:56:09 UTC [more...]

[PATCH v1 0/8] vfio: expose virtual Shared Virtual Addressing to VMs
 2020-03-31  7:56 UTC  (24+ messages)
` [PATCH v1 1/8] vfio: Add VFIO_IOMMU_PASID_REQUEST(alloc/free)
` [PATCH v1 2/8] vfio/type1: Add vfio_iommu_type1 parameter for quota tuning
` [PATCH v1 3/8] vfio/type1: Report PASID alloc/free support to userspace
` [PATCH v1 5/8] vfio/type1: Report 1st-level/stage-1 format "
` [PATCH v1 6/8] vfio/type1: Bind guest page tables to host
` [PATCH v1 7/8] vfio/type1: Add VFIO_IOMMU_CACHE_INVALIDATE
` [PATCH v1 8/8] vfio/type1: Add vSVA support for IOMMU-backed mdevs

[PATCH] iommu/arm-smmu: Demote error messages to debug in shutdown callback
 2020-03-31  7:53 UTC  (11+ messages)

[PATCH v1 0/2] vfio/pci: expose device's PASID capability to VMs
 2020-03-31  7:08 UTC  (6+ messages)
` [PATCH v1 1/2] vfio/pci: Expose PCIe PASID capability to guest

[PATCH v2 0/3] IOMMU user API enhancement
 2020-03-31  6:06 UTC  (12+ messages)
` [PATCH v2 1/3] iommu/uapi: Define uapi version and capabilities
` [PATCH v2 2/3] iommu/uapi: Use unified UAPI version
` [PATCH v2 3/3] iommu/uapi: Add helper function for size lookup

[PATCH] swiotlb: Allow swiotlb to live at pre-defined address
 2020-03-31  2:16 UTC  (14+ messages)

[PATCH V10 00/11] Nested Shared Virtual Address (SVA) VT-d support
 2020-03-31  3:43 UTC  (42+ messages)
` [PATCH V10 01/11] iommu/vt-d: Move domain helper to header
` [PATCH V10 02/11] iommu/uapi: Define a mask for bind data
` [PATCH V10 03/11] iommu/vt-d: Add a helper function to skip agaw
` [PATCH V10 04/11] iommu/vt-d: Use helper function to skip agaw for SL
` [PATCH V10 05/11] iommu/vt-d: Add nested translation helper function
` [PATCH V10 06/11] iommu/vt-d: Add bind guest PASID support
` [PATCH V10 07/11] iommu/vt-d: Support flushing more translation cache types
` [PATCH V10 08/11] iommu/vt-d: Add svm/sva invalidate function
` [PATCH V10 09/11] iommu/vt-d: Cache virtual command capability register
` [PATCH V10 10/11] iommu/vt-d: Enlightened PASID allocation
` [PATCH V10 11/11] iommu/vt-d: Add custom allocator for IOASID

[PATCH v2] swiotlb: Adjust SWIOTBL bounce buffer size for SEV guests
 2020-03-30 22:25 UTC  (8+ messages)

[PATCH] iommu/vt-d: Fix PASID cache flush
 2020-03-30 23:25 UTC 

[PATCH v2 0/3] Request direct mapping for modem device
 2020-03-30 22:11 UTC  (3+ messages)
` [PATCH v2 1/3] dt-bindings: remoteproc: qcom: Add iommus property

[PATCH 0/7] x86: tag application address space for devices
 2020-03-30 19:33 UTC  (8+ messages)
` [PATCH 1/7] docs: x86: Add a documentation for ENQCMD
` [PATCH 2/7] x86/cpufeatures: Enumerate ENQCMD and ENQCMDS instructions
` [PATCH 3/7] x86/fpu/xstate: Add supervisor PASID state for ENQCMD feature
` [PATCH 4/7] x86/msr-index: Define IA32_PASID MSR
` [PATCH 5/7] x86/mmu: Allocate/free PASID
` [PATCH 6/7] x86/traps: Fix up invalid PASID
` [PATCH 7/7] x86/process: Clear PASID state for a newly forked/cloned thread

[PATCH 00/10] IOASID extensions for guest SVA
 2020-03-28  6:44 UTC  (35+ messages)
` [PATCH 01/10] iommu/ioasid: Introduce system-wide capacity
` [PATCH 02/10] iommu/vt-d: Set IOASID capacity when SVM is enabled
` [PATCH 03/10] iommu/ioasid: Introduce per set allocation APIs
` [PATCH 04/10] iommu/ioasid: Rename ioasid_set_data to avoid confusion with ioasid_set
` [PATCH 05/10] iommu/ioasid: Create an IOASID set for host SVA use
` [PATCH 06/10] iommu/ioasid: Convert to set aware allocations
` [PATCH 07/10] iommu/ioasid: Use mutex instead of spinlock
` [PATCH 08/10] iommu/ioasid: Introduce notifier APIs
` [PATCH 09/10] iommu/ioasid: Support ioasid_set quota adjustment
` [PATCH 10/10] iommu/vt-d: Register PASID notifier for status change

[PATCH] iommu: Lower severity of add/remove device messages
 2020-03-27 22:25 UTC  (5+ messages)

[PATCH v4 00/16] iommu: Move iommu_fwspec out of 'struct device'
 2020-03-27 10:16 UTC  (22+ messages)
` [PATCH v4 01/16] iommu: Define dev_iommu_fwspec_get() for !CONFIG_IOMMU_API
` [PATCH v4 02/16] ACPI/IORT: Remove direct access of dev->iommu_fwspec
` [PATCH v4 03/16] drm/msm/mdp5: "
` [PATCH v4 04/16] iommu/tegra-gart: "
` [PATCH v4 05/16] iommu: Rename struct iommu_param to dev_iommu
` [PATCH v4 06/16] iommu: Move iommu_fwspec to struct dev_iommu
` [PATCH v4 07/16] iommu/arm-smmu: Fix uninitilized variable warning
` [PATCH v4 08/16] iommu: Introduce accessors for iommu private data
` [PATCH v4 09/16] iommu/arm-smmu-v3: Use accessor functions "
` [PATCH v4 10/16] iommu/arm-smmu: Refactor master_cfg/fwspec usage
` [PATCH v4 11/16] iommu/arm-smmu: Use accessor functions for iommu private data
` [PATCH v4 12/16] iommu/renesas: "
` [PATCH v4 13/16] iommu/mediatek: "
` [PATCH v4 14/16] iommu/qcom: "
` [PATCH v4 15/16] iommu/virtio: "
` [PATCH v4 16/16] iommu: Move fwspec->iommu_priv to struct dev_iommu

[PATCH v2 0/3] iommu/virtio: Misc fixes
 2020-03-27 10:11 UTC  (9+ messages)
` [PATCH v2 1/3] iommu/virtio: Fix sparse warning
` [PATCH v2 2/3] iommu/virtio: Fix freeing of incomplete domains
` [PATCH v2 3/3] iommu/virtio: Reject IOMMU page granule larger than PAGE_SIZE
    ` [EXT] "

[PATCH 0/3] Misc bug fixes for VT-d SVM
 2020-03-27 10:04 UTC  (8+ messages)
` [PATCH 1/3] iommu/vt-d: Remove redundant IOTLB flush

[PATCH v3 00/15] iommu: Move iommu_fwspec out of 'struct device'
 2020-03-26 15:08 UTC  (6+ messages)
` [PATCH v3 10/15] iommu/arm-smmu: Use accessor functions for iommu private data

generic DMA bypass flag v2
 2020-03-26  1:26 UTC  (19+ messages)
` [PATCH 1/2] dma-mapping: add a dma_ops_bypass flag to struct device

[PATCH] iommu/virtio: Reject IOMMU page granule larger than PAGE_SIZE
 2020-03-25 21:05 UTC  (2+ messages)

[RFC PATCH 1/4] bus: fsl-mc: add custom .dma_configure implementation
 2020-03-25 16:48 UTC  (3+ messages)

[PATCH v2 0/8] Sort out SMMUv3 ATC invalidation and locking
 2020-03-25 15:31 UTC  (17+ messages)
` arm-smmu-v3 high cpu usage for NVMe

[PATCH RESEND] iommu/arm-smmu: Refactor master_cfg/fwspec usage
 2020-03-25 13:18 UTC 

[PATCH 0/2] Replace Intel SVM with IOMMU SVA APIs
 2020-03-24 15:53 UTC  (4+ messages)
` [PATCH 2/2] iommu/vt-d: Replace intel SVM APIs with generic "

[RFC PATCH v2 0/4] bus: fsl-mc: Add ACPI support for fsl-mc
 2020-03-24 11:30 UTC  (5+ messages)
` [RFC PATCH v2 1/4] bus: fsl-mc: add custom .dma_configure implementation
` [RFC PATCH v2 2/4] irqchip/fsl-mc: Change the way the IRQ domain is set for MC devices
` [RFC PATCH v2 3/4] bus: fsl-mc: Add ACPI support for fsl-mc
` [RFC PATCH v2 4/4] iommu/of: get rid of fsl-mc specific code

[PATCH RFC] iommu/virtio: Use page size bitmap supported by endpoint
 2020-03-24  7:58 UTC  (5+ messages)
  ` [EXT] "


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