summaryrefslogtreecommitdiffstats
path: root/drivers/iommu/amd/init.c
Commit message (Expand)AuthorAgeFilesLines
* iommu/amd: Change log message severityVasant Hegde2024-04-121-2/+2
* iommu/amd: Do not enable SNP when V2 page table is enabledVasant Hegde2024-04-121-10/+11
* x86/CPU/AMD: Track SNP host status with cc_platform_*()Borislav Petkov (AMD)2024-04-041-1/+3
* Merge tag 'iommu-updates-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-03-131-6/+6
|\
| * iommu/amd: Mark interrupt as managedMario Limonciello2024-02-161-0/+3
| * iommu/amd: Enable Guest Translation before registering devicesVasant Hegde2024-02-091-3/+3
| * iommu/amd: Remove EXPORT_SYMBOL for perf counter related functionsVasant Hegde2024-02-091-3/+0
* | iommu/amd: Fix failure return from snp_lookup_rmpentry()Ashish Kalra2024-02-071-10/+15
* | iommu/amd: Clean up RMP entries for IOMMU pages during SNP shutdownAshish Kalra2024-01-291-0/+79
* | iommu/amd: Don't rely on external callers to enable IOMMU SNP supportAshish Kalra2024-01-291-38/+31
|/
* iommu/amd: Rename iommu_flush_all_caches() -> amd_iommu_flush_all_caches()Vasant Hegde2023-12-111-4/+4
* iommu/amd: Remove unused EXPORT_SYMBOLSVasant Hegde2023-10-061-1/+0
* iommu/amd: Initialize iommu_device->max_pasidsVasant Hegde2023-09-251-7/+2
* iommu/amd: Modify logic for checking GT and PPR featuresSuravee Suthikulpanit2023-09-251-8/+1
* iommu/amd: Consolidate feature detection and reporting logicSuravee Suthikulpanit2023-09-251-53/+36
* iommu/amd: Do not set amd_iommu_pgtable in pass-through modeVasant Hegde2023-09-251-3/+0
* iommu/amd: Consolidate timeout pre-define to amd_iommu_type.hSuravee Suthikulpanit2023-09-251-6/+4
* iommu/amd: Enable PPR/GA interrupt after interrupt handler setupVasant Hegde2023-07-141-4/+7
* iommu/amd: Consolidate PPR log enablementVasant Hegde2023-07-141-3/+3
* iommu/amd: Disable PPR log/interrupt in iommu_disable()Vasant Hegde2023-07-141-0/+4
* iommu/amd: Enable separate interrupt for PPR and GA logVasant Hegde2023-07-141-12/+38
* iommu/amd: Handle PPR log overflowVasant Hegde2023-07-141-0/+11
* iommu/amd: Generalize log overflow handlingVasant Hegde2023-07-141-19/+32
*-. Merge branches 'iommu/fixes', 'arm/smmu', 'ppc/pamu', 'virtio', 'x86/vt-d', '...Joerg Roedel2023-06-191-1/+37
|\ \
| | * iommu/amd: Improving Interrupt Remapping Table InvalidationSuravee Suthikulpanit2023-06-091-1/+1
| | * iommu/amd: Introduce Disable IRTE Caching SupportSuravee Suthikulpanit2023-06-091-0/+36
| |/
* / iommu/amd: Handle GALog overflowsJoao Martins2023-05-221-0/+24
|/
*-. Merge branches 'iommu/fixes', 'arm/allwinner', 'arm/exynos', 'arm/mediatek', ...Joerg Roedel2023-04-141-5/+25
|\ \
| | * iommu: Use sysfs_emit() for sysfs showLu Baolu2023-03-221-2/+2
| |/ |/|
| * iommu/amd: Add 5 level guest page table supportVasant Hegde2023-03-281-2/+21
| * iommu/amd: Allocate IOMMU irqs using numa locality infoVasant Hegde2023-03-221-1/+2
|/
* iommu/amd: Add a length limitation for the ivrs_acpihid command-line parameterGavrilov Ilia2023-02-031-1/+15
* iommu/amd: Fix typo in macro parameter nameMichael Forney2022-12-051-1/+1
* iommu/amd: Fix ill-formed ivrs_ioapic, ivrs_hpet and ivrs_acpihid optionsKim Phillips2022-11-191-25/+54
* iommu/amd: Fix ivrs_acpihid cmdline parsing codeKim Phillips2022-11-191-0/+7
*-. Merge branches 'apple/dart', 'arm/mediatek', 'arm/omap', 'arm/smmu', 'virtio'...Joerg Roedel2022-09-261-15/+32
|\ \
| | * iommu/amd: Clean up bus_set_iommu()Robin Murphy2022-09-071-8/+1
| |/ |/|
| * iommu/amd: Fix sparse warningVasant Hegde2022-09-261-2/+0
| * iommu/amd: Add command-line option to enable different page tableVasant Hegde2022-09-071-5/+18
| * iommu/amd: Add support for Guest IO protectionSuravee Suthikulpanit2022-09-071-0/+13
|/
* iommu/amd: Fix compile warning in init codeJoerg Roedel2022-07-291-6/+3
* iommu/amd: Add support for AVIC when SNP is enabledSuravee Suthikulpanit2022-07-291-1/+10
* iommu/amd: Simplify and Consolidate Virtual APIC (AVIC) EnablementSuravee Suthikulpanit2022-07-291-30/+55
* iommu/amd: Do not support IOMMUv2 APIs when SNP is enabledSuravee Suthikulpanit2022-07-151-1/+6
* iommu/amd: Set translation valid bit only when IO page tables are in useSuravee Suthikulpanit2022-07-151-1/+2
* iommu/amd: Introduce function to check and enable SNPBrijesh Singh2022-07-151-0/+42
* iommu/amd: Globally detect SNP supportSuravee Suthikulpanit2022-07-151-2/+5
* iommu/amd: Process all IVHDs before enabling IOMMU featuresSuravee Suthikulpanit2022-07-151-6/+19
* iommu/amd: Introduce global variable for storing common EFR and EFR2Suravee Suthikulpanit2022-07-151-8/+37
* iommu/amd: Introduce Support for Extended Feature 2 RegisterSuravee Suthikulpanit2022-07-151-8/+16