Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2021-03-04 | iommu/amd: Fix sleeping in atomic in increase_address_space() | Andrey Ryabinin | 1 | -4/+6 |
2021-01-28 | iommu/amd: Introduce iommu_v1_map_page and iommu_v1_unmap_page | Suravee Suthikulpanit | 1 | -13/+12 |
2021-01-28 | iommu/amd: Introduce iommu_v1_iova_to_phys | Suravee Suthikulpanit | 1 | -0/+22 |
2021-01-28 | iommu/amd: Refactor fetch_pte to use struct amd_io_pgtable | Suravee Suthikulpanit | 1 | -6/+7 |
2021-01-28 | iommu/amd: Rename variables to be consistent with struct io_pgtable_ops | Suravee Suthikulpanit | 1 | -16/+15 |
2021-01-28 | iommu/amd: Remove amd_iommu_domain_get_pgtable | Suravee Suthikulpanit | 1 | -24/+12 |
2021-01-28 | iommu/amd: Restructure code for freeing page table | Suravee Suthikulpanit | 1 | -17/+24 |
2021-01-28 | iommu/amd: Move IO page table related functions | Suravee Suthikulpanit | 1 | -0/+473 |
2021-01-28 | iommu/amd: Prepare for generic IO page table framework | Suravee Suthikulpanit | 1 | -0/+69 |