Linux IOMMU Development
 help / color / mirror / Atom feed
 messages from 2024-02-12 21:40:08 to 2024-02-14 20:17:53 UTC [more...]

[PATCH v3 00/35] Memory allocation profiling
 2024-02-14 20:17 UTC  (120+ 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 13/35] lib: add allocation tagging support for memory allocation profiling
` [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 v1 0/2] nvme-pci: Fix dma-iommu mapping failures when PAGE_SIZE=64KB
 2024-02-14 19:57 UTC  (7+ messages)
` [PATCH v1 1/2] iommu/dma: Force swiotlb_max_mapping_size on an untrusted device
` [PATCH v1 2/2] nvme-pci: Fix iommu map (via swiotlb) failures when PAGE_SIZE=64KB

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

[PATCH] powerpc/iommu: Fix the missing iommu_group_put() during platform domain attach
 2024-02-14 18:13 UTC  (6+ messages)

[PATCH v2] powerpc/iommu: Fix the iommu group reference leak during platform domain attach
 2024-02-14 18:10 UTC  (2+ messages)

[PATCH net-next v3 0/7] dma: skip calling no-op sync ops when possible
 2024-02-14 18:09 UTC  (12+ 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 net-next v3 3/7] iommu/dma: avoid expensive indirect "
` [PATCH net-next v3 4/7] page_pool: make sure frag API fields don't span between cachelines
` [PATCH net-next v3 5/7] page_pool: don't use driver-set flags field directly
` [PATCH net-next v3 6/7] page_pool: check for DMA sync shortcut earlier
` [PATCH net-next v3 7/7] xsk: use generic DMA sync shortcut instead of a custom one

[PATCH] Revert "iommu/arm-smmu: Convert to domain_alloc_paging()"
 2024-02-14 17:00 UTC  (11+ messages)

[RFC V1 0/5] x86: CVMs: Align memory conversions to 2M granularity
 2024-02-14 14:49 UTC  (3+ messages)
` [RFC V1 1/5] swiotlb: Support allocating DMA memory from SWIOTLB

[bug report] iommu/amd: Refactor attaching / detaching device functions
 2024-02-14  8:03 UTC 

[PATCH v1 08/10] iommu/arm-smmu-qcom: Merge table from arm-smmu-qcom-debug into match data
 2024-02-14  4:59 UTC  (4+ messages)

[PATCH 00/15] Coalesced Interrupt Delivery with posted MSI
 2024-02-13 19:44 UTC  (9+ messages)
` [PATCH 06/15] x86/irq: Set up per host CPU posted interrupt descriptors

[PATCH RFC 00/13] Coalesced Interrupt Delivery with posted MSI
 2024-02-13 19:31 UTC  (6+ messages)
` [PATCH RFC 12/13] iommu/vt-d: Add a helper to retrieve PID address

[PATCH v5 00/17] Update SMMUv3 to the modern iommu API (part 1/3)
 2024-02-13 17:50 UTC  (20+ messages)
` [PATCH v5 03/17] iommu/arm-smmu-v3: Move arm_smmu_rmr_install_bypass_ste()
` [PATCH v5 06/17] iommu/arm-smmu-v3: Hold arm_smmu_asid_lock during all of attach_dev
` [PATCH v5 08/17] iommu/arm-smmu-v3: Do not change the STE twice during arm_smmu_attach_dev()
` [PATCH v5 09/17] iommu/arm-smmu-v3: Put writing the context descriptor in the right order
` [PATCH v5 10/17] iommu/arm-smmu-v3: Pass smmu_domain to arm_enable/disable_ats()
` [PATCH v5 11/17] iommu/arm-smmu-v3: Remove arm_smmu_master->domain

[PATCH v4 00/10] IOMMU memory observability
 2024-02-13 17:26 UTC  (5+ messages)
` [PATCH v4 01/10] iommu/vt-d: add wrapper functions for page allocations

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

[PATCH v3 00/10] IOMMU memory observability
 2024-02-13 15:44 UTC  (4+ messages)
` [PATCH v3 10/10] iommu: account IOMMU allocated memory

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

[PATCH v4 00/16] Update SMMUv3 to the modern iommu API (part 1/3)
 2024-02-13 13:30 UTC  (5+ messages)
` [PATCH v4 06/16] iommu/arm-smmu-v3: Hold arm_smmu_asid_lock during all of attach_dev

[PATCH] iommu/arm-smmu-qcom: Add X1E80100 MDSS compatible
 2024-02-13 13:19 UTC  (2+ messages)

[PATCH v2 5/5] iommu/arm-smmu: Convert to domain_alloc_paging()
 2024-02-13 11:54 UTC  (10+ messages)

[PATCH v4 03/10] iommu/arm-smmu-qcom: Add support for TBUs
 2024-02-13 11:36 UTC  (5+ messages)
` [PATCH 1/1] iommu/arm-smmu-qcom: Fix use-after-free issue in qcom_smmu_create()

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

[PATCH] iommu/vt-d: fix constant-out-of-range warning
 2024-02-13  9:58 UTC 

[PATCH v3] dma-coherent: add support for multi coherent rmems per dev
 2024-02-13  5:54 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