summaryrefslogtreecommitdiff
path: root/drivers/iommu/amd
AgeCommit message (Expand)AuthorFilesLines
2024-09-04iommu/amd: Store the nid in io_pgtable_cfg instead of the domainJason Gunthorpe6-14/+16
2024-09-04iommu/amd: Remove amd_io_pgtable::pgtbl_cfgJason Gunthorpe2-4/+4
2024-09-04iommu/amd: Rename struct amd_io_pgtable iopt to pgtblJason Gunthorpe4-22/+22
2024-09-04iommu/amd: Remove the amd_iommu_domain_set_pt_root() and relatedJason Gunthorpe2-37/+0
2024-09-04iommu/amd: Remove amd_iommu_domain_update() from page table freeingJason Gunthorpe2-3/+2
2024-09-04iommu/amd: Set the pgsize_bitmap correctlyJason Gunthorpe1-24/+4
2024-09-04iommu/amd: Allocate the page table root using GFP_KERNELJason Gunthorpe1-1/+1
2024-09-04iommu/amd: Move allocation of the top table into v1_alloc_pgtableJason Gunthorpe2-21/+8
2024-09-04iommu/amd: Make amd_iommu_dev_update_dte() staticVasant Hegde2-5/+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 Hegde3-20/+19
2024-09-04iommu/amd: Make amd_iommu_dev_flush_pasid_all() staticVasant Hegde2-5/+3
2024-09-04iommu/amd: Handle error path in amd_iommu_probe_device()Vasant Hegde1-3/+5
2024-09-04iommu/amd: Remove unused DTE_GCR3_INDEX_* macrosVasant Hegde1-4/+0
2024-09-04iommu/amd: Make amd_iommu_is_attach_deferred() staticVasant Hegde2-2/+1
2024-09-04iommu/amd: Update event log pointer as soon as processing is completeVasant Hegde1-1/+3
2024-08-23iommu/amd: Update PASID, GATS, GLX, SNPAVICSUP feature related macrosSuravee Suthikulpanit3-20/+9
2024-08-13iommu/amd: Add blocked domain supportVasant Hegde1-0/+24
2024-07-27Merge tag 'iommu-fixes-v6.11-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-3/+3
2024-07-23iommu/amd: Convert comma to semicolonChen Ni1-3/+3
2024-07-19Merge tag 'iommu-updates-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2024-06-27iommu/amd: Fix GT feature enablement againVasant Hegde1-0/+1
2024-06-27iommu/amd: Invalidate cache before removing device from domain listVasant Hegde1-6/+6
2024-06-25iommu/amd: Use try_cmpxchg64() in v2_alloc_pte()Uros Bizjak1-1/+1
2024-06-13iommu/amd: Fix panic accessing amd_iommu_enable_faultingDimitri Sivanich1-1/+1
2024-06-04iommu/amd: Fix Invalid wait context issueVasant Hegde2-42/+28
2024-06-04iommu/amd: Check EFR[EPHSup] bit before enabling PPRVasant Hegde1-1/+2
2024-06-04iommu/amd: Fix workqueue nameVasant Hegde1-2/+1
2024-06-04iommu/amd: Fix sysfs leak in iommu initKun(llfl)1-0/+9
2024-05-21Merge tag 'pci-v6.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-15/+2
2024-05-15Revert "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 Roedel10-256/+838
2024-05-06iommu/amd: Enable Guest Translation after reading IOMMU feature registerVasant Hegde1-2/+2
2024-05-03iommu/amd: Fix compilation errorAndy Shevchenko1-0/+1
2024-04-26Merge branch 'memory-observability' into x86/amdJoerg Roedel6-77/+63
2024-04-26Merge branch 'iommu/fixes' into x86/amdJoerg Roedel1-0/+4
2024-04-26iommu/amd: Add SVA domain supportVasant Hegde4-3/+93
2024-04-26iommu/amd: Initial SVA support for AMD IOMMUVasant Hegde6-6/+156
2024-04-26iommu/amd: Add support for enable/disable IOPFVasant Hegde4-8/+77
2024-04-26iommu/amd: Add IO page fault notifier handlerWei Huang2-1/+107
2024-04-26iommu/amd: Add support for page responseSuravee Suthikulpanit3-6/+13
2024-04-26iommu/amd: Define per-IOMMU iopf_queueSuravee Suthikulpanit4-2/+55
2024-04-26iommu/amd: Enable PCI features based on attached domain capabilityVasant Hegde2-12/+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 Hegde2-0/+13
2024-04-26iommu/amd: Fix PPR interrupt processing logicVasant Hegde1-4/+0
2024-04-26iommu/amd: Move PPR-related functions into ppr.cSuravee Suthikulpanit5-114/+139
2024-04-26iommu/amd: Add support for enabling/disabling IOMMU featuresWei Huang1-0/+28
2024-04-26iommu/amd: Introduce per device DTE update functionVasant Hegde2-8/+19
2024-04-26iommu/amd: Rename amd_iommu_v2_supported() as amd_iommu_pasid_supported()Vasant Hegde2-2/+2