summaryrefslogtreecommitdiffstats
path: root/arch/arm/mm/mmap.c
Commit message (Expand)AuthorAgeFilesLines
* exec: pass stack rlimit into mm layout functionsKees Cook2018-04-111-7/+7
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* mm: larger stack guard gap, between vmasHugh Dickins2017-06-191-2/+2
* sched/headers: Prepare for new header dependencies before moving more code to...Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-1/+1
* mm: ASLR: use get_random_long()Daniel Cashman2016-02-271-1/+1
* arm: mm: support ARCH_MMAP_RND_BITSDaniel Cashman2016-01-151-2/+1Star
* mm: expose arch_mmap_rnd when availableKees Cook2015-04-151-2/+2
* arm: factor out mmap ASLR into mmap_rndKees Cook2015-04-151-4/+12
* ARM: fix booting low-vectors machinesRussell King2013-11-301-1/+1
* ARM: 7840/1: LPAE: don't reject mapping /dev/mem above 4GBSergey Dyasly2013-10-291-4/+2Star
* mm: remove free_area_cacheMichel Lespinasse2013-07-111-2/+0Star
* Merge branch 'akpm' (Andrew's patchbomb)Linus Torvalds2012-12-121-109/+23Star
|\
| * mm: use vm_unmapped_area() on arm architectureMichel Lespinasse2012-12-121-109/+23Star
* | /dev/mem: use phys_addr_t for physical addressesCyril Chemparathy2012-10-251-1/+1
|/
* ARM: 7169/1: topdown mmap supportRob Herring2011-12-061-5/+168
* ARM: 7168/1: use cache type functions for arch_get_unmapped_areaRob Herring2011-11-261-17/+6Star
* ARM: 6877/1: the ADDR_NO_RANDOMIZE personality flag should be honored with mm...Nicolas Pitre2011-04-141-1/+3
* ARM: v6k: introduce CPU_V6K optionRussell King2011-02-021-1/+1
* ARM: implement CONFIG_STRICT_DEVMEM by disabling access to RAM via /dev/memNicolas Pitre2010-10-021-0/+22
* [ARM] add address randomization to mmap()Nicolas Pitre2010-06-151-0/+4
* fix broken aliasing checks for MAP_FIXED on sparc32, mips, arm and shAl Viro2009-12-111-1/+2
* ARM: 5740/1: fix valid_phys_addr_range() range checkGreg Ungerer2009-10-021-1/+1
* [ARM] Fix virtual to physical translation macro corner casesRussell King2009-03-131-1/+1
* [ARM] sparse: fix several warningsRussell King2008-09-051-0/+1
* [ARM] cputype: separate definitions, use themRussell King2008-09-011-2/+3
* [ARM] 4839/1: fixes kernel Oops in /dev/mem device driver for memory map with...Alexandre Rusev2008-02-291-0/+2
* Detach sched.h from mm.hAlexey Dobriyan2007-05-211-1/+1
* get_unmapped_area handles MAP_FIXED on armBenjamin Herrenschmidt2007-05-071-2/+1Star
* [ARM] 3813/1: prevent >= 4G /dev/mem mmap()Lennert Buytenhek2006-09-251-0/+22
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0Star
* [PATCH] Avoiding mmap fragmentationWolfgang Wander2005-06-221-1/+9
* Linux-2.6.12-rc2Linus Torvalds2005-04-171-0/+109