index
:
linux-stable.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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
/
mmap.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mm/mmap: fix MAP_FIXED address return on VMA merge
Liam Howlett
2022-10-20
1
-8
/
+7
*
mm/mmap.c: __vma_adjust(): suppress uninitialized var warning
Andrew Morton
2022-10-20
1
-1
/
+2
*
mm/mmap: undo ->mmap() when mas_preallocate() fails
Mike Kravetz
2022-10-20
1
-1
/
+1
*
mm/mmap: undo ->mmap() when arch_validate_flags() fails
Carlos Llamas
2022-10-12
1
-1
/
+4
*
mm/mmap: preallocate maple nodes for brk vma expansion
Liam Howlett
2022-10-12
1
-12
/
+6
*
mmap: fix copy_vma() failure path
Liam Howlett
2022-10-12
1
-0
/
+5
*
mm: refactor of vma_merge()
Jakub Matěna
2022-09-26
1
-50
/
+37
*
mm: delete unused MMF_OOM_VICTIM flag
Suren Baghdasaryan
2022-09-26
1
-2
/
+1
*
mm: drop oom code from exit_mmap
Suren Baghdasaryan
2022-09-26
1
-19
/
+11
*
mm/mmap.c: pass in mapping to __vma_link_file()
Liam R. Howlett
2022-09-26
1
-17
/
+12
*
mm/mmap: drop range_has_overlap() function
Liam R. Howlett
2022-09-26
1
-26
/
+1
*
mm: remove the vma linked list
Liam R. Howlett
2022-09-26
1
-282
/
+187
*
userfaultfd: use maple tree iterator to iterate VMAs
Liam R. Howlett
2022-09-26
1
-1
/
+1
*
mm/mmap: change do_brk_munmap() to use do_mas_align_munmap()
Liam R. Howlett
2022-09-26
1
-1
/
+1
*
mm/mmap: reorganize munmap to use maple states
Liam R. Howlett
2022-09-26
1
-83
/
+145
*
mm/mmap: move mmap_region() below do_munmap()
Liam R. Howlett
2022-09-26
1
-245
/
+245
*
mm: remove vmacache
Liam R. Howlett
2022-09-26
1
-29
/
+2
*
mm/mmap: use advanced maple tree API for mmap_region()
Liam R. Howlett
2022-09-26
1
-48
/
+203
*
mm: use maple tree operations for find_vma_intersection()
Liam R. Howlett
2022-09-26
1
-0
/
+29
*
mm/mmap: change do_brk_flags() to expand existing VMA and add do_brk_munmap()
Liam R. Howlett
2022-09-26
1
-60
/
+177
*
mmap: change zeroing of maple tree in __vma_adjust()
Liam R. Howlett
2022-09-26
1
-8
/
+22
*
mm: remove rb tree.
Liam R. Howlett
2022-09-26
1
-395
/
+111
*
mm/mmap: use maple tree for unmapped_area{_topdown}
Liam R. Howlett
2022-09-26
1
-221
/
+34
*
mm/mmap: use the maple tree for find_vma_prev() instead of the rbtree
Liam R. Howlett
2022-09-26
1
-10
/
+17
*
mm/mmap: use the maple tree in find_vma() instead of the rbtree.
Liam R. Howlett
2022-09-26
1
-18
/
+10
*
mmap: use the VMA iterator in count_vma_pages_range()
Matthew Wilcox (Oracle)
2022-09-26
1
-17
/
+7
*
mm: add VMA iterator
Matthew Wilcox (Oracle)
2022-09-26
1
-5
/
+5
*
mm: start tracking VMAs with maple tree
Liam R. Howlett
2022-09-26
1
-33
/
+320
*
mm: align larger anonymous mappings on THP boundaries
Rik van Riel
2022-09-11
1
-0
/
+3
*
mm/hugetlb: fix hugetlb not supporting softdirty tracking
David Hildenbrand
2022-08-20
1
-2
/
+5
*
mm/mprotect: fix soft-dirty check in can_change_pte_writable()
Peter Xu
2022-07-29
1
-1
/
+1
*
mm/mmap.c: fix missing call to vm_unacct_memory in mmap_region
Miaohe Lin
2022-07-29
1
-1
/
+0
*
mm/mmap: fix obsolete comment of find_extend_vma
Miaohe Lin
2022-07-17
1
-1
/
+0
*
mm/mmap: drop ARCH_HAS_VM_GET_PAGE_PROT
Anshuman Khandual
2022-07-17
1
-22
/
+0
*
mm/mmap: build protect protection_map[] with ARCH_HAS_VM_GET_PAGE_PROT
Anshuman Khandual
2022-07-17
1
-4
/
+1
*
mm/mmap: define DECLARE_VM_GET_PAGE_PROT
Anshuman Khandual
2022-07-17
1
-25
/
+1
*
mm/mmap: build protect protection_map[] with __P000
Anshuman Khandual
2022-07-17
1
-0
/
+2
*
docs: rename Documentation/vm to Documentation/mm
Mike Rapoport
2022-06-27
1
-1
/
+1
*
Merge tag 'powerpc-5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
2022-05-28
1
-9
/
+26
|
\
|
*
mm: Add len and flags parameters to arch_get_mmap_end()
Christophe Leroy
2022-05-05
1
-2
/
+2
|
*
mm, hugetlbfs: Allow an arch to always use generic versions of get_unmapped_a...
Christophe Leroy
2022-05-05
1
-7
/
+24
*
|
mm: mmap: register suitable readonly file vmas for khugepaged
Yang Shi
2022-05-19
1
-0
/
+7
*
|
mm: khugepaged: introduce khugepaged_enter_vma() helper
Yang Shi
2022-05-19
1
-4
/
+4
*
|
mmap locking API: fix missed mmap_sem references in comments
Florian Rommel
2022-05-13
1
-2
/
+2
*
|
mm/mmap: drop arch_vm_get_page_pgprot()
Anshuman Khandual
2022-04-28
1
-3
/
+1
*
|
mm/mmap: drop arch_filter_pgprot()
Anshuman Khandual
2022-04-28
1
-11
/
+2
*
|
mm/mmap: add new config ARCH_HAS_VM_GET_PAGE_PROT
Anshuman Khandual
2022-04-28
1
-0
/
+2
*
|
mm/mmap.c: use helper mlock_future_check()
Miaohe Lin
2022-04-28
1
-9
/
+2
*
|
mm/mmap: clarify protection_map[] indices
Anshuman Khandual
2022-04-28
1
-2
/
+16
*
|
mm/mmap.c: use mmap_assert_write_locked() instead of open coding it
Rolf Eike Beer
2022-04-28
1
-2
/
+2
|
/
[next]