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