summaryrefslogtreecommitdiff
path: root/drivers/iommu
AgeCommit message (Expand)Author
2026-06-01iommufd: Fix data_len byte-count vs element-count mismatchNicolin Chen
2026-05-28iommu/arm-smmu-v3: Allow ATS to be always onNicolin Chen
2026-05-28iommu/vsi: Use list_for_each_entry()Dan Carpenter
2026-05-28iommu: vsi: avoid -Wformat-security warningArnd Bergmann
2026-05-28iommu/amd: Fix premature break in init_iommu_one()Vasant Hegde
2026-05-28iommu, debugobjects: avoid gcc-16.1 section mismatch warningsArnd Bergmann
2026-05-25Merge tag 'v7.1-rc5' into driver-core-nextDanilo Krummrich
2026-05-19iommu/arm-smmu-v3-sva: Enable Hardware Access and Hardware Dirty bitsNicolin Chen
2026-05-19iommu/arm-smmu-v3: Directly encode TLBI commandsJason Gunthorpe
2026-05-19iommu/arm-smmu-v3: Directly encode CMDQ_OP_SYNCJason Gunthorpe
2026-05-19iommu/arm-smmu-v3: Directly encode CMDQ_OP_ATC_INVJason Gunthorpe
2026-05-19iommu/arm-smmu-v3: Directly encode simple commandsJason Gunthorpe
2026-05-19iommu/arm-smmu-v3: Remove CMDQ_OP_CFGI_CD_ALL from arm_smmu_cmdq_build_cmd()Jason Gunthorpe
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