aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mm/mmap.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-04-11exec: pass stack rlimit into mm layout functionsKees Cook1-7/+7
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-06-19mm: larger stack guard gap, between vmasHugh Dickins1-2/+2
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-02-27mm: ASLR: use get_random_long()Daniel Cashman1-1/+1
2016-01-14arm: mm: support ARCH_MMAP_RND_BITSDaniel Cashman1-2/+1
2015-04-14mm: expose arch_mmap_rnd when availableKees Cook1-2/+2
2015-04-14arm: factor out mmap ASLR into mmap_rndKees Cook1-4/+12
2013-11-30ARM: fix booting low-vectors machinesRussell King1-1/+1
2013-10-29ARM: 7840/1: LPAE: don't reject mapping /dev/mem above 4GBSergey Dyasly1-4/+2
2013-07-10mm: remove free_area_cacheMichel Lespinasse1-2/+0
2012-12-11Merge branch 'akpm' (Andrew's patchbomb)Linus Torvalds1-109/+23
2012-12-11mm: use vm_unmapped_area() on arm architectureMichel Lespinasse1-109/+23
2012-10-24/dev/mem: use phys_addr_t for physical addressesCyril Chemparathy1-1/+1
2011-12-06ARM: 7169/1: topdown mmap supportRob Herring1-5/+168
2011-11-26ARM: 7168/1: use cache type functions for arch_get_unmapped_areaRob Herring1-17/+6
2011-04-14ARM: 6877/1: the ADDR_NO_RANDOMIZE personality flag should be honored with mmap()Nicolas Pitre1-1/+3
2011-02-02ARM: v6k: introduce CPU_V6K optionRussell King1-1/+1
2010-10-01ARM: implement CONFIG_STRICT_DEVMEM by disabling access to RAM via /dev/memNicolas Pitre1-0/+22
2010-06-14[ARM] add address randomization to mmap()Nicolas Pitre1-0/+4
2009-12-11fix broken aliasing checks for MAP_FIXED on sparc32, mips, arm and shAl Viro1-1/+2
2009-10-02ARM: 5740/1: fix valid_phys_addr_range() range checkGreg Ungerer1-1/+1
2009-03-12[ARM] Fix virtual to physical translation macro corner casesRussell King1-1/+1
2008-09-05[ARM] sparse: fix several warningsRussell King1-0/+1
2008-09-01[ARM] cputype: separate definitions, use themRussell King1-2/+3
2008-02-29[ARM] 4839/1: fixes kernel Oops in /dev/mem device driver for memory map with PHYS_OFFAlexandre Rusev1-0/+2
2007-05-21Detach sched.h from mm.hAlexey Dobriyan1-1/+1
2007-05-07get_unmapped_area handles MAP_FIXED on armBenjamin Herrenschmidt1-2/+1
2006-09-25[ARM] 3813/1: prevent >= 4G /dev/mem mmap()Lennert Buytenhek1-0/+22
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2005-06-21[PATCH] Avoiding mmap fragmentationWolfgang Wander1-1/+9
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+109