summaryrefslogtreecommitdiffstats
path: root/drivers/iommu/amd/init.c
AgeCommit message (Expand)AuthorFilesLines
2022-12-05iommu/amd: Fix typo in macro parameter nameMichael Forney1-1/+1
2022-11-19iommu/amd: Fix ill-formed ivrs_ioapic, ivrs_hpet and ivrs_acpihid optionsKim Phillips1-25/+54
2022-11-19iommu/amd: Fix ivrs_acpihid cmdline parsing codeKim Phillips1-0/+7
2022-09-26Merge branches 'apple/dart', 'arm/mediatek', 'arm/omap', 'arm/smmu', 'virtio'...Joerg Roedel1-15/+32
2022-09-26iommu/amd: Fix sparse warningVasant Hegde1-2/+0
2022-09-07iommu/amd: Add command-line option to enable different page tableVasant Hegde1-5/+18
2022-09-07iommu/amd: Add support for Guest IO protectionSuravee Suthikulpanit1-0/+13
2022-09-07iommu/amd: Clean up bus_set_iommu()Robin Murphy1-8/+1
2022-07-29iommu/amd: Fix compile warning in init codeJoerg Roedel1-6/+3
2022-07-29iommu/amd: Add support for AVIC when SNP is enabledSuravee Suthikulpanit1-1/+10
2022-07-29iommu/amd: Simplify and Consolidate Virtual APIC (AVIC) EnablementSuravee Suthikulpanit1-30/+55
2022-07-15iommu/amd: Do not support IOMMUv2 APIs when SNP is enabledSuravee Suthikulpanit1-1/+6
2022-07-15iommu/amd: Set translation valid bit only when IO page tables are in useSuravee Suthikulpanit1-1/+2
2022-07-15iommu/amd: Introduce function to check and enable SNPBrijesh Singh1-0/+42
2022-07-15iommu/amd: Globally detect SNP supportSuravee Suthikulpanit1-2/+5
2022-07-15iommu/amd: Process all IVHDs before enabling IOMMU featuresSuravee Suthikulpanit1-6/+19
2022-07-15iommu/amd: Introduce global variable for storing common EFR and EFR2Suravee Suthikulpanit1-8/+37
2022-07-15iommu/amd: Introduce Support for Extended Feature 2 RegisterSuravee Suthikulpanit1-8/+16
2022-07-07iommu/amd: Print PCI segment ID in error log messagesVasant Hegde1-5/+5
2022-07-07iommu/amd: Add PCI segment support for ivrs_[ioapic/hpet/acpihid] commandsSuravee Suthikulpanit1-17/+27
2022-07-07iommu/amd: Specify PCI segment ID when getting pci deviceSuravee Suthikulpanit1-2/+4
2022-07-07iommu/amd: Include PCI segment ID when initialize IOMMUSuravee Suthikulpanit1-27/+29
2022-07-07iommu/amd: Remove global amd_iommu_[dev_table/alias_table/last_bdf]Suravee Suthikulpanit1-74/+15
2022-07-07iommu/amd: Update set_dev_entry_bit() and get_dev_entry_bit()Suravee Suthikulpanit1-20/+39
2022-07-07iommu/amd: Update (un)init_device_table_dma()Suravee Suthikulpanit1-7/+20
2022-07-07iommu/amd: Convert to use per PCI segment rlookup_tableVasant Hegde1-21/+2
2022-07-07iommu/amd: Convert to use per PCI segment irq_lookup_tableVasant Hegde1-19/+0
2022-07-07iommu/amd: Introduce per PCI segment rlookup table sizeVasant Hegde1-5/+6
2022-07-07iommu/amd: Introduce per PCI segment alias table sizeVasant Hegde1-2/+3
2022-07-07iommu/amd: Introduce per PCI segment device table sizeVasant Hegde1-8/+10
2022-07-07iommu/amd: Introduce per PCI segment last_bdfVasant Hegde1-27/+42
2022-07-07iommu/amd: Introduce per PCI segment unity map listVasant Hegde1-10/+20
2022-07-07iommu/amd: Introduce per PCI segment alias_tableSuravee Suthikulpanit1-9/+32
2022-07-07iommu/amd: Introduce per PCI segment old_dev_tbl_cpySuravee Suthikulpanit1-45/+64
2022-07-07iommu/amd: Introduce per PCI segment dev_data_listVasant Hegde1-0/+1
2022-07-07iommu/amd: Introduce per PCI segment irq_lookup_tableVasant Hegde1-0/+27
2022-07-07iommu/amd: Introduce per PCI segment rlookup tableSuravee Suthikulpanit1-0/+23
2022-07-07iommu/amd: Introduce per PCI segment device tableSuravee Suthikulpanit1-2/+24
2022-07-07iommu/amd: Introduce pci segment structureVasant Hegde1-1/+45
2022-07-07iommu/amd: Handle return of iommu_device_sysfs_addBo Liu1-1/+4
2022-05-31Merge tag 'iommu-updates-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-3/+5
2022-05-20Merge branches 'apple/dart', 'arm/mediatek', 'arm/msm', 'arm/smmu', 'ppc/pamu...Joerg Roedel1-3/+5
2022-05-20iommu/amd: Increase timeout waiting for GA log enablementJoerg Roedel1-1/+1
2022-05-04iommu/amd: Remove redundant checkVasant Hegde via iommu1-2/+1
2022-04-28iommu/amd: Indicate whether DMA remap support is enabledMario Limonciello1-0/+3
2022-04-18x86: remove the IOMMU table infrastructureChristoph Hellwig1-6/+0
2022-03-08Merge branches 'arm/mediatek', 'arm/msm', 'arm/renesas', 'arm/rockchip', 'arm...Joerg Roedel1-4/+14
2022-03-08iommu/amd: Clean up function declarationsVasant Hegde1-1/+1
2022-03-08iommu/amd: Call memunmap in error pathVasant Hegde1-0/+2
2022-03-04iommu/amd: Improve error handling for amd_iommu_init_pciSuravee Suthikulpanit1-3/+11