IOMMU Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-03-04 07:50:31 to 2024-03-06 18:25:32 UTC [more...]

[PATCH v5 00/37] Memory allocation profiling
 2024-03-06 18:24 UTC  (23+ messages)
` [PATCH v5 01/37] fix missing vmalloc.h includes
` [PATCH v5 02/37] asm-generic/io.h: Kill vmalloc.h dependency
` [PATCH v5 03/37] mm/slub: Mark slab_free_freelist_hook() __always_inline
` [PATCH v5 04/37] scripts/kallysms: Always include __start and __stop symbols
` [PATCH v5 05/37] fs: Convert alloc_inode_sb() to a macro
` [PATCH v5 06/37] mm: introduce slabobj_ext to support slab object extensions
` [PATCH v5 07/37] mm: introduce __GFP_NO_OBJ_EXT flag to selectively prevent slabobj_ext creation
` [PATCH v5 08/37] mm/slab: introduce SLAB_NO_OBJ_EXT to avoid obj_ext creation
` [PATCH v5 09/37] slab: objext: introduce objext_flags as extension to page_memcg_data_flags
` [PATCH v5 10/37] lib: code tagging framework
` [PATCH v5 11/37] lib: code tagging module support
` [PATCH v5 12/37] lib: prevent module unloading if memory is not freed
` [PATCH v5 13/37] lib: add allocation tagging support for memory allocation profiling
` [PATCH v5 14/37] lib: introduce support for page allocation tagging
` [PATCH v5 15/37] lib: introduce early boot parameter to avoid page_ext memory overhead
` [PATCH v5 16/37] mm: percpu: increase PERCPU_MODULE_RESERVE to accommodate allocation tags
` [PATCH v5 17/37] change alloc_pages name in dma_map_ops to avoid name conflicts
` [PATCH v5 18/37] mm: enable page allocation tagging
` [PATCH v5 19/37] mm: create new codetag references during page splitting
` [PATCH v5 20/37] mm: fix non-compound multi-order memory accounting in __free_pages
` [PATCH v5 21/37] mm/page_ext: enable early_page_ext when CONFIG_MEM_ALLOC_PROFILING_DEBUG=y
` [PATCH v5 22/37] lib: add codetag reference into slabobj_ext

iommu ivhd0: AMD-Vi: Event logged [INVALID_DEVICE_REQUEST device=0000:00:00.0 pasid=0x00000 address=0xfffffffdf8000000 flags=0x0a00]
 2024-03-06 18:09 UTC  (3+ messages)

[RFC RESEND 00/16] Split IOMMU DMA mapping operation to two steps
 2024-03-06 17:44 UTC  (30+ messages)
` [RFC RESEND 01/16] mm/hmm: let users to tag specific PFNs
` [RFC RESEND 02/16] dma-mapping: provide an interface to allocate IOVA
` [RFC RESEND 03/16] dma-mapping: provide callbacks to link/unlink pages to specific IOVA
` [RFC RESEND 04/16] iommu/dma: Provide an interface to allow preallocate IOVA
` [RFC RESEND 05/16] iommu/dma: Prepare map/unmap page functions to receive IOVA
` [RFC RESEND 06/16] iommu/dma: Implement link/unlink page callbacks
` [RFC RESEND 07/16] RDMA/umem: Preallocate and cache IOVA for UMEM ODP
` [RFC RESEND 08/16] RDMA/umem: Store ODP access mask information in PFN
` [RFC RESEND 09/16] RDMA/core: Separate DMA mapping to caching IOVA and page linkage
` [RFC RESEND 10/16] RDMA/umem: Prevent UMEM ODP creation with SWIOTLB
` [RFC RESEND 11/16] vfio/mlx5: Explicitly use number of pages instead of allocated length
` [RFC RESEND 12/16] vfio/mlx5: Rewrite create mkey flow to allow better code reuse
` [RFC RESEND 13/16] vfio/mlx5: Explicitly store page list
` [RFC RESEND 14/16] vfio/mlx5: Convert vfio to use DMA link API
` [RFC RESEND 15/16] block: add dma_link_range() based API
` [RFC RESEND 16/16] nvme-pci: use blk_rq_dma_map() for NVMe SGL

[bug report] iommu/amd: Refactor attaching / detaching device functions
 2024-03-06 16:44 UTC  (2+ messages)

[PATCH] iommu/dma: Document min_align_mask assumption
 2024-03-06 16:40 UTC  (5+ messages)

[PATCH 0/8] [PULL REQUEST] iommu/vt-d: Fixes for iommu next
 2024-03-06 16:36 UTC  (10+ messages)
` [PATCH 1/8] PCI: Make pci_dev_is_disconnected() helper public for other drivers
` [PATCH 2/8] iommu/vt-d: Don't issue ATS Invalidation request when device is disconnected
` [PATCH 3/8] iommu/vt-d: Improve ITE fault handling if target device isn't present
` [PATCH 4/8] iommu: Add static iommu_ops->release_domain
` [PATCH 5/8] iommu/vt-d: Fix NULL domain on device release
` [PATCH 6/8] iommu/vt-d: Setup scalable mode context entry in probe path
` [PATCH 7/8] iommu/vt-d: Remove scalable mode context entry setup from attach_dev
` [PATCH 8/8] iommu/vt-d: Remove scalabe mode in domain_context_clear_one()

[PATCH v3 0/8] IOMMUFD: Deliver IO page faults to user space
 2024-03-06 16:01 UTC  (5+ messages)
` [PATCH v3 5/8] iommufd: Associate fault object with iommufd_hw_pgtable

[PATCH v2 4/7] sparc32: Do not select ZONE_DMA
 2024-03-06 15:24 UTC  (2+ messages)

[RFC PATCH 00/45] KVM: Arm SMMUv3 driver for pKVM
 2024-03-06 12:51 UTC  (7+ messages)
` [RFC PATCH 24/45] KVM: arm64: smmu-v3: Setup stream table

[PATCH v3 0/7] dma-mapping: Simplify arch_setup_dma_ops()
 2024-03-06 12:10 UTC  (3+ messages)

[RFC V1 0/5] x86: CVMs: Align memory conversions to 2M granularity
 2024-03-05 17:19 UTC  (6+ messages)
` [RFC V1 1/5] swiotlb: Support allocating DMA memory from SWIOTLB

[PATCH v6 00/15] iommu/amd: SVA Support (Part 4) - SVA and IOPF
 2024-03-05 16:01 UTC  (22+ messages)
` [PATCH v6 06/15] iommu/amd: Introduce iommu_dev_data.max_pasids
` [PATCH v6 07/15] iommu/amd: Setup GCR3 table in advance if domain is SVA capable
` [PATCH v6 08/15] iommu/amd: Enable PCI features based on attached domain capability
` [PATCH v6 09/15] iommu/amd: Define per-IOMMU iopf_queue
` [PATCH v6 10/15] iommu/amd: Add support for page response
` [PATCH v6 11/15] iommu/amd: Add IO page fault notifier handler
` [PATCH v6 12/15] iommu/amd: Add support for enable/disable IOPF
` [PATCH v6 13/15] iommu/amd: Initial SVA support for AMD IOMMU

[PATCH v5 0/6] Fix double allocation in swiotlb_alloc()
 2024-03-05 15:15 UTC  (28+ messages)
` [PATCH v5 6/6] swiotlb: Remove pointless stride adjustment for allocations >= PAGE_SIZE

[LSF/MM/BPF TOPIC] [LSF/MM/BPF ATTEND] : Two stage IOMMU DMA mapping operations
 2024-03-05 13:03 UTC  (2+ messages)

[PATCH v3 0/5] iommu: Fix domain check on release
 2024-03-05 12:01 UTC  (10+ messages)
` [PATCH v3 1/5] iommu: Add static iommu_ops->release_domain
` [PATCH v3 2/5] iommu/vt-d: Fix NULL domain on device release
` [PATCH v3 3/5] iommu/vt-d: Setup scalable mode context entry in probe path
` [PATCH v3 4/5] iommu/vt-d: Remove scalable mode context entry setup from attach_dev
` [PATCH v3 5/5] iommu/vt-d: Remove scalabe mode in domain_context_clear_one()

[PATCH v14 0/3] fix vt-d hard lockup when hotplug ATS capable device
 2024-03-05 12:00 UTC  (2+ messages)

[RFC 00/16] Split IOMMU DMA mapping operation to two steps
 2024-03-05 10:23 UTC  (35+ messages)
` [RFC 01/16] mm/hmm: let users to tag specific PFNs
  ` [RFC 02/16] dma-mapping: provide an interface to allocate IOVA
  ` [RFC 03/16] dma-mapping: provide callbacks to link/unlink pages to specific IOVA
  ` [RFC 04/16] iommu/dma: Provide an interface to allow preallocate IOVA
  ` [RFC 05/16] iommu/dma: Prepare map/unmap page functions to receive IOVA
  ` [RFC 06/16] iommu/dma: Implement link/unlink page callbacks
  ` [RFC 07/16] RDMA/umem: Preallocate and cache IOVA for UMEM ODP
  ` [RFC 08/16] RDMA/umem: Store ODP access mask information in PFN
  ` [RFC 09/16] RDMA/core: Separate DMA mapping to caching IOVA and page linkage
  ` [RFC 10/16] RDMA/umem: Prevent UMEM ODP creation with SWIOTLB
  ` [RFC 11/16] vfio/mlx5: Explicitly use number of pages instead of allocated length
  ` [RFC 12/16] vfio/mlx5: Rewrite create mkey flow to allow better code reuse
  ` [RFC 13/16] vfio/mlx5: Explicitly store page list
  ` [RFC 14/16] vfio/mlx5: Convert vfio to use DMA link API
  ` [RFC 15/16] block: add dma_link_range() based API
  ` [RFC 16/16] nvme-pci: use blk_rq_dma_map() for NVMe SGL

[PATCH] iommu: Avoid races around default domain allocations
 2024-03-05  7:31 UTC  (4+ messages)
` [PATCH RESEND STABLE v6.1] "

[PATCH v5 00/27] Update SMMUv3 to the modern iommu API (part 2/3)
 2024-03-04 23:44 UTC  (28+ messages)
` [PATCH v5 01/27] iommu/arm-smmu-v3: Do not allow a SVA domain to be set on the wrong PASID
` [PATCH v5 02/27] iommu/arm-smmu-v3: Do not ATC invalidate the entire domain
` [PATCH v5 03/27] iommu/arm-smmu-v3: Add a type for the CD entry
` [PATCH v5 04/27] iommu/arm-smmu-v3: Add an ops indirection to the STE code
` [PATCH v5 05/27] iommu/arm-smmu-v3: Make CD programming use arm_smmu_write_entry()
` [PATCH v5 06/27] iommu/arm-smmu-v3: Consolidate clearing a CD table entry
` [PATCH v5 07/27] iommu/arm-smmu-v3: Move the CD generation for S1 domains into a function
` [PATCH v5 08/27] iommu/arm-smmu-v3: Move allocation of the cdtable into arm_smmu_get_cd_ptr()
` [PATCH v5 09/27] iommu/arm-smmu-v3: Allocate the CD table entry in advance
` [PATCH v5 10/27] iommu/arm-smmu-v3: Move the CD generation for SVA into a function
` [PATCH v5 11/27] iommu/arm-smmu-v3: Build the whole CD in arm_smmu_make_s1_cd()
` [PATCH v5 12/27] iommu/arm-smmu-v3: Start building a generic PASID layer
` [PATCH v5 13/27] iommu/arm-smmu-v3: Make smmu_domain->devices into an allocated list
` [PATCH v5 14/27] iommu/arm-smmu-v3: Make changing domains be hitless for ATS
` [PATCH v5 15/27] iommu/arm-smmu-v3: Add ssid to struct arm_smmu_master_domain
` [PATCH v5 16/27] iommu/arm-smmu-v3: Keep track of valid CD entries in the cd_table
` [PATCH v5 17/27] iommu/arm-smmu-v3: Thread SSID through the arm_smmu_attach_*() interface
` [PATCH v5 18/27] iommu/arm-smmu-v3: Make SVA allocate a normal arm_smmu_domain
` [PATCH v5 19/27] iommu/arm-smmu-v3: Keep track of arm_smmu_master_domain for SVA
` [PATCH v5 20/27] iommu: Add ops->domain_alloc_sva()
` [PATCH v5 21/27] iommu/arm-smmu-v3: Put the SVA mmu notifier in the smmu_domain
` [PATCH v5 22/27] iommu/arm-smmu-v3: Consolidate freeing the ASID/VMID
` [PATCH v5 23/27] iommu/arm-smmu-v3: Move the arm_smmu_asid_xa to per-smmu like vmid
` [PATCH v5 24/27] iommu/arm-smmu-v3: Bring back SVA BTM support
` [PATCH v5 25/27] iommu/arm-smmu-v3: Allow IDENTITY/BLOCKED to be set while PASID is used
` [PATCH v5 26/27] iommu/arm-smmu-v3: Allow a PASID to be set when RID is IDENTITY/BLOCKED
` [PATCH v5 27/27] iommu/arm-smmu-v3: Allow setting a S1 domain to a PASID

[PATCH] iommu/arm-smmu-v3: Add cpu_to_le64() around STRTAB_STE_0_V
 2024-03-04 19:50 UTC 

[PATCH 0/3] iommu: Fix domain check on release (part 2/2)
 2024-03-04 11:13 UTC  (11+ messages)
` [PATCH 1/3] iommu/vt-d: Setup scalable mode context entry in probe path
` [PATCH 2/3] iommu/vt-d: Remove scalable mode context entry setup from attach_dev
` [PATCH 3/3] iommu/vt-d: Remove scalabe mode in domain_context_clear_one()

[PATCH v3] dma-coherent: add support for multi coherent rmems per dev
 2024-03-04  9:47 UTC  (9+ messages)

[PATCH v2 0/2] iommu: Fix domain check on release (part 1/2)
 2024-03-04  9:39 UTC  (6+ messages)
` [PATCH v2 2/2] iommu/vt-d: Fix NULL domain on device release

[PACTH v3] Documentation: iommu/vt-d: Add the document for Intel IOMMU debugfs
 2024-03-04  8:49 UTC  (3+ messages)

[PATCH] iommu/dma: Fix not fully traversing iova reservations issue
 2024-03-04  8:15 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 read-only IMAP folder(s) and NNTP newsgroup(s).