summaryrefslogtreecommitdiff
path: root/drivers/iommu/amd/io_pgtable.c
AgeCommit message (Expand)AuthorFilesLines
2022-02-14iommu/amd: Fix I/O page table memory leakSuravee Suthikulpanit1-6/+6
2021-12-20iommu/amd: Use put_pages_listMatthew Wilcox (Oracle)1-32/+18
2021-12-20iommu/amd: Simplify pagetable freeingRobin Murphy1-48/+34
2021-07-26iommu: Streamline iommu_iova_to_phys()Robin Murphy1-3/+0
2021-03-04iommu/amd: Fix sleeping in atomic in increase_address_space()Andrey Ryabinin1-4/+6
2021-01-28iommu/amd: Introduce iommu_v1_map_page and iommu_v1_unmap_pageSuravee Suthikulpanit1-13/+12
2021-01-28iommu/amd: Introduce iommu_v1_iova_to_physSuravee Suthikulpanit1-0/+22
2021-01-28iommu/amd: Refactor fetch_pte to use struct amd_io_pgtableSuravee Suthikulpanit1-6/+7
2021-01-28iommu/amd: Rename variables to be consistent with struct io_pgtable_opsSuravee Suthikulpanit1-16/+15
2021-01-28iommu/amd: Remove amd_iommu_domain_get_pgtableSuravee Suthikulpanit1-24/+12
2021-01-28iommu/amd: Restructure code for freeing page tableSuravee Suthikulpanit1-17/+24
2021-01-28iommu/amd: Move IO page table related functionsSuravee Suthikulpanit1-0/+473
2021-01-28iommu/amd: Prepare for generic IO page table frameworkSuravee Suthikulpanit1-0/+69