aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/iommu/amd/iommu.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-21iommu: Add gfp parameter to iommu_alloc_resv_regionLu Baolu1-3/+4
2022-09-26Merge branches 'apple/dart', 'arm/mediatek', 'arm/omap', 'arm/smmu', 'virtio', 'x86/vt-d', 'x86/amd' and 'core' into nextJoerg Roedel1-68/+99
2022-09-26iommu/amd: Remove outdated commentVasant Hegde1-4/+0
2022-09-26iommu/amd: Free domain ID after domain_flush_pagesVasant Hegde1-3/+3
2022-09-26iommu/amd: Free domain id in error pathVasant Hegde1-2/+6
2022-09-09Merge branch 'iommu/fixes' into coreJoerg Roedel1-1/+2
2022-09-09iommu/dma: Make header privateRobin Murphy1-1/+1
2022-09-07iommu/amd: Add support for using AMD IOMMU v2 page table for DMA-APISuravee Suthikulpanit1-0/+25
2022-09-07iommu/amd: Add support for Guest IO protectionSuravee Suthikulpanit1-0/+3
2022-09-07iommu/amd: Update sanity check when enable PRI/ATS for IOMMU v1 tableSuravee Suthikulpanit1-3/+11
2022-09-07iommu/amd: Refactor amd_iommu_domain_enable_v2 to remove lockingSuravee Suthikulpanit1-19/+27
2022-09-07iommu/amd: Add map/unmap_pages() iommu_domain_ops callback supportVasant Hegde1-13/+16
2022-09-07iommu/amd: Clean up bus_set_iommu()Robin Murphy1-21/+0
2022-09-07iommu/amd: Handle race between registration and device probeRobin Murphy1-0/+4
2022-09-07iommu: Retire iommu_capable()Robin Murphy1-1/+1
2022-09-07iommu/amd: use full 64-bit value in build_completion_wait()John Sperbeck1-1/+2
2022-07-29Merge branches 'arm/exynos', 'arm/mediatek', 'arm/msm', 'arm/smmu', 'virtio', 'x86/vt-d', 'x86/amd' and 'core' into nextJoerg Roedel1-236/+349
2022-07-15iommu/amd: Do not support IOMMU_DOMAIN_IDENTITY after SNP is enabledSuravee Suthikulpanit1-0/+7
2022-07-15iommu/amd: Set translation valid bit only when IO page tables are in useSuravee Suthikulpanit1-2/+14
2022-07-15iommu: remove the put_resv_regions methodChristoph Hellwig1-1/+0
2022-07-07iommu/amd: Update amd_iommu_fault structure to include PCI seg IDVasant Hegde1-1/+1
2022-07-07iommu/amd: Print PCI segment ID in error log messagesVasant Hegde1-18/+18
2022-07-07iommu/amd: Specify PCI segment ID when getting pci deviceSuravee Suthikulpanit1-9/+10
2022-07-07iommu/amd: Introduce get_device_sbdf_id() helper functionSuravee Suthikulpanit1-29/+29
2022-07-07iommu/amd: Flush upto last_bdf onlyVasant Hegde1-3/+6
2022-07-07iommu/amd: Remove global amd_iommu_[dev_table/alias_table/last_bdf]Suravee Suthikulpanit1-6/+12
2022-07-07iommu/amd: Update set_dev_entry_bit() and get_dev_entry_bit()Suravee Suthikulpanit1-1/+1
2022-07-07iommu/amd: Update set_dte_irq_entrySuravee Suthikulpanit1-6/+7
2022-07-07iommu/amd: Update dump_dte_entrySuravee Suthikulpanit1-4/+4
2022-07-07iommu/amd: Update iommu_ignore_deviceSuravee Suthikulpanit1-3/+3
2022-07-07iommu/amd: Update set_dte_entry and clear_dte_entrySuravee Suthikulpanit1-8/+11
2022-07-07iommu/amd: Convert to use per PCI segment rlookup_tableVasant Hegde1-10/+9
2022-07-07iommu/amd: Update alloc_irq_table and alloc_irq_indexSuravee Suthikulpanit1-17/+9
2022-07-07iommu/amd: Update amd_irte_ops functionsSuravee Suthikulpanit1-30/+21
2022-07-07iommu/amd: Introduce struct amd_ir_data.iommuSuravee Suthikulpanit1-19/+15
2022-07-07iommu/amd: Update irq_remapping_alloc to use IOMMU lookup helper functionSuravee Suthikulpanit1-5/+10
2022-07-07iommu/amd: Convert to use rlookup_amd_iommu helper functionSuravee Suthikulpanit1-26/+38
2022-07-07iommu/amd: Convert to use per PCI segment irq_lookup_tableVasant Hegde1-13/+23
2022-07-07iommu/amd: Introduce per PCI segment unity map listVasant Hegde1-1/+7
2022-07-07iommu/amd: Introduce per PCI segment alias_tableSuravee Suthikulpanit1-16/+25
2022-07-07iommu/amd: Introduce per PCI segment dev_data_listVasant Hegde1-11/+10
2022-07-07iommu/amd: Introduce per PCI segment rlookup tableSuravee Suthikulpanit1-0/+44
2022-07-07iommu/amd: Introduce per PCI segment device tableSuravee Suthikulpanit1-0/+12
2022-07-07iommu/amd: Update struct iommu_dev_data definitionVasant Hegde1-13/+19
2022-04-28iommu: Introduce the domain op enforce_cache_coherency()Jason Gunthorpe1-0/+7
2022-04-28iommu/amd: Indicate whether DMA remap support is enabledMario Limonciello1-0/+2
2022-04-28iommu/amd: Enable swiotlb in all casesMario Limonciello1-7/+0
2022-03-08Merge branches 'arm/mediatek', 'arm/msm', 'arm/renesas', 'arm/rockchip', 'arm/smmu', 'x86/vt-d' and 'x86/amd' into nextJoerg Roedel1-11/+12
2022-02-28iommu: Split struct iommu_opsLu Baolu1-9/+11
2022-02-28iommu: Remove unused argument in is_attach_deferredLu Baolu1-2/+1