index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
mm
/
mmap.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-05-05
powerpc/mm: Convert to default topdown mmap layout
Christophe Leroy
1
-105
/
+0
2022-05-05
powerpc/mm: Enable full randomisation of memory mappings
Christophe Leroy
1
-1
/
+1
2022-05-05
powerpc/mm: Move get_unmapped_area functions to slice.c
Christophe Leroy
1
-36
/
+0
2022-05-05
powerpc/mm: Use generic_get_unmapped_area() and call it from arch_get_unmappe...
Christophe Leroy
1
-121
/
+6
2022-05-05
powerpc/mm: Remove CONFIG_PPC_MM_SLICES
Christophe Leroy
1
-2
/
+2
2021-12-09
powerpc/64s: Always define arch unmapped area calls
Nicholas Piggin
1
-6
/
+34
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156
Thomas Gleixner
1
-15
/
+1
2018-04-11
exec: pass stack rlimit into mm layout functions
Kees Cook
1
-12
/
+16
2017-11-13
powerpc/64s: mm_context.addr_limit is only used on hash
Nicholas Piggin
1
-14
/
+4
2017-11-13
powerpc/64s/radix: Fix 128TB-512TB virtual address boundary case allocation
Nicholas Piggin
1
-22
/
+33
2017-07-13
powerpc,mmap: properly account for stack randomization in mmap_base
Rik van Riel
1
-9
/
+19
2017-06-19
mm: larger stack guard gap, between vmas
Hugh Dickins
1
-2
/
+2
2017-04-26
powerpc/mm: Fix possible out-of-bounds shift in arch_mmap_rnd()
Michael Ellerman
1
-1
/
+1
2017-04-21
powerpc/mm: Add support for runtime configuration of ASLR limits
Michael Ellerman
1
-5
/
+6
2017-04-19
powerpc/mmap: Any hint > 128TB searches the full VA space
Aneesh Kumar K.V
1
-2
/
+4
2017-04-19
powerpc/mm/radix: Use mm->task_size for boundary checking instead of addr_limit
Aneesh Kumar K.V
1
-4
/
+4
2017-04-01
powerpc/mm: Enable mappings above 128TB
Aneesh Kumar K.V
1
-11
/
+21
2017-04-01
powerpc/mm: Switch some TASK_SIZE checks to use mm_context addr_limit
Aneesh Kumar K.V
1
-6
/
+6
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
2016-05-11
powerpc/mm/radix: Pick the address layout for radix config
Aneesh Kumar K.V
1
-0
/
+109
2016-04-12
powerpc: sparse: Include headers for __weak symbols
Daniel Axtens
1
-0
/
+1
2016-02-27
mm: ASLR: use get_random_long()
Daniel Cashman
1
-2
/
+2
2015-04-15
mm: expose arch_mmap_rnd when available
Kees Cook
1
-2
/
+2
2015-04-15
powerpc: standardize mmap_rnd() usage
Kees Cook
1
-11
/
+15
2013-07-11
mm: remove free_area_cache
Michel Lespinasse
1
-2
/
+0
2013-06-20
powerpc/mm: Make mmap_64.c compile on 32bit powerpc
Daniel Walker
1
-0
/
+101
2009-03-24
powerpc/mm: Rename arch/powerpc/kernel/mmap.c to mmap_64.c
Benjamin Herrenschmidt
1
-109
/
+0
2009-02-23
powerpc: Increase stack gap on 64bit binaries
Anton Blanchard
1
-2
/
+9
2009-02-23
powerpc: Ensure random space between stack and mmaps
Anton Blanchard
1
-3
/
+11
2009-02-23
powerpc: Randomise mmap start address
Anton Blanchard
1
-1
/
+16
2009-02-23
powerpc: Rearrange mmap.c
Anton Blanchard
1
-11
/
+11
2009-02-11
powerpc/mm: Move 64-bit unmapped_area to top of address space
Anton Blanchard
1
-6
/
+0
2007-05-21
Detach sched.h from mm.h
Alexey Dobriyan
1
-0
/
+1
2006-02-10
[PATCH] powerpc: trivial: modify comments to refer to new location of files
Jon Mason
1
-2
/
+0
2005-10-10
powerpc: Merge arch/ppc64/mm to arch/powerpc/mm
Paul Mackerras
1
-0
/
+86