iommu.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-04-26 11:02:33 to 2020-04-30 15:35:09 UTC [more...]

[PATCH v6 00/25] iommu: Shared Virtual Addressing for SMMUv3
 2020-04-30 15:39 UTC  (28+ messages)
` [PATCH v6 01/25] mm: Add a PASID field to mm_struct
` [PATCH v6 02/25] iommu/ioasid: Add ioasid references
` [PATCH v6 03/25] iommu/sva: Add PASID helpers
` [PATCH v6 04/25] iommu: Add a page fault handler
` [PATCH v6 05/25] iommu/iopf: Handle mm faults
` [PATCH v6 06/25] arm64: mm: Add asid_gen_match() helper
` [PATCH v6 07/25] arm64: mm: Pin down ASIDs for sharing mm with devices
` [PATCH v6 08/25] iommu/io-pgtable-arm: Move some definitions to a header
` [PATCH v6 09/25] iommu/arm-smmu-v3: Manage ASIDs with xarray
` [PATCH v6 10/25] arm64: cpufeature: Export symbol read_sanitised_ftr_reg()
` [PATCH v6 11/25] iommu/arm-smmu-v3: Share process page tables
` [PATCH v6 12/25] iommu/arm-smmu-v3: Seize private ASID
` [PATCH v6 13/25] iommu/arm-smmu-v3: Add support for VHE
` [PATCH v6 14/25] iommu/arm-smmu-v3: Enable broadcast TLB maintenance
` [PATCH v6 15/25] iommu/arm-smmu-v3: Add SVA feature checking
` [PATCH v6 16/25] iommu/arm-smmu-v3: Add SVA device feature
` [PATCH v6 17/25] iommu/arm-smmu-v3: Implement iommu_sva_bind/unbind()
` [PATCH v6 18/25] iommu/arm-smmu-v3: Hook up ATC invalidation to mm ops
` [PATCH v6 19/25] iommu/arm-smmu-v3: Add support for Hardware Translation Table Update
` [PATCH v6 20/25] iommu/arm-smmu-v3: Maintain a SID->device structure
` [PATCH v6 21/25] dt-bindings: document stall property for IOMMU masters
` [PATCH v6 22/25] iommu/arm-smmu-v3: Add stall support for platform devices
` [PATCH v6 23/25] PCI/ATS: Add PRI stubs
` [PATCH v6 24/25] PCI/ATS: Export PRI functions
` [PATCH v6 25/25] iommu/arm-smmu-v3: Add support for PRI

[PATCH 0/5] virtio on Type-1 hypervisor
 2020-04-30 15:20 UTC  (33+ messages)
` [PATCH 1/5] swiotlb: Introduce concept of swiotlb_pool
` [PATCH 2/5] swiotlb: Allow for non-linear mapping between paddr and vaddr
` [PATCH 3/5] swiotlb: Add alloc and free APIs
` [PATCH 4/5] swiotlb: Add API to register new pool
` [PATCH 5/5] virtio: Add bounce DMA ops
                            ` [virtio-dev] "
  ` [RFC PATCH] virtio: virtio_pool can be static

[RFC 00/17] DRM: fix struct sg_table nents vs. orig_nents misuse
 2020-04-30 14:17 UTC  (25+ messages)
    ` [RFC 01/17] drm: core: fix "
    ` [RFC 02/17] drm: amdgpu: "
    ` [RFC 03/17] drm: armada: "
    ` [RFC 04/17] drm: etnaviv: "
    ` [RFC 05/17] drm: exynos: "
    ` [RFC 06/17] drm: i915: "
      ` [Intel-gfx] "
    ` [RFC 07/17] drm: lima: "
    ` [RFC 08/17] drm: msm: "
    ` [RFC 09/17] drm: panfrost: "
    ` [RFC 10/17] drm: radeon: "
    ` [RFC 11/17] drm: rockchip: "
    ` [RFC 12/17] drm: tegra: "
    ` [RFC 13/17] drm: virtio: "
    ` [RFC 14/17] drm: vmwgfx: "
    ` [RFC 15/17] drm: xen: "
    ` [RFC 16/17] drm: host1x: "
    ` [RFC 17/17] dmabuf: "

[RFC/PATCH 0/1] virtio_mmio: hypervisor specific interfaces for MMIO
 2020-04-30 13:33 UTC  (15+ messages)
` [RFC/PATCH 1/1] virtio: Introduce MMIO ops

[PATCH] drivers/iommu: properly export iommu_group_get_for_dev
 2020-04-30 12:23 UTC  (3+ messages)

[PATCH v11 00/13] SMMUv3 Nested Stage Setup (IOMMU part)
 2020-04-30  9:39 UTC  (4+ messages)

[RFC PATCH] iommu/amd: fix a race in fetch_pte()
 2020-04-30  1:04 UTC  (7+ messages)

[PATCH v3 00/34] iommu: Move iommu_group setup to IOMMU core code
 2020-04-30  0:07 UTC  (37+ messages)
` [PATCH v3 01/34] iommu: Move default domain allocation to separate function
` [PATCH v3 02/34] iommu: Add def_domain_type() callback in iommu_ops
` [PATCH v3 03/34] iommu/amd: Implement iommu_ops->def_domain_type call-back
` [PATCH v3 04/34] iommu/vt-d: Wire up iommu_ops->def_domain_type
` [PATCH v3 05/34] iommu/amd: Remove dma_mask check from check_device()
` [PATCH v3 06/34] iommu/amd: Return -ENODEV in add_device when device is not handled by IOMMU
` [PATCH v3 07/34] iommu: Add probe_device() and release_device() call-backs
` [PATCH v3 08/34] iommu: Move default domain allocation to iommu_probe_device()
` [PATCH v3 09/34] iommu: Keep a list of allocated groups in __iommu_probe_device()
` [PATCH v3 10/34] iommu: Move new probe_device path to separate function
` [PATCH v3 11/34] iommu: Split off default domain allocation from group assignment
` [PATCH v3 12/34] iommu: Move iommu_group_create_direct_mappings() out of iommu_group_add_device()
` [PATCH v3 13/34] iommu: Export bus_iommu_probe() and make is safe for re-probing
` [PATCH v3 14/34] iommu/amd: Remove dev_data->passthrough
` [PATCH v3 15/34] iommu/amd: Convert to probe/release_device() call-backs
` [PATCH v3 16/34] iommu/vt-d: "
` [PATCH v3 17/34] iommu/arm-smmu: "
` [PATCH v3 18/34] iommu/pamu: "
` [PATCH v3 19/34] iommu/s390: "
` [PATCH v3 20/34] iommu/virtio: "
` [PATCH v3 21/34] iommu/msm: "
` [PATCH v3 22/34] iommu/mediatek: "
` [PATCH v3 23/34] iommu/mediatek-v1 "
` [PATCH v3 24/34] iommu/qcom: "
` [PATCH v3 25/34] iommu/rockchip: "
` [PATCH v3 26/34] iommu/tegra: "
` [PATCH v3 27/34] iommu/renesas: "
` [PATCH v3 28/34] iommu/omap: Remove orphan_dev tracking
` [PATCH v3 29/34] iommu/omap: Convert to probe/release_device() call-backs
` [PATCH v3 30/34] iommu/exynos: Use first SYSMMU in controllers list for IOMMU core
` [PATCH v3 31/34] iommu/exynos: Convert to probe/release_device() call-backs
` [PATCH v3 32/34] iommu: Remove add_device()/remove_device() code-paths
` [PATCH v3 33/34] iommu: Move more initialization to __iommu_probe_device()
` [PATCH v3 34/34] iommu: Unexport iommu_group_get_for_dev()

[PATCH v12 0/8] Nested Shared Virtual Address (SVA) VT-d support
 2020-04-29 22:30 UTC  (8+ messages)
` [PATCH v12 4/8] iommu/vt-d: Add bind guest PASID support
` [PATCH v12 6/8] iommu/vt-d: Add svm/sva invalidate function

[PATCH v3 0/4] iommu/vt-d: Add page request draining support
 2020-04-29 22:23 UTC  (6+ messages)
` [PATCH v3 3/4] "

[PATCH] perf/smmuv3: Allow sharing MMIO registers with the SMMU driver
 2020-04-29 18:01 UTC  (4+ messages)

iommu_iova slab eats too much memory
 2020-04-29 15:00 UTC  (14+ messages)

[PATCH 0/7] x86: tag application address space for devices
 2020-04-28 22:32 UTC  (35+ 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] xen/swiotlb: correct the check for xen_destroy_contiguous_region
 2020-04-28 18:46 UTC  (9+ messages)

[PATCH v2] swiotlb: Adjust SWIOTBL bounce buffer size for SEV guests
 2020-04-27 18:53 UTC  (9+ messages)

[PATCH v11 00/10] Nested Shared Virtual Address (SVA) VT-d support
 2020-04-27 17:28 UTC  (10+ messages)
` [PATCH v11 05/10] iommu/vt-d: Add bind guest PASID support


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