summaryrefslogtreecommitdiff
path: root/drivers/iommu/amd/iommu.c
AgeCommit message (Expand)Author
2024-04-26iommu/amd: Enhance def_domain_type to handle untrusted deviceVasant Hegde
2024-04-12iommu/amd: Fix possible irq lock inversion dependency issueVasant Hegde
2024-03-08iommu/amd: Fix sleeping in atomic contextVasant Hegde
2024-02-09iommu/amd: Introduce per-device domain ID to fix potential TLB aliasing issueVasant Hegde
2024-02-09iommu/amd: Remove unused GCR3 table parameters from struct protection_domainSuravee Suthikulpanit
2024-02-09iommu/amd: Rearrange device flush codeVasant Hegde
2024-02-09iommu/amd: Remove unused flush pasid functionsVasant Hegde
2024-02-09iommu/amd: Refactor GCR3 table helper functionsSuravee Suthikulpanit
2024-02-09iommu/amd: Refactor protection_domain helper functionsSuravee Suthikulpanit
2024-02-09iommu/amd: Refactor attaching / detaching device functionsSuravee Suthikulpanit
2024-02-09iommu/amd: Refactor helper function for setting / clearing GCR3Suravee Suthikulpanit
2024-02-09iommu/amd: Rearrange GCR3 table setup codeVasant Hegde
2024-02-09iommu/amd: Add support for device based TLB invalidationVasant Hegde
2024-02-09iommu/amd: Use protection_domain.flags to check page table modeVasant Hegde
2024-02-09iommu/amd: Introduce struct protection_domain.pd_modeSuravee Suthikulpanit
2024-02-09iommu/amd: Introduce get_amd_iommu_from_dev()Suravee Suthikulpanit
2024-02-09iommu/amd: Pass struct iommu_dev_data to set_dte_entry()Vasant Hegde
2024-02-09iommu/amd: Remove redundant error check in amd_iommu_probe_device()Vasant Hegde
2024-02-09iommu/amd: Remove unused IOVA_* macroVasant Hegde
2024-01-18Merge tag 'iommu-updates-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-01-03Merge branches 'apple/dart', 'arm/rockchip', 'arm/smmu', 'virtio', 'x86/vt-d'...Joerg Roedel
2023-12-12iommu: Mark dev_iommu_priv_set() with a lockdepJason Gunthorpe
2023-12-11iommu/amd/pgtbl_v2: Invalidate updated page ranges onlyVasant Hegde
2023-12-11iommu/amd: Make domain_flush_pages as global functionVasant Hegde
2023-12-11iommu/amd: Consolidate amd_iommu_domain_flush_complete() callVasant Hegde
2023-12-11iommu/amd: Refactor device iotlb invalidation codeVasant Hegde
2023-12-11iommu/amd: Refactor IOMMU tlb invalidation codeVasant Hegde
2023-12-11iommu/amd: Add support to invalidate multiple guest pagesVasant Hegde
2023-12-11iommu/amd: Remove redundant passing of PDE bitVasant Hegde
2023-12-11iommu/amd: Remove redundant domain flush from attach_device()Vasant Hegde
2023-12-11iommu/amd: Rename iommu_flush_all_caches() -> amd_iommu_flush_all_caches()Vasant Hegde
2023-12-11iommu/amd: Do not flush IRTE when only updating isRun and destination fieldsSuravee Suthikulpanit
2023-11-27iommu/amd: Set variable amd_dirty_ops to staticKunwu Chan
2023-11-21x86/apic: Drop apic::delivery_modeAndrew Cooper
2023-11-09Merge tag 'iommu-updates-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2023-10-27Merge branches 'iommu/fixes', 'arm/tegra', 'arm/smmu', 'virtio', 'x86/vt-d', ...Joerg Roedel
2023-10-26iommu: Pass in parent domain with user_data to domain_alloc_user opYi Liu
2023-10-24iommu/amd: Access/Dirty bit support in IOPTEsJoao Martins
2023-10-24iommu/amd: Add domain_alloc_user based domain allocationJoao Martins
2023-10-16iommu/amd: Remove DMA_FQ type from domain allocation pathVasant Hegde
2023-10-06iommu/amd: Remove unused EXPORT_SYMBOLSVasant Hegde
2023-10-06iommu/amd: Remove amd_iommu_device_info()Vasant Hegde
2023-10-06iommu/amd: Remove PPR supportVasant Hegde
2023-10-06iommu/amd: Remove iommu_v2 moduleVasant Hegde
2023-10-02iommu: Allow .iotlb_sync_map to fail and handle s390's -ENOMEM returnNiklas Schnelle
2023-09-25iommu/amd: Enable device ATS/PASID/PRI capabilities independentlyVasant Hegde
2023-09-25iommu/amd: Introduce iommu_dev_data.flags to track device capabilitiesVasant Hegde
2023-09-25iommu/amd: Introduce iommu_dev_data.pprSuravee Suthikulpanit
2023-09-25iommu/amd: Rename ats related variablesVasant Hegde
2023-09-25iommu/amd: Modify logic for checking GT and PPR featuresSuravee Suthikulpanit