Age | Commit message (Expand) | Author | Files | Lines |
2019-09-24 | mips: use generic mmap top-down layout and brk randomization | Alexandre Ghiti | 1 | -96/+0 |
2019-09-24 | mips: replace arch specific way to determine 32bit task with generic version | Alexandre Ghiti | 1 | -1/+2 |
2019-09-24 | mips: adjust brk randomization offset to fit generic version | Alexandre Ghiti | 1 | -3/+4 |
2019-09-24 | mips: use STACK_TOP when computing mmap base address | Alexandre Ghiti | 1 | -2/+2 |
2019-09-24 | mips: properly account for stack randomization and stack guard gap | Alexandre Ghiti | 1 | -2/+12 |
2019-06-16 | MIPS: Fix bounds check virt_addr_valid | Hauke Mehrtens | 1 | -1/+1 |
2019-05-29 | MIPS: Make virt_addr_valid() return bool | Paul Burton | 1 | -2/+2 |
2019-05-29 | MIPS: Bounds check virt_addr_valid | Paul Burton | 1 | -0/+5 |
2018-04-11 | exec: pass stack rlimit into mm layout functions | Kees Cook | 1 | -7/+7 |
2017-08-29 | MIPS: Include elf-randomize.h for arch_mmap_rnd() & arch_randomize_brk() | Paul Burton | 1 | -0/+1 |
2017-06-19 | mm: larger stack guard gap, between vmas | Hugh Dickins | 1 | -1/+1 |
2017-03-02 | sched/headers: Prepare for new header dependencies before moving more code to... | Ingo Molnar | 1 | -0/+1 |
2017-03-02 | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 1 | -1/+1 |
2017-01-03 | MIPS: Add support for ARCH_MMAP_RND_{COMPAT_}BITS | Matt Redfearn | 1 | -5/+5 |
2016-10-05 | MIPS: mm: Audit and remove any unnecessary uses of module.h | Paul Gortmaker | 1 | -1/+1 |
2016-02-27 | mm: ASLR: use get_random_long() | Daniel Cashman | 1 | -2/+2 |
2015-04-14 | mm: expose arch_mmap_rnd when available | Kees Cook | 1 | -2/+2 |
2015-04-14 | mips: extract logic for mmap_rnd() | Kees Cook | 1 | -8/+16 |
2013-07-10 | mm: remove free_area_cache | Michel Lespinasse | 1 | -2/+0 |
2013-01-31 | mips: Move __virt_addr_valid() to a place for MIPS 64 | Steven Rostedt | 1 | -0/+6 |
2012-12-11 | mm: use vm_unmapped_area() on mips architecture | Michel Lespinasse | 1 | -94/+17 |
2011-09-17 | MIPS: Trivial style cleanups in mmap.c | Kevin Cernekee | 1 | -23/+25 |
2011-07-25 | MIPS: topdown mmap support | Jian Peng | 1 | -23/+170 |
2011-05-19 | MIPS: Move arch_get_unmapped_area and gang to new file. | Ralf Baechle | 1 | -0/+122 |