summaryrefslogtreecommitdiff
path: root/drivers/iommu/amd/io_pgtable.c
AgeCommit message (Expand)Author
2024-10-29iommu/amd: Fix corruption when mapping large pages from 0Jason Gunthorpe
2024-09-10iommu/amd: Add kernel parameters to limit V1 page-sizesJoerg Roedel
2024-09-04iommu/amd: Remove the confusing dummy iommu_flush_ops tlb opsJason 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: 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: Move allocation of the top table into v1_alloc_pgtableJason Gunthorpe
2024-09-04iommu/amd: Make amd_iommu_domain_flush_complete() staticVasant Hegde
2024-07-23iommu/amd: Convert comma to semicolonChen Ni
2024-04-15iommu/amd: use page allocation function provided by iommu-pages.hPasha Tatashin
2023-12-11iommu/amd: Make domain_flush_pages as global functionVasant Hegde
2023-12-11iommu/amd: Consolidate amd_iommu_domain_flush_complete() callVasant Hegde
2023-10-24iommu/amd: Access/Dirty bit support in IOPTEsJoao Martins
2023-05-22iommu/amd: Use page mode macros in fetch_pte()Jerry Snitselaar
2023-03-22iommu/amd: Allocate page table using numa locality infoVasant Hegde
2022-09-07iommu/amd/io-pgtable: Implement unmap_pages io_pgtable_ops callbackVasant Hegde
2022-09-07iommu/amd/io-pgtable: Implement map_pages io_pgtable_ops callbackVasant Hegde
2022-06-23iommu/amd: Use try_cmpxchg64 in alloc_pte and free_clear_pteUros Bizjak
2022-02-14iommu/amd: Fix I/O page table memory leakSuravee Suthikulpanit
2021-12-20iommu/amd: Use put_pages_listMatthew Wilcox (Oracle)
2021-12-20iommu/amd: Simplify pagetable freeingRobin Murphy
2021-07-26iommu: Streamline iommu_iova_to_phys()Robin Murphy
2021-03-04iommu/amd: Fix sleeping in atomic in increase_address_space()Andrey Ryabinin
2021-01-28iommu/amd: Introduce iommu_v1_map_page and iommu_v1_unmap_pageSuravee Suthikulpanit
2021-01-28iommu/amd: Introduce iommu_v1_iova_to_physSuravee Suthikulpanit
2021-01-28iommu/amd: Refactor fetch_pte to use struct amd_io_pgtableSuravee Suthikulpanit
2021-01-28iommu/amd: Rename variables to be consistent with struct io_pgtable_opsSuravee Suthikulpanit
2021-01-28iommu/amd: Remove amd_iommu_domain_get_pgtableSuravee Suthikulpanit
2021-01-28iommu/amd: Restructure code for freeing page tableSuravee Suthikulpanit
2021-01-28iommu/amd: Move IO page table related functionsSuravee Suthikulpanit
2021-01-28iommu/amd: Prepare for generic IO page table frameworkSuravee Suthikulpanit