iommu.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-04-14 13:16:47 to 2020-04-16 14:40:50 UTC [more...]

[PATCH v1 0/8] vfio: expose virtual Shared Virtual Addressing to VMs
 2020-04-16 14:40 UTC  (10+ messages)
` [PATCH v1 7/8] vfio/type1: Add VFIO_IOMMU_CACHE_INVALIDATE

[RFC PATCH 1/4] bus: fsl-mc: add custom .dma_configure implementation
 2020-04-16 14:38 UTC  (10+ messages)
      ` [EXT] "

[PATCH 0/2] iommu/arm-smmu: Allow client devices to select direct mapping
 2020-04-16 13:58 UTC  (7+ messages)
` [PATCH 1/2] iommu: arm-smmu-impl: Convert to a generic reset implementation
` [PATCH 2/2] iommu/arm-smmu: Allow client devices to select direct mapping

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

[PATCH v2 00/33] iommu: Move iommu_group setup to IOMMU core code
 2020-04-16 11:48 UTC  (24+ messages)
  ` [PATCH v2 02/33] iommu: Add def_domain_type() callback in iommu_ops
  ` [PATCH v2 03/33] iommu/amd: Implement iommu_ops->def_domain_type call-back
  ` [PATCH v2 05/33] iommu/amd: Remove dma_mask check from check_device()
  ` [PATCH v2 07/33] iommu: Add probe_device() and remove_device() call-backs
  ` [PATCH v2 13/33] iommu: Export bus_iommu_probe() and make is safe for re-probing
  ` [PATCH v2 14/33] iommu/amd: Remove dev_data->passthrough
  ` [PATCH v2 21/33] iommu/msm: Convert to probe/release_device() call-backs
  ` [PATCH v2 23/33] iommu/mediatek-v1 "
  ` [PATCH v2 24/33] iommu/qcom: "
  ` [PATCH v2 25/33] iommu/rockchip: "
  ` [PATCH v2 26/33] iommu/tegra: "
  ` [PATCH v2 27/33] iommu/renesas: "
  ` [PATCH v2 28/33] iommu/omap: Remove orphan_dev tracking
  ` [PATCH v2 29/33] iommu/omap: Convert to probe/release_device() call-backs
  ` [PATCH v2 30/33] iommu/exynos: Use first SYSMMU in controllers list for IOMMU core
  ` [PATCH v2 31/33] iommu/exynos: Convert to probe/release_device() call-backs
  ` [PATCH v2 32/33] iommu: Remove add_device()/remove_device() code-paths
  ` [PATCH v2 33/33] iommu: Unexport iommu_group_get_for_dev()

[PATCH v11 00/10] Nested Shared Virtual Address (SVA) VT-d support
 2020-04-16 10:59 UTC  (11+ messages)
` [PATCH v11 05/10] iommu/vt-d: Add bind guest PASID support
` [PATCH v11 07/10] iommu/vt-d: Add svm/sva invalidate function

[PATCH] dt-bndings: iommu: renesas, ipmmu-vmsa: convert to json-schema
 2020-04-16 10:16 UTC  (7+ messages)
  ` [PATCH] dt-bndings: iommu: renesas,ipmmu-vmsa: "

[PATCH] iommu/qcom:fix local_base status check
 2020-04-16 10:12 UTC  (5+ messages)

[PATCH v2] of_device: removed #include that caused a recursion in included headers
 2020-04-16  9:49 UTC 

[PATCH v2 0/7] iommu/vt-d: Add page request draining support
 2020-04-16  8:38 UTC  (22+ messages)
` [PATCH v2 1/7] iommu/vt-d: Refactor parameters for qi_submit_sync()
` [PATCH v2 2/7] iommu/vt-d: Multiple descriptors per qi_submit_sync()
` [PATCH v2 3/7] iommu/vt-d: debugfs: Add support to show inv queue internals
` [PATCH v2 4/7] iommu/vt-d: Refactor prq_event_thread()
` [PATCH v2 5/7] iommu/vt-d: Save prq descriptors in an internal list
` [PATCH v2 6/7] iommu/vt-d: Add page request draining support
` [PATCH v2 7/7] iommu/vt-d: Remove redundant IOTLB flush

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

[PATCH v3 0/3] Replace private domain with per-group default domain
 2020-04-16  7:40 UTC  (6+ messages)
` [PATCH v3 1/3] iommu/vt-d: Allow 32bit devices to uses DMA domain
` [PATCH v3 2/3] iommu/vt-d: Allow PCI sub-hierarchy to use "
` [PATCH v3 3/3] iommu/vt-d: Apply per-device dma_ops

[PATCH v2 0/3] IOMMU user API enhancement
 2020-04-16  1:27 UTC  (24+ messages)
` [PATCH v2 1/3] iommu/uapi: Define uapi version and capabilities

[patch 0/7] unencrypted atomic DMA pools with dynamic expansion
 2020-04-15 13:45 UTC  (9+ messages)
` [patch 1/7] dma-remap: separate DMA atomic pools from direct remap code
` [patch 2/7] dma-pool: add additional coherent pools to map to gfp mask
` [patch 3/7] dma-pool: dynamically expanding atomic pools
` [patch 4/7] dma-direct: atomic allocations must come from atomic coherent pools
` [patch 5/7] dma-pool: add pool sizes to debugfs
` [patch 6/7] x86/mm: unencrypted non-blocking DMA allocations use coherent pools
` [patch 7/7] dma-pool: scale the default DMA coherent pool size with memory capacity

[PATCH 00/10] IOASID extensions for guest SVA
 2020-04-15 15:10 UTC  (7+ messages)
` [PATCH 05/10] iommu/ioasid: Create an IOASID set for host SVA use

[PATCH] dma: Fix max PFN arithmetic overflow on 32 bit systems
 2020-04-15 14:35 UTC  (3+ messages)
` [PATCH v2] "

[PATCH AUTOSEL 4.4 14/14] iommu/amd: Fix the configuration of GCR3 table root pointer
 2020-04-15 11:48 UTC 

[PATCH AUTOSEL 4.9 21/21] iommu/amd: Fix the configuration of GCR3 table root pointer
 2020-04-15 11:47 UTC 

[PATCH AUTOSEL 4.14 26/30] iommu/vt-d: Fix mm reference leak
 2020-04-15 11:47 UTC  (2+ messages)
` [PATCH AUTOSEL 4.14 30/30] iommu/amd: Fix the configuration of GCR3 table root pointer

[PATCH AUTOSEL 4.19 33/40] iommu/vt-d: Fix mm reference leak
 2020-04-15 11:46 UTC  (2+ messages)
` [PATCH AUTOSEL 4.19 39/40] iommu/amd: Fix the configuration of GCR3 table root pointer

[PATCH AUTOSEL 5.4 15/84] dma-coherent: fix integer overflow in the reserved-memory dma allocation
 2020-04-15 11:44 UTC  (6+ messages)
` [PATCH AUTOSEL 5.4 69/84] iommu/virtio: Fix freeing of incomplete domains
` [PATCH AUTOSEL 5.4 70/84] iommu/vt-d: Fix mm reference leak
` [PATCH AUTOSEL 5.4 73/84] iommu/vt-d: Silence RCU-list debugging warning in dmar_find_atsr()
` [PATCH AUTOSEL 5.4 74/84] iommu/vt-d: Fix page request descriptor size
` [PATCH AUTOSEL 5.4 83/84] iommu/amd: Fix the configuration of GCR3 table root pointer

[PATCH AUTOSEL 5.5 024/106] dma-coherent: fix integer overflow in the reserved-memory dma allocation
 2020-04-15 11:42 UTC  (6+ messages)
` [PATCH AUTOSEL 5.5 088/106] iommu/virtio: Fix freeing of incomplete domains
` [PATCH AUTOSEL 5.5 089/106] iommu/vt-d: Fix mm reference leak
` [PATCH AUTOSEL 5.5 094/106] iommu/vt-d: Silence RCU-list debugging warning in dmar_find_atsr()
` [PATCH AUTOSEL 5.5 095/106] iommu/vt-d: Fix page request descriptor size
` [PATCH AUTOSEL 5.5 104/106] iommu/amd: Fix the configuration of GCR3 table root pointer

[PATCH AUTOSEL 5.6 032/129] dma-coherent: fix integer overflow in the reserved-memory dma allocation
 2020-04-15 11:34 UTC  (7+ messages)
` [PATCH AUTOSEL 5.6 107/129] iommu/virtio: Fix freeing of incomplete domains
` [PATCH AUTOSEL 5.6 108/129] iommu/vt-d: Add build dependency on IOASID
` [PATCH AUTOSEL 5.6 109/129] iommu/vt-d: Fix mm reference leak
` [PATCH AUTOSEL 5.6 115/129] iommu/vt-d: Silence RCU-list debugging warning in dmar_find_atsr()
` [PATCH AUTOSEL 5.6 116/129] iommu/vt-d: Fix page request descriptor size
` [PATCH AUTOSEL 5.6 126/129] iommu/amd: Fix the configuration of GCR3 table root pointer

generic DMA bypass flag v3
 2020-04-15 11:21 UTC  (5+ messages)
` [PATCH 1/4] dma-mapping: move the remaining DMA API calls out of line

[PATCH 0/2] iommu/arm-smmu: Allow client devices to select direct mapping
 2020-04-15 10:11 UTC 

[PATCH v2] dt-bindings: iommu: renesas, ipmmu-vmsa: convert to json-schema
 2020-04-15  9:02 UTC 

[PATCH 0/2] iommu: Remove iommu_sva_ops::mm_exit()
 2020-04-15  7:47 UTC  (11+ messages)

[PATCH v1 0/2] vfio/pci: expose device's PASID capability to VMs
 2020-04-15  1:01 UTC  (19+ messages)
` [PATCH v1 2/2] vfio/pci: Emulate PASID/PRI capability for VFs

[rfc] dma-mapping: preallocate unencrypted DMA atomic pool
 2020-04-14 19:23 UTC  (14+ messages)
    ` [rfc 0/6] unencrypted atomic DMA pools with dynamic expansion
      ` [rfc v2 "
        ` [rfc v2 4/6] dma-direct: atomic allocations must come from atomic coherent pools
        ` [rfc v2 3/6] dma-pool: dynamically expanding atomic pools

[RFC PATCH 00/34] iommu: Move iommu_group setup to IOMMU core code
 2020-04-14 15:27 UTC  (13+ messages)
` [RFC PATCH 11/34] iommu: Split off default domain allocation from group assignment
  ` [RFC PATCH 33/34] iommu: Remove add_device()/remove_device() code-paths
  ` [RFC PATCH 31/34] iommu/exynos: Create iommu_device in struct exynos_iommu_owner
        ` [PATCH] iommu/exynos: Get rid of 'struct exynos_iommu_owner' exynos_iommu_owner

decruft the vmalloc API v2
 2020-04-14 15:13 UTC  (10+ messages)
` [PATCH 07/29] powerpc: remove __ioremap_at and __iounmap_at
` [PATCH 09/29] mm: unexport unmap_kernel_range_noflush
` [PATCH 18/29] mm: remove the prot argument from vm_map_ram
` [PATCH 20/29] gpu/drm: remove the powerpc hack in drm_legacy_sg_alloc
` [PATCH 21/29] mm: remove the pgprot argument to __vmalloc
` [PATCH 25/29] mm: switch the test_vmalloc module to use __vmalloc_node
` [PATCH 26/29] mm: remove vmalloc_user_node_flags
` [PATCH 29/29] s390: use __vmalloc_node in stack_alloc

[PATCH] iommu: spapr_tce: Disable compile testing to fix build on book3s_32 config
 2020-04-14 14:26 UTC 


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