aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/mm/pgd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-24mm: consolidate pgtable_cache_init() and pgd_cache_init()Mike Rapoport1-1/+1
2019-07-12arm64: switch to generic version of pte allocationMike Rapoport1-2/+4
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner1-12/+1
2017-12-22arm64: handle 52-bit addresses in TTBRKristina Martsenko1-0/+8
2017-12-01arm64: pgd: Mark pgd_cache as __ro_after_initJinbum Park1-1/+1
2016-09-06arm64: mm: drop fixup_init() and mm.hKefeng Wang1-2/+0
2016-01-05arm64: mm: move pgd_cache initialisation to pgtable_cache_initWill Deacon1-6/+6
2015-10-12arm64: move PGD_SIZE definition to pgalloc.hAndrey Ryabinin1-2/+0
2014-11-20arm64: pgalloc: consistently use PGALLOC_GFPMark Rutland1-2/+2
2014-10-20arm64: Align less than PAGE_SIZE pgds naturallyCatalin Marinas1-2/+16
2014-02-05arm64: simplify pgd_allocMark Rutland1-9/+2
2012-09-17arm64: MMU fault handling and page table managementCatalin Marinas1-0/+54