Linux IOMMU Development
 help / color / mirror / Atom feed
 messages from 2024-03-11 09:11:19 to 2024-03-21 16:37:52 UTC [more...]

[PATCH v6 00/37] Memory allocation profiling
 2024-03-21 16:36 UTC  (20+ messages)
` [PATCH v6 01/37] fix missing vmalloc.h includes
` [PATCH v6 02/37] asm-generic/io.h: Kill vmalloc.h dependency
` [PATCH v6 03/37] mm/slub: Mark slab_free_freelist_hook() __always_inline
` [PATCH v6 04/37] scripts/kallysms: Always include __start and __stop symbols
` [PATCH v6 05/37] fs: Convert alloc_inode_sb() to a macro
` [PATCH v6 06/37] mm: introduce slabobj_ext to support slab object extensions
` [PATCH v6 07/37] mm: introduce __GFP_NO_OBJ_EXT flag to selectively prevent slabobj_ext creation
` [PATCH v6 08/37] mm/slab: introduce SLAB_NO_OBJ_EXT to avoid obj_ext creation
` [PATCH v6 09/37] slab: objext: introduce objext_flags as extension to page_memcg_data_flags
` [PATCH v6 10/37] lib: code tagging framework
` [PATCH v6 11/37] lib: code tagging module support
` [PATCH v6 12/37] lib: prevent module unloading if memory is not freed
` [PATCH v6 13/37] lib: add allocation tagging support for memory allocation profiling
` [PATCH v6 14/37] lib: introduce support for page allocation tagging
` [PATCH v6 15/37] lib: introduce early boot parameter to avoid page_ext memory overhead
` [PATCH v6 16/37] mm: percpu: increase PERCPU_MODULE_RESERVE to accommodate allocation tags
` [PATCH v6 17/37] change alloc_pages name in dma_map_ops to avoid name conflicts
` [PATCH v6 18/37] mm: enable page allocation tagging
` [PATCH v6 19/37] mm: create new codetag references during page splitting

[PATCH v5 00/27] Update SMMUv3 to the modern iommu API (part 2/3)
 2024-03-21 14:57 UTC  (76+ messages)
` [PATCH v5 01/27] iommu/arm-smmu-v3: Do not allow a SVA domain to be set on the wrong PASID
` [PATCH v5 02/27] iommu/arm-smmu-v3: Do not ATC invalidate the entire domain
` [PATCH v5 03/27] iommu/arm-smmu-v3: Add a type for the CD entry
` [PATCH v5 04/27] iommu/arm-smmu-v3: Add an ops indirection to the STE code
` [PATCH v5 05/27] iommu/arm-smmu-v3: Make CD programming use arm_smmu_write_entry()
` [PATCH v5 06/27] iommu/arm-smmu-v3: Consolidate clearing a CD table entry
` [PATCH v5 07/27] iommu/arm-smmu-v3: Move the CD generation for S1 domains into a function
` [PATCH v5 08/27] iommu/arm-smmu-v3: Move allocation of the cdtable into arm_smmu_get_cd_ptr()
` [PATCH v5 09/27] iommu/arm-smmu-v3: Allocate the CD table entry in advance
` [PATCH v5 10/27] iommu/arm-smmu-v3: Move the CD generation for SVA into a function
` [PATCH v5 11/27] iommu/arm-smmu-v3: Build the whole CD in arm_smmu_make_s1_cd()
` [PATCH v5 12/27] iommu/arm-smmu-v3: Start building a generic PASID layer
` [PATCH v5 13/27] iommu/arm-smmu-v3: Make smmu_domain->devices into an allocated list
` [PATCH v5 14/27] iommu/arm-smmu-v3: Make changing domains be hitless for ATS
` [PATCH v5 15/27] iommu/arm-smmu-v3: Add ssid to struct arm_smmu_master_domain
` [PATCH v5 16/27] iommu/arm-smmu-v3: Keep track of valid CD entries in the cd_table
` [PATCH v5 18/27] iommu/arm-smmu-v3: Make SVA allocate a normal arm_smmu_domain
` [PATCH v5 19/27] iommu/arm-smmu-v3: Keep track of arm_smmu_master_domain for SVA
` [PATCH v5 20/27] iommu: Add ops->domain_alloc_sva()
` [PATCH v5 21/27] iommu/arm-smmu-v3: Put the SVA mmu notifier in the smmu_domain
` [PATCH v5 22/27] iommu/arm-smmu-v3: Consolidate freeing the ASID/VMID
` [PATCH v5 24/27] iommu/arm-smmu-v3: Bring back SVA BTM support

[PATCH 0/8] iommufd support pasid attach/replace
 2024-03-21 13:58 UTC  (15+ messages)
` [PATCH 1/8] iommu: Introduce a replace API for device pasid

[PATCH 1/4] dt-bindings: iommu: rockchip: Fix rk3588 variant
 2024-03-21  9:32 UTC  (8+ messages)
  ` [PATCH 2/4] media: dt-binding: media: Document rk3588’s vepu121
  ` [PATCH 3/4] arm64: dts: rockchip: Add VEPU121 to rk3588

[PATCH v3 0/8] IOMMUFD: Deliver IO page faults to user space
 2024-03-20 16:18 UTC  (14+ messages)
` [PATCH v3 2/8] iommu/sva: Use iopf domain attach/detach interface
` [PATCH v3 3/8] iommufd: Add fault and response message definitions
` [PATCH v3 4/8] iommufd: Add iommufd fault object
` [PATCH v3 5/8] iommufd: Associate fault object with iommufd_hw_pgtable

[RFC RESEND 00/16] Split IOMMU DMA mapping operation to two steps
 2024-03-20  8:55 UTC  (16+ messages)

Why is the ARM SMMU v1/v2 put into bypass mode on kexec?
 2024-03-19 19:14 UTC  (7+ messages)

[PATCH v6 00/15] iommu/amd: SVA Support (Part 4) - SVA and IOPF
 2024-03-19 17:56 UTC  (17+ messages)
` [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 11/15] iommu/amd: Add IO page fault notifier handler
` [PATCH v6 13/15] iommu/amd: Initial SVA support for AMD IOMMU

[BUG] seltests/iommu: runaway ./iommufd consuming 99% CPU after a failed assert()
 2024-03-19 13:58 UTC  (2+ messages)

[PATCH v2 0/2] Describe SC8280XP PCIe SMMU
 2024-03-19 13:53 UTC  (6+ messages)
` [PATCH v2 1/2] dt-bindings: iommu: arm,smmu-v3: Add SC8280XP compatible
` [PATCH v2 2/2] arm64: dts: qcom: sc8280xp: Describe the PCIe SMMUv3

[PATCH v2 0/2] swiotlb: allocate padding slots if necessary
 2024-03-19  4:45 UTC  (6+ messages)
` [PATCH v2 1/2] swiotlb: extend buffer pre-padding to alloc_align_mask "
` [PATCH v2 2/2] bug: introduce ASSERT_VAR_CAN_HOLD()

Query on ARM SMMUv3 nested support
 2024-03-18 16:22 UTC  (3+ messages)

[PATCH 1/1] swiotlb: extend buffer pre-padding to alloc_align_mask if necessary
 2024-03-18 13:05 UTC  (6+ messages)

[PATCH v6 0/6] Fix double allocation in swiotlb_alloc()
 2024-03-18 12:36 UTC  (17+ messages)
` [PATCH v6 1/6] swiotlb: Fix double-allocation of slots due to broken alignment handling
` [PATCH v6 4/6] swiotlb: Fix alignment checks when both allocation and DMA masks are present

[PATCH v5 00/11] IOMMU memory observability
 2024-03-15 21:53 UTC  (5+ messages)
` [PATCH v5 02/11] iommu/dma: use iommu_put_pages_list() to releae freelist

[PATCH v5 00/37] Memory allocation profiling
 2024-03-15 17:06 UTC  (22+ messages)
` [PATCH v5 03/37] mm/slub: Mark slab_free_freelist_hook() __always_inline
` [PATCH v5 06/37] mm: introduce slabobj_ext to support slab object extensions
` [PATCH v5 12/37] lib: prevent module unloading if memory is not freed
` [PATCH v5 14/37] lib: introduce support for page allocation tagging
` [PATCH v5 15/37] lib: introduce early boot parameter to avoid page_ext memory overhead
` [PATCH v5 20/37] mm: fix non-compound multi-order memory accounting in __free_pages
` [PATCH v5 23/37] mm/slab: add allocation accounting into slab allocation and free paths

[FYI][PATCH] tracing/treewide: Remove second parameter of __assign_str()
 2024-03-14 18:34 UTC  (3+ messages)

[git pull] IOMMU Updates for Linux v6.9
 2024-03-13 17:04 UTC  (2+ messages)

[GIT PULL] dma-mapping updates for Linux 6.9
 2024-03-13 17:04 UTC  (2+ messages)

[PATCH] direct-dma: WARN_ON_ONCE when the page is not addressable by device's coherent_dma_mask
 2024-03-13 12:43 UTC  (2+ messages)

[PATCH 1/1] swiotlb: add a KUnit test suite
 2024-03-13  9:27 UTC 

[PATCH v5 0/2] Add support for multiple coherent memory regions
 2024-03-13  7:12 UTC  (8+ messages)
` [PATCH v5 1/2] dma-coherent: add support for multi coherent rmems per dev
` [PATCH v5 2/2] usb: host: xhci-plat: add support for multi memory regions

[PATCH v4 00/36] Memory allocation profiling
 2024-03-12 20:07 UTC  (6+ messages)
` [PATCH v4 13/36] lib: prevent module unloading if memory is not freed

[PATCH v6 0/7] Add support for Translation Buffer Units
 2024-03-12 18:14 UTC  (3+ messages)
` [PATCH v6 4/7] iommu/arm-smmu-qcom: Use a custom context fault handler for sdm845

[PATCH v2 0/7] A702 support
 2024-03-12 16:12 UTC  (4+ messages)
` [PATCH v2 2/7] clk: qcom: clk-alpha-pll: Add HUAYRA_2290 support

[PATCH v3 0/7] drm/msm: Add support for the A750 GPU found on the SM8650 platform
 2024-03-12  8:05 UTC  (4+ messages)
` [PATCH v3 6/7] arm64: dts: qcom: sm8650: add GPU nodes

[PATCH] Allocate DMAR fault interrupts locally
 2024-03-11 20:38 UTC  (3+ messages)

iommu ivhd0: AMD-Vi: Event logged [INVALID_DEVICE_REQUEST device=0000:00:00.0 pasid=0x00000 address=0xfffffffdf8000000 flags=0x0a00]
 2024-03-11 13:20 UTC  (6+ messages)

[PATCH v7 00/15] iommu/amd: SVA Support (Part 4) - SVA and IOPF
 2024-03-11  9:08 UTC  (9+ messages)
` [PATCH v7 08/15] iommu/amd: Enable PCI features based on attached domain capability
` [PATCH v7 09/15] iommu/amd: Define per-IOMMU iopf_queue
` [PATCH v7 10/15] iommu/amd: Add support for page response
` [PATCH v7 11/15] iommu/amd: Add IO page fault notifier handler
` [PATCH v7 12/15] iommu/amd: Add support for enable/disable IOPF
` [PATCH v7 13/15] iommu/amd: Initial SVA support for AMD IOMMU
` [PATCH v7 14/15] iommu: Add ops->domain_alloc_sva()
` [PATCH v7 15/15] iommu/amd: Add SVA domain support


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