summaryrefslogtreecommitdiffstats
path: root/arch/arm64/include/asm/pgalloc.h
Commit message (Expand)AuthorAgeFilesLines
* arm64: mm: Fix VM_BUG_ON(mm != &init_mm) for trans_pgdPingfan Liu2021-11-161-1/+1
* mm/thp: define default pmd_pgtable()Anshuman Khandual2021-07-011-1/+0
* arm64: mm: use XN table mapping attributes for user/kernel mappingsArd Biesheuvel2021-03-191-7/+12
* arm64: mm: add missing P4D definitions and use them consistentlyArd Biesheuvel2021-03-191-2/+2
* asm-generic: pgalloc: provide generic pgd_free()Mike Rapoport2020-08-071-0/+1
* asm-generic: pgalloc: provide generic pud_alloc_one() and pud_free_one()Mike Rapoport2020-08-071-11/+0
* asm-generic: pgalloc: provide generic pmd_alloc_one() and pmd_free_one()Mike Rapoport2020-08-071-26/+1
* arm64: add support for folded p4d page tablesMike Rapoport2020-06-041-5/+5
* mm: remove quicklist page table cachesNicholas Piggin2019-09-241-2/+0
* arm64: switch to generic version of pte allocationMike Rapoport2019-07-121-39/+8
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner2019-06-191-12/+1
* arm64: mm: enable per pmd page table lockYu Zhao2019-04-091-1/+11
* mm: treewide: remove unused address argument from pte_alloc functionsJoel Fernandes (Google)2019-01-041-2/+2
* arm64: mm: Use READ_ONCE/WRITE_ONCE when accessing page tablesWill Deacon2018-02-161-22/+22
* arm64: handle 52-bit physical addresses in page table entriesKristina Martsenko2017-12-221-3/+3
* kmemcheck: stop using GFP_NOTRACK and SLAB_NOTRACKLevin, Alexander (Sasha Levin)2017-11-151-1/+1
* arm64: get rid of superfluous __GFP_REPEATMichal Hocko2016-06-241-1/+1
* arm64: mm: add __{pud,pgd}_populateMark Rutland2016-02-161-4/+22
* arm64: move PGD_SIZE definition to pgalloc.hAndrey Ryabinin2015-10-121-0/+1
* arm64: expose number of page table levels on Kconfig levelKirill A. Shutemov2015-04-141-4/+4
* arm64: pgalloc: consistently use PGALLOC_GFPMark Rutland2014-11-201-4/+4
* arm64: Convert bool ARM64_x_LEVELS to int ARM64_PGTABLE_LEVELSCatalin Marinas2014-07-231-4/+4
* arm64: mm: Implement 4 levels of translation tablesJungseok Lee2014-07-231-0/+20
* arm64: Introduce VA_BITS and translation level optionsJungseok Lee2014-07-231-2/+2
* arm64: handle pgtable_page_ctor() failKirill A. Shutemov2013-11-151-3/+6
* arm64: MMU fault handling and page table managementCatalin Marinas2012-09-171-0/+113