summaryrefslogtreecommitdiffstats
path: root/drivers/iommu/amd
Commit message (Expand)AuthorAgeFilesLines
*---. Merge branches 'apple/dart', 'arm/mediatek', 'arm/omap', 'arm/smmu', 'virtio'...Joerg Roedel2022-09-269-120/+601
|\ \ \
| | | * Merge branch 'iommu/fixes' into coreJoerg Roedel2022-09-091-1/+2
| | | |\
| | | * | iommu/dma: Make header privateRobin Murphy2022-09-091-1/+1
| | | * | iommu/dma: Clean up KconfigRobin Murphy2022-09-071-1/+0
| | | * | iommu/amd: Clean up bus_set_iommu()Robin Murphy2022-09-073-30/+1
| | | * | iommu/amd: Handle race between registration and device probeRobin Murphy2022-09-071-0/+4
| | | * | iommu: Retire iommu_capable()Robin Murphy2022-09-071-1/+1
| |_|/ / |/| | |
| | * | iommu/amd: Fix sparse warningVasant Hegde2022-09-262-2/+2
| | * | iommu/amd: Remove outdated commentVasant Hegde2022-09-261-4/+0
| | * | iommu/amd: Free domain ID after domain_flush_pagesVasant Hegde2022-09-261-3/+3
| | * | iommu/amd: Free domain id in error pathVasant Hegde2022-09-261-2/+6
| | * | iommu/amd: Add command-line option to enable different page tableVasant Hegde2022-09-071-5/+18
| | * | iommu/amd: Add support for using AMD IOMMU v2 page table for DMA-APISuravee Suthikulpanit2022-09-071-0/+25
| | * | iommu/amd: Add support for Guest IO protectionSuravee Suthikulpanit2022-09-073-0/+19
| | * | iommu/amd: Initial support for AMD IOMMU v2 page tableVasant Hegde2022-09-073-2/+420
| | * | iommu/amd: Update sanity check when enable PRI/ATS for IOMMU v1 tableSuravee Suthikulpanit2022-09-071-3/+11
| | * | iommu/amd: Refactor amd_iommu_domain_enable_v2 to remove lockingSuravee Suthikulpanit2022-09-071-19/+27
| | * | iommu/amd: Add map/unmap_pages() iommu_domain_ops callback supportVasant Hegde2022-09-071-13/+16
| | * | iommu/amd/io-pgtable: Implement unmap_pages io_pgtable_ops callbackVasant Hegde2022-09-071-8/+9
| | * | iommu/amd/io-pgtable: Implement map_pages io_pgtable_ops callbackVasant Hegde2022-09-071-25/+34
| |/ / |/| |
| * | iommu: Fix false ownership failure on AMD systems with PASID activatedJason Gunthorpe2022-09-111-0/+2
| |/
| * iommu/amd: use full 64-bit value in build_completion_wait()John Sperbeck2022-09-071-1/+2
|/
*-. 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