aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/mm/pageattr.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-08mm: change_memory_common: add spaces for `*` operatorPan Zhang1-1/+1
2019-08-15arm64: unexport set_memory_x and set_memory_nxChristoph Hellwig1-2/+0
2019-07-12mm/pgtable: drop pgtable_t variable from pte_fn_t functionsAnshuman Khandual1-2/+1
2019-07-08Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-8/+40
2019-06-24arm64/mm: wire up CONFIG_ARCH_HAS_SET_DIRECT_MAPArd Biesheuvel1-8/+40
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 284Thomas Gleixner1-9/+1
2018-11-20arm64: mm: apply r/o permissions of VM areas to its linear alias as wellArd Biesheuvel1-0/+15
2018-11-20arm64: mm: purge lazily unmapped vm regions before changing permissionsArd Biesheuvel1-0/+6
2018-02-16arm64: mm: Use READ_ONCE/WRITE_ONCE when accessing page tablesWill Deacon1-15/+17
2017-05-08arm64: use set_memory.h headerLaura Abbott1-0/+1
2017-04-05arm64: mm: add set_memory_valid()AKASHI Takahiro1-6/+9
2016-08-25arm64: hibernate: Support DEBUG_PAGEALLOCJames Morse1-1/+40
2016-02-16arm64: Add support for ARCH_SUPPORTS_DEBUG_PAGEALLOCLaura Abbott1-10/+36
2016-02-02arm64: allow vmalloc regions to be set with set_memory_*Ard Biesheuvel1-4/+19
2016-01-26arm64: mm: avoid calling apply_to_page_range on empty rangeMika Penttilä1-0/+3
2015-10-28arm64/mm: use PAGE_ALIGNED instead of IS_ALIGNEDAlexander Kuleshov1-1/+1
2015-03-19arm64: mm: unexport set_memory_ro and set_memory_rwDaniel Borkmann1-2/+0
2015-03-06arm64: Don't use is_module_addr in setting page attributesLaura Abbott1-1/+4
2014-09-12arm64: pageattr: Correctly adjust unaligned start addressesLaura Abbott1-1/+2
2014-09-08arm64: Add CONFIG_DEBUG_SET_MODULE_RONX supportLaura Abbott1-0/+96