Linux IOMMU Development
 help / color / mirror / Atom feed
 messages from 2024-02-19 11:21:59 to 2024-02-22 11:31:24 UTC [more...]

[PATCH v2 0/4] iommu/smmuv3: Add IOMMUFD dirty tracking support for SMMUv3
 2024-02-22 11:31 UTC  (7+ messages)
` [PATCH v2 1/4] iommu/arm-smmu-v3: Add feature detection for HTTU
` [PATCH v2 2/4] iommu/io-pgtable-arm: Add read_and_clear_dirty() support
` [PATCH v2 3/4] iommu/arm-smmu-v3: Add support for dirty tracking in domain alloc
` [PATCH v2 4/4] iommu/arm-smmu-v3: Enable HTTU for stage1 with io-pgtable mapping

[PATCH v13 0/3] fix vt-d hard lockup when hotplug ATS capable device
 2024-02-22 11:24 UTC  (5+ messages)
` [PATCH v13 1/3] PCI: make pci_dev_is_disconnected() helper public for other drivers
` [PATCH v13 2/3] iommu/vt-d: don't issue ATS Invalidation request when device is disconnected
` [PATCH v13 3/3] iommu/vt-d: improve ITE fault handling if target device isn't valid

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

[PATCH rc 0/8] Add missing cache flush and dirty tracking set for nested parent domain
 2024-02-22  8:34 UTC  (4+ messages)
` [PATCH rc 3/8] iommu/vt-d: Add missing iotlb flush for "

[PATCH] selftests/iommu: fix the config fragment
 2024-02-22  7:49 UTC 

[PATCH v2] iommu: Fix iommu_sva_bind_device to the same domain
 2024-02-22  4:11 UTC  (4+ messages)

[PATCH v3] iommu/arm-smmu-v3: Do not use GFP_KERNEL under as spinlock
 2024-02-22  2:37 UTC  (2+ messages)

[PATCH v3 00/10] IOMMU memory observability
 2024-02-22  0:27 UTC  (9+ messages)
` [PATCH v3 10/10] iommu: account IOMMU allocated memory

[PATCH] dma: Leak pages on dma_set_decrypted() failure
 2024-02-22  0:17 UTC 

[PATCH v4 0/5] Fix double allocation in swiotlb_alloc()
 2024-02-21 23:39 UTC  (11+ messages)
` [PATCH v4 1/5] swiotlb: Fix double-allocation of slots due to broken alignment handling
` [PATCH v4 2/5] swiotlb: Enforce page alignment in swiotlb_alloc()
` [PATCH v4 3/5] swiotlb: Honour dma_alloc_coherent() "
` [PATCH v4 4/5] swiotlb: Fix alignment checks when both allocation and DMA masks are present
` [PATCH v4 5/5] iommu/dma: Force swiotlb_max_mapping_size on an untrusted device

[PATCH v3 31/35] lib: add memory allocations report in show_mem()
 2024-02-21 18:26 UTC  (20+ messages)

[PATCH v5 00/17] Update SMMUv3 to the modern iommu API (part 1/3)
 2024-02-21 17:06 UTC  (9+ messages)
` [PATCH v5 01/17] iommu/arm-smmu-v3: Make STE programming independent of the callers

[PATCH] drivers/iommu: Ensure that the queue base address is successfully written during SMMU initialization
 2024-02-21 16:08 UTC  (3+ messages)

[PATCH] iommu/vt-d: Check for non-NULL domain on device release
 2024-02-21 15:40 UTC  (4+ messages)

[PATCH v2 0/2] iommu/vt-d: Introduce rbtree for probed devices
 2024-02-21 15:34 UTC  (4+ messages)
` [PATCH v2 1/2] iommu/vt-d: Use rbtree to track iommu "
` [PATCH v2 2/2] iommu/vt-d: Use device rbtree in iopf reporting path

[PATCH 0/2] iommu/vt-d: Introduce rbtree for probed devices
 2024-02-21 15:31 UTC  (7+ messages)
` [PATCH 2/2] iommu/vt-d: Use device rbtree in iopf reporting path

[PATCH] iommufd: Reject non-zero data_type if no data_len is provided
 2024-02-21 13:33 UTC  (3+ messages)

[PATCH v9 0/5] iommu/arm-smmu: introduction of ACTLR implementation for Qualcomm SoCs
 2024-02-21 13:21 UTC  (5+ messages)
` [PATCH v9 4/5] iommu/arm-smmu: add ACTLR data and support for SM8550

[PATCH rc v2] iommu/arm-smmu-v3: Do not use GFP_KERNEL under as spinlock
 2024-02-21 13:08 UTC  (8+ messages)

[PATCH] iommu/arm-smmu-qcom: Add X1E80100 MDSS compatible
 2024-02-21 11:10 UTC  (3+ messages)

[PATCH 00/10] [PULL REQUEST] iommu/vt-d: Fixes for v6.8-rc5
 2024-02-21  9:29 UTC  (10+ messages)
` [PATCH 03/10] iommu/vt-d: Add missing iotlb flush for parent domain
` [PATCH 04/10] iommu/vt-d: Update iotlb in nested domain attach
` [PATCH 05/10] iommu/vt-d: Add missing device iotlb flush for parent domain
` [PATCH 06/10] iommu/vt-d: Remove domain parameter for intel_pasid_setup_dirty_tracking()
` [PATCH 07/10] iommu/vt-d: Wrap the dirty tracking loop to be a helper
` [PATCH 08/10] iommu/vt-d: Add missing dirty tracking set for parent domain
` [PATCH 09/10] iommu/vt-d: Set SSADE when attaching to a parent with dirty tracking
` [PATCH 10/10] iommu/vt-d: Fix constant-out-of-range warning

[PATCH v3] dma-coherent: add support for multi coherent rmems per dev
 2024-02-21  9:27 UTC  (8+ messages)

[PATCH] iommu: Fix iommu_sva_bind_device to the same domain
 2024-02-21  8:39 UTC  (5+ messages)

[PATCH v10 0/6] Share sva domains with all devices bound to a mm
 2024-02-21  8:01 UTC  (12+ messages)
` [PATCH v10 5/6] iommu: Support mm PASID 1:n with sva domains

[PATCH v3 0/8] IOMMUFD: Deliver IO page faults to user space
 2024-02-21  7:22 UTC  (13+ messages)
` [PATCH v3 1/8] iommu: Add iopf domain attach/detach/replace interface
` [PATCH v3 5/8] iommufd: Associate fault object with iommufd_hw_pgtable
  ` [PATCH v3 6/8] iommufd: IOPF-capable hw page table attach/detach/replace

[PATCH v4 00/27] Update SMMUv3 to the modern iommu API (part 2/3)
 2024-02-20 14:09 UTC  (4+ messages)
` [PATCH v4 20/27] iommu: Add ops->domain_alloc_sva()

[PATCH 0/8] A702 support
 2024-02-20  8:38 UTC  (21+ messages)
` [PATCH 1/8] dt-bindings: arm-smmu: Add QCM2290 GPU SMMU
` [PATCH 2/8] dt-bindings: clock: Add Qcom QCM2290 GPUCC
` [PATCH 3/8] clk: qcom: clk-alpha-pll: Add HUAYRA_2290 support
` [PATCH 4/8] clk: qcom: Add QCM2290 GPU clock controller driver
` [PATCH 5/8] drm/msm/adreno: Add missing defines for A702
` [PATCH 6/8] drm/msm/adreno: Add A702 support
` [PATCH 7/8] arm64: dts: qcom: qcm2290: Add GPU nodes
` [PATCH 8/8] arm64: dts: qcom: qrb2210-rb1: Enable the GPU

[PATCH v3 00/35] Memory allocation profiling
 2024-02-19 16:55 UTC  (6+ messages)
` [PATCH v3 32/35] codetag: debug: skip objext checking when it's for objext itself

[PATCH v2 00/13] iommu/vt-d: Remove superfluous IOMMU IOTLB invalidations
 2024-02-19 12:57 UTC  (14+ messages)
` [PATCH v2 01/13] iommu/vt-d: Retire the treatment for revoking PASIDs with pending pgfaults
` [PATCH v2 02/13] iommu/vt-d: Remove initialization for dynamically heap-allocated rcu_head
` [PATCH v2 03/13] iommu/vt-d: Refactor intel_svm_set_dev_pasid function
` [PATCH v2 04/13] iommu/vt-d: Retire struct intel_svm_dev
` [PATCH v2 05/13] iommu: Add ops->domain_alloc_sva()
` [PATCH v2 06/13] iommu/vt-d: Retire struct intel_svm
` [PATCH v2 07/13] iommu/vt-d: Use RCU for dev_pasids list updates in set/remove_dev_pasid()
` [PATCH v2 08/13] iommu/vt-d: Add domain_type_is_sva helper function
` [PATCH v2 09/13] iommu/vt-d: Reuse intel_iommu_set_dev_pasid function
` [PATCH v2 10/13] iommu/vt-d: Use dev_pasid->sid field
` [PATCH v2 11/13] iommu/vt-d: Retire intel_svm_remove_dev_pasid function
` [PATCH v2 12/13] iommu/vt-d: Sort dev_pasids list
` [PATCH v2 13/13] iommu/vt-d: Remove superfluous IOMMU IOTLB invalidations

[PATCH net-next v3 0/7] dma: skip calling no-op sync ops when possible
 2024-02-19 12:53 UTC  (7+ messages)
` [PATCH net-next v3 1/7] dma: compile-out DMA sync op calls when not used
` [PATCH net-next v3 2/7] dma: avoid redundant calls for sync operations

[PATCH v3 0/3] Fix double allocation in swiotlb_alloc()
 2024-02-19 12:41 UTC  (10+ messages)
` [PATCH v3 1/3] swiotlb: Fix double-allocation of slots due to broken alignment handling
` [PATCH v3 2/3] swiotlb: Enforce page alignment in swiotlb_alloc()
` [PATCH v3 3/3] swiotlb: Honour dma_alloc_coherent() "


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