summaryrefslogtreecommitdiff
path: root/drivers/iommu/amd
AgeCommit message (Expand)Author
2022-10-21iommu: Add gfp parameter to iommu_alloc_resv_regionLu Baolu
2022-09-26Merge branches 'apple/dart', 'arm/mediatek', 'arm/omap', 'arm/smmu', 'virtio'...Joerg Roedel
2022-09-26iommu/amd: Fix sparse warningVasant Hegde
2022-09-26iommu/amd: Remove outdated commentVasant Hegde
2022-09-26iommu/amd: Free domain ID after domain_flush_pagesVasant Hegde
2022-09-26iommu/amd: Free domain id in error pathVasant Hegde
2022-09-11iommu: Fix false ownership failure on AMD systems with PASID activatedJason Gunthorpe
2022-09-09Merge branch 'iommu/fixes' into coreJoerg Roedel
2022-09-09iommu/dma: Make header privateRobin Murphy
2022-09-07iommu/amd: Add command-line option to enable different page tableVasant Hegde
2022-09-07iommu/amd: Add support for using AMD IOMMU v2 page table for DMA-APISuravee Suthikulpanit
2022-09-07iommu/amd: Add support for Guest IO protectionSuravee Suthikulpanit
2022-09-07iommu/amd: Initial support for AMD IOMMU v2 page tableVasant Hegde
2022-09-07iommu/amd: Update sanity check when enable PRI/ATS for IOMMU v1 tableSuravee Suthikulpanit
2022-09-07iommu/amd: Refactor amd_iommu_domain_enable_v2 to remove lockingSuravee Suthikulpanit
2022-09-07iommu/amd: Add map/unmap_pages() iommu_domain_ops callback supportVasant Hegde
2022-09-07iommu/amd/io-pgtable: Implement unmap_pages io_pgtable_ops callbackVasant Hegde
2022-09-07iommu/amd/io-pgtable: Implement map_pages io_pgtable_ops callbackVasant Hegde
2022-09-07iommu/dma: Clean up KconfigRobin Murphy
2022-09-07iommu/amd: Clean up bus_set_iommu()Robin Murphy
2022-09-07iommu/amd: Handle race between registration and device probeRobin Murphy
2022-09-07iommu: Retire iommu_capable()Robin Murphy
2022-09-07iommu/amd: use full 64-bit value in build_completion_wait()John Sperbeck
2022-07-29Merge branches 'arm/exynos', 'arm/mediatek', 'arm/msm', 'arm/smmu', 'virtio',...Joerg Roedel
2022-07-29iommu/amd: Fix compile warning in init codeJoerg Roedel
2022-07-29iommu/amd: Add support for AVIC when SNP is enabledSuravee Suthikulpanit
2022-07-29iommu/amd: Simplify and Consolidate Virtual APIC (AVIC) EnablementSuravee Suthikulpanit
2022-07-15iommu/amd: Do not support IOMMUv2 APIs when SNP is enabledSuravee Suthikulpanit
2022-07-15iommu/amd: Do not support IOMMU_DOMAIN_IDENTITY after SNP is enabledSuravee Suthikulpanit
2022-07-15iommu/amd: Set translation valid bit only when IO page tables are in useSuravee Suthikulpanit
2022-07-15iommu/amd: Introduce function to check and enable SNPBrijesh Singh
2022-07-15iommu/amd: Globally detect SNP supportSuravee Suthikulpanit
2022-07-15iommu/amd: Process all IVHDs before enabling IOMMU featuresSuravee Suthikulpanit
2022-07-15iommu/amd: Introduce global variable for storing common EFR and EFR2Suravee Suthikulpanit
2022-07-15iommu/amd: Introduce Support for Extended Feature 2 RegisterSuravee Suthikulpanit
2022-07-15iommu/amd: Change macro for IOMMU control register bit shift to decimal valueSuravee Suthikulpanit
2022-07-15iommu: remove the put_resv_regions methodChristoph Hellwig
2022-07-07iommu/amd: Update amd_iommu_fault structure to include PCI seg IDVasant Hegde
2022-07-07iommu/amd: Update device_state structure to include PCI seg IDVasant Hegde
2022-07-07iommu/amd: Print PCI segment ID in error log messagesVasant Hegde
2022-07-07iommu/amd: Add PCI segment support for ivrs_[ioapic/hpet/acpihid] commandsSuravee Suthikulpanit
2022-07-07iommu/amd: Specify PCI segment ID when getting pci deviceSuravee Suthikulpanit
2022-07-07iommu/amd: Include PCI segment ID when initialize IOMMUSuravee Suthikulpanit
2022-07-07iommu/amd: Introduce get_device_sbdf_id() helper functionSuravee Suthikulpanit
2022-07-07iommu/amd: Flush upto last_bdf onlyVasant Hegde
2022-07-07iommu/amd: Remove global amd_iommu_[dev_table/alias_table/last_bdf]Suravee Suthikulpanit
2022-07-07iommu/amd: Update set_dev_entry_bit() and get_dev_entry_bit()Suravee Suthikulpanit
2022-07-07iommu/amd: Update (un)init_device_table_dma()Suravee Suthikulpanit
2022-07-07iommu/amd: Update set_dte_irq_entrySuravee Suthikulpanit
2022-07-07iommu/amd: Update dump_dte_entrySuravee Suthikulpanit