summaryrefslogtreecommitdiff
path: root/drivers/iommu
AgeCommit message (Expand)Author
2026-05-19iommu/arm-smmu-v3: Convert arm_smmu_cmdq_batch cmds to struct arm_smmu_cmdJason Gunthorpe
2026-05-19iommu/arm-smmu-v3: Use the HW arm_smmu_cmd in cmdq submission functionsJason Gunthorpe
2026-05-19iommu/arm-smmu-v3: Use the HW arm_smmu_cmd in cmdq selection functionsJason Gunthorpe
2026-05-19iommu/arm-smmu-v3: Add struct arm_smmu_cmd to represent the HW format commandJason Gunthorpe
2026-05-19iommu/arm-smmu-v3: Limit queue allocation retry boundary to PAGE_SIZELeo Jiang
2026-05-19iommu: arm-smmu-qcom: Ensure smmu is powered up in set_ttbr0_cfgAnna Maniscalco
2026-05-19iommu/arm-smmu-qcom: Add glymur MDSS to ACTLR client tableLokanadha M R
2026-05-19iommu/arm-smmu-qcom: Fix fastrpc compatible string in ACTLR client match tableBibek Kumar Patro
2026-05-19iommu/io-pgtable-arm: Use address conversion consistentlyMostafa Saleh
2026-05-19iommu/io-pgtable-arm: Rework to use the iommu-pages APIMostafa Saleh
2026-05-19iommu/io-pgtable-arm: Use consistent sizes for page allocation and freeingMostafa Saleh
2026-05-19iommu/amd: Adhere to IVINFO[VASIZE] for address limitsAnkit Soni
2026-05-19iommu_pt: add kunit config for 32-bit VA (amdv1_cfg_1)Ankit Soni
2026-05-19iommu_pt: support small VA for AMDv1Ankit Soni
2026-05-19iommu_pt: Fix pgsize_bitmap calculation in get_info for smaller vasz'sAnkit Soni
2026-05-19iommu/riscv: Add NAPOT range invalidation supportJason Gunthorpe
2026-05-19iommu/riscv: Include the dword number in RISCV_IOMMU_CMD macrosJason Gunthorpe
2026-05-19iommu/riscv: Add RISCV_IOMMU_CAPABILITIES_NLJason Gunthorpe
2026-05-19iommu/riscv: Compute best stride for single invalidationJason Gunthorpe
2026-05-19iommu/riscv: Enable PT_FEAT_DETAILED_GATHER and pass gather to iotlb_invalJason Gunthorpe
2026-05-19iommupt: Add PT_FEAT_DETAILED_GATHERJason Gunthorpe
2026-05-19iommupt: Add struct iommupt_pending_gatherJason Gunthorpe
2026-05-19iommu/vt-d: Simplify calculate_psi_aligned_address()Jason Gunthorpe
2026-05-15iommupt: Fixup build warning by using BIT_ULL() for RISCVPT_NC/IOFangyu Yu
2026-05-15iommupt: Fix the end_index calculation in __map_range_leaf()Jason Gunthorpe
2026-05-15iommupt: Check for missing PAGE_SIZE in the pgsize_bitmapJason Gunthorpe
2026-05-15iommu: Handle unmap error when iommu_debug is enabledJason Gunthorpe
2026-05-15iommu: Fix up map/unmap debugging for iommupt domainsJason Gunthorpe
2026-05-15iommu: Fix loss of errno on map failure for classic opsJason Gunthorpe
2026-05-11iommu/vt-d: Avoid NULL pointer dereference or refcount corruptionZhenzhong Duan
2026-05-11iommu/vt-d: Fix oops due to out of scope accessZhenzhong Duan
2026-05-11iommu/vt-d: Disable DMAR for Intel Q35 IGFXNaval Alcalá
2026-05-11iommu: Warn on premature unblock during DMA aliased sibling resetNicolin Chen
2026-05-11iommu: Fix WARN_ON in __iommu_group_set_domain_nofail() due to resetNicolin Chen
2026-05-11iommu: Fix ATS invalidation timeouts during __iommu_remove_group_pasid()Nicolin Chen
2026-05-11iommu: Fix nested pci_dev_reset_iommu_prepare/done()Nicolin Chen
2026-05-11iommu: Fix pasid attach in pci_dev_reset_iommu_prepare/done()Nicolin Chen
2026-05-11iommu: Replace per-group resetting_domain with per-gdev blocked flagNicolin Chen
2026-05-11iommu: Fix kdocs of pci_dev_reset_iommu_done()Nicolin Chen
2026-05-11iommu: Fix NULL group->domain dereference in pci_dev_reset_iommu_done()Nicolin Chen
2026-05-11iommu/amd: Bounds-check devid in __rlookup_amd_iommu()Jose Fernandez (Anthropic)
2026-05-11iommu/amd: Remove unused IOMMU_IN/OUT_ADDR_BIT_SIZE macrosWei Wang
2026-05-11iommupt: Encode IOMMU_MMIO/IOMMU_CACHE via RISC-V Svpbmt bitsFangyu Yu
2026-05-11iommu/riscv: Advertise Svpbmt support to generic page tableFangyu Yu
2026-05-11iommu: Add verisilicon IOMMU driverBenjamin Gaignard
2026-05-11iommu/amd: Remove latent out-of-bounds access in IOMMU debugfsEder Zulian
2026-05-11iommu/amd: Add support for Hygon family 18h model 4h IOAPICFu Hao
2026-05-11iommu/amd: Remove dead code for exclusion ranges in IVMDYu Zhang
2026-05-11iommu/amd: Fix a stale comment about which legacy mode is user visibleSean Christopherson
2026-05-11iommu/amd: Explicitly bail from enable_iommus_vapic() when in legacy modeSean Christopherson