IOMMU Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-03-15 10:41:23 to 2024-03-25 02:18:03 UTC [more...]

[PATCH 00/12] Consolidate domain cache invalidation
 2024-03-25  2:16 UTC  (2+ messages)
` [PATCH 01/12] iommu/vt-d: Add cache tag assignment interface

[RFC RESEND 00/16] Split IOMMU DMA mapping operation to two steps
 2024-03-24 23:22 UTC  (18+ messages)

[PATCH] Allocate DMAR fault interrupts locally
 2024-03-24 21:05 UTC  (6+ messages)

[GIT PULL] dma-mapping fixes for Linux 6.9
 2024-03-24 18:26 UTC  (2+ messages)

[PATCH 0/3] iommu/smmu-v3: support suspend/resume
 2024-03-24 12:29 UTC  (4+ messages)
` [PATCH 1/3] iommu/arm-smmu-v3: save bypass in smmu device structure
` [PATCH 2/3] genirq/msi: cache the last msi msg
` [PATCH 3/3] iommu/arm-smmu-v3: support suspend/resume

[BUG] seltests/iommu: runaway ./iommufd consuming 99% CPU after a failed assert()
 2024-03-23 20:13 UTC  (3+ messages)

[PATCH v6 00/37] Memory allocation profiling
 2024-03-23 18:05 UTC  (51+ messages)
` [PATCH v6 01/37] fix missing vmalloc.h includes
` [PATCH v6 02/37] asm-generic/io.h: Kill vmalloc.h dependency
` [PATCH v6 03/37] mm/slub: Mark slab_free_freelist_hook() __always_inline
` [PATCH v6 04/37] scripts/kallysms: Always include __start and __stop symbols
` [PATCH v6 05/37] fs: Convert alloc_inode_sb() to a macro
` [PATCH v6 06/37] mm: introduce slabobj_ext to support slab object extensions
` [PATCH v6 07/37] mm: introduce __GFP_NO_OBJ_EXT flag to selectively prevent slabobj_ext creation
` [PATCH v6 08/37] mm/slab: introduce SLAB_NO_OBJ_EXT to avoid obj_ext creation
` [PATCH v6 09/37] slab: objext: introduce objext_flags as extension to page_memcg_data_flags
` [PATCH v6 10/37] lib: code tagging framework
` [PATCH v6 11/37] lib: code tagging module support
` [PATCH v6 12/37] lib: prevent module unloading if memory is not freed
` [PATCH v6 13/37] lib: add allocation tagging support for memory allocation profiling
` [PATCH v6 14/37] lib: introduce support for page allocation tagging
` [PATCH v6 15/37] lib: introduce early boot parameter to avoid page_ext memory overhead
` [PATCH v6 16/37] mm: percpu: increase PERCPU_MODULE_RESERVE to accommodate allocation tags
` [PATCH v6 17/37] change alloc_pages name in dma_map_ops to avoid name conflicts
` [PATCH v6 18/37] mm: enable page allocation tagging
` [PATCH v6 19/37] mm: create new codetag references during page splitting
` [PATCH v6 20/37] mm: fix non-compound multi-order memory accounting in __free_pages
` [PATCH v6 21/37] mm/page_ext: enable early_page_ext when CONFIG_MEM_ALLOC_PROFILING_DEBUG=y
` [PATCH v6 22/37] lib: add codetag reference into slabobj_ext
` [PATCH v6 23/37] mm/slab: add allocation accounting into slab allocation and free paths
` [PATCH v6 24/37] rust: Add a rust helper for krealloc()
` [PATCH v6 25/37] mm/slab: enable slab allocation tagging for kmalloc and friends
` [PATCH v6 26/37] mempool: Hook up to memory allocation profiling
` [PATCH v6 27/37] mm: percpu: Introduce pcpuobj_ext
` [PATCH v6 28/37] mm: percpu: Add codetag reference into pcpuobj_ext
` [PATCH v6 29/37] mm: percpu: enable per-cpu allocation tagging
` [PATCH v6 30/37] mm: vmalloc: Enable memory allocation profiling
` [PATCH v6 31/37] rhashtable: Plumb through alloc tag
` [PATCH v6 32/37] lib: add memory allocations report in show_mem()
` [PATCH v6 33/37] codetag: debug: skip objext checking when it's for objext itself
` [PATCH v6 34/37] codetag: debug: mark codetags for reserved pages as empty
` [PATCH v6 35/37] codetag: debug: introduce OBJEXTS_ALLOC_FAIL to mark failed slab_ext allocations
` [PATCH v6 36/37] MAINTAINERS: Add entries for code tagging and memory allocation profiling
` [PATCH v6 37/37] memprofiling: Documentation

dma pool: swapper/0: page allocation failure: order:9, mode:0xcc1(GFP_KERNEL|GFP_DMA), nodemask=(null)
 2024-03-23 13:49 UTC 

[PATCH] iommu/arm-smmu-v3: Fix access for STE.SHCFG
 2024-03-23 13:46 UTC 

[PATCH v5 00/27] Update SMMUv3 to the modern iommu API (part 2/3)
 2024-03-23 13:38 UTC  (79+ 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 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 24/27] iommu/arm-smmu-v3: Bring back SVA BTM support

[PATCH v2] iommu/vt-d: Allocate DMAR fault interrupts locally
 2024-03-22 23:01 UTC  (4+ messages)

Why is the ARM SMMU v1/v2 put into bypass mode on kexec?
 2024-03-22 19:52 UTC  (11+ messages)

[PATCH v3 0/2] swiotlb: allocate padding slots if necessary
 2024-03-22 19:31 UTC  (12+ messages)
` [PATCH v3 1/2] swiotlb: extend buffer pre-padding to alloc_align_mask "
` [PATCH v3 2/2] bug: introduce ASSERT_VAR_CAN_HOLD()

[PATCH v3 0/8] IOMMUFD: Deliver IO page faults to user space
 2024-03-22 17:22 UTC  (19+ messages)
` [PATCH v3 2/8] iommu/sva: Use iopf domain attach/detach interface
` [PATCH v3 3/8] iommufd: Add fault and response message definitions
` [PATCH v3 4/8] iommufd: Add iommufd fault object
` [PATCH v3 5/8] iommufd: Associate fault object with iommufd_hw_pgtable

Query on ARM SMMUv3 nested support
 2024-03-22 15:04 UTC  (4+ messages)

[PATCH 1/4] dt-bindings: iommu: rockchip: Fix rk3588 variant
 2024-03-22 14:57 UTC  (9+ messages)
  ` [PATCH 2/4] media: dt-binding: media: Document rk3588’s vepu121
  ` [PATCH 3/4] arm64: dts: rockchip: Add VEPU121 to rk3588

ath11k and vfio-pci support
 2024-03-21 19:14 UTC  (5+ messages)

[PATCH 0/8] iommufd support pasid attach/replace
 2024-03-21 13:58 UTC  (15+ messages)
` [PATCH 1/8] iommu: Introduce a replace API for device pasid

[PATCH v6 00/15] iommu/amd: SVA Support (Part 4) - SVA and IOPF
 2024-03-19 17:56 UTC  (9+ messages)
` [PATCH v6 11/15] iommu/amd: Add IO page fault notifier handler
` [PATCH v6 13/15] iommu/amd: Initial SVA support for AMD IOMMU

[PATCH v2 0/2] Describe SC8280XP PCIe SMMU
 2024-03-19 13:53 UTC  (6+ messages)
` [PATCH v2 1/2] dt-bindings: iommu: arm,smmu-v3: Add SC8280XP compatible
` [PATCH v2 2/2] arm64: dts: qcom: sc8280xp: Describe the PCIe SMMUv3

[PATCH v2 0/2] swiotlb: allocate padding slots if necessary
 2024-03-19  4:45 UTC  (6+ messages)
` [PATCH v2 1/2] swiotlb: extend buffer pre-padding to alloc_align_mask "
` [PATCH v2 2/2] bug: introduce ASSERT_VAR_CAN_HOLD()

[PATCH 1/1] swiotlb: extend buffer pre-padding to alloc_align_mask if necessary
 2024-03-18 13:05 UTC  (6+ messages)

[PATCH v6 0/6] Fix double allocation in swiotlb_alloc()
 2024-03-18 12:36 UTC  (4+ messages)
` [PATCH v6 1/6] swiotlb: Fix double-allocation of slots due to broken alignment handling

[PATCH v5 00/11] IOMMU memory observability
 2024-03-15 21:53 UTC  (5+ messages)
` [PATCH v5 02/11] iommu/dma: use iommu_put_pages_list() to releae freelist

[PATCH v5 00/37] Memory allocation profiling
 2024-03-15 17:06 UTC  (9+ messages)
` [PATCH v5 14/37] lib: introduce support for page allocation tagging
` [PATCH v5 23/37] mm/slab: add allocation accounting into slab allocation and free paths


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