summaryrefslogtreecommitdiffstats
path: root/drivers/iommu/amd/init.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* iommu/amd: Print PCI segment ID in error log messagesVasant Hegde2022-07-071-5/+5
* iommu/amd: Add PCI segment support for ivrs_[ioapic/hpet/acpihid] commandsSuravee Suthikulpanit2022-07-071-17/+27
* iommu/amd: Specify PCI segment ID when getting pci deviceSuravee Suthikulpanit2022-07-071-2/+4
* iommu/amd: Include PCI segment ID when initialize IOMMUSuravee Suthikulpanit2022-07-071-27/+29
* iommu/amd: Remove global amd_iommu_[dev_table/alias_table/last_bdf]Suravee Suthikulpanit2022-07-071-74/+15
* iommu/amd: Update set_dev_entry_bit() and get_dev_entry_bit()Suravee Suthikulpanit2022-07-071-20/+39
* iommu/amd: Update (un)init_device_table_dma()Suravee Suthikulpanit2022-07-071-7/+20
* iommu/amd: Convert to use per PCI segment rlookup_tableVasant Hegde2022-07-071-21/+2
* iommu/amd: Convert to use per PCI segment irq_lookup_tableVasant Hegde2022-07-071-19/+0
* iommu/amd: Introduce per PCI segment rlookup table sizeVasant Hegde2022-07-071-5/+6