Linux IOMMU Development
 help / color / mirror / Atom feed
 messages from 2023-10-24 13:47:15 to 2023-10-27 06:35:29 UTC [more...]

[PATCH v2 00/39] Memory allocation profiling
 2023-10-27  6:35 UTC  (36+ messages)
` [PATCH v2 06/39] mm: enumerate all gfp flags
` [PATCH v2 15/39] lib: add allocation tagging support for memory allocation profiling
` [PATCH v2 16/39] lib: introduce support for page allocation tagging
` [PATCH v2 17/39] change alloc_pages name in dma_map_ops to avoid name conflicts
` [PATCH v2 18/39] change alloc_pages name in ivpu_bo_ops to avoid conflicts
` [PATCH v2 19/39] mm: enable page allocation tagging
` [PATCH v2 20/39] mm: create new codetag references during page splitting
` [PATCH v2 21/39] mm/page_ext: enable early_page_ext when CONFIG_MEM_ALLOC_PROFILING_DEBUG=y
` [PATCH v2 22/39] lib: add codetag reference into slabobj_ext
` [PATCH v2 23/39] mm/slab: add allocation accounting into slab allocation and free paths
` [PATCH v2 24/39] mm/slab: enable slab allocation tagging for kmalloc and friends
` [PATCH v2 25/39] mm/slub: Mark slab_free_freelist_hook() __always_inline
` [PATCH v2 26/39] mempool: Hook up to memory allocation profiling
` [PATCH v2 27/39] xfs: Memory allocation profiling fixups
` [PATCH v2 28/39] timekeeping: Fix a circular include dependency
` [PATCH v2 29/39] mm: percpu: Introduce pcpuobj_ext
` [PATCH v2 30/39] mm: percpu: Add codetag reference into pcpuobj_ext
` [PATCH v2 31/39] mm: percpu: enable per-cpu allocation tagging
` [PATCH v2 32/39] arm64: Fix circular header dependency
` [PATCH v2 33/39] mm: vmalloc: Enable memory allocation profiling
` [PATCH v2 34/39] rhashtable: Plumb through alloc tag
` [PATCH v2 35/39] lib: add memory allocations report in show_mem()
` [PATCH v2 36/39] codetag: debug: skip objext checking when it's for objext itself
` [PATCH v2 37/39] codetag: debug: mark codetags for reserved pages as empty
` [PATCH v2 38/39] codetag: debug: introduce OBJEXTS_ALLOC_FAIL to mark failed slab_ext allocations
` [PATCH v2 39/39] MAINTAINERS: Add entries for code tagging and memory allocation profiling

[PATCH 1/2] iommu: Introduce a rb_tree for looking up device
 2023-10-27  6:09 UTC  (6+ messages)
` [PATCH 2/2] iommu/vt-d: Adopt new helper for looking up pci device

[PATCH 1/1] iommu: Avoid unnecessary cache invalidations
 2023-10-27  4:30 UTC  (2+ messages)

[PATCH v9 0/5] Share sva domains with all devices bound to a mm
 2023-10-27  0:10 UTC  (6+ messages)

[PATCH v10 0/6] Share sva domains with all devices bound to a mm
 2023-10-27  0:05 UTC  (7+ messages)
` [PATCH v10 1/6] iommu: Change kconfig around IOMMU_SVA
` [PATCH v10 2/6] iommu/vt-d: Remove mm->pasid in intel_sva_bind_mm()
` [PATCH v10 3/6] iommu: Add mm_get_enqcmd_pasid() helper function
` [PATCH v10 4/6] mm: Add structure to keep sva information
` [PATCH v10 5/6] iommu: Support mm PASID 1:n with sva domains
` [PATCH v10 6/6] mm: Deprecate pasid field

[PATCH] dt-bindings: iommu: arm,smmu: document the SM8650 System MMU
 2023-10-26 21:30 UTC  (2+ messages)

[PATCH v8 0/8] Add Intel VT-d nested translation (part 1/2)
 2023-10-26 18:28 UTC  (12+ messages)
` [PATCH v8 1/8] iommufd: Add data structure for Intel VT-d stage-1 domain allocation
` [PATCH v8 2/8] iommu/vt-d: Extend dmar_domain to support nested domain
` [PATCH v8 3/8] iommu/vt-d: Add helper for nested domain allocation
` [PATCH v8 4/8] iommu/vt-d: Add helper to setup pasid nested translation
` [PATCH v8 5/8] iommu/vt-d: Make domain attach helpers to be extern
` [PATCH v8 6/8] iommu/vt-d: Set the nested domain to a device
` [PATCH v8 7/8] iommu/vt-d: Add nested domain allocation
` [PATCH v8 8/8] iommu/vt-d: Disallow read-only mappings to nest parent domain

[PATCH v7 00/10] iommufd: Add nesting infrastructure (part 1/2)
 2023-10-26 18:28 UTC  (12+ messages)
` [PATCH v7 01/10] iommu: Add IOMMU_DOMAIN_NESTED
` [PATCH v7 02/10] iommufd: Rename IOMMUFD_OBJ_HW_PAGETABLE to IOMMUFD_OBJ_HWPT_PAGING
` [PATCH v7 03/10] iommufd/device: Wrap IOMMUFD_OBJ_HWPT_PAGING-only configurations
` [PATCH v7 04/10] iommufd: Derive iommufd_hwpt_paging from iommufd_hw_pagetable
` [PATCH v7 05/10] iommufd: Share iommufd_hwpt_alloc with IOMMUFD_OBJ_HWPT_NESTED
` [PATCH v7 06/10] iommu: Pass in parent domain with user_data to domain_alloc_user op
` [PATCH v7 07/10] iommufd: Add a nested HW pagetable object
` [PATCH v7 08/10] iommu: Add iommu_copy_struct_from_user helper
` [PATCH v7 09/10] iommufd/selftest: Add nested domain allocation for mock domain
` [PATCH v7 10/10] iommufd/selftest: Add coverage for IOMMU_HWPT_ALLOC with nested HWPTs

[PATCH 0/6] Add support for Translation Buffer Units
 2023-10-26 17:58 UTC  (5+ messages)
` [PATCH 1/6] dt-bindings: iommu: Add Translation Buffer Unit bindings

[PATCH 3/6] iommu/arm-smmu-qcom: Add Qualcomm TBU driver
 2023-10-26 15:25 UTC  (2+ messages)

[PATCH v2 0/9] iommu: Convert dart & iommufd to the new domain_alloc_paging()
 2023-10-26 14:55 UTC  (5+ messages)

[PATCH 00/27] Update SMMUv3 to the modern iommu API (part 2/2)
 2023-10-26 14:38 UTC  (18+ messages)
` [PATCH 11/27] iommu/arm-smmu-v3: Lift CD programming out of the SVA notifier code
` [PATCH 14/27] iommu/arm-smmu-v3: Make changing domains be hitless for ATS
` [PATCH 17/27] iommu/arm-smmu-v3: Thread SSID through the arm_smmu_attach_*() interface
` [PATCH 21/27] iommu/arm-smmu-v3: Put the SVA mmu notifier in the smmu_domain
` [PATCH 25/27] iommu/arm-smmu-v3: Allow IDENTITY/BLOCKED to be set while PASID is used

[syzbot] [iommu?] KASAN: slab-use-after-free Read in iommufd_ioas_iova_ranges
 2023-10-26 11:41 UTC  (4+ messages)

[PATCH] swiotlb: check dynamically allocated TLB address before decrypting
 2023-10-26  9:51 UTC 

[PATCH v7 0/8] Add Intel VT-d nested translation (part 1/2)
 2023-10-26  4:50 UTC  (18+ messages)
` [PATCH v7 1/8] iommufd: Add data structure for Intel VT-d stage-1 domain allocation
` [PATCH v7 2/8] iommu/vt-d: Extend dmar_domain to support nested domain
` [PATCH v7 3/8] iommu/vt-d: Add helper for nested domain allocation
` [PATCH v7 4/8] iommu/vt-d: Add helper to setup pasid nested translation
` [PATCH v7 5/8] iommu/vt-d: Make domain attach helpers to be extern
` [PATCH v7 6/8] iommu/vt-d: Set the nested domain to a device
` [PATCH v7 7/8] iommu/vt-d: Add nested domain allocation
` [PATCH v7 8/8] iommu/vt-d: Disallow read-only mappings to nest parent domain

[PATCH v2 0/6] IOMMUFD: Deliver IO page faults to user space
 2023-10-26  2:49 UTC  (7+ messages)
` [PATCH v2 1/6] iommu: Add iommu page fault cookie helpers
` [PATCH v2 2/6] iommufd: Add iommu page fault uapi data
` [PATCH v2 3/6] iommufd: Initializing and releasing IO page fault data
` [PATCH v2 4/6] iommufd: Deliver fault messages to user space
` [PATCH v2 5/6] iommufd/selftest: Add IOMMU_TEST_OP_TRIGGER_IOPF test support
` [PATCH v2 6/6] iommufd/selftest: Add coverage for IOMMU_TEST_OP_TRIGGER_IOPF

[PATCH 0/3] dt-bindings: Document gpi/scm/smmu for SC8380XP
 2023-10-25 16:37 UTC  (5+ messages)
` [PATCH 1/3] dt-bindings: arm-smmu: Add compatible for SC8380XP SoC
` [PATCH 2/3] dt-bindings: dma: qcom: gpi: add compatible for SC8380XP
` [PATCH 3/3] dt-bindings: firmware: qcom,scm: document SCM on SC8380XP SoCs

[PATCH v5 0/7] iommu: Retire bus ops
 2023-10-25 16:15 UTC  (7+ messages)
` [PATCH v5 3/7] iommu: Validate that devices match domains

[PATCH 1/1] Revert "iommu/vt-d: Remove unused function"
 2023-10-25 15:32 UTC  (3+ messages)

[PATCH v2] iommu/tegra-smmu: drop error checking for debugfs_create_dir()
 2023-10-25 15:25 UTC 

[PATCH v3 0/2] fix dma_addressing_limited() if dma_range_map
 2023-10-25 15:11 UTC  (4+ messages)
` [PATCH v3 1/2] dma-mapping: export dma_addressing_limited()

[PATCH] swiotlb: Do not try to allocate a TLB bigger than MAX_ORDER pages
 2023-10-25 14:27 UTC  (2+ messages)

[PATCH] iommu/vt-d: Enhance capability check for nested parent domain allocation
 2023-10-25 11:33 UTC  (4+ messages)

[PATCH] iommu/tegra-smmu: fix error checking for debugfs_create_dir()
 2023-10-25 11:25 UTC  (2+ messages)

[PATCH v6 00/10] iommufd: Add nesting infrastructure (part 1/2)
 2023-10-25 10:19 UTC  (30+ messages)
` [PATCH v6 01/10] iommu: Add IOMMU_DOMAIN_NESTED
` [PATCH v6 02/10] iommu: Pass in parent domain with user_data to domain_alloc_user op
` [PATCH v6 03/10] iommufd: Rename IOMMUFD_OBJ_HW_PAGETABLE to IOMMUFD_OBJ_HWPT_PAGING
` [PATCH v6 04/10] iommufd/device: Wrap IOMMUFD_OBJ_HWPT_PAGING-only configurations
` [PATCH v6 05/10] iommufd: Derive iommufd_hwpt_paging from iommufd_hw_pagetable
` [PATCH v6 06/10] iommufd: Share iommufd_hwpt_alloc with IOMMUFD_OBJ_HWPT_NESTED
` [PATCH v6 07/10] iommufd: Add a nested HW pagetable object
` [PATCH v6 08/10] iommu: Add iommu_copy_struct_from_user helper
` [PATCH v6 09/10] iommufd/selftest: Add nested domain allocation for mock domain
` [PATCH v6 10/10] iommufd/selftest: Add coverage for IOMMU_HWPT_ALLOC with nested HWPTs

[PATCH v6 00/18] IOMMUFD Dirty Tracking
 2023-10-24 18:11 UTC  (21+ messages)
` [PATCH v6 01/18] vfio/iova_bitmap: Export more API symbols
` [PATCH v6 02/18] vfio: Move iova_bitmap into iommufd
` [PATCH v6 03/18] iommufd/iova_bitmap: Move symbols to IOMMUFD namespace
` [PATCH v6 04/18] iommu: Add iommu_domain ops for dirty tracking
` [PATCH v6 05/18] iommufd: Add a flag to enforce dirty tracking on attach
` [PATCH v6 06/18] iommufd: Add IOMMU_HWPT_SET_DIRTY_TRACKING
` [PATCH v6 07/18] iommufd: Add IOMMU_HWPT_GET_DIRTY_BITMAP
` [PATCH v6 08/18] iommufd: Add capabilities to IOMMU_GET_HW_INFO
` [PATCH v6 09/18] iommufd: Add a flag to skip clearing of IOPTE dirty
` [PATCH v6 10/18] iommu/amd: Add domain_alloc_user based domain allocation
` [PATCH v6 11/18] iommu/amd: Access/Dirty bit support in IOPTEs
` [PATCH v6 12/18] iommu/vt-d: Access/Dirty bit support for SS domains
` [PATCH v6 13/18] iommufd/selftest: Expand mock_domain with dev_flags
` [PATCH v6 14/18] iommufd/selftest: Test IOMMU_HWPT_ALLOC_DIRTY_TRACKING
` [PATCH v6 15/18] iommufd/selftest: Test IOMMU_HWPT_SET_DIRTY_TRACKING
` [PATCH v6 16/18] iommufd/selftest: Test IOMMU_HWPT_GET_DIRTY_BITMAP
` [PATCH v6 17/18] iommufd/selftest: Test out_capabilities in IOMMU_GET_HW_INFO
` [PATCH v6 18/18] iommufd/selftest: Test IOMMU_HWPT_GET_DIRTY_BITMAP_NO_CLEAR flag

[PATCH v4] iommufd: Only enforce cache coherency in iommufd_hw_pagetable_alloc
 2023-10-24 15:59 UTC  (2+ messages)

[PATCH v5 00/18] IOMMUFD Dirty Tracking
 2023-10-24 13:51 UTC  (6+ messages)
` [PATCH v5 12/18] iommu/intel: Access/Dirty bit support for SL domains


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