Linux IOMMU Development
 help / color / mirror / Atom feed
 messages from 2024-03-20 23:20:48 to 2024-03-26 18:31:00 UTC [more...]

[PATCH v5 00/27] Update SMMUv3 to the modern iommu API (part 2/3)
 2024-03-26 18:30 UTC  (51+ 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 11/27] iommu/arm-smmu-v3: Build the whole CD in arm_smmu_make_s1_cd()
` [PATCH v5 14/27] iommu/arm-smmu-v3: Make changing domains be hitless for ATS
` [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] iommu/arm-smmu-v3: Fix access for STE.SHCFG
 2024-03-26 17:23 UTC  (3+ messages)

[PATCH] iommu/arm-smmu-v3: Add cpu_to_le64() around STRTAB_STE_0_V
 2024-03-26 17:23 UTC  (2+ messages)

[PATCH 0/5] AVIC bugfixes and workarounds
 2024-03-26 16:52 UTC  (4+ messages)

[PATCH v6 00/37] Memory allocation profiling
 2024-03-26 15:39 UTC  (59+ 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

[PATCH] selftests: iommu: add config needed for iommufd_fail_nth
 2024-03-26 15:03 UTC  (4+ messages)

[PATCH 1/1] swiotlb: add a KUnit test suite
 2024-03-26 12:06 UTC  (5+ messages)

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

[PATCH v3 2/7] iopoll: Do not use timekeeping in read_poll_timeout_atomic()
 2024-03-26  1:31 UTC  (2+ messages)

[PATCH 0/3] iommu/smmu-v3: support suspend/resume
 2024-03-26  1:26 UTC  (9+ 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

[PATCH] Allocate DMAR fault interrupts locally
 2024-03-25 18:56 UTC  (8+ messages)

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

[PATCH v3 0/8] IOMMUFD: Deliver IO page faults to user space
 2024-03-25  5:01 UTC  (25+ 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

[PATCH 00/12] Consolidate domain cache invalidation
 2024-03-25  2:17 UTC  (13+ messages)
` [PATCH 01/12] iommu/vt-d: Add cache tag assignment interface
` [PATCH 02/12] iommu/vt-d: Add cache tag invalidation helpers
` [PATCH 03/12] iommu/vt-d: Add trace events for cache tag interface
` [PATCH 04/12] iommu/vt-d: Use cache_tag_flush_all() in flush_iotlb_all
` [PATCH 05/12] iommu/vt-d: Use cache_tag_flush_range() in tlb_sync
` [PATCH 06/12] iommu/vt-d: Use cache_tag_flush_cm_range() in iotlb_sync_map
` [PATCH 07/12] iommu/vt-d: Cleanup use of iommu_flush_iotlb_psi()
` [PATCH 08/12] iommu/vt-d: Use cache_tag_flush_range() in cache_invalidate_user
` [PATCH 09/12] iommu/vt-d: Use cache helpers in arch_invalidate_secondary_tlbs
` [PATCH 10/12] iommu/vt-d: Retire intel_svm_dev
` [PATCH 11/12] iommu: Add ops->domain_alloc_sva()
` [PATCH 12/12] iommu/vt-d: Retire struct intel_svm

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

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

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

[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()

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

[PATCH 1/4] dt-bindings: iommu: rockchip: Fix rk3588 variant
 2024-03-22 14:57 UTC  (7+ 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


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox