summaryrefslogtreecommitdiffstats
path: root/arch/arm64/mm/trans_pgd.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* arm64: trans_pgd: mark PTEs entries as valid to avoid dead kexec()Fares Mehanna2024-09-041-2/+4
* arm64/mm: new ptep layer to manage contig bitRyan Roberts2024-02-231-3/+3
* arm64/mm: convert READ_ONCE(*ptep) to ptep_get(ptep)Ryan Roberts2024-02-231-1/+1
* Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-08-311-2/+2
|\
| * mm: Move pte/pmd_mkwrite() callers with no VMA to _novma()Rick Edgecombe2023-07-111-2/+2
* | arm64: mm: Make hibernation aware of KFENCENikhil V2023-07-201-1/+3
|/
* arm64: mm: avoid writable executable mappings in kexec/hibernate codeArd Biesheuvel2022-05-171-1/+1
* arm64: trans_pgd: remove trans_pgd_map_page()Pasha Tatashin2021-10-011-57/+0
* arm64: trans_pgd: hibernate: Add trans_pgd_copy_el2_vectorsPasha Tatashin2021-10-011-2/+25
* arm64: trans_pgd: hibernate: idmap the single page that holds the copy page r...James Morse2021-01-271-0/+49
* arm64: trans_pgd: pass NULL instead of init_mm to *_populate functionsPavel Tatashin2021-01-271-7/+7
* arm64: trans_pgd: pass allocator trans_pgd_create_copyPavel Tatashin2021-01-271-19/+30
* arm64: trans_pgd: make trans_pgd_map_page genericPavel Tatashin2021-01-271-8/+22
* arm64: hibernate: move page handling function to new trans_pgd.cPavel Tatashin2021-01-271-0/+250