summaryrefslogtreecommitdiffstats
path: root/arch/arm64/mm/trans_pgd.c
AgeCommit message (Expand)AuthorFilesLines
2022-05-17arm64: mm: avoid writable executable mappings in kexec/hibernate codeArd Biesheuvel1-1/+1
2021-10-01arm64: trans_pgd: remove trans_pgd_map_page()Pasha Tatashin1-57/+0
2021-10-01arm64: trans_pgd: hibernate: Add trans_pgd_copy_el2_vectorsPasha Tatashin1-2/+25
2021-01-27arm64: trans_pgd: hibernate: idmap the single page that holds the copy page r...James Morse1-0/+49
2021-01-27arm64: trans_pgd: pass NULL instead of init_mm to *_populate functionsPavel Tatashin1-7/+7
2021-01-27arm64: trans_pgd: pass allocator trans_pgd_create_copyPavel Tatashin1-19/+30
2021-01-27arm64: trans_pgd: make trans_pgd_map_page genericPavel Tatashin1-8/+22
2021-01-27arm64: hibernate: move page handling function to new trans_pgd.cPavel Tatashin1-0/+250