summaryrefslogtreecommitdiffstats
path: root/drivers/iommu/amd
Commit message (Expand)AuthorAgeFilesLines
*-. Merge branches 'arm/exynos', 'arm/mediatek', 'arm/msm', 'arm/smmu', 'virtio',...Joerg Roedel2022-07-297-675/+1133
|\ \
| | * iommu: remove the put_resv_regions methodChristoph Hellwig2022-07-151-1/+0
| |/ |/|
| * 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-292-1/+17
| * 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: Do not support IOMMU_DOMAIN_IDENTITY after SNP is enabledSuravee Suthikulpanit2022-07-151-0/+7
| * iommu/amd: Set translation valid bit only when IO page tables are in useSuravee Suthikulpanit2022-07-152-3/+16
| * iommu/amd: Introduce function to check and enable SNPBrijesh Singh2022-07-152-0/+44
| * 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-152-8/+40
| * iommu/amd: Introduce Support for Extended Feature 2 RegisterSuravee Suthikulpanit2022-07-152-8/+20
| * iommu/amd: Change macro for IOMMU control register bit shift to decimal valueSuravee Suthikulpanit2022-07-151-21/+21
| * iommu/amd: Update amd_iommu_fault structure to include PCI seg IDVasant Hegde2022-07-073-6/+7
| * iommu/amd: Update device_state structure to include PCI seg IDVasant Hegde2022-07-071-34/+24
| * iommu/amd: Print PCI segment ID in error log messagesVasant Hegde2022-07-072-23/+23
| * 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-072-11/+14
| * iommu/amd: Include PCI segment ID when initialize IOMMUSuravee Suthikulpanit2022-07-074-33/+35
| * iommu/amd: Introduce get_device_sbdf_id() helper functionSuravee Suthikulpanit2022-07-073-29/+38
| * iommu/amd: Flush upto last_bdf onlyVasant Hegde2022-07-071-3/+6
| * iommu/amd: Remove global amd_iommu_[dev_table/alias_table/last_bdf]Suravee Suthikulpanit2022-07-073-95/+27
| * iommu/amd: Update set_dev_entry_bit() and get_dev_entry_bit()Suravee Suthikulpanit2022-07-073-22/+41
| * iommu/amd: Update (un)init_device_table_dma()Suravee Suthikulpanit2022-07-071-7/+20
| * iommu/amd: Update set_dte_irq_entrySuravee Suthikulpanit2022-07-071-6/+7
| * iommu/amd: Update dump_dte_entrySuravee Suthikulpanit2022-07-071-4/+4
| * iommu/amd: Update iommu_ignore_deviceSuravee Suthikulpanit2022-07-071-3/+3
| * iommu/amd: Update set_dte_entry and clear_dte_entrySuravee Suthikulpanit2022-07-071-8/+11
| * iommu/amd: Convert to use per PCI segment rlookup_tableVasant Hegde2022-07-073-36/+11
| * iommu/amd: Update alloc_irq_table and alloc_irq_indexSuravee Suthikulpanit2022-07-071-17/+9
| * iommu/amd: Update amd_irte_ops functionsSuravee Suthikulpanit2022-07-072-33/+24
| * iommu/amd: Introduce struct amd_ir_data.iommuSuravee Suthikulpanit2022-07-072-19/+16
| * iommu/amd: Update irq_remapping_alloc to use IOMMU lookup helper functionSuravee Suthikulpanit2022-07-071-5/+10
| * iommu/amd: Convert to use rlookup_amd_iommu helper functionSuravee Suthikulpanit2022-07-071-26/+38
| * iommu/amd: Convert to use per PCI segment irq_lookup_tableVasant Hegde2022-07-073-34/+23
| * iommu/amd: Introduce per PCI segment rlookup table sizeVasant Hegde2022-07-072-5/+9
| * iommu/amd: Introduce per PCI segment alias table sizeVasant Hegde2022-07-072-2/+6
| * iommu/amd: Introduce per PCI segment device table sizeVasant Hegde2022-07-072-8/+13
| * iommu/amd: Introduce per PCI segment last_bdfVasant Hegde2022-07-072-27/+45
| * iommu/amd: Introduce per PCI segment unity map listVasant Hegde2022-07-073-17/+34
| * iommu/amd: Introduce per PCI segment alias_tableSuravee Suthikulpanit2022-07-073-25/+64
| * iommu/amd: Introduce per PCI segment old_dev_tbl_cpySuravee Suthikulpanit2022-07-072-45/+70
| * iommu/amd: Introduce per PCI segment dev_data_listVasant Hegde2022-07-073-11/+14
| * iommu/amd: Introduce per PCI segment irq_lookup_tableVasant Hegde2022-07-072-0/+33
| * iommu/amd: Introduce per PCI segment rlookup tableSuravee Suthikulpanit2022-07-074-0/+79
| * iommu/amd: Introduce per PCI segment device tableSuravee Suthikulpanit2022-07-074-2/+47
| * iommu/amd: Introduce pci segment structureVasant Hegde2022-07-072-2/+68
| * iommu/amd: Update struct iommu_dev_data definitionVasant Hegde2022-07-072-14/+20
| * iommu/amd: Handle return of iommu_device_sysfs_addBo Liu2022-07-071-1/+4