summaryrefslogtreecommitdiff
path: root/drivers/iommu/amd/iommu.c
AgeCommit message (Expand)AuthorFilesLines
2024-09-13Merge branches 'fixes', 'arm/smmu', 'intel/vt-d', 'amd/amd-vi' and 'core' int...Joerg Roedel1-112/+94
2024-09-12iommu/amd: Test for PAGING domains before freeing a domainJason Gunthorpe1-1/+2
2024-09-12iommu/amd: Fix argument order in amd_iommu_dev_flush_pasid_all()Eliav Bar-ilan1-2/+2
2024-09-04iommu/amd: Remove conditions from domain free pathsJason Gunthorpe1-19/+10
2024-09-04iommu/amd: Store the nid in io_pgtable_cfg instead of the domainJason Gunthorpe1-5/+7
2024-09-04iommu/amd: Remove amd_io_pgtable::pgtbl_cfgJason Gunthorpe1-2/+3
2024-09-04iommu/amd: Rename struct amd_io_pgtable iopt to pgtblJason Gunthorpe1-7/+7
2024-09-04iommu/amd: Remove amd_iommu_domain_update() from page table freeingJason Gunthorpe1-0/+2
2024-09-04iommu/amd: Set the pgsize_bitmap correctlyJason Gunthorpe1-24/+4
2024-09-04iommu/amd: Move allocation of the top table into v1_alloc_pgtableJason Gunthorpe1-19/+2
2024-09-04iommu/amd: Make amd_iommu_dev_update_dte() staticVasant Hegde1-4/+4
2024-09-04iommu/amd: Rework amd_iommu_update_and_flush_device_table()Vasant Hegde1-14/+4
2024-09-04iommu/amd: Make amd_iommu_domain_flush_complete() staticVasant Hegde1-18/+19
2024-09-04iommu/amd: Make amd_iommu_dev_flush_pasid_all() staticVasant Hegde1-3/+3
2024-09-04iommu/amd: Handle error path in amd_iommu_probe_device()Vasant Hegde1-3/+5
2024-09-04iommu/amd: Make amd_iommu_is_attach_deferred() staticVasant Hegde1-1/+1
2024-09-04iommu/amd: Update event log pointer as soon as processing is completeVasant Hegde1-1/+3
2024-08-30iommu: Allow ATS to work on VFs when the PF uses IDENTITYJason Gunthorpe1-0/+3
2024-08-13iommu/amd: Add blocked domain supportVasant Hegde1-0/+24
2024-06-27iommu/amd: Invalidate cache before removing device from domain listVasant Hegde1-6/+6
2024-06-04iommu/amd: Fix Invalid wait context issueVasant Hegde1-24/+24
2024-05-21Merge tag 'pci-v6.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-15/+2
2024-05-16Revert "iommu/amd: Enable PCI/IMS"Bjorn Helgaas1-15/+2
2024-05-13Merge branches 'arm/renesas', 'arm/smmu', 'x86/amd', 'core' and 'x86/vt-d' in...Joerg Roedel1-113/+189
2024-04-26Merge branch 'memory-observability' into x86/amdJoerg Roedel1-5/+6
2024-04-26Merge branch 'iommu/fixes' into x86/amdJoerg Roedel1-0/+4
2024-04-26iommu/amd: Add SVA domain supportVasant Hegde1-3/+7
2024-04-26iommu/amd: Initial SVA support for AMD IOMMUVasant Hegde1-5/+2
2024-04-26iommu/amd: Add support for enable/disable IOPFVasant Hegde1-8/+31
2024-04-26iommu/amd: Add support for page responseSuravee Suthikulpanit1-4/+4
2024-04-26iommu/amd: Enable PCI features based on attached domain capabilityVasant Hegde1-8/+14
2024-04-26iommu/amd: Setup GCR3 table in advance if domain is SVA capableVasant Hegde1-15/+71
2024-04-26iommu/amd: Introduce iommu_dev_data.max_pasidsVasant Hegde1-0/+12
2024-04-26iommu/amd: Move PPR-related functions into ppr.cSuravee Suthikulpanit1-54/+1
2024-04-26iommu/amd: Add support for enabling/disabling IOMMU featuresWei Huang1-0/+28
2024-04-26iommu/amd: Introduce per device DTE update functionVasant Hegde1-8/+18
2024-04-26iommu/amd: Enhance def_domain_type to handle untrusted deviceVasant Hegde1-0/+4
2024-04-26iommu/dma: Centralise iommu_setup_dma_ops()Robin Murphy1-8/+0
2024-04-15iommu/amd: use page allocation function provided by iommu-pages.hPasha Tatashin1-5/+6
2024-04-12iommu/amd: Fix possible irq lock inversion dependency issueVasant Hegde1-4/+7
2024-03-08iommu/amd: Fix sleeping in atomic contextVasant Hegde1-1/+1
2024-02-09iommu/amd: Introduce per-device domain ID to fix potential TLB aliasing issueVasant Hegde1-17/+63
2024-02-09iommu/amd: Remove unused GCR3 table parameters from struct protection_domainSuravee Suthikulpanit1-1/+1
2024-02-09iommu/amd: Rearrange device flush codeVasant Hegde1-49/+43
2024-02-09iommu/amd: Remove unused flush pasid functionsVasant Hegde1-100/+0
2024-02-09iommu/amd: Refactor GCR3 table helper functionsSuravee Suthikulpanit1-22/+31
2024-02-09iommu/amd: Refactor protection_domain helper functionsSuravee Suthikulpanit1-11/+3
2024-02-09iommu/amd: Refactor attaching / detaching device functionsSuravee Suthikulpanit1-3/+27
2024-02-09iommu/amd: Refactor helper function for setting / clearing GCR3Suravee Suthikulpanit1-61/+54
2024-02-09iommu/amd: Rearrange GCR3 table setup codeVasant Hegde1-32/+32