| Commit message (Expand) | Author | Age | Files | Lines |
* | arm: Use the generic devmem_is_allowed() | Palmer Dabbelt | 2020-12-11 | 1 | -22/+0 |
* | arm: use generic mmap top-down layout and brk randomization | Alexandre Ghiti | 2019-09-24 | 1 | -62/+0 |
* | arm: use STACK_TOP when computing mmap base address | Alexandre Ghiti | 2019-09-24 | 1 | -2/+2 |
* | arm: properly account for stack randomization and stack guard gap | Alexandre Ghiti | 2019-09-24 | 1 | -2/+12 |
* | exec: pass stack rlimit into mm layout functions | Kees Cook | 2018-04-11 | 1 | -7/+7 |
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 1 | -0/+1 |
* | mm: larger stack guard gap, between vmas | Hugh Dickins | 2017-06-19 | 1 | -2/+2 |
* | sched/headers: Prepare for new header dependencies before moving more code to... | Ingo Molnar | 2017-03-02 | 1 | -0/+1 |
* | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 2017-03-02 | 1 | -1/+1 |
* | mm: ASLR: use get_random_long() | Daniel Cashman | 2016-02-27 | 1 | -1/+1 |
* | arm: mm: support ARCH_MMAP_RND_BITS | Daniel Cashman | 2016-01-14 | 1 | -2/+1 |
* | mm: expose arch_mmap_rnd when available | Kees Cook | 2015-04-14 | 1 | -2/+2 |
* | arm: factor out mmap ASLR into mmap_rnd | Kees Cook | 2015-04-14 | 1 | -4/+12 |
* | ARM: fix booting low-vectors machines | Russell King | 2013-11-30 | 1 | -1/+1 |
* | ARM: 7840/1: LPAE: don't reject mapping /dev/mem above 4GB | Sergey Dyasly | 2013-10-29 | 1 | -4/+2 |
* | mm: remove free_area_cache | Michel Lespinasse | 2013-07-10 | 1 | -2/+0 |
* | Merge branch 'akpm' (Andrew's patchbomb) | Linus Torvalds | 2012-12-11 | 1 | -109/+23 |
|\ |
|
| * | mm: use vm_unmapped_area() on arm architecture | Michel Lespinasse | 2012-12-11 | 1 | -109/+23 |
* | | /dev/mem: use phys_addr_t for physical addresses | Cyril Chemparathy | 2012-10-24 | 1 | -1/+1 |
|/ |
|
* | ARM: 7169/1: topdown mmap support | Rob Herring | 2011-12-06 | 1 | -5/+168 |
* | ARM: 7168/1: use cache type functions for arch_get_unmapped_area | Rob Herring | 2011-11-26 | 1 | -17/+6 |
* | ARM: 6877/1: the ADDR_NO_RANDOMIZE personality flag should be honored with mm... | Nicolas Pitre | 2011-04-14 | 1 | -1/+3 |
* | ARM: v6k: introduce CPU_V6K option | Russell King | 2011-02-02 | 1 | -1/+1 |
* | ARM: implement CONFIG_STRICT_DEVMEM by disabling access to RAM via /dev/mem | Nicolas Pitre | 2010-10-01 | 1 | -0/+22 |
* | [ARM] add address randomization to mmap() | Nicolas Pitre | 2010-06-14 | 1 | -0/+4 |
* | fix broken aliasing checks for MAP_FIXED on sparc32, mips, arm and sh | Al Viro | 2009-12-11 | 1 | -1/+2 |
* | ARM: 5740/1: fix valid_phys_addr_range() range check | Greg Ungerer | 2009-10-02 | 1 | -1/+1 |
* | [ARM] Fix virtual to physical translation macro corner cases | Russell King | 2009-03-12 | 1 | -1/+1 |
* | [ARM] sparse: fix several warnings | Russell King | 2008-09-05 | 1 | -0/+1 |
* | [ARM] cputype: separate definitions, use them | Russell King | 2008-09-01 | 1 | -2/+3 |
* | [ARM] 4839/1: fixes kernel Oops in /dev/mem device driver for memory map with... | Alexandre Rusev | 2008-02-29 | 1 | -0/+2 |
* | Detach sched.h from mm.h | Alexey Dobriyan | 2007-05-21 | 1 | -1/+1 |
* | get_unmapped_area handles MAP_FIXED on arm | Benjamin Herrenschmidt | 2007-05-07 | 1 | -2/+1 |
* | [ARM] 3813/1: prevent >= 4G /dev/mem mmap() | Lennert Buytenhek | 2006-09-25 | 1 | -0/+22 |
* | Remove obsolete #include <linux/config.h> | Jörn Engel | 2006-06-30 | 1 | -1/+0 |
* | [PATCH] Avoiding mmap fragmentation | Wolfgang Wander | 2005-06-21 | 1 | -1/+9 |
* | Linux-2.6.12-rc2v2.6.12-rc2 | Linus Torvalds | 2005-04-16 | 1 | -0/+109 |