aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/mm/pageattr.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-11-08arm64: fix rodata=full againArd Biesheuvel1-2/+3
2022-09-29arm64/mm: fold check for KFENCE into can_set_direct_map()Mike Rapoport1-1/+7
2022-03-24kasan, arm64: don't tag executable vmalloc allocationsAndrey Konovalov1-1/+1
2021-07-08set_memory: allow querying whether set_direct_map_*() is actually enabledMike Rapoport1-4/+9
2020-12-15arch, mm: make kernel_page_present() always availableMike Rapoport1-3/+1
2020-12-15arch, mm: restore dependency of __kernel_map_pages() on DEBUG_PAGEALLOCMike Rapoport1-2/+6
2020-09-18arm64: mm: Fix missing-prototypes in pageattr.cTian Tao1-0/+1
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport1-1/+0
2020-06-04arm64: add support for folded p4d page tablesMike Rapoport1-1/+6
2020-05-07arm64: mm: Mark executable text as guarded pagesMark Brown1-2/+2
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