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