summaryrefslogtreecommitdiff
path: root/drivers/iommu/amd/amd_iommu_types.h
AgeCommit message (Expand)AuthorFilesLines
2024-02-09iommu/amd: Introduce per-device domain ID to fix potential TLB aliasing issueVasant Hegde1-0/+1
2024-02-09iommu/amd: Remove unused GCR3 table parameters from struct protection_domainSuravee Suthikulpanit1-12/+0
2024-02-09iommu/amd: Introduce per-device GCR3 tableSuravee Suthikulpanit1-0/+7
2024-02-09iommu/amd: Introduce struct protection_domain.pd_modeSuravee Suthikulpanit1-0/+6
2024-02-09iommu/amd: Remove unused APERTURE_* macrosVasant Hegde1-8/+0
2023-12-11iommu/amd: Rename iommu_flush_all_caches() -> amd_iommu_flush_all_caches()Vasant Hegde1-6/+0
2023-11-10Merge tag 'iommu-updates-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-28/+24
2023-10-24iommu/amd: Access/Dirty bit support in IOPTEsJoao Martins1-0/+12
2023-10-06iommu/amd: Remove amd_iommu_device_info()Vasant Hegde1-0/+8
2023-10-06iommu/amd: Remove PPR supportVasant Hegde1-13/+0
2023-09-25iommu/amd: Initialize iommu_device->max_pasidsVasant Hegde1-3/+0
2023-09-25iommu/amd: Enable device ATS/PASID/PRI capabilities independentlyVasant Hegde1-0/+2
2023-09-25iommu/amd: Introduce iommu_dev_data.flags to track device capabilitiesVasant Hegde1-1/+2
2023-09-25iommu/amd: Introduce iommu_dev_data.pprSuravee Suthikulpanit1-0/+1
2023-09-25iommu/amd: Rename ats related variablesVasant Hegde1-5/+3
2023-09-25iommu/amd: Modify logic for checking GT and PPR featuresSuravee Suthikulpanit1-5/+0
2023-09-25iommu/amd: Consolidate feature detection and reporting logicSuravee Suthikulpanit1-0/+4
2023-09-25iommu/amd: Consolidate timeout pre-define to amd_iommu_type.hSuravee Suthikulpanit1-0/+4
2023-09-25iommu/amd: Remove unused amd_io_pgtable.pt_root variableSuravee Suthikulpanit1-1/+0
2023-08-08iommu/amd: Rearrange DTE bit definationsVasant Hegde1-4/+4
2023-07-14iommu/amd: Enable separate interrupt for PPR and GA logVasant Hegde1-0/+9
2023-07-14iommu/amd: Handle PPR log overflowVasant Hegde1-0/+2
2023-07-14iommu/amd: Generalize log overflow handlingVasant Hegde1-1/+2
2023-06-30Merge tag 'iommu-updates-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-42/+45
2023-06-16iommu/amd: Remove extern from function prototypesVasant Hegde1-1/+1
2023-06-16iommu/amd: Use BIT/BIT_ULL macro to define bit fieldsVasant Hegde1-38/+38
2023-06-16iommu/amd: Fix DTE_IRQ_PHYS_ADDR_MASK macroVasant Hegde1-1/+1
2023-06-09iommu/amd: Improving Interrupt Remapping Table InvalidationSuravee Suthikulpanit1-1/+1
2023-06-09iommu/amd: Introduce Disable IRTE Caching SupportSuravee Suthikulpanit1-0/+4
2023-06-09iommu/amd: Remove the unused struct amd_ir_data.refSuravee Suthikulpanit1-1/+0
2023-06-05x86,amd_iommu: Replace cmpxchg_double()Peter Zijlstra1-2/+7
2023-04-14Merge branches 'iommu/fixes', 'arm/allwinner', 'arm/exynos', 'arm/mediatek', ...Joerg Roedel1-0/+8
2023-04-13iommu/amd: Fix "Guest Virtual APIC Table Root Pointer" configuration in IRTEKishon Vijay Abraham I1-2/+2
2023-03-28iommu/amd: Add 5 level guest page table supportVasant Hegde1-0/+7
2023-03-22iommu/amd: Allocate page table using numa locality infoVasant Hegde1-0/+1
2022-12-06iommu/amd: Switch to MSI base domainsThomas Gleixner1-1/+0
2022-09-26iommu/amd: Fix sparse warningVasant Hegde1-0/+2
2022-09-07iommu/amd: Add support for Guest IO protectionSuravee Suthikulpanit1-0/+3
2022-09-07iommu/amd: Initial support for AMD IOMMU v2 page tableVasant Hegde1-1/+4
2022-07-29iommu/amd: Add support for AVIC when SNP is enabledSuravee Suthikulpanit1-0/+7
2022-07-15iommu/amd: Introduce Support for Extended Feature 2 RegisterSuravee Suthikulpanit1-0/+4
2022-07-15iommu/amd: Change macro for IOMMU control register bit shift to decimal valueSuravee Suthikulpanit1-21/+21
2022-07-07iommu/amd: Update amd_iommu_fault structure to include PCI seg IDVasant Hegde1-1/+1
2022-07-07iommu/amd: Include PCI segment ID when initialize IOMMUSuravee Suthikulpanit1-3/+3
2022-07-07iommu/amd: Introduce get_device_sbdf_id() helper functionSuravee Suthikulpanit1-0/+2
2022-07-07iommu/amd: Remove global amd_iommu_[dev_table/alias_table/last_bdf]Suravee Suthikulpanit1-15/+0
2022-07-07iommu/amd: Convert to use per PCI segment rlookup_tableVasant Hegde1-5/+0
2022-07-07iommu/amd: Update amd_irte_ops functionsSuravee Suthikulpanit1-3/+3
2022-07-07iommu/amd: Introduce struct amd_ir_data.iommuSuravee Suthikulpanit1-0/+1
2022-07-07iommu/amd: Convert to use per PCI segment irq_lookup_tableVasant Hegde1-2/+0