IOMMU Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-03-06 18:25:32 to 2024-03-15 10:41:23 UTC [more...]

[PATCH v5 00/27] Update SMMUv3 to the modern iommu API (part 2/3)
 2024-03-15 10:40 UTC  (27+ 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 11/27] iommu/arm-smmu-v3: Build the whole CD in arm_smmu_make_s1_cd()

[PATCH 1/1] swiotlb: extend buffer pre-padding to alloc_align_mask if necessary
 2024-03-15  2:53 UTC  (2+ messages)

[PATCH v3 0/8] IOMMUFD: Deliver IO page faults to user space
 2024-03-15  1:46 UTC  (18+ 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

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

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

Query on ARM SMMUv3 nested support
 2024-03-13 23:50 UTC  (2+ messages)

[RFC RESEND 00/16] Split IOMMU DMA mapping operation to two steps
 2024-03-13 21:44 UTC  (19+ 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 v5 00/37] Memory allocation profiling
 2024-03-13 15:31 UTC  (38+ 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 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 22/37] lib: add codetag reference into slabobj_ext
` [PATCH v5 23/37] mm/slab: add allocation accounting into slab allocation and free paths
` [PATCH v5 24/37] rust: Add a rust helper for krealloc()
` [PATCH v5 25/37] mm/slab: enable slab allocation tagging for kmalloc and friends
` [PATCH v5 26/37] mempool: Hook up to memory allocation profiling
` [PATCH v5 27/37] mm: percpu: Introduce pcpuobj_ext
` [PATCH v5 28/37] mm: percpu: Add codetag reference into pcpuobj_ext
` [PATCH v5 29/37] mm: percpu: enable per-cpu allocation tagging
` [PATCH v5 30/37] mm: vmalloc: Enable memory allocation profiling
` [PATCH v5 31/37] rhashtable: Plumb through alloc tag
` [PATCH v5 32/37] lib: add memory allocations report in show_mem()
` [PATCH v5 33/37] codetag: debug: skip objext checking when it's for objext itself
` [PATCH v5 34/37] codetag: debug: mark codetags for reserved pages as empty
` [PATCH v5 35/37] codetag: debug: introduce OBJEXTS_ALLOC_FAIL to mark failed slab_ext allocations
` [PATCH v5 36/37] MAINTAINERS: Add entries for code tagging and memory allocation profiling
` [PATCH v5 37/37] memprofiling: Documentation

[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 0/8] iommufd support pasid attach/replace
 2024-03-13  8:11 UTC  (8+ messages)
` [PATCH 1/8] iommu: Introduce a replace API for device pasid

[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  (10+ messages)
` [PATCH v6 1/7] dt-bindings: iommu: Add Qualcomm TBU
` [PATCH v6 2/7] iommu/arm-smmu-qcom-tbu: Add Qualcomm TBU driver
` [PATCH v6 3/7] iommu/arm-smmu: Allow using a threaded handler for context interrupts
` [PATCH v6 4/7] iommu/arm-smmu-qcom: Use a custom context fault handler for sdm845
` [PATCH v6 5/7] arm64: dts: qcom: sdm845: Add DT nodes for the TBUs
` [PATCH v6 6/7] iommu/arm-smmu-qcom: Use the custom fault handler on more platforms
` [PATCH v6 7/7] arm64: dts: qcom: sc7280: Add DT nodes for the TBUs

[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 v6 0/6] Fix double allocation in swiotlb_alloc()
 2024-03-12 12:57 UTC  (28+ messages)
` [PATCH v6 1/6] swiotlb: Fix double-allocation of slots due to broken alignment handling
` [PATCH v6 2/6] swiotlb: Enforce page alignment in swiotlb_alloc()
` [PATCH v6 3/6] swiotlb: Honour dma_alloc_coherent() "
` [PATCH v6 4/6] swiotlb: Fix alignment checks when both allocation and DMA masks are present
` [PATCH v6 5/6] iommu/dma: Force swiotlb_max_mapping_size on an untrusted device
` [PATCH v6 6/6] swiotlb: Reinstate page-alignment for mappings >= PAGE_SIZE

[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

[BUG] seltests/iommu: runaway ./iommufd consuming 99% CPU after a failed assert()
 2024-03-12  6:35 UTC 

[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 v6 00/15] iommu/amd: SVA Support (Part 4) - SVA and IOPF
 2024-03-11 11:20 UTC  (15+ 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

[PATCH v7 00/15] iommu/amd: SVA Support (Part 4) - SVA and IOPF
 2024-03-11  9:08 UTC  (16+ messages)
` [PATCH v7 01/15] iommu/amd: Rename amd_iommu_v2_supported() as amd_iommu_pasid_supported()
` [PATCH v7 02/15] iommu/amd: Introduce per device DTE update function
` [PATCH v7 03/15] iommu/amd: Add support for enabling/disabling IOMMU features
` [PATCH v7 04/15] iommu/amd: Move PPR-related functions into ppr.c
` [PATCH v7 05/15] iommu/amd: Fix PPR interrupt processing logic
` [PATCH v7 06/15] iommu/amd: Introduce iommu_dev_data.max_pasids
` [PATCH v7 07/15] iommu/amd: Setup GCR3 table in advance if domain is SVA capable
` [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

[PATCH v9 0/5] iommu/arm-smmu: introduction of ACTLR implementation for Qualcomm SoCs
 2024-03-11  8:42 UTC  (6+ messages)
` [PATCH v9 4/5] iommu/arm-smmu: add ACTLR data and support for SM8550

[PATCH v2 0/2] Describe SC8280XP PCIe SMMU
 2024-03-10  8:46 UTC  (4+ 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 v4 0/2] Add support for multiple coherent memory regions
 2024-03-10  6:27 UTC  (7+ messages)
` [PATCH v4 1/2] dma-coherent: add support for multi coherent rmems per dev
` [PATCH v4 2/2] usb: host: xhci-plat: add support for multi memory regions

[PATCH v3 0/7] dma-mapping: Simplify arch_setup_dma_ops()
 2024-03-08 20:37 UTC  (5+ messages)
` [PATCH v3 6/7] iommu/dma: Centralise iommu_setup_dma_ops()
` [PATCH v3 7/7] dma-mapping: Simplify arch_setup_dma_ops()

[PATCH v2 0/4] iommu/smmuv3: Add IOMMUFD dirty tracking support for SMMUv3
 2024-03-08 14:32 UTC  (5+ messages)
` [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

[RFCv2 PATCH 0/7] iommu/amd: Introduce hardware info reporting and nested translation support
 2024-03-08 14:04 UTC  (13+ messages)
` [RFCv2 PATCH 1/7] iommu/amd: Introduce struct gcr3_tbl_info.giov
` [RFCv2 PATCH 2/7] iommu/amd: Refactor set_dte_entry
` [RFCv2 PATCH 3/7] iommu/amd: Update PASID, GATS, and GLX feature related macros
` [RFCv2 PATCH 4/7] iommu/amd: Add support for hw_info for iommu capability query
` [RFCv2 PATCH 5/7] iommufd: Introduce data struct for AMD nested domain allocation
` [RFCv2 PATCH 6/7] iommu/amd: Add nested domain allocation support

[PATCH 0/2] iommu/vt-d: Remove use of private data field
 2024-03-08 10:38 UTC  (3+ messages)
` [PATCH 1/2] iommu/vt-d: Remove debugfs "
` [PATCH 2/2] iommu/vt-d: Remove private data use in fault message

[PATCH] iommu: fix compilation without CONFIG_IOMMU_INTEL
 2024-03-08  8:04 UTC  (3+ messages)

[PATCH] iommu/amd: Fix sleeping in atomic context
 2024-03-08  7:58 UTC  (2+ messages)

[PATCH] iommu: always select INTEL_IOMMU for IRQ_REMAP
 2024-03-08  1:05 UTC  (3+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).