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

[PATCH rc 0/3] iommufd: Fix three bugs found by Syzkaller
 2024-02-22 21:23 UTC 

[GIT PULL] Please pull IOMMUFD subsystem changes
 2024-02-22 20:03 UTC  (2+ messages)

[PATCH v3 0/7] drm/msm: Add support for the A750 GPU found on the SM8650 platform
 2024-02-22 18:06 UTC  (6+ messages)
` [PATCH v3 2/7] dt-bindings: arm-smmu: fix SM8[45]50 GPU SMMU if condition
` [PATCH v3 3/7] dt-bindings: arm-smmu: Document SM8650 GPU SMMU

[PATCH 0/8] A702 support
 2024-02-22 18:06 UTC  (19+ messages)
` [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 7/8] arm64: dts: qcom: qcm2290: Add GPU nodes
` [PATCH 8/8] arm64: dts: qcom: qrb2210-rb1: Enable the GPU

[PATCH] iommu/arm-smmu-qcom: Add X1E80100 MDSS compatible
 2024-02-22 18:06 UTC  (4+ messages)

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

[PATCH v5 02/17] iommu/arm-smmu-v3: Consolidate the STE generation for abort/bypass
 2024-02-22 17:40 UTC  (3+ messages)

[PATCH v5 00/11] IOMMU memory observability
 2024-02-22 17:39 UTC  (12+ messages)
` [PATCH v5 01/11] iommu/vt-d: add wrapper functions for page allocations
` [PATCH v5 02/11] iommu/dma: use iommu_put_pages_list() to releae freelist
` [PATCH v5 03/11] iommu/amd: use page allocation function provided by iommu-pages.h
` [PATCH v5 04/11] iommu/io-pgtable-arm: "
` [PATCH v5 05/11] iommu/io-pgtable-dart: "
` [PATCH v5 06/11] iommu/exynos: "
` [PATCH v5 07/11] iommu/rockchip: "
` [PATCH v5 08/11] iommu/sun50i: "
` [PATCH v5 09/11] iommu/tegra-smmu: "
` [PATCH v5 10/11] iommu: observability of the IOMMU allocations
` [PATCH v5 11/11] iommu: account IOMMU allocated memory

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

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

[PATCH rc] iommu/sva: Restore SVA handle sharing
 2024-02-22 14:39 UTC  (2+ messages)

[PATCH v2 0/4] iommu/smmuv3: Add IOMMUFD dirty tracking support for SMMUv3
 2024-02-22 13:23 UTC  (11+ 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] selftests/iommu: fix the config fragment
 2024-02-22 13:02 UTC  (2+ messages)

[PATCH v13 0/3] fix vt-d hard lockup when hotplug ATS capable device
 2024-02-22 12:54 UTC  (6+ 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 12:24 UTC  (55+ 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] iommu/vt-d: Check for non-NULL domain on device release
 2024-02-22 11:53 UTC  (5+ messages)

[PATCH v2] iommu: Fix iommu_sva_bind_device to the same domain
 2024-02-22  4:11 UTC  (4+ 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] drivers/iommu: Ensure that the queue base address is successfully written during SMMU initialization
 2024-02-21 16:08 UTC  (3+ 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 00/10] [PULL REQUEST] iommu/vt-d: Fixes for v6.8-rc5
 2024-02-21  9:29 UTC  (2+ messages)

[PATCH v3] dma-coherent: add support for multi coherent rmems per dev
 2024-02-21  9:27 UTC  (5+ 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 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


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