index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
iommu
/
amd
/
io_pgtable.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-04
iommu/amd: Store the nid in io_pgtable_cfg instead of the domain
Jason Gunthorpe
1
-3
/
+5
2024-09-04
iommu/amd: Rename struct amd_io_pgtable iopt to pgtbl
Jason Gunthorpe
1
-6
/
+6
2024-09-04
iommu/amd: Remove the amd_iommu_domain_set_pt_root() and related
Jason Gunthorpe
1
-24
/
+0
2024-09-04
iommu/amd: Remove amd_iommu_domain_update() from page table freeing
Jason Gunthorpe
1
-3
/
+0
2024-09-04
iommu/amd: Move allocation of the top table into v1_alloc_pgtable
Jason Gunthorpe
1
-2
/
+6
2024-09-04
iommu/amd: Make amd_iommu_domain_flush_complete() static
Vasant Hegde
1
-1
/
+0
2024-07-23
iommu/amd: Convert comma to semicolon
Chen Ni
1
-3
/
+3
2024-04-15
iommu/amd: use page allocation function provided by iommu-pages.h
Pasha Tatashin
1
-6
/
+7
2023-12-11
iommu/amd: Make domain_flush_pages as global function
Vasant Hegde
1
-1
/
+3
2023-12-11
iommu/amd: Consolidate amd_iommu_domain_flush_complete() call
Vasant Hegde
1
-1
/
+0
2023-10-24
iommu/amd: Access/Dirty bit support in IOPTEs
Joao Martins
1
-0
/
+68
2023-05-22
iommu/amd: Use page mode macros in fetch_pte()
Jerry Snitselaar
1
-2
/
+2
2023-03-22
iommu/amd: Allocate page table using numa locality info
Vasant Hegde
1
-2
/
+2
2022-09-07
iommu/amd/io-pgtable: Implement unmap_pages io_pgtable_ops callback
Vasant Hegde
1
-8
/
+9
2022-09-07
iommu/amd/io-pgtable: Implement map_pages io_pgtable_ops callback
Vasant Hegde
1
-25
/
+34
2022-06-23
iommu/amd: Use try_cmpxchg64 in alloc_pte and free_clear_pte
Uros Bizjak
1
-4
/
+2
2022-02-14
iommu/amd: Fix I/O page table memory leak
Suravee Suthikulpanit
1
-6
/
+6
2021-12-20
iommu/amd: Use put_pages_list
Matthew Wilcox (Oracle)
1
-32
/
+18
2021-12-20
iommu/amd: Simplify pagetable freeing
Robin Murphy
1
-48
/
+34
2021-07-26
iommu: Streamline iommu_iova_to_phys()
Robin Murphy
1
-3
/
+0
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