aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/mm/mmap.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-17arm64/mm: move protection_map[] inside the platformAnshuman Khandual1-0/+21
2022-04-28arm64/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual1-0/+25
2022-03-08arm64: Ensure execute-only permissions are not allowed without EPANCatalin Marinas1-0/+17
2021-01-27arm64: Include linux/io.h in mm/mmap.cWill Deacon1-0/+1
2021-01-26arm64: mm: Remove unused header fileShaokun Zhang1-12/+2
2020-12-11arm64: Use the generic devmem_is_allowed()Palmer Dabbelt1-21/+0
2019-09-24arm64, mm: move generic mmap layout functions to mmAlexandre Ghiti1-76/+0
2019-09-24arm64: consider stack randomization for mmap base only when necessaryAlexandre Ghiti1-1/+5
2019-09-24arm64: make use of is_compat_task instead of hardcoding this testAlexandre Ghiti1-1/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner1-12/+1
2018-04-11exec: pass stack rlimit into mm layout functionsKees Cook1-7/+7
2017-07-12arm64/mmap: properly account for stack randomization in mmap_baseRik van Riel1-1/+6
2017-06-01arm64: kernel: restrict /dev/mem read() calls to linear regionArd Biesheuvel1-6/+13
2017-03-02sched/headers: Prepare for new header dependencies before moving more code to <linux/sched/mm.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h>Ingo Molnar1-1/+1
2016-05-05arm64: mm: remove unnecessary EXPORT_SYMBOL_GPLYang Shi1-2/+0
2016-02-27mm: ASLR: use get_random_long()Daniel Cashman1-2/+2
2016-01-14arm64: mm: support ARCH_MMAP_RND_BITSDaniel Cashman1-2/+6
2015-04-14mm: expose arch_mmap_rnd when availableKees Cook1-2/+2
2015-04-14arm64: standardize mmap_rnd() usageKees Cook1-7/+11
2014-11-18arm64/mm: Remove hack in mmap randomize layoutYann Droneaud1-10/+2
2014-10-02arm64: Use phys_addr_t type for physical addressMin-Hua Chen1-1/+1
2013-07-10mm: remove free_area_cacheMichel Lespinasse1-2/+0
2012-09-17arm64: MMU fault handling and page table managementCatalin Marinas1-0/+144