aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/mm/mmap.c
AgeCommit message (Expand)Author
2023-10-16arm64: Avoid cpus_have_const_cap() for ARM64_HAS_EPANMark Rutland
2022-07-17arm64/mm: move protection_map[] inside the platformAnshuman Khandual
2022-04-28arm64/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual
2022-03-08arm64: Ensure execute-only permissions are not allowed without EPANCatalin Marinas
2021-01-27arm64: Include linux/io.h in mm/mmap.cWill Deacon
2021-01-26arm64: mm: Remove unused header fileShaokun Zhang
2020-12-11arm64: Use the generic devmem_is_allowed()Palmer Dabbelt
2019-09-24arm64, mm: move generic mmap layout functions to mmAlexandre Ghiti
2019-09-24arm64: consider stack randomization for mmap base only when necessaryAlexandre Ghiti
2019-09-24arm64: make use of is_compat_task instead of hardcoding this testAlexandre Ghiti
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner
2018-04-11exec: pass stack rlimit into mm layout functionsKees Cook
2017-07-12arm64/mmap: properly account for stack randomization in mmap_baseRik van Riel
2017-06-01arm64: kernel: restrict /dev/mem read() calls to linear regionArd Biesheuvel
2017-03-02sched/headers: Prepare for new header dependencies before moving more code to...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2016-05-05arm64: mm: remove unnecessary EXPORT_SYMBOL_GPLYang Shi
2016-02-27mm: ASLR: use get_random_long()Daniel Cashman
2016-01-14arm64: mm: support ARCH_MMAP_RND_BITSDaniel Cashman
2015-04-14mm: expose arch_mmap_rnd when availableKees Cook
2015-04-14arm64: standardize mmap_rnd() usageKees Cook
2014-11-18arm64/mm: Remove hack in mmap randomize layoutYann Droneaud
2014-10-02arm64: Use phys_addr_t type for physical addressMin-Hua Chen
2013-07-10mm: remove free_area_cacheMichel Lespinasse
2012-09-17arm64: MMU fault handling and page table managementCatalin Marinas