index
:
drm-tip
drm-tip
maintainer-tools
rerere-cache
tip
DRM current development and nightly trees
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
s390
/
mm
/
mmap.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-04-25
treewide: use initializer for struct vm_unmapped_area_info
Rick Edgecombe
1
-3
/
+2
2024-04-25
mm: switch mm->get_unmapped_area() to a flag
Rick Edgecombe
1
-2
/
+2
2024-02-09
s390/mmap: disable mmap alignment when randomize_va_space = 0
Sven Schnelle
1
-8
/
+11
2023-04-21
mm: move 'mmap_min_addr' logic from callers into vm_unmapped_area()
Linus Torvalds
1
-1
/
+1
2022-10-11
treewide: use get_random_u32() when possible
Jason A. Donenfeld
1
-1
/
+1
2022-07-17
s390/mm: enable ARCH_HAS_VM_GET_PAGE_PROT
Anshuman Khandual
1
-0
/
+20
2022-04-25
s390/mmap: increase stack/mmap gap to 128MB
Sven Schnelle
1
-2
/
+2
2020-08-07
mm: remove unneeded includes of <asm/pgalloc.h>
Mike Rapoport
1
-1
/
+0
2020-03-27
s390/mm: cleanup arch_get_unmapped_area() and friends
Alexander Gordeev
1
-29
/
+11
2019-06-04
s390/mm: mmap base does not depend on ADDR_NO_RANDOMIZE personality
Alexandre Ghiti
1
-2
/
+0
2019-02-07
s390/mmap: take stack_guard_gap into account for mmap_base
Martin Schwidefsky
1
-14
/
+19
2018-04-11
exec: pass stack rlimit into mm layout functions
Kees Cook
1
-7
/
+8
2017-11-24
s390: Remove redundant license text
Greg Kroah-Hartman
1
-15
/
+0
2017-11-24
s390: mm: add SPDX identifiers to the remaining files
Greg Kroah-Hartman
1
-0
/
+1
2017-08-31
s390/mm: fix BUG_ON in crst_table_upgrade
Martin Schwidefsky
1
-2
/
+4
2017-07-03
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...
Linus Torvalds
1
-2
/
+2
2017-06-19
mm: larger stack guard gap, between vmas
Hugh Dickins
1
-2
/
+2
2017-06-12
s390/mm: implement 5 level pages tables
Martin Schwidefsky
1
-2
/
+2
2017-04-25
s390/mm: simplify arch_get_unmapped_area[_topdown]
Martin Schwidefsky
1
-57
/
+32
2017-04-25
s390/mm: make TASK_SIZE independent from the number of page table levels
Martin Schwidefsky
1
-19
/
+12
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
-0
/
+1
2017-02-17
s390: mm: Audit and remove any unnecessary uses of module.h
Paul Gortmaker
1
-1
/
+1
2016-05-18
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...
Linus Torvalds
1
-0
/
+1
2016-05-10
s390: add missing include statements
Heiko Carstens
1
-0
/
+1
2016-04-21
s390/mm: fix asce_bits handling with dynamic pagetable levels
Gerald Schaefer
1
-3
/
+3
2016-01-19
s390/mm: use TASK_MAX_SIZE where applicable
Dominik Dingel
1
-6
/
+6
2015-11-16
s390: avoid cache aliasing under z/VM and KVM
Martin Schwidefsky
1
-51
/
+9
2015-04-14
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...
Linus Torvalds
1
-31
/
+1
2015-04-14
mm: split ET_DYN ASLR from mmap ASLR
Kees Cook
1
-8
/
+0
2015-04-14
s390: redefine randomize_et_dyn for ELF_ET_DYN_BASE
Kees Cook
1
-9
/
+2
2015-04-14
mm: expose arch_mmap_rnd when available
Kees Cook
1
-4
/
+4
2015-04-14
s390: standardize mmap_rnd() usage
Kees Cook
1
-11
/
+23
2015-03-25
s390: make couple of functions and variables static
Heiko Carstens
1
-1
/
+1
2015-03-25
s390: remove 31 bit support
Heiko Carstens
1
-25
/
+0
2015-02-19
s390/mm: align 64-bit PIE binaries to 4GB
Martin Schwidefsky
1
-1
/
+4
2015-01-22
s390: avoid z13 cache aliasing
Martin Schwidefsky
1
-2
/
+140
2013-11-13
s390/mmap: randomize mmap base for bottom up direction
Heiko Carstens
1
-2
/
+7
2013-11-04
s390/mm,tlb: correct tlb flush on page table upgrade
Martin Schwidefsky
1
-10
/
+2
2013-07-10
mm: remove free_area_cache
Michel Lespinasse
1
-4
/
+0
2013-02-14
s390/mm: Fix crst upgrade of mmap with MAP_FIXED
Hendrik Brueckner
1
-3
/
+6
2012-07-26
s390/mm: downgrade page table after fork of a 31 bit process
Martin Schwidefsky
1
-2
/
+10
2012-07-20
s390/comments: unify copyright messages and remove file names
Heiko Carstens
1
-2
/
+0
2012-03-23
[S390] Remove unncessary export of arch_pick_mmap_layout
Ben Hutchings
1
-2
/
+0
2012-02-27
compat: fix compile breakage on s390
Heiko Carstens
1
-1
/
+1
2011-10-30
[S390] sparse: fix sparse warnings about missing prototypes
Martin Schwidefsky
1
-0
/
+1
2011-01-12
[S390] Randomize mmap start address
Heiko Carstens
1
-2
/
+11
2011-01-12
[S390] Rearrange mmap.c
Heiko Carstens
1
-9
/
+9
2011-01-12
[S390] Enable flexible mmap layout for 64 bit processes
Heiko Carstens
1
-9
/
+4
2011-01-12
[S390] reduce miminum gap between stack and mmap_base
Heiko Carstens
1
-2
/
+2
[next]