aboutsummaryrefslogtreecommitdiff
path: root/drivers/iommu/amd/iommu.c
AgeCommit message (Expand)AuthorFilesLines
2022-07-29Merge branches 'arm/exynos', 'arm/mediatek', 'arm/msm', 'arm/smmu', 'virtio',...Joerg 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...Joerg 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
2022-02-14iommu/amd: Recover from event log overflowLennert Buytenhek1-2/+8
2021-11-04Merge tag 'iommu-updates-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+21
2021-10-04treewide: Replace the use of mem_encrypt_active() with cc_platform_has()Tom Lendacky1-1/+2
2021-09-29iommu/amd: Use report_iommu_fault()Lennert Buytenhek1-0/+21
2021-08-20Merge branches 'apple/dart', 'arm/smmu', 'iommu/fixes', 'x86/amd', 'x86/vt-d'...Joerg Roedel1-45/+106
2021-08-18iommu/amd: Prepare for multiple DMA domain typesRobin Murphy1-7/+2
2021-08-18iommu/amd: Drop IOVA cookie managementRobin Murphy1-12/+0
2021-08-02Merge remote-tracking branch 'korg/core' into x86/amdJoerg Roedel1-6/+0
2021-08-02iommu/amd: Use only natural aligned flushes in a VMNadav Amit1-5/+42
2021-08-02iommu/amd: Sync once for scatter-gather operationsNadav Amit1-3/+12
2021-08-02iommu/amd: Tailored gather logic for AMDNadav Amit1-1/+22
2021-08-02iommu/amd: Selective flush on unmapNadav Amit1-2/+13
2021-07-26iommu/amd: Fix printing of IOMMU events when rate limiting kicks inLennert Buytenhek1-11/+17
2021-07-26iommu/amd: Add support for IOMMU default DMA mode build optionsZhen Lei1-6/+0
2021-06-25Merge branches 'iommu/fixes', 'arm/rockchip', 'arm/smmu', 'x86/vt-d', 'x86/am...Joerg Roedel1-19/+14
2021-06-25iommu/dma: Pass address limit rather than size to iommu_setup_dma_ops()Jean-Philippe Brucker1-1/+1