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