summaryrefslogtreecommitdiff
path: root/drivers/iommu/amd/iommu.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-09iommu/amd: Remove unused IOVA_* macroVasant Hegde1-4/+0
2024-01-19Merge tag 'iommu-updates-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-99/+90
2024-01-03Merge branches 'apple/dart', 'arm/rockchip', 'arm/smmu', 'virtio', 'x86/vt-d'...Joerg Roedel1-99/+90
2023-12-12iommu: Mark dev_iommu_priv_set() with a lockdepJason Gunthorpe1-2/+0
2023-12-11iommu/amd/pgtbl_v2: Invalidate updated page ranges onlyVasant Hegde1-8/+20
2023-12-11iommu/amd: Make domain_flush_pages as global functionVasant Hegde1-10/+12
2023-12-11iommu/amd: Consolidate amd_iommu_domain_flush_complete() callVasant Hegde1-11/+10
2023-12-11iommu/amd: Refactor device iotlb invalidation codeVasant Hegde1-21/+12
2023-12-11iommu/amd: Refactor IOMMU tlb invalidation codeVasant Hegde1-22/+14
2023-12-11iommu/amd: Add support to invalidate multiple guest pagesVasant Hegde1-18/+13
2023-12-11iommu/amd: Remove redundant passing of PDE bitVasant Hegde1-14/+13
2023-12-11iommu/amd: Remove redundant domain flush from attach_device()Vasant Hegde1-9/+0
2023-12-11iommu/amd: Rename iommu_flush_all_caches() -> amd_iommu_flush_all_caches()Vasant Hegde1-1/+1
2023-12-11iommu/amd: Do not flush IRTE when only updating isRun and destination fieldsSuravee Suthikulpanit1-4/+16
2023-11-27iommu/amd: Set variable amd_dirty_ops to staticKunwu Chan1-2/+2
2023-11-21x86/apic: Drop apic::delivery_modeAndrew Cooper1-2/+2
2023-11-10Merge tag 'iommu-updates-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-336/+241
2023-10-27Merge branches 'iommu/fixes', 'arm/tegra', 'arm/smmu', 'virtio', 'x86/vt-d', ...Joerg Roedel1-336/+241
2023-10-26iommu: Pass in parent domain with user_data to domain_alloc_user opYi Liu1-3/+6
2023-10-24iommu/amd: Access/Dirty bit support in IOPTEsJoao Martins1-1/+101
2023-10-24iommu/amd: Add domain_alloc_user based domain allocationJoao Martins1-3/+41
2023-10-16iommu/amd: Remove DMA_FQ type from domain allocation pathVasant Hegde1-1/+0
2023-10-06iommu/amd: Remove unused EXPORT_SYMBOLSVasant Hegde1-6/+0
2023-10-06iommu/amd: Remove amd_iommu_device_info()Vasant Hegde1-42/+0
2023-10-06iommu/amd: Remove PPR supportVasant Hegde1-44/+1
2023-10-06iommu/amd: Remove iommu_v2 moduleVasant Hegde1-40/+0
2023-10-02iommu: Allow .iotlb_sync_map to fail and handle s390's -ENOMEM returnNiklas Schnelle1-2/+3
2023-09-25iommu/amd: Enable device ATS/PASID/PRI capabilities independentlyVasant Hegde1-89/+114
2023-09-25iommu/amd: Introduce iommu_dev_data.flags to track device capabilitiesVasant Hegde1-18/+28
2023-09-25iommu/amd: Introduce iommu_dev_data.pprSuravee Suthikulpanit1-6/+4
2023-09-25iommu/amd: Rename ats related variablesVasant Hegde1-14/+14
2023-09-25iommu/amd: Modify logic for checking GT and PPR featuresSuravee Suthikulpanit1-1/+1
2023-09-25iommu/amd: Consolidate feature detection and reporting logicSuravee Suthikulpanit1-2/+2
2023-09-25iommu/amd: Miscellaneous clean up when free domainSuravee Suthikulpanit1-22/+22
2023-09-25iommu/amd: Introduce helper functions for managing GCR3 tableSuravee Suthikulpanit1-27/+38
2023-09-25iommu/amd: Refactor protection domain allocation codeVasant Hegde1-23/+22
2023-09-25iommu/amd: Consolidate logic to allocate protection domainSuravee Suthikulpanit1-12/+7
2023-09-25iommu/amd: Consolidate timeout pre-define to amd_iommu_type.hSuravee Suthikulpanit1-2/+0
2023-09-02Merge tag 'iommu-updates-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-36/+50
2023-08-06x86/vector: Rename send_cleanup_vector() to vector_schedule_cleanup()Thomas Gleixner1-1/+1
2023-07-14iommu/amd: Refactor IOMMU interrupt handling logic for Event, PPR, and GA logsVasant Hegde1-43/+50
2023-07-14iommu/amd: Handle PPR log overflowVasant Hegde1-1/+8
2023-07-14iommu/amd: Generalize log overflow handlingVasant Hegde1-2/+2
2023-06-30Merge tag 'iommu-updates-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-46/+53
2023-06-28Merge tag 'locking-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-6/+4
2023-06-19Merge branches 'iommu/fixes', 'arm/smmu', 'ppc/pamu', 'virtio', 'x86/vt-d', '...Joerg Roedel1-50/+57
2023-06-16iommu/amd: Fix possible memory leak of 'domain'Su Hui1-4/+4
2023-06-09iommu/amd: Fix compile error for unused functionJoerg Roedel1-26/+26
2023-06-09iommu/amd: Improving Interrupt Remapping Table InvalidationSuravee Suthikulpanit1-5/+22
2023-06-09iommu/amd: Do not Invalidate IRT when IRTE caching is disabledSuravee Suthikulpanit1-6/+15