index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
mmap.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-08-28
mm: reinstate ability to map write-sealed memfd mappings read-only
Lorenzo Stoakes
1
-0
/
+4
2025-08-28
mm: drop the assumption that VM_SHARED always implies writable
Lorenzo Stoakes
1
-4
/
+4
2025-06-27
mm/hugetlb: unshare page tables during VMA split, not before
Jann Horn
1
-0
/
+8
2024-12-14
mm: call the security_mmap_file() LSM hook in remap_file_pages()
Shu Han
1
-0
/
+4
2024-11-22
mm: resolve faulty mmap_region() error path behaviour
Lorenzo Stoakes
1
-47
/
+57
2024-11-22
mm: refactor arch_calc_vm_flag_bits() and arm64 MTE handling
Lorenzo Stoakes
1
-1
/
+1
2024-11-22
mm: unconditionally close VMAs on error
Lorenzo Stoakes
1
-8
/
+4
2024-11-22
mm: avoid unsafe VMA hook invocation when error arises on mmap hook
Lorenzo Stoakes
1
-2
/
+2
2023-11-08
mmap: fix error paths with dup_anon_vma()
Liam R. Howlett
1
-1
/
+14
2023-11-02
mm: fix vm_brk_flags() to not bail out while holding lock
Sebastian Ott
1
-3
/
+3
2023-07-19
mm/mmap: Fix extra maple tree write
Liam R. Howlett
1
-1
/
+2
2023-07-19
mm/mmap: Fix VM_LOCKED check in do_vmi_align_munmap()
Suren Baghdasaryan
1
-1
/
+1
2023-07-01
mm: always expand the stack with the mmap write lock held
Linus Torvalds
1
-24
/
+97
2023-07-01
mm: make find_extend_vma() fail if write lock not held
Liam R. Howlett
1
-17
/
+33
2023-07-01
arm/mm: Convert to using lock_mm_and_find_vma()
Ben Hutchings
1
-1
/
+1
2023-07-01
mm/mmap: Fix error return in do_vmi_align_munmap()
David Woodhouse
1
-1
/
+3
2023-07-01
mm/mmap: Fix error path in do_vmi_align_munmap()
Liam R. Howlett
1
-19
/
+14
2023-04-26
mm/mmap: regression fix for unmapped_area{_topdown}
Liam R. Howlett
1
-5
/
+43
2023-04-13
mm: enable maple tree RCU mode by default.
Liam R. Howlett
1
-1
/
+2
2023-01-24
mm/userfaultfd: enable writenotify while userfaultfd-wp is enabled for a VMA
David Hildenbrand
1
-0
/
+4
2022-12-10
Merge tag 'mm-hotfixes-stable-2022-12-10-1' of git://git.kernel.org/pub/scm/l...
Linus Torvalds
1
-10
/
+4
2022-12-09
mmap: fix do_brk_flags() modifying obviously incorrect VMAs
Liam Howlett
1
-8
/
+3
2022-12-09
mm: do not BUG_ON missing brk mapping, because userspace can unmap it
Jason A. Donenfeld
1
-2
/
+1
2022-12-04
Revert "mm: align larger anonymous mappings on THP boundaries"
Linus Torvalds
1
-3
/
+0
2022-11-22
mm: mmap: fix documentation for vma_mas_szero
Ian Cowan
1
-1
/
+1
2022-11-08
mm/mmap: fix memory leak in mmap_region()
Li Zetao
1
-1
/
+5
2022-10-28
mmap: fix remap_file_pages() regression
Liam Howlett
1
-0
/
+3
2022-10-20
mm/mmap: fix MAP_FIXED address return on VMA merge
Liam Howlett
1
-8
/
+7
2022-10-20
mm/mmap.c: __vma_adjust(): suppress uninitialized var warning
Andrew Morton
1
-1
/
+2
2022-10-20
mm/mmap: undo ->mmap() when mas_preallocate() fails
Mike Kravetz
1
-1
/
+1
2022-10-12
mm/mmap: undo ->mmap() when arch_validate_flags() fails
Carlos Llamas
1
-1
/
+4
2022-10-12
mm/mmap: preallocate maple nodes for brk vma expansion
Liam Howlett
1
-12
/
+6
2022-10-12
mmap: fix copy_vma() failure path
Liam Howlett
1
-0
/
+5
2022-09-26
mm: refactor of vma_merge()
Jakub Matěna
1
-50
/
+37
2022-09-26
mm: delete unused MMF_OOM_VICTIM flag
Suren Baghdasaryan
1
-2
/
+1
2022-09-26
mm: drop oom code from exit_mmap
Suren Baghdasaryan
1
-19
/
+11
2022-09-26
mm/mmap.c: pass in mapping to __vma_link_file()
Liam R. Howlett
1
-17
/
+12
2022-09-26
mm/mmap: drop range_has_overlap() function
Liam R. Howlett
1
-26
/
+1
2022-09-26
mm: remove the vma linked list
Liam R. Howlett
1
-282
/
+187
2022-09-26
userfaultfd: use maple tree iterator to iterate VMAs
Liam R. Howlett
1
-1
/
+1
2022-09-26
mm/mmap: change do_brk_munmap() to use do_mas_align_munmap()
Liam R. Howlett
1
-1
/
+1
2022-09-26
mm/mmap: reorganize munmap to use maple states
Liam R. Howlett
1
-83
/
+145
2022-09-26
mm/mmap: move mmap_region() below do_munmap()
Liam R. Howlett
1
-245
/
+245
2022-09-26
mm: remove vmacache
Liam R. Howlett
1
-29
/
+2
2022-09-26
mm/mmap: use advanced maple tree API for mmap_region()
Liam R. Howlett
1
-48
/
+203
2022-09-26
mm: use maple tree operations for find_vma_intersection()
Liam R. Howlett
1
-0
/
+29
2022-09-26
mm/mmap: change do_brk_flags() to expand existing VMA and add do_brk_munmap()
Liam R. Howlett
1
-60
/
+177
2022-09-26
mmap: change zeroing of maple tree in __vma_adjust()
Liam R. Howlett
1
-8
/
+22
2022-09-26
mm: remove rb tree.
Liam R. Howlett
1
-395
/
+111
2022-09-26
mm/mmap: use maple tree for unmapped_area{_topdown}
Liam R. Howlett
1
-221
/
+34
[next]