index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
/
mmap.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
treewide: Add SPDX license identifier for missed files
Thomas Gleixner
2019-05-21
1
-0
/
+1
*
x86/mpx, mm/core: Fix recursive munmap() corruption
Dave Hansen
2019-05-09
1
-7
/
+8
*
coredump: fix race condition between mmget_not_zero()/get_task_mm() and core ...
Andrea Arcangeli
2019-04-19
1
-1
/
+6
*
mm: fix some typos in mm directory
Wei Yang
2019-03-05
1
-4
/
+4
*
mm/mmap.c: remove some redundancy in arch_get_unmapped_area_topdown()
Yang Fan
2019-03-05
1
-4
/
+3
*
mm: enforce min addr even if capable() in expand_downwards()
Jann Horn
2019-02-27
1
-4
/
+3
*
mm/mmap.c: remove verify_mm_writelocked()
Yangtao Li
2018-12-28
1
-16
/
+0
*
mm: mmap: Allow for "high" userspace addresses
Steve Capper
2018-12-10
1
-7
/
+18
*
mm: brk: downgrade mmap_sem to read when shrinking
Yang Shi
2018-10-26
1
-11
/
+35
*
mm: mremap: downgrade mmap_sem to read when shrinking
Yang Shi
2018-10-26
1
-2
/
+2
*
mm: unmap VM_PFNMAP mappings with optimized path
Yang Shi
2018-10-26
1
-9
/
+0
*
mm: unmap VM_HUGETLB mappings with optimized path
Yang Shi
2018-10-26
1
-1
/
+1
*
mm: mmap: zap pages with read mmap_sem in munmap
Yang Shi
2018-10-26
1
-11
/
+48
*
mm/mmap.c: don't clobber partially overlapping VMA with MAP_FIXED_NOREPLACE
Jann Horn
2018-10-13
1
-1
/
+1
*
mm, oom: remove oom_lock from oom_reaper
Michal Hocko
2018-08-22
1
-2
/
+0
*
mm, oom: distinguish blockable mode for mmu notifiers
Michal Hocko
2018-08-22
1
-1
/
+1
*
dax: remove VM_MIXEDMAP for fsdax and device dax
Dave Jiang
2018-08-17
1
-4
/
+5
*
mm: fix vma_is_anonymous() false-positives
Kirill A. Shutemov
2018-07-26
1
-0
/
+3
*
mm: make vm_area_alloc() initialize core fields
Linus Torvalds
2018-07-21
1
-9
/
+3
*
mm: make vm_area_dup() actually copy the old vma data
Linus Torvalds
2018-07-21
1
-7
/
+0
*
mm: use helper functions for allocating and freeing vm_area structs
Linus Torvalds
2018-07-21
1
-11
/
+11
*
mm: do not bug_on on incorrect length in __mm_populate()
Michal Hocko
2018-07-14
1
-17
/
+12
*
mm: change return type to vm_fault_t
Souptick Joarder
2018-06-07
1
-2
/
+2
*
Merge tag 'docs-4.18' of git://git.lwn.net/linux
Linus Torvalds
2018-06-04
1
-1
/
+1
|
\
|
*
Merge branch 'mm-rst' into docs-next
Jonathan Corbet
2018-04-16
1
-1
/
+1
|
|
\
|
|
*
docs/vm: rename documentation files to .rst
Mike Rapoport
2018-04-16
1
-1
/
+1
*
|
|
mmap: relax file size limit for regular files
Linus Torvalds
2018-05-19
1
-1
/
+1
*
|
|
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2018-05-11
1
-18
/
+26
|
\
\
\
|
*
|
|
mm, oom: fix concurrent munlock and oom reaper unmap, v3
David Rientjes
2018-05-11
1
-18
/
+26
*
|
|
|
mmap: introduce sane default mmap limits
Linus Torvalds
2018-05-11
1
-0
/
+32
|
/
/
/
*
/
/
x86/pti: Filter at vma->vm_page_prot population
Dave Hansen
2018-04-25
1
-1
/
+10
|
/
/
*
|
mm: introduce MAP_FIXED_NOREPLACE
Michal Hocko
2018-04-11
1
-0
/
+11
*
|
mm: always print RLIMIT_DATA warning
David Woodhouse
2018-04-05
1
-6
/
+8
*
|
mm: add ksys_mmap_pgoff() helper; remove in-kernel calls to sys_mmap_pgoff()
Dominik Brodowski
2018-04-02
1
-5
/
+12
|
/
*
mm, oom_reaper: fix memory corruption
Michal Hocko
2017-12-14
1
-5
/
+5
*
mm, hugetlbfs: introduce ->split() to vm_operations_struct
Dan Williams
2017-11-29
1
-3
/
+5
*
mm: introduce MAP_SHARED_VALIDATE, a mechanism to safely define new mmap flags
Dan Williams
2017-11-03
1
-0
/
+15
*
lib/interval_tree: fast overlap detection
Davidlohr Bueso
2017-09-08
1
-5
/
+5
*
mm: oom: let oom_reap_task and exit_mmap run concurrently
Andrea Arcangeli
2017-09-06
1
-0
/
+18
*
userfaultfd: call userfaultfd_unmap_prep only if __split_vma succeeds
Andrea Arcangeli
2017-09-06
1
-7
/
+15
*
mm: rename global_page_state to global_zone_page_state
Michal Hocko
2017-09-06
1
-3
/
+3
*
mm: fix overflow check in expand_upwards()
Helge Deller
2017-07-14
1
-1
/
+1
*
mm: use dedicated helper to access rlimit value
Krzysztof Opasiak
2017-07-10
1
-3
/
+2
*
mm/mmap.c: expand_downwards: don't require the gap if !vm_prev
Oleg Nesterov
2017-07-10
1
-7
/
+3
*
mm/mmap.c: do not blow on PROT_NONE MAP_FIXED holes in the stack
Michal Hocko
2017-07-10
1
-2
/
+4
*
Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm
Linus Torvalds
2017-07-08
1
-0
/
+4
|
\
|
*
ARM: 8683/1: ARM32: Support mremap() for sigpage/vDSO
Dmitry Safonov
2017-06-21
1
-0
/
+4
*
|
mm/mmap.c: mark protection_map as __ro_after_init
Daniel Micay
2017-07-06
1
-1
/
+1
*
|
Allow stack to grow up to address space limit
Helge Deller
2017-06-21
1
-5
/
+8
*
|
mm: fix new crash in unmapped_area_topdown()
Hugh Dickins
2017-06-21
1
-2
/
+4
[next]