summaryrefslogtreecommitdiff
path: root/drivers/iommu/amd/init.c
AgeCommit message (Expand)Author
2023-12-11iommu/amd: Rename iommu_flush_all_caches() -> amd_iommu_flush_all_caches()Vasant Hegde
2023-10-06iommu/amd: Remove unused EXPORT_SYMBOLSVasant Hegde
2023-09-25iommu/amd: Initialize iommu_device->max_pasidsVasant 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: Do not set amd_iommu_pgtable in pass-through modeVasant Hegde
2023-09-25iommu/amd: Consolidate timeout pre-define to amd_iommu_type.hSuravee Suthikulpanit
2023-07-14iommu/amd: Enable PPR/GA interrupt after interrupt handler setupVasant Hegde
2023-07-14iommu/amd: Consolidate PPR log enablementVasant Hegde
2023-07-14iommu/amd: Disable PPR log/interrupt in iommu_disable()Vasant 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-19Merge branches 'iommu/fixes', 'arm/smmu', 'ppc/pamu', 'virtio', 'x86/vt-d', '...Joerg Roedel
2023-06-09iommu/amd: Improving Interrupt Remapping Table InvalidationSuravee Suthikulpanit
2023-06-09iommu/amd: Introduce Disable IRTE Caching SupportSuravee Suthikulpanit
2023-05-22iommu/amd: Handle GALog overflowsJoao Martins
2023-04-14Merge branches 'iommu/fixes', 'arm/allwinner', 'arm/exynos', 'arm/mediatek', ...Joerg Roedel
2023-03-28iommu/amd: Add 5 level guest page table supportVasant Hegde
2023-03-22iommu: Use sysfs_emit() for sysfs showLu Baolu
2023-03-22iommu/amd: Allocate IOMMU irqs using numa locality infoVasant Hegde
2023-02-03iommu/amd: Add a length limitation for the ivrs_acpihid command-line parameterGavrilov Ilia
2022-12-05iommu/amd: Fix typo in macro parameter nameMichael Forney
2022-11-19iommu/amd: Fix ill-formed ivrs_ioapic, ivrs_hpet and ivrs_acpihid optionsKim Phillips
2022-11-19iommu/amd: Fix ivrs_acpihid cmdline parsing codeKim Phillips
2022-09-26Merge branches 'apple/dart', 'arm/mediatek', 'arm/omap', 'arm/smmu', 'virtio'...Joerg Roedel
2022-09-26iommu/amd: Fix sparse warningVasant Hegde
2022-09-07iommu/amd: Add command-line option to enable different page tableVasant Hegde
2022-09-07iommu/amd: Add support for Guest IO protectionSuravee Suthikulpanit
2022-09-07iommu/amd: Clean up bus_set_iommu()Robin Murphy
2022-07-29iommu/amd: Fix compile warning in init codeJoerg Roedel
2022-07-29iommu/amd: Add support for AVIC when SNP is enabledSuravee Suthikulpanit
2022-07-29iommu/amd: Simplify and Consolidate Virtual APIC (AVIC) EnablementSuravee Suthikulpanit
2022-07-15iommu/amd: Do not support IOMMUv2 APIs when SNP is enabledSuravee Suthikulpanit
2022-07-15iommu/amd: Set translation valid bit only when IO page tables are in useSuravee Suthikulpanit
2022-07-15iommu/amd: Introduce function to check and enable SNPBrijesh Singh
2022-07-15iommu/amd: Globally detect SNP supportSuravee Suthikulpanit
2022-07-15iommu/amd: Process all IVHDs before enabling IOMMU featuresSuravee Suthikulpanit
2022-07-15iommu/amd: Introduce global variable for storing common EFR and EFR2Suravee Suthikulpanit
2022-07-15iommu/amd: Introduce Support for Extended Feature 2 RegisterSuravee Suthikulpanit
2022-07-07iommu/amd: Print PCI segment ID in error log messagesVasant Hegde
2022-07-07iommu/amd: Add PCI segment support for ivrs_[ioapic/hpet/acpihid] commandsSuravee Suthikulpanit
2022-07-07iommu/amd: Specify PCI segment ID when getting pci deviceSuravee Suthikulpanit
2022-07-07iommu/amd: Include PCI segment ID when initialize IOMMUSuravee Suthikulpanit
2022-07-07iommu/amd: Remove global amd_iommu_[dev_table/alias_table/last_bdf]Suravee Suthikulpanit
2022-07-07iommu/amd: Update set_dev_entry_bit() and get_dev_entry_bit()Suravee Suthikulpanit
2022-07-07iommu/amd: Update (un)init_device_table_dma()Suravee Suthikulpanit
2022-07-07iommu/amd: Convert to use per PCI segment rlookup_tableVasant Hegde
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