summaryrefslogtreecommitdiff
path: root/drivers/iommu/amd/amd_iommu_types.h
AgeCommit message (Expand)Author
2023-10-06iommu/amd: Remove amd_iommu_device_info()Vasant Hegde
2023-10-06iommu/amd: Remove PPR supportVasant Hegde
2023-09-25iommu/amd: Initialize iommu_device->max_pasidsVasant Hegde
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
2023-09-25iommu/amd: Consolidate feature detection and reporting logicSuravee Suthikulpanit
2023-09-25iommu/amd: Consolidate timeout pre-define to amd_iommu_type.hSuravee Suthikulpanit
2023-09-25iommu/amd: Remove unused amd_io_pgtable.pt_root variableSuravee Suthikulpanit
2023-08-08iommu/amd: Rearrange DTE bit definationsVasant Hegde
2023-07-14iommu/amd: Enable separate interrupt for PPR and GA logVasant Hegde
2023-07-14iommu/amd: Handle PPR log overflowVasant Hegde
2023-07-14iommu/amd: Generalize log overflow handlingVasant Hegde
2023-06-29Merge tag 'iommu-updates-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2023-06-16iommu/amd: Remove extern from function prototypesVasant Hegde
2023-06-16iommu/amd: Use BIT/BIT_ULL macro to define bit fieldsVasant Hegde
2023-06-16iommu/amd: Fix DTE_IRQ_PHYS_ADDR_MASK macroVasant Hegde
2023-06-09iommu/amd: Improving Interrupt Remapping Table InvalidationSuravee Suthikulpanit
2023-06-09iommu/amd: Introduce Disable IRTE Caching SupportSuravee Suthikulpanit
2023-06-09iommu/amd: Remove the unused struct amd_ir_data.refSuravee Suthikulpanit
2023-06-05x86,amd_iommu: Replace cmpxchg_double()Peter Zijlstra
2023-04-14Merge branches 'iommu/fixes', 'arm/allwinner', 'arm/exynos', 'arm/mediatek', ...Joerg Roedel
2023-04-13iommu/amd: Fix "Guest Virtual APIC Table Root Pointer" configuration in IRTEKishon Vijay Abraham I
2023-03-28iommu/amd: Add 5 level guest page table supportVasant Hegde
2023-03-22iommu/amd: Allocate page table using numa locality infoVasant Hegde
2022-12-05iommu/amd: Switch to MSI base domainsThomas Gleixner
2022-09-26iommu/amd: Fix sparse warningVasant Hegde
2022-09-07iommu/amd: Add support for Guest IO protectionSuravee Suthikulpanit
2022-09-07iommu/amd: Initial support for AMD IOMMU v2 page tableVasant Hegde
2022-07-29iommu/amd: Add support for AVIC when SNP is enabledSuravee Suthikulpanit
2022-07-15iommu/amd: Introduce Support for Extended Feature 2 RegisterSuravee Suthikulpanit
2022-07-15iommu/amd: Change macro for IOMMU control register bit shift to decimal valueSuravee Suthikulpanit
2022-07-07iommu/amd: Update amd_iommu_fault structure to include PCI seg IDVasant Hegde
2022-07-07iommu/amd: Include PCI segment ID when initialize IOMMUSuravee Suthikulpanit
2022-07-07iommu/amd: Introduce get_device_sbdf_id() helper functionSuravee Suthikulpanit
2022-07-07iommu/amd: Remove global amd_iommu_[dev_table/alias_table/last_bdf]Suravee Suthikulpanit
2022-07-07iommu/amd: Convert to use per PCI segment rlookup_tableVasant Hegde
2022-07-07iommu/amd: Update amd_irte_ops functionsSuravee Suthikulpanit
2022-07-07iommu/amd: Introduce struct amd_ir_data.iommuSuravee Suthikulpanit
2022-07-07iommu/amd: Convert to use per PCI segment irq_lookup_tableVasant Hegde
2022-07-07iommu/amd: Introduce per PCI segment rlookup table sizeVasant Hegde
2022-07-07iommu/amd: Introduce per PCI segment alias table sizeVasant Hegde
2022-07-07iommu/amd: Introduce per PCI segment device table sizeVasant Hegde
2022-07-07iommu/amd: Introduce per PCI segment last_bdfVasant Hegde
2022-07-07iommu/amd: Introduce per PCI segment unity map listVasant Hegde
2022-07-07iommu/amd: Introduce per PCI segment alias_tableSuravee Suthikulpanit
2022-07-07iommu/amd: Introduce per PCI segment old_dev_tbl_cpySuravee Suthikulpanit
2022-07-07iommu/amd: Introduce per PCI segment dev_data_listVasant Hegde