summaryrefslogtreecommitdiff
path: root/arch/arm64/include/asm/pgalloc.h
AgeCommit message (Expand)Author
2019-09-24mm: remove quicklist page table cachesNicholas Piggin
2019-07-12arm64: switch to generic version of pte allocationMike Rapoport
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner
2019-04-09arm64: mm: enable per pmd page table lockYu Zhao
2019-01-04mm: treewide: remove unused address argument from pte_alloc functionsJoel Fernandes (Google)
2018-02-16arm64: mm: Use READ_ONCE/WRITE_ONCE when accessing page tablesWill Deacon
2017-12-22arm64: handle 52-bit physical addresses in page table entriesKristina Martsenko
2017-11-15kmemcheck: stop using GFP_NOTRACK and SLAB_NOTRACKLevin, Alexander (Sasha Levin)
2016-06-24arm64: get rid of superfluous __GFP_REPEATMichal Hocko
2016-02-16arm64: mm: add __{pud,pgd}_populateMark Rutland
2015-10-12arm64: move PGD_SIZE definition to pgalloc.hAndrey Ryabinin
2015-04-14arm64: expose number of page table levels on Kconfig levelKirill A. Shutemov
2014-11-20arm64: pgalloc: consistently use PGALLOC_GFPMark Rutland
2014-07-23arm64: Convert bool ARM64_x_LEVELS to int ARM64_PGTABLE_LEVELSCatalin Marinas
2014-07-23arm64: mm: Implement 4 levels of translation tablesJungseok Lee
2014-07-23arm64: Introduce VA_BITS and translation level optionsJungseok Lee
2013-11-15arm64: handle pgtable_page_ctor() failKirill A. Shutemov
2012-09-17arm64: MMU fault handling and page table managementCatalin Marinas