summaryrefslogtreecommitdiff
path: root/drivers/iommu/amd/io_pgtable_v2.c
AgeCommit message (Expand)AuthorFilesLines
2025-04-17iommu/pages: Remove iommu_alloc_page_node()Jason Gunthorpe1-2/+2
2025-04-17iommu/pages: Remove iommu_free_page()Jason Gunthorpe1-4/+4
2025-03-10iommu/amd/pgtbl_v2: Improve error handlingVasant Hegde1-1/+1
2024-10-30iommu/amd/pgtbl_v2: Take protection domain lock before invalidating TLBVasant Hegde1-0/+3
2024-09-04iommu/amd: Do not set the D bit on AMD v2 table entriesJason Gunthorpe1-1/+1
2024-09-04iommu/amd: Remove the confusing dummy iommu_flush_ops tlb opsJason Gunthorpe1-22/+0
2024-09-04iommu/amd: Fix typo of , instead of ;Jason Gunthorpe1-3/+3
2024-09-04iommu/amd: Narrow the use of struct protection_domain to invalidationJason Gunthorpe1-4/+7
2024-09-04iommu/amd: Store the nid in io_pgtable_cfg instead of the domainJason Gunthorpe1-3/+2
2024-09-04iommu/amd: Rename struct amd_io_pgtable iopt to pgtblJason Gunthorpe1-7/+7
2024-09-04iommu/amd: Allocate the page table root using GFP_KERNELJason Gunthorpe1-1/+1
2024-06-25iommu/amd: Use try_cmpxchg64() in v2_alloc_pte()Uros Bizjak1-1/+1
2024-04-15iommu/amd: use page allocation function provided by iommu-pages.hPasha Tatashin1-11/+7
2024-02-09iommu/amd: Refactor helper function for setting / clearing GCR3Suravee Suthikulpanit1-19/+2
2023-12-11iommu/amd/pgtbl_v2: Invalidate updated page ranges onlyVasant Hegde1-8/+2
2023-09-25iommu/amd: Miscellaneous clean up when free domainSuravee Suthikulpanit1-4/+4
2023-05-22iommu/amd: Update copyright noticeCarlos Bilbao1-1/+1
2023-03-28iommu/amd: Add 5 level guest page table supportVasant Hegde1-3/+6
2023-03-22iommu/amd: Allocate page table using numa locality infoVasant Hegde1-10/+6
2022-09-07iommu/amd: Initial support for AMD IOMMU v2 page tableVasant Hegde1-0/+415