summaryrefslogtreecommitdiff
path: root/arch/arm64/include/asm/page.h
AgeCommit message (Expand)Author
2023-02-02mm: add vma_alloc_zeroed_movable_folio()Matthew Wilcox (Oracle)
2021-10-01arm64/mm: drop HAVE_ARCH_PFN_VALIDAnshuman Khandual
2021-08-25Partially revert "arm64/mm: drop HAVE_ARCH_PFN_VALID"Will Deacon
2021-07-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-06-30arm64/mm: drop HAVE_ARCH_PFN_VALIDAnshuman Khandual
2021-06-30arm64: decouple check whether pfn is in linear map from pfn_valid()Mike Rapoport
2021-06-04arm64: mte: handle tags zeroing at page allocation timePeter Collingbourne
2021-06-04mm: arch: remove indirection level in alloc_zeroed_user_highpage_movable()Peter Collingbourne
2020-09-04arm64: mte: Add PROT_MTE support to mmap() and mprotect()Catalin Marinas
2020-09-04arm64: Avoid unnecessary clear_user_page() indirectionCatalin Marinas
2020-09-04arm64: mte: Tags-aware copy_{user_,}highpage() implementationsVincenzo Frascino
2020-04-10mm/vma: define a default value for VM_DATA_DEFAULT_FLAGSAnshuman Khandual
2020-03-17arm64: define __alloc_zeroed_user_highpageglider@google.com
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner
2018-09-21arm64: Kconfig: Remove ARCH_HAS_HOLES_MEMORYMODELJames Morse
2017-08-15arm64: factor out PAGE_* and CONT_* definitionsMark Rutland
2016-06-03arm64: move {PAGE,CONT}_SHIFT into KconfigMark Rutland
2016-04-28arm64: kernel: Include _AC definition in page.hJames Morse
2016-02-03arm64: asm: Explicitly include linux/personality.h in asm/page.hMark Brown
2015-10-19arm64: Add 16K page size supportSuzuki K. Poulose
2015-10-19arm64: Move swapper pagetable definitionsSuzuki K. Poulose
2015-10-08arm64: Add contiguous page flag shifts and constantsJeremy Linton
2015-04-16Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2015-04-14arm64: expose number of page table levels on Kconfig levelKirill A. Shutemov
2015-03-23arm64: mm: increase VA range of identity mapArd Biesheuvel
2014-08-08arm64,ia64,ppc,s390,sh,tile,um,x86,mm: remove default gate areaAndy Lutomirski
2014-07-23arm64: Add support for 48-bit VA space with 64KB page configurationCatalin Marinas
2014-07-23arm64: Remove asm/pgtable-*level-types.h filesCatalin Marinas
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
2014-07-23arm64: Do not initialise the fixmap page tables in head.SCatalin Marinas
2014-07-10arm64: place initial page tables above the kernelMark Rutland
2012-09-17arm64: MMU fault handling and page table managementCatalin Marinas