summaryrefslogtreecommitdiffstats
path: root/arch/arm64/mm/pageattr.c
Commit message (Expand)AuthorAgeFilesLines
* mm,kfence: decouple kfence from page granularity mapping judgementZhenhua Huang2023-03-271-2/+5
* Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-12-131-2/+1
|\
| * mm: remove kern_addr_valid() completelyKefeng Wang2022-11-081-2/+1
* | arm64: fix rodata=full againArd Biesheuvel2022-11-081-2/+3
|/
* arm64/mm: fold check for KFENCE into can_set_direct_map()Mike Rapoport2022-09-291-1/+7
* kasan, arm64: don't tag executable vmalloc allocationsAndrey Konovalov2022-03-241-1/+1
* set_memory: allow querying whether set_direct_map_*() is actually enabledMike Rapoport2021-07-081-4/+9
* arch, mm: make kernel_page_present() always availableMike Rapoport2020-12-151-3/+1
* arch, mm: restore dependency of __kernel_map_pages() on DEBUG_PAGEALLOCMike Rapoport2020-12-151-2/+6
* arm64: mm: Fix missing-prototypes in pageattr.cTian Tao2020-09-181-0/+1
* mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2020-06-091-1/+0
* arm64: add support for folded p4d page tablesMike Rapoport2020-06-041-1/+6
* arm64: mm: Mark executable text as guarded pagesMark Brown2020-05-071-2/+2
* mm: change_memory_common: add spaces for `*` operatorPan Zhang2020-01-081-1/+1
* arm64: unexport set_memory_x and set_memory_nxChristoph Hellwig2019-08-151-2/+0
* mm/pgtable: drop pgtable_t variable from pte_fn_t functionsAnshuman Khandual2019-07-121-2/+1
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2019-07-081-8/+40
|\
| * arm64/mm: wire up CONFIG_ARCH_HAS_SET_DIRECT_MAPArd Biesheuvel2019-06-241-8/+40
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 284Thomas Gleixner2019-06-051-9/+1
|/
* arm64: mm: apply r/o permissions of VM areas to its linear alias as wellArd Biesheuvel2018-11-201-0/+15
* arm64: mm: purge lazily unmapped vm regions before changing permissionsArd Biesheuvel2018-11-201-0/+6
* arm64: mm: Use READ_ONCE/WRITE_ONCE when accessing page tablesWill Deacon2018-02-161-15/+17
* arm64: use set_memory.h headerLaura Abbott2017-05-081-0/+1
* arm64: mm: add set_memory_valid()AKASHI Takahiro2017-04-051-6/+9
* arm64: hibernate: Support DEBUG_PAGEALLOCJames Morse2016-08-251-1/+40
* arm64: Add support for ARCH_SUPPORTS_DEBUG_PAGEALLOCLaura Abbott2016-02-161-10/+36
* arm64: allow vmalloc regions to be set with set_memory_*Ard Biesheuvel2016-02-021-4/+19
* arm64: mm: avoid calling apply_to_page_range on empty rangeMika Penttilä2016-01-261-0/+3
* arm64/mm: use PAGE_ALIGNED instead of IS_ALIGNEDAlexander Kuleshov2015-10-281-1/+1
* arm64: mm: unexport set_memory_ro and set_memory_rwDaniel Borkmann2015-03-191-2/+0
* arm64: Don't use is_module_addr in setting page attributesLaura Abbott2015-03-061-1/+4
* arm64: pageattr: Correctly adjust unaligned start addressesLaura Abbott2014-09-121-1/+2
* arm64: Add CONFIG_DEBUG_SET_MODULE_RONX supportLaura Abbott2014-09-081-0/+96