Linux IOMMU Development
 help / color / mirror / Atom feed
 messages from 2024-02-22 09:50:36 to 2024-02-27 11:30:12 UTC [more...]

[LSF/MM/BPF TOPIC] [LSF/MM/BPF ATTEND] : Two stage IOMMU DMA mapping operations
 2024-02-27 11:30 UTC  (2+ messages)

[PATCH v5 02/17] iommu/arm-smmu-v3: Consolidate the STE generation for abort/bypass
 2024-02-27 10:50 UTC  (5+ messages)

[PATCH v4 00/36] Memory allocation profiling
 2024-02-27 10:19 UTC  (41+ messages)
` [PATCH v4 03/36] mm/slub: Mark slab_free_freelist_hook() __always_inline
` [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 13/36] lib: prevent module unloading if memory is not freed
` [PATCH v4 15/36] lib: introduce support for 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 24/36] rust: Add a rust helper for krealloc()

[PATCH v2 0/7] A702 support
 2024-02-27 10:12 UTC  (14+ messages)
` [PATCH v2 1/7] dt-bindings: clock: Add Qcom QCM2290 GPUCC
` [PATCH v2 2/7] clk: qcom: clk-alpha-pll: Add HUAYRA_2290 support
` [PATCH v2 3/7] clk: qcom: Add QCM2290 GPU clock controller driver
` [PATCH v2 4/7] drm/msm/adreno: Add missing defines for A702
` [PATCH v2 5/7] drm/msm/adreno: Add A702 support
` [PATCH v2 6/7] arm64: dts: qcom: qcm2290: Add GPU nodes
` [PATCH v2 7/7] arm64: dts: qcom: qrb2210-rb1: Enable the GPU

[PATCH] iommu/iova: Simplify IOVA cache allocation with KMEM_CACHE()
 2024-02-27  9:08 UTC 

[PATCH] iommu/fsl_pamu: Simplify IOVA cache allocation with KMEM_CACHE() in fsl_pamu_domain.c
 2024-02-27  9:08 UTC 

[PATCH rc] iommu/sva: Fix SVA handle sharing in multi device case
 2024-02-27  7:42 UTC  (3+ messages)

[PATCH 0/2] iommu: Fix domain check on device release
 2024-02-27  7:40 UTC  (5+ messages)
` [PATCH 1/2] iommu: Add static iommu_ops->release_domain
` [PATCH 2/2] iommu/vt-d: Fix NULL domain on device release

[PATCH v13 0/3] fix vt-d hard lockup when hotplug ATS capable device
 2024-02-27  4:54 UTC  (18+ messages)
` [PATCH v13 1/3] PCI: make pci_dev_is_disconnected() helper public for other drivers
` [PATCH v13 3/3] iommu/vt-d: improve ITE fault handling if target device isn't valid

[PATCH] iommufd/selftest: Don't check map/unmap pairing with HUGE_PAGES
 2024-02-27  3:37 UTC  (3+ messages)

[PATCH rc 0/3] iommufd: Fix three bugs found by Syzkaller
 2024-02-27  3:34 UTC  (5+ messages)
` [PATCH rc 1/3] iommufd: Fix iopt_access_list_id overwrite bug
` [PATCH rc 2/3] iommufd/selftest: Fix mock_dev_num bug
` [PATCH rc 3/3] iommufd: Fix protection fault in iommufd_test_syz_conv_iova

[PATCH 0/8] [PULL REQUEST] Intel IOMMU updates for Linux v6.9
 2024-02-27  2:14 UTC  (9+ messages)
` [PATCH 1/8] iommu/vt-d: Remove INTEL_IOMMU_BROKEN_GFX_WA
` [PATCH 2/8] iommu/vt-d: Use kcalloc() instead of kzalloc()
` [PATCH 3/8] iommu/vt-d: Add the document for Intel IOMMU debugfs
` [PATCH 4/8] iommu/vt-d: Remove treatment for revoking PASIDs with pending page faults
` [PATCH 5/8] iommu/vt-d: Remove initialization for dynamically heap-allocated rcu_head
` [PATCH 6/8] iommu/vt-d: Merge intel_svm_bind_mm() into its caller
` [PATCH 7/8] iommu/vt-d: Use rbtree to track iommu probed devices
` [PATCH 8/8] iommu/vt-d: Use device rbtree in iopf reporting path

[PATCH v4 0/5] Fix double allocation in swiotlb_alloc()
 2024-02-26 21:11 UTC  (15+ messages)
` [PATCH v4 1/5] swiotlb: Fix double-allocation of slots due to broken alignment handling
` [PATCH v4 5/5] iommu/dma: Force swiotlb_max_mapping_size on an untrusted device

[PATCH v5 0/7] Add support for Translation Buffer Units
 2024-02-26 17:22 UTC  (8+ messages)
` [PATCH v5 1/7] dt-bindings: iommu: Add Qualcomm TBU bindings
` [PATCH v5 2/7] iommu/arm-smmu-qcom-tbu: Add Qualcomm TBU driver
` [PATCH v5 3/7] iommu/arm-smmu: Allow using a threaded handler for context interrupts
` [PATCH v5 4/7] iommu/arm-smmu-qcom: Use a custom context fault handler for sdm845
` [PATCH v5 5/7] arm64: dts: qcom: sdm845: Add DT nodes for the TBUs
` [PATCH v5 6/7] iommu/arm-smmu-qcom: Use the custom fault handler on more platforms
` [PATCH v5 7/7] arm64: dts: qcom: sc7280: Add DT nodes for the TBUs

[PATCH v6 00/16] Update SMMUv3 to the modern iommu API (part 1/3)
 2024-02-26 17:07 UTC  (17+ messages)
` [PATCH v6 01/16] iommu/arm-smmu-v3: Make STE programming independent of the callers
` [PATCH v6 02/16] iommu/arm-smmu-v3: Consolidate the STE generation for abort/bypass
` [PATCH v6 03/16] iommu/arm-smmu-v3: Move the STE generation for S1 and S2 domains into functions
` [PATCH v6 04/16] iommu/arm-smmu-v3: Build the whole STE in arm_smmu_make_s2_domain_ste()
` [PATCH v6 05/16] iommu/arm-smmu-v3: Hold arm_smmu_asid_lock during all of attach_dev
` [PATCH v6 06/16] iommu/arm-smmu-v3: Compute the STE only once for each master
` [PATCH v6 07/16] iommu/arm-smmu-v3: Do not change the STE twice during arm_smmu_attach_dev()
` [PATCH v6 08/16] iommu/arm-smmu-v3: Put writing the context descriptor in the right order
` [PATCH v6 09/16] iommu/arm-smmu-v3: Pass smmu_domain to arm_enable/disable_ats()
` [PATCH v6 10/16] iommu/arm-smmu-v3: Remove arm_smmu_master->domain
` [PATCH v6 11/16] iommu/arm-smmu-v3: Check that the RID domain is S1 in SVA
` [PATCH v6 12/16] iommu/arm-smmu-v3: Add a global static IDENTITY domain
` [PATCH v6 13/16] iommu/arm-smmu-v3: Add a global static BLOCKED domain
` [PATCH v6 14/16] iommu/arm-smmu-v3: Use the identity/blocked domain during release
` [PATCH v6 15/16] iommu/arm-smmu-v3: Pass arm_smmu_domain and arm_smmu_device to finalize
` [PATCH v6 16/16] iommu/arm-smmu-v3: Convert to domain_alloc_paging()

[PATCH net-next v3 0/7] dma: skip calling no-op sync ops when possible
 2024-02-26 16:27 UTC  (9+ 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

[RFC PATCH 00/45] KVM: Arm SMMUv3 driver for pKVM
 2024-02-26 14:19 UTC  (17+ messages)
` [RFC PATCH 20/45] KVM: arm64: iommu: Add map() and unmap() operations
` [RFC PATCH 24/45] KVM: arm64: smmu-v3: Setup stream table
` [RFC PATCH 27/45] KVM: arm64: smmu-v3: Setup domains and page table configuration
` [RFC PATCH 30/45] iommu/arm-smmu-v3: Move queue and table allocation to arm-smmu-v3-common.c

[PATCH rc] iommu/sva: Restore SVA handle sharing
 2024-02-26 13:07 UTC  (6+ messages)

[PATCH v2 0/2] iommu/vt-d: Introduce rbtree for probed devices
 2024-02-26  6:15 UTC  (2+ messages)

[PATCH v2 00/13] iommu/vt-d: Remove superfluous IOMMU IOTLB invalidations
 2024-02-26  6:13 UTC  (2+ messages)

[PACTH v3] Documentation: iommu/vt-d: Add the document for Intel IOMMU debugfs
 2024-02-26  6:10 UTC  (2+ messages)

[PATCH] iommu/vt-d: Use kcalloc() instead of kzalloc()
 2024-02-26  6:09 UTC  (2+ messages)

[PATCH v2 1/1] iommu/vt-d: Remove INTEL_IOMMU_BROKEN_GFX_WA
 2024-02-26  6:07 UTC  (2+ messages)

[PATCH] iommu/amd: drop unused but set variable entry
 2024-02-26  1:56 UTC 

[git pull] IOMMU Fixes for Linux v6.8-rc5
 2024-02-25  0:08 UTC  (2+ messages)

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

[PATCH v3 0/7] dma-mapping: Simplify arch_setup_dma_ops()
 2024-02-24 11:47 UTC  (6+ messages)
` [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

[FYI][PATCH] tracing/treewide: Remove second parameter of __assign_str()
 2024-02-23 20:45 UTC  (7+ messages)

[PATCH] drivers/iommu: Ensure that the queue base address is successfully written during SMMU initialization
 2024-02-23 16:20 UTC  (2+ messages)

[GIT PULL] iommu/arm-smmu: Fixes for 6.8-rc
 2024-02-23 15:44 UTC  (2+ messages)

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

[PATCH 00/13] Linux RISC-V IOMMU Support
 2024-02-23 14:04 UTC  (2+ messages)

[PATCH] iommu: Avoid races around default domain allocations
 2024-02-23  9:40 UTC 

[PATCH v3] dma-coherent: add support for multi coherent rmems per dev
 2024-02-23  6:37 UTC  (6+ messages)

[PATCH] iommu/vt-d: Replace ioasid_t with unsigned int
 2024-02-23  2:56 UTC 

[PATCH 0/8] A702 support
 2024-02-23  0:14 UTC  (4+ messages)
` [PATCH 1/8] dt-bindings: arm-smmu: Add QCM2290 GPU SMMU

[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] iommu/arm-smmu-qcom: Add X1E80100 MDSS compatible
 2024-02-22 18:06 UTC  (2+ 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  (4+ 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 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] iommu/vt-d: Check for non-NULL domain on device release
 2024-02-22 11:53 UTC  (5+ messages)


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