aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm/mmap.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-04-11exec: pass stack rlimit into mm layout functionsKees Cook1-12/+16
2017-11-13powerpc/64s: mm_context.addr_limit is only used on hashNicholas Piggin1-14/+4
2017-11-13powerpc/64s/radix: Fix 128TB-512TB virtual address boundary case allocationNicholas Piggin1-22/+33
2017-07-12powerpc,mmap: properly account for stack randomization in mmap_baseRik van Riel1-9/+19
2017-06-19mm: larger stack guard gap, between vmasHugh Dickins1-2/+2
2017-04-26powerpc/mm: Fix possible out-of-bounds shift in arch_mmap_rnd()Michael Ellerman1-1/+1
2017-04-21powerpc/mm: Add support for runtime configuration of ASLR limitsMichael Ellerman1-5/+6
2017-04-19powerpc/mmap: Any hint > 128TB searches the full VA spaceAneesh Kumar K.V1-2/+4
2017-04-19powerpc/mm/radix: Use mm->task_size for boundary checking instead of addr_limitAneesh Kumar K.V1-4/+4
2017-04-01powerpc/mm: Enable mappings above 128TBAneesh Kumar K.V1-11/+21
2017-04-01powerpc/mm: Switch some TASK_SIZE checks to use mm_context addr_limitAneesh Kumar K.V1-6/+6
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-05-11powerpc/mm/radix: Pick the address layout for radix configAneesh Kumar K.V1-0/+109
2016-04-12powerpc: sparse: Include headers for __weak symbolsDaniel Axtens1-0/+1
2016-02-27mm: ASLR: use get_random_long()Daniel Cashman1-2/+2
2015-04-14mm: expose arch_mmap_rnd when availableKees Cook1-2/+2
2015-04-14powerpc: standardize mmap_rnd() usageKees Cook1-11/+15
2013-07-10mm: remove free_area_cacheMichel Lespinasse1-2/+0
2013-06-20powerpc/mm: Make mmap_64.c compile on 32bit powerpcDaniel Walker1-0/+101
2009-03-24powerpc/mm: Rename arch/powerpc/kernel/mmap.c to mmap_64.cBenjamin Herrenschmidt1-109/+0
2009-02-23powerpc: Increase stack gap on 64bit binariesAnton Blanchard1-2/+9
2009-02-23powerpc: Ensure random space between stack and mmapsAnton Blanchard1-3/+11
2009-02-23powerpc: Randomise mmap start addressAnton Blanchard1-1/+16
2009-02-23powerpc: Rearrange mmap.cAnton Blanchard1-11/+11
2009-02-11powerpc/mm: Move 64-bit unmapped_area to top of address spaceAnton Blanchard1-6/+0
2007-05-21Detach sched.h from mm.hAlexey Dobriyan1-0/+1
2006-02-10[PATCH] powerpc: trivial: modify comments to refer to new location of filesJon Mason1-2/+0
2005-10-10powerpc: Merge arch/ppc64/mm to arch/powerpc/mmPaul Mackerras1-0/+86