summaryrefslogtreecommitdiff
path: root/arch/arm64/mm/pageattr.c
AgeCommit message (Expand)Author
2026-01-08arm64: mm: Fix incomplete tag reset in change_memory_common()Jiayuan Chen
2025-11-28Merge branch 'for-next/set_memory' into for-next/coreCatalin Marinas
2025-11-28arm64/mm: Document why linear map split failure upon vm_reset_perms is not pr...Dev Jain
2025-11-28arm64/pageattr: Propagate return value from __change_memory_commonDev Jain
2025-11-20arm64: mm: use untagged address to calculate page indexYang Shi
2025-11-13arm64: mm: make linear mapping permission update more robust for patial rangeYang Shi
2025-09-18arm64: mm: support large block mapping when rodata=fullYang Shi
2025-09-18arm64: Enable permission change on arm64 kernel block mappingsDev Jain
2025-09-16arm64/Kconfig: Remove CONFIG_RODATA_FULL_DEFAULT_ENABLEDHuang Shijie
2025-04-29arm64: pageattr: Explicitly bail out when changing permissions for vmalloc_hu...Dev Jain
2024-11-23Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-11-07arch: introduce set_direct_map_valid_noflush()Mike Rapoport (Microsoft)
2024-10-23arm64: Enable memory encrypt for RealmsSuzuki K Poulose
2024-10-23arm64: mm: Avoid TLBI when marking pages as validSteven Price
2024-04-19arm64: hibernate: Fix level3 translation fault in swsusp_save()Yaxiong Tian
2024-02-22arm64/mm: new ptep layer to manage contig bitRyan Roberts
2024-02-22arm64/mm: convert READ_ONCE(*ptep) to ptep_get(ptep)Ryan Roberts
2023-11-22arm64: mm: Fix "rodata=on" when CONFIG_RODATA_FULL_DEFAULT_ENABLED=yWill Deacon
2023-03-27mm,kfence: decouple kfence from page granularity mapping judgementZhenhua Huang
2022-12-13Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-11-08mm: remove kern_addr_valid() completelyKefeng Wang
2022-11-08arm64: fix rodata=full againArd Biesheuvel
2022-09-29arm64/mm: fold check for KFENCE into can_set_direct_map()Mike Rapoport
2022-03-24kasan, arm64: don't tag executable vmalloc allocationsAndrey Konovalov
2021-07-08set_memory: allow querying whether set_direct_map_*() is actually enabledMike Rapoport
2020-12-15arch, mm: make kernel_page_present() always availableMike Rapoport
2020-12-15arch, mm: restore dependency of __kernel_map_pages() on DEBUG_PAGEALLOCMike Rapoport
2020-09-18arm64: mm: Fix missing-prototypes in pageattr.cTian Tao
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport
2020-06-04arm64: add support for folded p4d page tablesMike Rapoport
2020-05-07arm64: mm: Mark executable text as guarded pagesMark Brown
2020-01-08mm: change_memory_common: add spaces for `*` operatorPan Zhang
2019-08-15arm64: unexport set_memory_x and set_memory_nxChristoph Hellwig
2019-07-12mm/pgtable: drop pgtable_t variable from pte_fn_t functionsAnshuman Khandual
2019-07-08Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2019-06-24arm64/mm: wire up CONFIG_ARCH_HAS_SET_DIRECT_MAPArd Biesheuvel
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 284Thomas Gleixner
2018-11-20arm64: mm: apply r/o permissions of VM areas to its linear alias as wellArd Biesheuvel
2018-11-20arm64: mm: purge lazily unmapped vm regions before changing permissionsArd Biesheuvel
2018-02-16arm64: mm: Use READ_ONCE/WRITE_ONCE when accessing page tablesWill Deacon
2017-05-08arm64: use set_memory.h headerLaura Abbott
2017-04-05arm64: mm: add set_memory_valid()AKASHI Takahiro
2016-08-25arm64: hibernate: Support DEBUG_PAGEALLOCJames Morse
2016-02-16arm64: Add support for ARCH_SUPPORTS_DEBUG_PAGEALLOCLaura Abbott
2016-02-02arm64: allow vmalloc regions to be set with set_memory_*Ard Biesheuvel
2016-01-26arm64: mm: avoid calling apply_to_page_range on empty rangeMika Penttilä
2015-10-28arm64/mm: use PAGE_ALIGNED instead of IS_ALIGNEDAlexander Kuleshov
2015-03-19arm64: mm: unexport set_memory_ro and set_memory_rwDaniel Borkmann
2015-03-06arm64: Don't use is_module_addr in setting page attributesLaura Abbott
2014-09-12arm64: pageattr: Correctly adjust unaligned start addressesLaura Abbott