aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/include/asm/pgalloc.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-16arm64: mm: Fix VM_BUG_ON(mm != &init_mm) for trans_pgdPingfan Liu1-1/+1
2021-07-01mm/thp: define default pmd_pgtable()Anshuman Khandual1-1/+0
2021-03-19arm64: mm: use XN table mapping attributes for user/kernel mappingsArd Biesheuvel1-7/+12
2021-03-19arm64: mm: add missing P4D definitions and use them consistentlyArd Biesheuvel1-2/+2
2020-08-07asm-generic: pgalloc: provide generic pgd_free()Mike Rapoport1-0/+1
2020-08-07asm-generic: pgalloc: provide generic pud_alloc_one() and pud_free_one()Mike Rapoport1-11/+0
2020-08-07asm-generic: pgalloc: provide generic pmd_alloc_one() and pmd_free_one()Mike Rapoport1-26/+1
2020-06-04arm64: add support for folded p4d page tablesMike Rapoport1-5/+5
2019-09-24mm: remove quicklist page table cachesNicholas Piggin1-2/+0
2019-07-12arm64: switch to generic version of pte allocationMike Rapoport1-39/+8
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner1-12/+1
2019-04-09arm64: mm: enable per pmd page table lockYu Zhao1-1/+11
2019-01-04mm: treewide: remove unused address argument from pte_alloc functionsJoel Fernandes (Google)1-2/+2
2018-02-16arm64: mm: Use READ_ONCE/WRITE_ONCE when accessing page tablesWill Deacon1-22/+22
2017-12-22arm64: handle 52-bit physical addresses in page table entriesKristina Martsenko1-3/+3
2017-11-15kmemcheck: stop using GFP_NOTRACK and SLAB_NOTRACKLevin, Alexander (Sasha Levin)1-1/+1
2016-06-24arm64: get rid of superfluous __GFP_REPEATMichal Hocko1-1/+1
2016-02-16arm64: mm: add __{pud,pgd}_populateMark Rutland1-4/+22
2015-10-12arm64: move PGD_SIZE definition to pgalloc.hAndrey Ryabinin1-0/+1
2015-04-14arm64: expose number of page table levels on Kconfig levelKirill A. Shutemov1-4/+4
2014-11-20arm64: pgalloc: consistently use PGALLOC_GFPMark Rutland1-4/+4
2014-07-23arm64: Convert bool ARM64_x_LEVELS to int ARM64_PGTABLE_LEVELSCatalin Marinas1-4/+4
2014-07-23arm64: mm: Implement 4 levels of translation tablesJungseok Lee1-0/+20
2014-07-23arm64: Introduce VA_BITS and translation level optionsJungseok Lee1-2/+2
2013-11-15arm64: handle pgtable_page_ctor() failKirill A. Shutemov1-3/+6
2012-09-17arm64: MMU fault handling and page table managementCatalin Marinas1-0/+113