Linux IOMMU Development
 help / color / mirror / Atom feed
 messages from 2026-05-06 18:51:19 to 2026-05-09 23:21:57 UTC [more...]

[PATCH v6 00/25] KVM: arm64: SMMUv3 driver for pKVM (trap and emulate)
 2026-05-09 23:21 UTC  (19+ messages)
` [PATCH v6 04/25] iommu/arm-smmu-v3: Move TLB range invalidation into common code
` [PATCH v6 05/25] iommu/arm-smmu-v3: Move IDR parsing to common functions
` [PATCH v6 06/25] iommu/io-pgtable-arm: Rework to use the iommu-pages API

[PATCH v2 0/8] Support non-leaf and range invalidation features in RISC-V
 2026-05-09 20:39 UTC  (13+ messages)
` [PATCH v2 1/8] iommu: Split the kdoc comment for struct iommu_iotlb_gather
` [PATCH v2 2/8] iommupt: Add struct iommupt_pending_gather
` [PATCH v2 3/8] iommupt: Add PT_FEAT_DETAILED_GATHER
` [PATCH v2 4/8] iommu/riscv: Enable PT_FEAT_DETAILED_GATHER and pass gather to iotlb_inval
` [PATCH v2 5/8] iommu/riscv: Compute best stride for single invalidation
` [PATCH v2 6/8] iommu/riscv: Add RISCV_IOMMU_CAPABILITIES_NL
` [PATCH v2 7/8] iommu/riscv: Include the dword number in RISCV_IOMMU_CMD macros
` [PATCH v2 8/8] iommu/riscv: Add NAPOT range invalidation support

[PATCH v3 2/2] iommupt: Avoid rewalking during map
 2026-05-09 20:25 UTC  (4+ messages)

[PATCH 0/2] iommu/riscv: Enable IOMMU_DMA
 2026-05-09 19:47 UTC  (5+ messages)
` [PATCH 1/2] iommu/riscv: Map IMSIC addresses for paging domains
` [PATCH 2/2] iommu/dma: enable IOMMU_DMA for RISC-V

[PATCH v14 0/5] Add support for Verisilicon IOMMU used by media codec blocks
 2026-05-09 17:56 UTC  (3+ messages)
` [PATCH v14 1/5] dt-bindings: vendor-prefixes: Add Verisilicon

[PATCH] iommu/vt-d: remove typo from pasid_pte_config_nested()
 2026-05-09 17:45 UTC 

[PATCH rc v2] iommu/arm-smmu-v3: Fix inconsistent ATS state tracking
 2026-05-09 17:14 UTC  (16+ messages)

[PATCH RFC] iommu: Enable per-device SSID space for SVA
 2026-05-09 17:10 UTC  (6+ messages)

[PATCH v5 00/14] media: iris: Add support for glymur platform
 2026-05-09 17:07 UTC  (33+ messages)
` [PATCH v5 01/14] media: iris: Add iris vpu bus support
` [PATCH v5 02/14] iommu: Add iris-vpu-bus to iommu_buses
` [PATCH v5 03/14] media: iris: Fix VM count passed to firmware
` [PATCH v5 04/14] dt-bindings: media: qcom,venus: Remove clock, power-domain, and iommus from common schema
` [PATCH v5 05/14] dt-bindings: media: qcom,glymur-iris: Add glymur video codec
` [PATCH v5 06/14] media: iris: Add context bank hooks for platform specific initialization
` [PATCH v5 07/14] media: iris: Enable Secure PAS support with IOMMU managed by Linux
` [PATCH v5 08/14] media: iris: Rename clock and power domain macros to use vcodec prefix
` [PATCH v5 09/14] media: iris: Use power domain type to look up pd_devs index
` [PATCH v5 10/14] media: iris: Add power sequence for Glymur
` [PATCH v5 11/14] media: iris: Add support to select core for dual core platforms
` [PATCH v5 12/14] media: iris: Add platform data for glymur
` [PATCH v5 13/14] arm64: dts: qcom: glymur: Add iris video node
` [PATCH v5 14/14] arm64: dts: qcom: glymur-crd: Enable iris video codec node

How to express "externally managed" IOMMU domains for VFIO/IOMMUFD ?
 2026-05-09 17:00 UTC  (4+ messages)

[PATCH 0/9] Remove SMMUv3 struct arm_smmu_cmdq_ent
 2026-05-09 16:54 UTC  (42+ messages)
` [PATCH 1/9] iommu/arm-smmu-v3: Add struct arm_smmu_cmd to represent the HW format command
` [PATCH 2/9] iommu/arm-smmu-v3: Use the HW arm_smmu_cmd in cmdq selection functions
` [PATCH 3/9] iommu/arm-smmu-v3: Use the HW arm_smmu_cmd in cmdq submission functions
` [PATCH 4/9] iommu/arm-smmu-v3: Convert arm_smmu_cmdq_batch cmds to struct arm_smmu_cmd
` [PATCH 5/9] iommu/arm-smmu-v3: Remove CMDQ_OP_CFGI_CD_ALL from arm_smmu_cmdq_build_cmd()
` [PATCH 6/9] iommu/arm-smmu-v3: Directly encode simple commands
` [PATCH 7/9] iommu/arm-smmu-v3: Directly encode CMDQ_OP_ATC_INV
` [PATCH 8/9] iommu/arm-smmu-v3: Directly encode CMDQ_OP_SYNC
` [PATCH 9/9] iommu/arm-smmu-v3: Directly encode TLBI commands

[PATCH] iommu/arm-smmu-v3-sva: Enable Hardware Access and Hardware Dirty bits
 2026-05-09  7:56 UTC  (9+ messages)

[PATCH rc v4 0/5] iommu/arm-smmu-v3: Fix device crash on kdump kernel
 2026-05-09  7:53 UTC  (11+ messages)
` [PATCH rc v4 2/5] iommu/arm-smmu-v3: Implement is_attach_deferred() for kdump
` [PATCH rc v4 3/5] iommu/arm-smmu-v3: Skip EVTQ/PRIQ setup in kdump kernel
` [PATCH rc v4 4/5] iommu/arm-smmu-v3: Retain CR0_SMMUEN during kdump device reset
` [PATCH rc v4 5/5] iommu/arm-smmu-v3: Detect ARM_SMMU_OPT_KDUMP_ADOPT in probe()

[PATCH] dma-contiguous: add kconfig option to setup numa cma area if not configured explicitly
 2026-05-09  7:25 UTC 

[PATCH v2] iommu/arm-smmu-v3: Limit queue allocation retry boundary to PAGE_SIZE
 2026-05-09  7:07 UTC 

[PATCH] iommu/arm-smmu-v3: Stop queue allocation retry at PAGE_SIZE
 2026-05-09  6:10 UTC  (6+ messages)

[PATCH RFC 21/26] dma-buf: Add the Physical Address List DMA mapping type
 2026-05-09  5:31 UTC  (10+ messages)

[PATCH 0/3] [PULL REQUEST] iommu/vt-d: Fixes for v7.1-rc
 2026-05-09  2:43 UTC  (4+ messages)
` [PATCH 1/3] iommu/vt-d: Disable DMAR for Intel Q35 IGFX
` [PATCH 2/3] iommu/vt-d: Fix oops due to out of scope access
` [PATCH 3/3] iommu/vt-d: Avoid NULL pointer dereference or refcount corruption

[PATCH v2] iommufd: Use sizeof(*hdr) instead of sizeof(hdr) in veventq read
 2026-05-08 23:37 UTC  (3+ messages)

[PATCH v3] dma-contiguous: setup default numa cma area if not configured explicitly
 2026-05-08 20:57 UTC  (8+ messages)

[PATCH v2 0/6] Add DMA attributes tracking
 2026-05-08 20:31 UTC  (4+ messages)

[PATCH v5 0/4] Respect VASIZE for address limits
 2026-05-08 19:23 UTC  (2+ messages)

[PATCH] dma-mapping: remove bogus test for pfn_valid from dma_map_resource
 2026-05-08 19:11 UTC  (10+ messages)

[PATCH v3 0/9] dma-mapping: Use DMA_ATTR_CC_SHARED through direct, pool and swiotlb paths
 2026-05-08 17:28 UTC  (6+ messages)
` [PATCH v3 2/9] dma-direct: use DMA_ATTR_CC_SHARED in alloc/free paths
` [PATCH v3 4/9] dma: swiotlb: track pool encryption state and honor DMA_ATTR_CC_SHARED

[git pull] IOMMU Fixes for Linux v7.1-rc2
 2026-05-08 17:20 UTC  (2+ messages)

[PATCH 1/2] [RFC] debugobjects: avoid gcc-16.0.1 section mismatch
 2026-05-08 13:17 UTC  (2+ messages)

[PATCH 0/3] iommu: Add PCI vendor:device ID to IOMMU fault logs
 2026-05-08 10:45 UTC  (8+ messages)
` [PATCH 1/3] iommu/arm-smmu-v3: Print PCI vendor:device ID in SMMU translation "
` [PATCH 2/3] iommu/vt-d: Add PCI segment and vendor:device ID to DMAR "
` [PATCH 3/3] iommu/amd: Add vendor:device ID to AMD IOMMU event logs

[PATCH v2 0/4] iommu/amd: IVMD handling cleanup and ivmd= boot override
 2026-05-08  7:30 UTC  (3+ messages)
` [PATCH v2 2/4] iommu/amd: Do not convert IVMD exclusion range to unity range

[PATCH] iommu/vt-d: Avoid NULL pointer dereference or refcount corruption
 2026-05-08  7:59 UTC  (2+ messages)

[PATCH] iommu/vt-d: Fix oops due to out of scope access
 2026-05-08  7:58 UTC  (2+ messages)

[PATCH] iommu/vt-d: Disable DMAR for Intel Q35 IGFX
 2026-05-08  7:57 UTC  (2+ messages)

[PATCH v2 00/16] iommu: Add live update state preservation
 2026-05-08  6:05 UTC  (18+ messages)
` [PATCH v2 04/16] iommu: Implement device and IOMMU HW preservation
` [PATCH v2 06/16] iommupt: Implement preserve/unpreserve/restore callbacks
` [PATCH v2 07/16] iommu/vt-d: Implement device and iommu preserve/unpreserve ops
` [PATCH v2 09/16] iommu/vt-d: Restore IOMMU state and reclaimed domain ids
` [PATCH v2 10/16] iommu: Restore and reattach preserved domains to devices
` [PATCH v2 11/16] iommu/vt-d: preserve PASID table of preserved device

[PATCH v4 0/4] Add iommufd ioctls to support TSM operations
 2026-05-08  4:12 UTC  (7+ messages)
` [PATCH v4 4/4] iommufd/vdevice: add TSM guest request ioctl

[RFC PATCH v3 0/5] dma-mapping: Fixes for memory encryption
 2026-05-08  4:03 UTC  (9+ messages)
` [RFC PATCH v3 3/5] dma-mapping: Decrypt memory on remap
` [RFC PATCH v3 4/5] dma-mapping: Encapsulate memory state during allocation

[PATCH V2 00/11] PCI passthru on Hyper-V (Part I)
 2026-05-08  1:54 UTC  (4+ messages)
` [PATCH V2 09/11] x86/hyperv: Implement hyperv virtual IOMMU

[PATCH] dt-bindings: arm-smmu: Constrain clocks for newer Qualcomm variants
 2026-05-07 19:26 UTC  (2+ messages)

[PATCH] dt-bindings: arm-smmu: qcom: Add compatible for Qualcomm Shikra SoC
 2026-05-07 18:19 UTC  (2+ messages)

[PATCH v2] iommu: arm-smmu-qcom: Ensure smmu is powered up in set_ttbr0_cfg
 2026-05-07 15:44 UTC  (6+ messages)

[PATCH v3] iommu: arm-smmu-qcom: Ensure smmu is powered up in set_ttbr0_cfg
 2026-05-07 15:43 UTC 

[RFC PATCH v2 00/10] iommu/riscv: Add hardware dirty tracking for second-stage domains
 2026-05-07 11:37 UTC  (11+ messages)
` [RFC PATCH v2 01/10] iommupt: Add RISC-V Second-stage (iohgatp) page table support
` [RFC PATCH v2 02/10] iommupt: Add RISC-V dirty tracking PTE ops
` [RFC PATCH v2 03/10] iommu/riscv: report iommu capabilities
` [RFC PATCH v2 04/10] iommu/riscv: use data structure instead of individual values
` [RFC PATCH v2 05/10] iommu/riscv: support GSCID and GVMA invalidation command
` [RFC PATCH v2 06/10] RISC-V: KVM: Enable KVM_VFIO interfaces on RISC-V arch
` [RFC PATCH v2 07/10] iommu/riscv: Add domain_alloc_paging_flags for second-stage domain
` [RFC PATCH v2 08/10] iommu/riscv: Pre-enable GADE for second-stage domains
` [RFC PATCH v2 09/10] iommu/riscv: Add dirty tracking support "
` [RFC PATCH v2 10/10] iommu/riscv: Add IOTINVAL.GVMA after updating DDT/PDT entries

[PATCH rc v8 0/8] iommu: Fix pci_dev_reset_iommu_prepare/done()
 2026-05-07  7:49 UTC  (3+ messages)
` [PATCH rc v8 8/8] iommu: Warn on premature unblock during DMA aliased sibling reset

[PATCH v14 0/3] of: parsing of multi #{iommu,msi}-cells in maps
 2026-05-06 22:19 UTC  (2+ messages)

[PATCH V4 00/10] iommufd: Enable noiommu mode for cdev
 2026-05-06 18:51 UTC  (4+ messages)
` [PATCH V4 03/10] iommufd: Allow binding to a noiommu device


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