summaryrefslogtreecommitdiff
path: root/drivers/iommu/amd
AgeCommit message (Expand)AuthorFilesLines
2024-03-27iommu/amd: Mark interrupt as managedMario Limonciello1-0/+3
2023-09-13iommu/amd/iommu_v2: Fix pasid_state refcount dec hit 0 warning on pasid unbindDaniel Marcovitch1-2/+2
2023-08-23iommu/amd: Introduce Disable IRTE Caching SupportSuravee Suthikulpanit2-0/+40
2023-07-01mm: always expand the stack with the mmap write lock heldLinus Torvalds1-2/+2
2023-06-09iommu/amd/pgtbl_v2: Fix domain max addressVasant Hegde1-1/+10
2023-06-09iommu/amd: Fix domain flush size when syncing iotlbJon Pan-Doh1-1/+1
2023-06-09iommu/amd: Fix up merge conflict resolutionJerry Snitselaar1-3/+0
2023-06-09iommu/amd: Handle GALog overflowsJoao Martins3-1/+33
2023-06-09iommu/amd: Don't block updates to GATag if guest mode is onJoao Martins1-2/+1
2023-05-11iommu/amd: Set page size bitmap during V2 domain allocationJerry Snitselaar1-4/+2
2023-05-11iommu/amd: Fix "Guest Virtual APIC Table Root Pointer" configuration in IRTEKishon Vijay Abraham I1-2/+2
2023-03-11iommu/amd: Fix error handling for pdev_pri_ats_enable()Vasant Hegde1-5/+7
2023-03-10iommu/amd: Improve page fault error reportingVasant Hegde1-0/+9
2023-03-10iommu/amd: Add a length limitation for the ivrs_acpihid command-line parameterGavrilov Ilia1-1/+15
2023-03-10iommu/amd: Do not identity map v2 capable device when snp is enabledVasant Hegde1-4/+9
2023-01-07iommu/amd: Fix ill-formed ivrs_ioapic, ivrs_hpet and ivrs_acpihid optionsKim Phillips1-25/+54
2023-01-07iommu/amd: Fix ivrs_acpihid cmdline parsing codeKim Phillips1-0/+7
2022-12-31iommu/amd: Fix pci device refcount leak in ppr_notifier()Yang Yingliang1-0/+1
2022-10-21iommu: Add gfp parameter to iommu_alloc_resv_regionLu Baolu1-3/+4
2022-09-26Merge branches 'apple/dart', 'arm/mediatek', 'arm/omap', 'arm/smmu', 'virtio'...Joerg Roedel9-120/+601
2022-09-26iommu/amd: Fix sparse warningVasant Hegde2-2/+2
2022-09-26iommu/amd: Remove outdated commentVasant Hegde1-4/+0
2022-09-26iommu/amd: Free domain ID after domain_flush_pagesVasant Hegde1-3/+3
2022-09-26iommu/amd: Free domain id in error pathVasant Hegde1-2/+6
2022-09-11iommu: Fix false ownership failure on AMD systems with PASID activatedJason Gunthorpe1-0/+2
2022-09-09Merge branch 'iommu/fixes' into coreJoerg Roedel1-1/+2
2022-09-09iommu/dma: Make header privateRobin Murphy1-1/+1
2022-09-07iommu/amd: Add command-line option to enable different page tableVasant Hegde1-5/+18
2022-09-07iommu/amd: Add support for using AMD IOMMU v2 page table for DMA-APISuravee Suthikulpanit1-0/+25
2022-09-07iommu/amd: Add support for Guest IO protectionSuravee Suthikulpanit3-0/+19
2022-09-07iommu/amd: Initial support for AMD IOMMU v2 page tableVasant Hegde3-2/+420
2022-09-07iommu/amd: Update sanity check when enable PRI/ATS for IOMMU v1 tableSuravee Suthikulpanit1-3/+11
2022-09-07iommu/amd: Refactor amd_iommu_domain_enable_v2 to remove lockingSuravee Suthikulpanit1-19/+27
2022-09-07iommu/amd: Add map/unmap_pages() iommu_domain_ops callback supportVasant Hegde1-13/+16
2022-09-07iommu/amd/io-pgtable: Implement unmap_pages io_pgtable_ops callbackVasant Hegde1-8/+9
2022-09-07iommu/amd/io-pgtable: Implement map_pages io_pgtable_ops callbackVasant Hegde1-25/+34
2022-09-07iommu/dma: Clean up KconfigRobin Murphy1-1/+0
2022-09-07iommu/amd: Clean up bus_set_iommu()Robin Murphy3-30/+1
2022-09-07iommu/amd: Handle race between registration and device probeRobin Murphy1-0/+4
2022-09-07iommu: Retire iommu_capable()Robin Murphy1-1/+1
2022-09-07iommu/amd: use full 64-bit value in build_completion_wait()John Sperbeck1-1/+2
2022-07-29Merge branches 'arm/exynos', 'arm/mediatek', 'arm/msm', 'arm/smmu', 'virtio',...Joerg Roedel7-675/+1133
2022-07-29iommu/amd: Fix compile warning in init codeJoerg Roedel1-6/+3
2022-07-29iommu/amd: Add support for AVIC when SNP is enabledSuravee Suthikulpanit2-1/+17
2022-07-29iommu/amd: Simplify and Consolidate Virtual APIC (AVIC) EnablementSuravee Suthikulpanit1-30/+55
2022-07-15iommu/amd: Do not support IOMMUv2 APIs when SNP is enabledSuravee Suthikulpanit1-1/+6
2022-07-15iommu/amd: Do not support IOMMU_DOMAIN_IDENTITY after SNP is enabledSuravee Suthikulpanit1-0/+7
2022-07-15iommu/amd: Set translation valid bit only when IO page tables are in useSuravee Suthikulpanit2-3/+16
2022-07-15iommu/amd: Introduce function to check and enable SNPBrijesh Singh2-0/+44
2022-07-15iommu/amd: Globally detect SNP supportSuravee Suthikulpanit1-2/+5