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
/
mm
/
mmap.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-02-10
mm: remove unnecessary write to vma iterator in __vma_adjust()
Liam R. Howlett
1
-4
/
+6
2023-02-10
mm: pass through vma iterator to __vma_adjust()
Liam R. Howlett
1
-16
/
+15
2023-02-10
mmap: convert __vma_adjust() to use vma iterator
Liam R. Howlett
1
-62
/
+13
2023-02-10
mm: switch vma_merge(), split_vma(), and __split_vma to vma iterator
Liam R. Howlett
1
-57
/
+22
2023-02-10
mmap: use vmi version of vma_merge()
Liam R. Howlett
1
-3
/
+5
2023-02-10
mmap: pass through vmi iterator to __split_vma()
Liam R. Howlett
1
-2
/
+2
2023-02-10
ipc/shm: introduce new do_vma_munmap() to munmap
Liam R. Howlett
1
-20
/
+18
2023-02-10
mm: add temporary vma iterator versions of vma_merge(), split_vma(), and __sp...
Liam R. Howlett
1
-0
/
+44
2023-02-10
mmap: convert vma_expand() to use vma iterator
Liam R. Howlett
1
-5
/
+4
2023-02-10
mmap: change do_mas_munmap and do_mas_aligned_munmap() to use vma iterator
Liam R. Howlett
1
-42
/
+35
2023-02-10
mm/mmap: remove preallocation from do_mas_align_munmap()
Liam R. Howlett
1
-8
/
+6
2023-02-10
mmap: convert vma_link() vma iterator
Liam R. Howlett
1
-3
/
+3
2023-02-10
mm/mmap: convert brk to use vma iterator
Liam R. Howlett
1
-25
/
+23
2023-02-10
mm: expand vma iterator interface
Liam R. Howlett
1
-0
/
+18
2023-02-03
mm: implement memory-deny-write-execute as a prctl
Joey Gouly
1
-0
/
+10
2023-02-03
mm/mmap: fix comment of unmapped_area{_topdown}
Vernon Yang
1
-5
/
+5
2023-02-03
mm/mmap: fix typo in comment
Vernon Yang
1
-1
/
+1
2023-02-03
maple_tree: remove the parameter entry of mas_preallocate
Vernon Yang
1
-8
/
+8
2023-01-12
mm: update mmap_sem comments to refer to mmap_lock
Lorenzo Stoakes
1
-2
/
+2
2023-01-12
mm/userfaultfd: enable writenotify while userfaultfd-wp is enabled for a VMA
David Hildenbrand
1
-0
/
+4
2022-12-14
Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-8
/
+4
2022-12-12
mm/mmap: properly unaccount memory on mas_preallocate() failure
Alistair Popple
1
-3
/
+3
2022-12-11
Merge tag 'mm-hotfixes-stable-2022-12-10-1' of git://git.kernel.org/pub/scm/l...
Linus Torvalds
1
-10
/
+4
2022-12-10
Merge branch 'mm-hotfixes-stable' into mm-stable
Andrew Morton
1
-10
/
+4
2022-12-10
mmap: fix do_brk_flags() modifying obviously incorrect VMAs
Liam Howlett
1
-8
/
+3
2022-12-10
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-12-01
Merge branch 'mm-hotfixes-stable' into mm-stable
Andrew Morton
1
-2
/
+6
2022-11-23
mm: mmap: fix documentation for vma_mas_szero
Ian Cowan
1
-1
/
+1
2022-11-09
memory: move hotplug memory notifier priority to same file for easy sorting
Liu Shixin
1
-1
/
+1
2022-11-09
mm/mmap: use hotplug_memory_notifier() directly
Liu Shixin
1
-5
/
+1
2022-11-09
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-21
mm/mmap: fix MAP_FIXED address return on VMA merge
Liam Howlett
1
-8
/
+7
2022-10-21
mm/mmap.c: __vma_adjust(): suppress uninitialized var warning
Andrew Morton
1
-1
/
+2
2022-10-21
mm/mmap: undo ->mmap() when mas_preallocate() fails
Mike Kravetz
1
-1
/
+1
2022-10-13
mm/mmap: undo ->mmap() when arch_validate_flags() fails
Carlos Llamas
1
-1
/
+4
2022-10-13
mm/mmap: preallocate maple nodes for brk vma expansion
Liam Howlett
1
-12
/
+6
2022-10-13
mmap: fix copy_vma() failure path
Liam Howlett
1
-0
/
+5
2022-09-27
mm: refactor of vma_merge()
Jakub Matěna
1
-50
/
+37
2022-09-27
mm: delete unused MMF_OOM_VICTIM flag
Suren Baghdasaryan
1
-2
/
+1
2022-09-27
mm: drop oom code from exit_mmap
Suren Baghdasaryan
1
-19
/
+11
2022-09-27
mm/mmap.c: pass in mapping to __vma_link_file()
Liam R. Howlett
1
-17
/
+12
2022-09-27
mm/mmap: drop range_has_overlap() function
Liam R. Howlett
1
-26
/
+1
2022-09-27
mm: remove the vma linked list
Liam R. Howlett
1
-282
/
+187
2022-09-27
userfaultfd: use maple tree iterator to iterate VMAs
Liam R. Howlett
1
-1
/
+1
2022-09-27
mm/mmap: change do_brk_munmap() to use do_mas_align_munmap()
Liam R. Howlett
1
-1
/
+1
2022-09-27
mm/mmap: reorganize munmap to use maple states
Liam R. Howlett
1
-83
/
+145
2022-09-27
mm/mmap: move mmap_region() below do_munmap()
Liam R. Howlett
1
-245
/
+245
2022-09-27
mm: remove vmacache
Liam R. Howlett
1
-29
/
+2
[prev]
[next]