iommu.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-02-09 13:58:46 to 2021-02-25 22:17:26 UTC [more...]

[PATCH v6 00/12] x86: tag application address space for devices
 2021-02-25 22:17 UTC  (4+ messages)
` [PATCH v6 08/12] fork: Clear PASID for new mm

[PATCH 0/2] iommu/arm-smmu-qcom: Add SC7280 support
 2021-02-25 18:06 UTC  (4+ messages)
` [PATCH 1/2] iommu/arm-smmu-qcom: Add SC7280 SMMU compatible
` [PATCH 2/2] iommu/arm-smmu-qcom: Move the adreno smmu specific impl earlier

[PATCH v3 0/3] iommu/arm-smmu: adreno-smmu page fault handling
 2021-02-25 17:51 UTC  (4+ messages)
` [PATCH v3 1/3] iommu/arm-smmu: Add support for driver IOMMU fault handlers
` [PATCH v3 2/3] drm/msm: Add an adreno-smmu-priv callback to get pagefault info
` [PATCH v3 3/3] drm/msm: Improve the a6xx page fault handler

[PATCH v14 00/13] SMMUv3 Nested Stage Setup (IOMMU part)
 2021-02-25 16:06 UTC  (15+ messages)
` [PATCH v14 01/13] iommu: Introduce attach/detach_pasid_table API
` [PATCH v14 02/13] iommu: Introduce bind/unbind_guest_msi
` [PATCH v14 03/13] iommu/smmuv3: Allow s1 and s2 configs to coexist
` [PATCH v14 04/13] iommu/smmuv3: Get prepared for nested stage support
` [PATCH v14 05/13] iommu/smmuv3: Implement attach/detach_pasid_table
` [PATCH v14 06/13] iommu/smmuv3: Allow stage 1 invalidation with unmanaged ASIDs
` [PATCH v14 07/13] iommu/smmuv3: Implement cache_invalidate
` [PATCH v14 08/13] dma-iommu: Implement NESTED_MSI cookie
` [PATCH v14 09/13] iommu/smmuv3: Nested mode single MSI doorbell per domain enforcement
` [PATCH v14 10/13] iommu/smmuv3: Enforce incompatibility between nested mode and HW MSI regions
` [PATCH v14 11/13] iommu/smmuv3: Implement bind/unbind_guest_msi
` [PATCH v14 12/13] iommu/smmuv3: report additional recoverable faults
` [PATCH v14 13/13] iommu/smmuv3: Accept configs with more than one context descriptor

[PATCH 1/1] Revert "iommu/iova: Retry from last rb tree node if iova search fails"
 2021-02-25 13:54 UTC  (4+ messages)

next/master bisection: baseline.login on r8a77960-ulcb
 2021-02-25 13:00 UTC  (6+ messages)

[PATCH 0/5] iommu/vt-d: Several misc fixes
 2021-02-25  6:26 UTC  (6+ messages)
` [PATCH 1/5] iommu/vt-d: Report the right page fault address
` [PATCH 2/5] iommu/vt-d: Remove WO permissions on second-level paging entries
` [PATCH 3/5] iommu/vt-d: Invalidate PASID cache when root/context entry changed
` [PATCH 4/5] iommu/vt-d: Use user privilege for RID2PASID translation
` [PATCH 5/5] iommu/vt-d: Avoid unnecessary cache flush in pasid entry teardown

[PATCH] iommu/tegra-smmu: Fix mc errors on tegra124-nyan
 2021-02-25  6:27 UTC  (6+ messages)

[PATCH 1/1] iommu: Don't use lazy flush for untrusted device
 2021-02-25  6:14 UTC 

[PATCH] iommu/amd: Fix event counter availability check
 2021-02-24 20:35 UTC  (13+ messages)

[GIT PULL] dma-mapping updates for 5.12
 2021-02-24 18:46 UTC  (2+ messages)

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

[PATCH v11 00/13] SMMUv3 Nested Stage Setup (VFIO part)
 2021-02-23 12:57 UTC  (13+ messages)
` [PATCH v11 01/13] vfio: VFIO_IOMMU_SET_PASID_TABLE
` [PATCH v11 04/13] vfio/pci: Add VFIO_REGION_TYPE_NESTED region type
` [PATCH v11 12/13] vfio/pci: Register a DMA fault response region

preserve DMA offsets when using swiotlb v2
 2021-02-23  7:25 UTC  (7+ messages)
` [PATCH 6/9] swiotlb: refactor swiotlb_tbl_map_single

[PATCH RFC v1 0/6] swiotlb: 64-bit DMA buffer
 2021-02-23  1:22 UTC  (7+ messages)
` [PATCH RFC v1 5/6] xen-swiotlb: convert variables to arrays

[git pull] IOMMU Updates for Linux v5.12
 2021-02-22 18:36 UTC  (2+ messages)

[PATCH 0/4] Misc vSVA fixes for VT-d
 2021-02-22 18:01 UTC  (13+ messages)
` [PATCH 1/4] iommu/vt-d: Enable write protect for supervisor SVM
` [PATCH 2/4] iommu/vt-d: Enable write protect propagation from guest
` [PATCH 3/4] iommu/vt-d: Reject unsupported page request modes
` [PATCH 4/4] iommu/vt-d: Calculate and set flags for handle_mm_fault

[RFC PATCH 0/5] KVM/ARM64 Add support for pinned VMIDs
 2021-02-22 15:53 UTC  (6+ messages)
` [RFC PATCH 1/5] vfio: Add a helper to retrieve kvm instance from a dev
` [RFC PATCH 2/5] KVM: Add generic infrastructure to support pinned VMIDs
` [RFC PATCH 3/5] KVM: ARM64: Add support for "
` [RFC PATCH 4/5] iommu/arm-smmu-v3: Use pinned VMID for NESTED stage with BTM
` [RFC PATCH 5/5] KVM: arm64: Make sure pinned vmid is released on VM exit

MIPS noncoherent DMA cleanups
 2021-02-22 10:42 UTC  (11+ messages)
` [PATCH 4/6] MIPS: refactor the maybe coherent DMA indicators
` [PATCH 5/6] driver core: lift dma_default_coherent into common code

[PATCH v13 00/15] SMMUv3 Nested Stage Setup (IOMMU part)
 2021-02-22  8:56 UTC  (15+ messages)
` [PATCH v13 02/15] iommu: Introduce bind/unbind_guest_msi
` [PATCH v13 05/15] iommu/smmuv3: Get prepared for nested stage support
` [PATCH v13 06/15] iommu/smmuv3: Implement attach/detach_pasid_table

MIPS noncoherent DMA cleanups v2
 2021-02-21  3:06 UTC  (11+ messages)
` [PATCH 1/6] MIPS/malta: simplify plat_setup_iocoherency
` [PATCH 2/6] MIPS/alchemy: factor out the DMA coherent setup
` [PATCH 3/6] MIPS: refactor the runtime coherent vs noncoherent DMA indicators
` [PATCH 4/6] driver core: lift dma_default_coherent into common code
` [PATCH 5/6] MIPS: remove CONFIG_DMA_MAYBE_COHERENT
` [PATCH 6/6] MIPS: remove CONFIG_DMA_PERDEV_COHERENT

swiotlb cleanups
 2021-02-19 21:00 UTC  (5+ messages)
` [PATCH 2/8] xen-swiotlb: use is_swiotlb_buffer in is_xen_swiotlb_buffer
` [PATCH 3/8] xen-swiotlb: use io_tlb_end in xen_swiotlb_dma_supported

[EXTERNAL] Re: Question regarding VIOT proposal
 2021-02-19 17:35 UTC  (15+ messages)

[PATCH RESEND v2 0/5] iommu/tegra-smmu: Some pending reviewed changes
 2021-02-18 20:38 UTC  (10+ messages)
` [PATCH RESEND v2 4/5] iommu/tegra-smmu: Rework tegra_smmu_probe_device()

[RFC PATCH 00/11] vfio/iommu_type1: Implement dirty log tracking based on smmuv3 HTTU
 2021-02-18  1:17 UTC  (7+ messages)
` [RFC PATCH 10/11] vfio/iommu_type1: Optimize dirty bitmap population based on iommu HWDBM

[PATCH] iommu/amd: Fix sleeping in atomic in increase_address_space()
 2021-02-17 18:10 UTC  (2+ messages)

add a new dma_alloc_noncontiguous API v2
 2021-02-16 18:55 UTC  (14+ messages)
` [PATCH 4/7] dma-mapping: add a dma_alloc_noncontiguous API
` [PATCH 6/7] dma-iommu: implement ->alloc_noncontiguous

[PATCH v3 0/2] Add Unisoc iommu basic driver
 2021-02-16 15:10 UTC  (6+ messages)
` [PATCH v3 1/2] dt-bindings: iommu: add bindings for sprd iommu

[PATCH v2] iommu: Check dev->iommu in iommu_dev_xxx functions
 2021-02-16 13:45 UTC  (5+ messages)

[RFC PATCH 0/8] Host1x context isolation support
 2021-02-16 13:20 UTC  (4+ messages)
` [RFC PATCH 1/8] of/device: Allow specifying a custom iommu_spec to of_dma_configure

[PATCH 0/3] mm/page_alloc: Fix pageblock_order with HUGETLB_PAGE_SIZE_VARIABLE
 2021-02-16  9:04 UTC  (15+ messages)
` [PATCH 1/3] mm/page_alloc: Fix pageblock_order when HUGETLB_PAGE_ORDER >= MAX_ORDER
` [PATCH 2/3] arm64/hugetlb: Enable HUGETLB_PAGE_SIZE_VARIABLE
` [PATCH 3/3] dma-contiguous: Type cast MAX_ORDER as unsigned int

[PATCH v13 07/15] iommu/smmuv3: Allow stage 1 invalidation with unmanaged ASIDs
 2021-02-15 13:17 UTC  (5+ messages)

[PATCH 0/2] Domain nesting info for arm-smmu
 2021-02-12 18:16 UTC  (6+ messages)
` [PATCH 1/2] iommu: Report domain nesting info for arm-smmu-v3
` [PATCH 2/2] iommu: arm-smmu-v3: Report domain nesting info reuqired for stage1

[PATCH v7 00/16] vfio: expose virtual Shared Virtual Addressing to VMs
 2021-02-12 11:01 UTC  (12+ messages)
` [PATCH v7 02/16] iommu/smmu: Report empty domain nesting info

[PATCH] iommu: Add device name to iommu map/unmap trace events
 2021-02-12 10:50 UTC  (2+ messages)

[PATCH] iommu/amd: Fix performance counter initialization
 2021-02-12 10:47 UTC  (2+ messages)

[RFC PATCH v3 0/2] mempinfd: Add new syscall to provide memory pin
 2021-02-11 10:28 UTC  (19+ messages)
` [RFC PATCH v3 1/2] "

[iommu:x86/vt-d 10/12] drivers/iommu/intel/iommu.c:5468:21: error: initialization of 'void iommu_domain from incompatible pointer type 'void iommu_domain long unsigned int, size_t)' {aka 'void iommu_domain long unsigned int, long uns
 2021-02-10 18:50 UTC 

[PATCH v4 0/2] VMD MSI Remapping Bypass
 2021-02-10 16:13 UTC  (3+ messages)
` [PATCH v4 1/2] iommu/vt-d: Use Real PCI DMA device for IRTE
` [PATCH v4 2/2] PCI: vmd: Disable MSI-X remapping when possible

[PATCH v4 4/8] of: property: Add fw_devlink support for optional properties
 2021-02-10  8:25 UTC 

DMA direct mapping fix for 5.4 and earlier stable branches
 2021-02-09 15:50 UTC  (8+ 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).