Linux IOMMU Development
 help / color / mirror / Atom feed
 messages from 2024-02-23 21:24:54 to 2024-02-29 22:33:04 UTC [more...]

[PATCH v13 1/3] PCI: make pci_dev_is_disconnected() helper public for other drivers
 2024-02-29 22:33 UTC  (4+ messages)

[PATCH v13 1/3] PCI: make pci_dev_is_disconnected() helper public for other drivers
 2024-02-29 22:26 UTC  (2+ messages)

[PATCH v5 0/7] Add support for Translation Buffer Units
 2024-02-29 22:24 UTC  (16+ 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] Allocate DMAR fault interrupts locally
 2024-02-29 22:18 UTC  (2+ messages)

[PATCH] iommu/vt-d: improve ITE fault handling if device was released
 2024-02-29 21:07 UTC  (3+ messages)

[PATCH] iommu/vt-d: avoid sending explicit ATS invalidation request to released device
 2024-02-29 21:06 UTC  (3+ messages)

[PATCH v3 00/35] Memory allocation profiling
 2024-02-29 20:54 UTC  (5+ messages)
` [PATCH v3 01/35] lib/string_helpers: Add flags param to string_get_size()

[PATCH v6 00/16] Update SMMUv3 to the modern iommu API (part 1/3)
 2024-02-29 20:47 UTC  (22+ 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()

[q&a] Status of IOMMU virtualization for nested virtualization (userspace PCI drivers in VMs)
 2024-02-29 19:53 UTC  (3+ messages)

[GIT PULL] iommu/arm-smmu: Updates for 6.9
 2024-02-29 18:15 UTC 

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

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

[REGRESSION] Failed buffer allocation in Tegra fbdev
 2024-02-29 16:46 UTC  (7+ messages)
  `  "

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

[PATCH rc 0/3] iommufd: Fix three bugs found by Syzkaller
 2024-02-29 15:59 UTC  (4+ messages)

[PATCH v5 0/6] Fix double allocation in swiotlb_alloc()
 2024-02-29 15:47 UTC  (14+ messages)
` [PATCH v5 1/6] swiotlb: Fix double-allocation of slots due to broken alignment handling
` [PATCH v5 2/6] swiotlb: Enforce page alignment in swiotlb_alloc()
` [PATCH v5 3/6] swiotlb: Honour dma_alloc_coherent() "
` [PATCH v5 4/6] swiotlb: Fix alignment checks when both allocation and DMA masks are present
` [PATCH v5 5/6] iommu/dma: Force swiotlb_max_mapping_size on an untrusted device
` [PATCH v5 6/6] swiotlb: Remove pointless stride adjustment for allocations >= PAGE_SIZE

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

[PATCH 0/3] iommu: Fix domain check on release (part 2/2)
 2024-02-29  9:48 UTC  (4+ messages)
` [PATCH 1/3] iommu/vt-d: Setup scalable mode context entry in probe path
` [PATCH 2/3] iommu/vt-d: Remove scalable mode context entry setup from attach_dev
` [PATCH 3/3] iommu/vt-d: Remove scalabe mode in domain_context_clear_one()

[PATCH v2 0/2] iommu: Fix domain check on release (part 1/2)
 2024-02-29  9:46 UTC  (3+ messages)
` [PATCH v2 1/2] iommu: Add static iommu_ops->release_domain
` [PATCH v2 2/2] iommu/vt-d: Fix NULL domain on device release

[PATCH v4 00/36] Memory allocation profiling
 2024-02-28 18:38 UTC  (60+ 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 14/36] lib: add allocation tagging support for memory allocation profiling
` [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 22/36] mm/slab: add allocation accounting into slab allocation and free paths
` [PATCH v4 24/36] rust: Add a rust helper for krealloc()
` [PATCH v4 31/36] lib: add memory allocations report in show_mem()

[PATCH v4 0/5] Fix double allocation in swiotlb_alloc()
 2024-02-28 12:05 UTC  (17+ 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 v13 0/3] fix vt-d hard lockup when hotplug ATS capable device
 2024-02-28  9:00 UTC  (15+ messages)
` [PATCH v13 3/3] iommu/vt-d: improve ITE fault handling if target device isn't valid

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

[PATCH] dma-contiguous: remove debug code to removed CONFIG_CMA_DEBUG
 2024-02-27 18:44 UTC  (4+ messages)

[PATCH] dma: Leak pages on dma_set_decrypted() failure
 2024-02-27 15:44 UTC  (2+ messages)

[PATCH] swiotlb: add debugfs to track swiotlb transient pool usage
 2024-02-27 15:43 UTC  (2+ messages)

[PATCH v3] dma-coherent: add support for multi coherent rmems per dev
 2024-02-27 14:31 UTC  (8+ messages)

[PATCH] iommu/iova: Simplify IOVA cache allocation with KMEM_CACHE()
 2024-02-27 12:28 UTC  (2+ messages)

[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  (4+ messages)

[PATCH v2 0/7] A702 support
 2024-02-27 10:12 UTC  (9+ 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 4/7] drm/msm/adreno: Add missing defines for A702

[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/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 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  (3+ 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


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