Linux IOMMU Development
 help / color / mirror / Atom feed
 messages from 2024-02-08 05:06:56 to 2024-02-12 21:40:49 UTC [more...]

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

[PATCH] iommu/vt-d: Use kcalloc() instead of kzalloc()
 2024-02-12 20:41 UTC  (3+ messages)

[PATCH] iommu/mtk_iommu: Use devm_kcalloc() instead of devm_kzalloc()
 2024-02-12 20:41 UTC  (4+ messages)

[PATCH v4 00/10] Add support for Translation Buffer Units
 2024-02-12 20:25 UTC  (5+ messages)
` [PATCH v4 01/10] dt-bindings: iommu: Add Translation Buffer Unit bindings

[PATCH 00/15] Coalesced Interrupt Delivery with posted MSI
 2024-02-12 20:13 UTC  (7+ messages)

[PATCH v4 03/10] iommu/arm-smmu-qcom: Add support for TBUs
 2024-02-12 17:29 UTC  (2+ messages)

[PATCH 0/5] drm/msm: Add support for the A750 GPU found on the SM8650 platform
 2024-02-12 14:45 UTC  (14+ messages)
` [PATCH 1/5] dt-bindings: display/msm/gmu: Document Adreno 750 GMU
` [PATCH 2/5] dt-bindings: arm-smmu: Document SM8650 GPU SMMU
` [PATCH 3/5] drm: msm: add support for A750 GPU
` [PATCH 4/5] arm64: dts: qcom: sm8650: add GPU nodes
` [PATCH 5/5] arm64: dts: qcom: sm8650-qrd: enable GPU

[PATCH] iommu/amd: Mark interrupt as managed
 2024-02-12 11:24 UTC  (6+ messages)

[PATCH v13 00/16] iommu: Prepare to deliver page faults to user space
 2024-02-12  1:22 UTC  (17+ messages)
` [PATCH v13 01/16] iommu: Move iommu fault data to linux/iommu.h
` [PATCH v13 02/16] iommu/arm-smmu-v3: Remove unrecoverable faults reporting
` [PATCH v13 03/16] iommu: Remove unrecoverable fault data
` [PATCH v13 04/16] iommu: Cleanup iopf data structure definitions
` [PATCH v13 05/16] iommu: Merge iopf_device_param into iommu_fault_param
` [PATCH v13 06/16] iommu: Remove iommu_[un]register_device_fault_handler()
` [PATCH v13 07/16] iommu: Merge iommu_fault_event and iopf_fault
` [PATCH v13 08/16] iommu: Prepare for separating SVA and IOPF
` [PATCH v13 09/16] iommu: Make iommu_queue_iopf() more generic
` [PATCH v13 10/16] iommu: Separate SVA and IOPF
` [PATCH v13 11/16] iommu: Refine locking for per-device fault data management
` [PATCH v13 12/16] iommu: Use refcount for fault data access
` [PATCH v13 13/16] iommu: Improve iopf_queue_remove_device()
` [PATCH v13 14/16] iommu: Track iopf group instead of last fault
` [PATCH v13 15/16] iommu: Make iopf_group_response() return void
` [PATCH v13 16/16] iommu: Make iommu_report_device_fault() "

[PATCH v3 0/7] dma-mapping: Simplify arch_setup_dma_ops()
 2024-02-10 11:27 UTC  (10+ messages)
` [PATCH v3 1/7] OF: Retire dma-ranges mask workaround
` [PATCH v3 2/7] OF: Simplify DMA range calculations
` [PATCH v3 3/7] ACPI/IORT: Handle memory address size limits as limits
` [PATCH v3 4/7] dma-mapping: Add helpers for dma_range_map bounds
` [PATCH v3 5/7] iommu/dma: Make limit checks self-contained
` [PATCH v3 6/7] iommu/dma: Centralise iommu_setup_dma_ops()
` [PATCH v3 7/7] dma-mapping: Simplify arch_setup_dma_ops()

[PATCH v4 00/10] IOMMU memory observability
 2024-02-10  2:21 UTC  (13+ messages)
` [PATCH v4 01/10] iommu/vt-d: add wrapper functions for page allocations
` [PATCH v4 07/10] iommu/sun50i: use page allocation function provided by iommu-pages.h
` [PATCH v4 09/10] iommu: observability of the IOMMU allocations
  ` [PATCH v4 05/10] iommu/exynos: use page allocation function provided by iommu-pages.h

[PATCH v2 5/5] iommu/arm-smmu: Convert to domain_alloc_paging()
 2024-02-09 22:23 UTC  (3+ messages)

[RFC PATCH v2 0/7] iommu/arm-smmu-v3: Use pinned KVM VMID for stage 2
 2024-02-09 13:54 UTC  (20+ messages)
` [RFC PATCH v2 1/7] KVM: Add generic infrastructure to support pinned VMIDs
` [RFC PATCH v2 2/7] KVM: arm64: Introduce support to pin VMIDs
` [RFC PATCH v2 3/7] KVM: arm64: Add interfaces for pinned VMID support
` [RFC PATCH v2 4/7] iommufd: Associate kvm pointer to iommufd ctx
` [RFC PATCH v2 5/7] iommu: Pass in kvm pointer to domain_alloc_user
` [RFC PATCH v2 6/7] iommu/arm-smmu-v3: Use KVM VMID for s2 stage
` [RFC PATCH v2 7/7] iommu/arm-smmu-v3: Enable broadcast TLB maintenance

[PATCH v6 00/15] iommu/amd: SVA Support (Part 4) - SVA and IOPF
 2024-02-09 11:29 UTC  (16+ messages)
` [PATCH v6 01/15] iommu/amd: Rename amd_iommu_v2_supported() as amd_iommu_pasid_supported()
` [PATCH v6 02/15] iommu/amd: Introduce per device DTE update function
` [PATCH v6 03/15] iommu/amd: Add support for enabling/disabling IOMMU features
` [PATCH v6 04/15] iommu/amd: Move PPR-related functions into ppr.c
` [PATCH v6 05/15] iommu/amd: Fix PPR interrupt processing logic
` [PATCH v6 06/15] iommu/amd: Introduce iommu_dev_data.max_pasids
` [PATCH v6 07/15] iommu/amd: Setup GCR3 table in advance if domain is SVA capable
` [PATCH v6 08/15] iommu/amd: Enable PCI features based on attached domain capability
` [PATCH v6 09/15] iommu/amd: Define per-IOMMU iopf_queue
` [PATCH v6 10/15] iommu/amd: Add support for page response
` [PATCH v6 11/15] iommu/amd: Add IO page fault notifier handler
` [PATCH v6 12/15] iommu/amd: Add support for enable/disable IOPF
` [PATCH v6 13/15] iommu/amd: Initial SVA support for AMD IOMMU
` [PATCH v6 14/15] iommu: Add ops->domain_alloc_sva()
` [PATCH v6 15/15] iommu/amd: Add SVA domain support

[PATCH v9 0/5] iommu/arm-smmu: introduction of ACTLR implementation for Qualcomm SoCs
 2024-02-09 10:53 UTC  (4+ messages)
` [PATCH v9 3/5] iommu/arm-smmu: introduction of ACTLR for custom prefetcher settings

[PATCH] iommu/ipmmu-vmsa: Minor cleanups
 2024-02-09 10:47 UTC  (2+ messages)

[PATCH v3 0/3] iommu/iova: use named kmem_cache for iova magazines
 2024-02-09 10:46 UTC  (2+ messages)

[PATCH v7 00/17] iommu/amd: SVA Support (part 3) - refactor support for GCR3 table
 2024-02-09 10:44 UTC  (2+ messages)

[PATCH 0/6] iommu/amd: Misc cleanup
 2024-02-09 10:41 UTC  (2+ messages)

[PATCH] iommu/vt-d: Set SSADE when attaching to a parent with dirty tracking
 2024-02-09 10:36 UTC  (5+ messages)

[PATCH rc 0/8] Add missing cache flush and dirty tracking set for nested parent domain
 2024-02-09  2:40 UTC  (23+ messages)
` [PATCH rc 1/8] iommu/vt-d: Track nested domains in parent
` [PATCH rc 2/8] iommu/vt-d: Add __iommu_flush_iotlb_psi()
` [PATCH rc 3/8] iommu/vt-d: Add missing iotlb flush for parent domain
` [PATCH rc 4/8] iommu/vt-d: Update iotlb in nested domain attach
` [PATCH rc 5/8] iommu/vt-d: Add missing device iotlb flush for parent domain
` [PATCH rc 6/8] iommu/vt-d: Remove @domain parameter from intel_pasid_setup_dirty_tracking()
` [PATCH rc 7/8] iommu/vt-d: Wrap the dirty tracking loop to be a helper
` [PATCH rc 8/8] iommu/vt-d: Add missing dirty tracking set for parent domain

[PATCH v12 00/16] iommu: Prepare to deliver page faults to user space
 2024-02-09  2:39 UTC  (9+ messages)
` [PATCH v12 13/16] iommu: Improve iopf_queue_remove_device()

[PATCH v12 4/5] iommu/vt-d: pass pdev parameter for qi_check_fault() and refactor callers
 2024-02-09  2:08 UTC  (3+ messages)

[PATCH v5 00/14] iommu/amd: SVA Support (Part 4) - SVA and IOPF
 2024-02-08 19:03 UTC  (19+ messages)
` [PATCH v5 10/14] iommu/amd: Introduce logic to enable/disable IOPF
` [PATCH v5 12/14] iommu/amd: Initial SVA support for AMD IOMMU

[PATCH v3] dma-coherent: add support for multi coherent rmems per dev
 2024-02-08 18:02 UTC  (2+ messages)

[PATCH v1 0/9] iommufd/iova_bitmap: Bug fixes for IOMMU dirty tracking
 2024-02-08 17:23 UTC  (7+ messages)

[PATCH 1/1] iommu: Avoid races around default domain allocations
 2024-02-08 16:09 UTC  (10+ messages)

[PATCH v2] dma-coherent: add support for multi coherent rmems per dev
 2024-02-08 14:57 UTC  (5+ messages)

[PATCH rc] iommu/arm-smmu-v3: Do not use GFP_KERNEL under as spinlock
 2024-02-08 14:27 UTC  (3+ messages)

[revert commit 83b3836bf83f09beea5f592b126cfdd1bc921e48] [mainline] [6.8.0-rc3]kernel BUG at arch/powerpc/platforms/pseries/iommu.c:100!
 2024-02-08  5:53 UTC  (2+ messages)


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