iommu.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-03-13 14:09:02 to 2020-03-20 22:21:49 UTC [more...]

[PATCH v10 00/13] SMMUv3 Nested Stage Setup (IOMMU part)
 2020-03-20 22:20 UTC  (15+ messages)
` [PATCH v10 01/13] iommu: Introduce attach/detach_pasid_table API
` [PATCH v10 02/13] iommu: Introduce bind/unbind_guest_msi
` [PATCH v10 03/13] iommu/arm-smmu-v3: Maintain a SID->device structure
` [PATCH v10 04/13] iommu/smmuv3: Dynamically allocate s1_cfg and s2_cfg
` [PATCH v10 05/13] iommu/smmuv3: Get prepared for nested stage support
` [PATCH v10 06/13] iommu/smmuv3: Implement attach/detach_pasid_table
` [PATCH v10 07/13] iommu/smmuv3: Allow stage 1 invalidation with unmanaged ASIDs
` [PATCH v10 08/13] iommu/smmuv3: Implement cache_invalidate
` [PATCH v10 09/13] dma-iommu: Implement NESTED_MSI cookie
` [PATCH v10 10/13] iommu/smmuv3: Nested mode single MSI doorbell per domain enforcement
` [PATCH v10 11/13] iommu/smmuv3: Enforce incompatibility between nested mode and HW MSI regions
` [PATCH v10 12/13] iommu/smmuv3: Implement bind/unbind_guest_msi
` [PATCH v10 13/13] iommu/smmuv3: Report non recoverable faults

[PATCH V9 00/10] Nested Shared Virtual Address (SVA) VT-d support
 2020-03-20 21:35 UTC  (4+ messages)
` [PATCH V9 02/10] iommu/uapi: Define a mask for bind data

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

[PATCH v10 00/11] SMMUv3 Nested Stage Setup (VFIO part)
 2020-03-20 16:19 UTC  (12+ messages)
` [PATCH v10 01/11] vfio: VFIO_IOMMU_SET_PASID_TABLE
` [PATCH v10 02/11] vfio: VFIO_IOMMU_CACHE_INVALIDATE
` [PATCH v10 03/11] vfio: VFIO_IOMMU_SET_MSI_BINDING
` [PATCH v10 04/11] vfio/pci: Add VFIO_REGION_TYPE_NESTED region type
` [PATCH v10 05/11] vfio/pci: Register an iommu fault handler
` [PATCH v10 06/11] vfio/pci: Allow to mmap the fault queue
` [PATCH v10 07/11] vfio: Use capability chains to handle device specific irq
` [PATCH v10 08/11] vfio: Add new IRQ for DMA fault reporting
` [PATCH v10 09/11] vfio/pci: Add framework for custom interrupt indices
` [PATCH v10 10/11] vfio/pci: Register and allow DMA FAULT IRQ signaling
` [PATCH v10 11/11] vfio: Document nested stage control

[PATCH 0/3] Misc bug fixes for VT-d SVM
 2020-03-20 16:20 UTC  (8+ messages)
` [PATCH 1/3] iommu/vt-d: Remove redundant IOTLB flush
` [PATCH 2/3] iommu/vt-d: Fix mm reference leak
` [PATCH 3/3] iommu/vt-d: Add build dependency on IOASID

[GIT PULL] iommu/arm-smmu: Updates for 5.7
 2020-03-20 16:09 UTC  (2+ messages)

generic DMA bypass flag v2
 2020-03-20 15:02 UTC  (4+ messages)
` [PATCH 1/2] dma-mapping: add a dma_ops_bypass flag to struct device
` [PATCH 2/2] powerpc: use the generic dma_ops_bypass mode

[linux-next/mainline][bisected 3acac06][ppc] Oops when unloading mpt3sas driver
 2020-03-20  9:59 UTC  (5+ messages)

[PATCH 0/2] Replace Intel SVM with IOMMU SVA APIs
 2020-03-20  9:43 UTC  (7+ messages)
` [PATCH 1/2] iommu/vt-d: Report SVA feature with generic flag
` [PATCH 2/2] iommu/vt-d: Replace intel SVM APIs with generic SVA APIs

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

[PATCH v2 0/6] Replace private domain with per-group default domain
 2020-03-20  9:06 UTC  (9+ messages)
` [PATCH v2 1/6] iommu: Add def_domain_type() callback in iommu_ops
` [PATCH v2 2/6] iommu: Configure default domain with def_domain_type
` [PATCH v2 3/6] iommu/vt-d: Don't force 32bit devices to uses DMA domain
` [PATCH v2 4/6] iommu/vt-d: Don't force PCI sub-hierarchy to use "
` [PATCH v2 5/6] iommu/vt-d: Add def_domain_type callback
` [PATCH v2 6/6] iommu/vt-d: Apply per-device dma_ops

[PATCH v3 1/1] iommu: Configure default domain with def_domain_type
 2020-03-20  9:00 UTC 

[PATCH 0/8] Convert the intel iommu driver to the dma-iommu api
 2020-03-20  7:06 UTC  (8+ messages)
` [PATCH 3/8] iommu/vt-d: Remove IOVA handling code from non-dma_ops path

[PATCH] treewide: Rename "unencrypted" to "decrypted"
 2020-03-19 23:53 UTC  (18+ messages)
` [PATCH -v2] "

[PATCH] iommu/virtio: Reject IOMMU page granule larger than PAGE_SIZE
 2020-03-19 18:54 UTC  (7+ messages)

[PATCH] dma: Fix max PFN arithmetic overflow on 32 bit systems
 2020-03-19 15:31 UTC  (4+ messages)

[PATCH v3] iommu/arm-smmu-v3: Add SMMUv3.2 range invalidation support
 2020-03-19 15:24 UTC  (3+ messages)

[PATCH v1 0/6] iommu/arm-smmu: Auxiliary domain and per instance pagetables
 2020-03-19 15:23 UTC  (5+ messages)
` [PATCH v1 2/6] arm/smmu: Add auxiliary domain support for arm-smmuv2

[PATCH] iommu/vt-d: silence a RCU-list debugging warning
 2020-03-19 14:16 UTC  (4+ messages)

[PATCH 1/1] iommu/vt-d: Fix page request descriptor size
 2020-03-19 14:10 UTC  (2+ messages)

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

[PATCH v5 0/5] iommu/arm-smmu: Split pagetable support for arm-smmu-v2
 2020-03-18 22:34 UTC  (3+ messages)
` [PATCH v5 2/5] iommu/arm-smmu: Add support for TTBR1

[PATCH v2 00/11] PCI/ATS: Device-tree support and other improvements
 2020-03-18 21:49 UTC  (3+ messages)
` [PATCH v2 07/11] iommu/arm-smmu-v3: Use pci_ats_supported()

[PATCH v2 1/6] PCI/ATS: Export symbols of PASID functions
 2020-03-18 21:12 UTC  (3+ messages)

[PATCH v2 2/3] PCI: Add DMA configuration for virtual platforms
 2020-03-18 21:10 UTC  (2+ messages)

[PATCH AUTOSEL 4.4 11/12] iommu/vt-d: quirk_ioat_snb_local_iommu: replace WARN_TAINT with pr_warn + add_taint
 2020-03-18 20:56 UTC  (2+ messages)
` [PATCH AUTOSEL 4.4 12/12] iommu/vt-d: Fix the wrong printing in RHSA parsing

[PATCH AUTOSEL 4.9 14/15] iommu/vt-d: quirk_ioat_snb_local_iommu: replace WARN_TAINT with pr_warn + add_taint
 2020-03-18 20:56 UTC  (2+ messages)
` [PATCH AUTOSEL 4.9 15/15] iommu/vt-d: Fix the wrong printing in RHSA parsing

[PATCH AUTOSEL 4.14 27/28] iommu/vt-d: quirk_ioat_snb_local_iommu: replace WARN_TAINT with pr_warn + add_taint
 2020-03-18 20:55 UTC  (2+ messages)
` [PATCH AUTOSEL 4.14 28/28] iommu/vt-d: Fix the wrong printing in RHSA parsing

[PATCH AUTOSEL 4.19 36/37] iommu/vt-d: quirk_ioat_snb_local_iommu: replace WARN_TAINT with pr_warn + add_taint
 2020-03-18 20:55 UTC  (2+ messages)
` [PATCH AUTOSEL 4.19 37/37] iommu/vt-d: Fix the wrong printing in RHSA parsing

[PATCH AUTOSEL 5.4 50/73] iommu/vt-d: Fix RCU-list bugs in intel_iommu_init()
 2020-03-18 20:53 UTC  (8+ messages)
` [PATCH AUTOSEL 5.4 51/73] iommu/vt-d: Silence RCU-list debugging warnings
` [PATCH AUTOSEL 5.4 67/73] iommu/vt-d: quirk_ioat_snb_local_iommu: replace WARN_TAINT with pr_warn + add_taint
` [PATCH AUTOSEL 5.4 68/73] iommu/vt-d: Fix debugfs register reads
` [PATCH AUTOSEL 5.4 70/73] iommu/vt-d: Fix the wrong printing in RHSA parsing
` [PATCH AUTOSEL 5.4 71/73] iommu/vt-d: Ignore devices with out-of-spec domain number
` [PATCH AUTOSEL 5.4 72/73] iommu/amd: Fix IOMMU AVIC not properly update the is_run bit in IRTE
` [PATCH AUTOSEL 5.4 73/73] iommu/vt-d: Populate debugfs if IOMMUs are detected

[PATCH v4 0/6] Nvidia Arm SMMUv2 Implementation
 2020-03-18 20:50 UTC  (2+ messages)

[PATCH v4 01/26] mm/mmu_notifiers: pass private data down to alloc_notifier()
 2020-03-17 18:40 UTC  (18+ messages)

[RFC PATCH v2 0/2] iommu: arm-smmu: Add support for early direct mappings
 2020-03-17 18:35 UTC  (4+ messages)
` [RFC PATCH v2 1/2] iommu: arm-smmu: Extract arm_smmu_of_parse()
` [RFC PATCH v2 2/2] iommu: arm-smmu: Add support for early direct mappings

[PATCH v2 0/3] Request direct mapping for modem device
 2020-03-17 15:52 UTC  (5+ messages)
` [PATCH v2 1/3] dt-bindings: remoteproc: qcom: Add iommus property
` [PATCH v2 2/3] remoteproc: qcom_q6v5_mss: Request direct mapping for modem device
` [PATCH v2 3/3] arm64: dts: qcom: sdm845-cheza: Add iommus property

[PATCH 0/5] iommu/vt-d: Add page request draining support
 2020-03-17  7:02 UTC  (6+ messages)
` [PATCH 1/5] iommu/vt-d: Add get_domain_info() helper
` [PATCH 2/5] iommu/vt-d: Refactor parameters for qi_submit_sync()
` [PATCH 3/5] iommu/vt-d: Multiple descriptors per qi_submit_sync()
` [PATCH 4/5] iommu/vt-d: Refactor prq_event_thread()
` [PATCH 5/5] iommu/vt-d: Add page request draining support

[RFC][PATCH] dma-mapping: align default segment_boundary_mask with dma_mask
 2020-03-16 21:45 UTC  (9+ messages)

[PATCH 0/3] Request direct mapping for modem firmware subdevice
 2020-03-16 16:37 UTC  (3+ messages)

[PULL REQUEST] iommu/vt-d: fixes for v5.6
 2020-03-16 15:53 UTC  (5+ messages)
` [PATCH 2/2] iommu/vt-d: Ignore devices with out-of-spec domain number

[PATCH] [dma-coherent] Fix integer overflow in the reserved-memory dma allocation
 2020-03-16  9:43 UTC  (3+ messages)
` [PATCH v3] "

[RFC PATCH] vfio: Ignore -ENODEV when getting MSI cookie
 2020-03-16  8:58 UTC  (3+ messages)

[git pull] IOMMU Fixes for Linux v5.6-rc5
 2020-03-15 20:25 UTC  (2+ messages)

[PATCH v2 1/1] iommu/vt-d: Populate debugfs if IOMMUs are detected
 2020-03-14 19:03 UTC  (2+ messages)

[PATCH 0/6] Replace private domain with per-group default
 2020-03-14  1:13 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).