summaryrefslogtreecommitdiff
path: root/drivers/iommu
AgeCommit message (Expand)Author
2025-07-11iommufd/driver: Add iommufd_hw_queue_depend/undepend() helpersNicolin Chen
2025-07-11iommufd/viommu: Add IOMMUFD_CMD_HW_QUEUE_ALLOC ioctlNicolin Chen
2025-07-11iommufd/viommu: Add driver-defined vDEVICE supportNicolin Chen
2025-07-11iommufd/access: Bypass access->ops->unmap for internal useNicolin Chen
2025-07-11iommu/amd: Enable PASID and ATS capabilities in the correct orderEaswar Hariharan
2025-07-10iommufd/access: Add internal APIs for HW queue to useNicolin Chen
2025-07-10iommufd/selftest: Support user_data in mock_viommu_allocNicolin Chen
2025-07-10iommufd/viommu: Allow driver-specific user data for a vIOMMU objectNicolin Chen
2025-07-10iommu: Pass in a driver-level user data structure to viommu_init opNicolin Chen
2025-07-10iommu: Use enum iommu_hw_info_type for type in hw_info opNicolin Chen
2025-07-10iommufd/viommu: Explicitly define vdev->virt_idNicolin Chen
2025-07-10iommufd: Report unmapped bytes in the error path of iopt_unmap_iova_rangeNicolin Chen
2025-07-09x86/hyperv: Clean up hv_map/unmap_interrupt() return valuesNuno Das Neves
2025-07-04iommu/vt-d: Assign devtlb cache tag on ATS enablementLu Baolu
2025-07-04iommu/mediatek-v1: Tidy up probe_finalizeRobin Murphy
2025-07-04iommu/intel: Convert to msi_create_parent_irq_domain() helperMarc Zyngier
2025-07-04iommu/amd: Convert to msi_create_parent_irq_domain() helperMarc Zyngier
2025-06-30iommu/arm: Add BBM Level 2 smmu featureMikoĊ‚aj Lenczewski
2025-06-27iommu: Remove ops->pgsize_bitmapJason Gunthorpe
2025-06-27iommu/msm: Remove ops->pgsize_bitmapJason Gunthorpe
2025-06-27iommu/omap: Use syscon_regmap_lookup_by_phandle_argsKrzysztof Kozlowski
2025-06-27iommu/omap: Drop redundant check if ti,syscon-mmuconfig existsKrzysztof Kozlowski
2025-06-27iommu/rockchip: prevent iommus dead loop when two masters share one IOMMUSimon Xue
2025-06-27iommu/apple-dart: Drop default ARCH_APPLE in KconfigSven Peter
2025-06-27iommu/qcom: Remove iommu_ops pgsize_bitmapJason Gunthorpe
2025-06-27iommu/mtk: Remove iommu_ops pgsize_bitmapJason Gunthorpe
2025-06-27iommu: Remove iommu_ops pgsize_bitmap from simple driversJason Gunthorpe
2025-06-27iommu: Remove ops.pgsize_bitmap from drivers that don't use itJason Gunthorpe
2025-06-27iommu/arm-smmu: Remove iommu_ops pgsize_bitmapJason Gunthorpe
2025-06-27qiommu/arm-smmu-v3: Remove iommu_ops pgsize_bitmapJason Gunthorpe
2025-06-27iommu/amd: Add efr[HATS] max v1 page table levelAnkit Soni
2025-06-27iommu/amd: Add HATDis feature supportAnkit Soni
2025-06-23iommu/amd: KVM: SVM: Allow KVM to control need for GA log interruptsSean Christopherson
2025-06-23iommu/amd: WARN if KVM calls GA IRTE helpers without virtual APIC supportSean Christopherson
2025-06-23iommu/amd: KVM: SVM: Add IRTE metadata to affined vCPU's list if AVIC is inhi...Sean Christopherson
2025-06-23iommu/amd: KVM: SVM: Set pCPU info in IRTE when setting vCPU affinitySean Christopherson
2025-06-23iommu/amd: Factor out helper for manipulating IRTE GA/CPU infoSean Christopherson
2025-06-23iommu/amd: KVM: SVM: Infer IsRun from validity of pCPU destinationSean Christopherson
2025-06-23iommu/amd: Document which IRTE fields amd_iommu_update_ga() can modifySean Christopherson
2025-06-23iommu: KVM: Split "struct vcpu_data" into separate AMD vs. Intel structsSean Christopherson
2025-06-23iommu/amd: KVM: SVM: Pass NULL @vcpu_info to indicate "not guest mode"Sean Christopherson
2025-06-23iommu/amd: KVM: SVM: Use pi_desc_addr to derive ga_root_ptrSean Christopherson
2025-06-20iommu/amd: KVM: SVM: Delete now-unused cached/previous GA tag fieldsSean Christopherson
2025-06-19iommufd: Apply the new iommufd_object_alloc_ucmd helperNicolin Chen
2025-06-19iommufd: Introduce iommufd_object_alloc_ucmd helperNicolin Chen
2025-06-19iommufd: Move _iommufd_object_alloc out of driver.cNicolin Chen
2025-06-19iommu: Deprecate viommu_alloc opNicolin Chen
2025-06-19iommu/arm-smmu-v3: Replace arm_vsmmu_alloc with arm_vsmmu_initNicolin Chen
2025-06-19iommufd/selftest: Replace mock_viommu_alloc with mock_viommu_initNicolin Chen
2025-06-19iommufd/selftest: Drop parent domain from mock_iommu_domain_nestedNicolin Chen