summaryrefslogtreecommitdiff
path: root/drivers/iommu/amd
AgeCommit message (Expand)Author
2025-06-27iommu/amd: Ensure GA log notifier callbacks finish running before module unloadSean Christopherson
2025-06-27iommu/amd: Allow matching ACPI HID devices without matching UIDsMario Limonciello
2025-05-29iommu/amd/pgtbl_v2: Improve error handlingVasant Hegde
2025-05-09iommu/amd: Fix potential buffer overflow in parse_ivrs_acpihidPavel Paklov
2025-05-02iommu/amd: Return an error if vCPU affinity is set for non-vCPU IRTESean Christopherson
2025-02-21iommu/amd: Expicitly enable CNTRL.EPHEn bit in resume pathVasant Hegde
2025-02-08iommu/amd: Remove unused amd_iommu_domain_update()Alejandro Jimenez
2024-12-14iommu/amd: Fix corruption when mapping large pages from 0Jason Gunthorpe
2024-12-05iommu/amd/pgtbl_v2: Take protection domain lock before invalidating TLBVasant Hegde
2024-09-13Merge branches 'fixes', 'arm/smmu', 'intel/vt-d', 'amd/amd-vi' and 'core' int...Joerg Roedel
2024-09-12iommu/amd: Test for PAGING domains before freeing a domainJason Gunthorpe
2024-09-12iommu/amd: Fix argument order in amd_iommu_dev_flush_pasid_all()Eliav Bar-ilan
2024-09-10iommu/amd: Add kernel parameters to limit V1 page-sizesJoerg Roedel
2024-09-04iommu/amd: Do not set the D bit on AMD v2 table entriesJason Gunthorpe
2024-09-04iommu/amd: Correct the reported page sizes from the V1 tableJason Gunthorpe
2024-09-04iommu/amd: Remove the confusing dummy iommu_flush_ops tlb opsJason Gunthorpe
2024-09-04iommu/amd: Fix typo of , instead of ;Jason Gunthorpe
2024-09-04iommu/amd: Remove conditions from domain free pathsJason Gunthorpe
2024-09-04iommu/amd: Narrow the use of struct protection_domain to invalidationJason Gunthorpe
2024-09-04iommu/amd: Store the nid in io_pgtable_cfg instead of the domainJason Gunthorpe
2024-09-04iommu/amd: Remove amd_io_pgtable::pgtbl_cfgJason Gunthorpe
2024-09-04iommu/amd: Rename struct amd_io_pgtable iopt to pgtblJason Gunthorpe
2024-09-04iommu/amd: Remove the amd_iommu_domain_set_pt_root() and relatedJason Gunthorpe
2024-09-04iommu/amd: Remove amd_iommu_domain_update() from page table freeingJason Gunthorpe
2024-09-04iommu/amd: Set the pgsize_bitmap correctlyJason Gunthorpe
2024-09-04iommu/amd: Allocate the page table root using GFP_KERNELJason Gunthorpe
2024-09-04iommu/amd: Move allocation of the top table into v1_alloc_pgtableJason Gunthorpe
2024-09-04iommu/amd: Make amd_iommu_dev_update_dte() staticVasant Hegde
2024-09-04iommu/amd: Rework amd_iommu_update_and_flush_device_table()Vasant Hegde
2024-09-04iommu/amd: Make amd_iommu_domain_flush_complete() staticVasant Hegde
2024-09-04iommu/amd: Make amd_iommu_dev_flush_pasid_all() staticVasant Hegde
2024-09-04iommu/amd: Handle error path in amd_iommu_probe_device()Vasant Hegde
2024-09-04iommu/amd: Remove unused DTE_GCR3_INDEX_* macrosVasant Hegde
2024-09-04iommu/amd: Make amd_iommu_is_attach_deferred() staticVasant Hegde
2024-09-04iommu/amd: Update event log pointer as soon as processing is completeVasant Hegde
2024-08-30iommu: Allow ATS to work on VFs when the PF uses IDENTITYJason Gunthorpe
2024-08-23iommu/amd: Update PASID, GATS, GLX, SNPAVICSUP feature related macrosSuravee Suthikulpanit
2024-08-13iommu/amd: Add blocked domain supportVasant Hegde
2024-07-27Merge tag 'iommu-fixes-v6.11-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2024-07-23iommu/amd: Convert comma to semicolonChen Ni
2024-07-19Merge tag 'iommu-updates-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2024-06-27iommu/amd: Fix GT feature enablement againVasant Hegde
2024-06-27iommu/amd: Invalidate cache before removing device from domain listVasant Hegde
2024-06-25iommu/amd: Use try_cmpxchg64() in v2_alloc_pte()Uros Bizjak
2024-06-13iommu/amd: Fix panic accessing amd_iommu_enable_faultingDimitri Sivanich
2024-06-04iommu/amd: Fix Invalid wait context issueVasant Hegde
2024-06-04iommu/amd: Check EFR[EPHSup] bit before enabling PPRVasant Hegde
2024-06-04iommu/amd: Fix workqueue nameVasant Hegde
2024-06-04iommu/amd: Fix sysfs leak in iommu initKun(llfl)
2024-05-21Merge tag 'pci-v6.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds