aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/mm/pageattr.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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