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: lock newly mapped VMA with corrected ordering
Hugh Dickins
2023-07-08
1
-2
/
+2
*
mm: lock newly mapped VMA which can be modified after it becomes visible
Suren Baghdasaryan
2023-07-08
1
-0
/
+2
*
mm: lock a vma before stack expansion
Suren Baghdasaryan
2023-07-08
1
-0
/
+4
*
mm: don't do validate_mm() unnecessarily and without mmap locking
Linus Torvalds
2023-07-04
1
-4
/
+2
*
mm: validate the mm before dropping the mmap lock
Linus Torvalds
2023-07-03
1
-2
/
+1
*
mm: Update do_vmi_align_munmap() return semantics
Liam R. Howlett
2023-07-01
1
-51
/
+43
*
mm: Always downgrade mmap_lock if requested
Matthew Wilcox (Oracle)
2023-07-01
1
-13
/
+2
*
Merge tag 'unmap-fix-20230629' of git://git.infradead.org/users/dwmw2/linux
Linus Torvalds
2023-06-29
1
-4
/
+5
|
\
|
*
mm/mmap: Fix error return in do_vmi_align_munmap()
David Woodhouse
2023-06-28
1
-4
/
+5
*
|
Merge branch 'expand-stack'
Linus Torvalds
2023-06-28
1
-16
/
+105
|
\
\
|
*
|
mm: always expand the stack with the mmap write lock held
Linus Torvalds
2023-06-27
1
-24
/
+97
|
*
|
mm: make find_extend_vma() fail if write lock not held
Liam R. Howlett
2023-06-24
1
-17
/
+33
|
*
|
arm/mm: Convert to using lock_mm_and_find_vma()
Ben Hutchings
2023-06-24
1
-1
/
+1
|
|
/
*
|
Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2023-06-28
1
-101
/
+121
|
\
\
|
|
/
|
/
|
|
*
userfaultfd: fix regression in userfaultfd_unmap_prep()
Liam R. Howlett
2023-06-19
1
-16
/
+15
|
*
mm/mmap: separate writenotify and dirty tracking logic
Lorenzo Stoakes
2023-06-09
1
-12
/
+46
|
*
mm/mlock: rename mlock_future_check() to mlock_future_ok()
Andrew Morton
2023-06-09
1
-4
/
+4
|
*
mm/mmap: refactor mlock_future_check()
Lorenzo Stoakes
2023-06-09
1
-16
/
+17
|
*
mm: avoid rewalk in mmap_region
Liam R. Howlett
2023-06-09
1
-0
/
+3
|
*
mm/mmap: change do_vmi_align_munmap() for maple tree iterator changes
Liam R. Howlett
2023-06-09
1
-1
/
+6
|
*
mm: update validate_mm() to use vma iterator
Liam R. Howlett
2023-06-09
1
-58
/
+36
|
*
maple_tree: add format option to mt_dump()
Liam R. Howlett
2023-06-09
1
-4
/
+4
*
|
mm/mmap: Fix error path in do_vmi_align_munmap()
Liam R. Howlett
2023-06-18
1
-20
/
+17
|
/
*
mm/mmap/vma_merge: always check invariants
Lorenzo Stoakes
2023-05-06
1
-5
/
+5
*
Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2023-04-27
1
-119
/
+171
|
\
|
*
mm: move 'mmap_min_addr' logic from callers into vm_unmapped_area()
Linus Torvalds
2023-04-21
1
-6
/
+13
|
*
mm: add new api to enable ksm per process
Stefan Roesch
2023-04-21
1
-0
/
+3
|
*
sync mm-stable with mm-hotfixes-stable to pick up depended-upon upstream changes
Andrew Morton
2023-04-18
1
-5
/
+43
|
|
\
|
*
\
sync mm-stable with mm-hotfixes-stable to pick up depended-upon upstream changes
Andrew Morton
2023-04-16
1
-1
/
+2
|
|
\
\
|
*
|
|
mm/mmap: free vm_area_struct without call_rcu in exit_mmap
Suren Baghdasaryan
2023-04-05
1
-4
/
+7
|
*
|
|
mm: introduce vma detached flag
Suren Baghdasaryan
2023-04-05
1
-0
/
+2
|
*
|
|
mm/mmap: prevent pagefault handler from racing with mmu_notifier registration
Suren Baghdasaryan
2023-04-05
1
-0
/
+9
|
*
|
|
mm: conditionally write-lock VMA in free_pgtables
Suren Baghdasaryan
2023-04-05
1
-2
/
+3
|
*
|
|
mm: write-lock VMAs before removing them from VMA tree
Suren Baghdasaryan
2023-04-05
1
-0
/
+1
|
*
|
|
mm/mremap: write-lock VMA while remapping it to a new address range
Suren Baghdasaryan
2023-04-05
1
-0
/
+1
|
*
|
|
mm/mmap: write-lock VMAs in vma_prepare before modifying them
Suren Baghdasaryan
2023-04-05
1
-0
/
+9
|
*
|
|
mm/mmap: move vma_prepare before vma_adjust_trans_huge
Suren Baghdasaryan
2023-04-05
1
-5
/
+5
|
*
|
|
mm/mmap/vma_merge: init cleanup, be explicit about the non-mergeable case
Lorenzo Stoakes
2023-04-05
1
-25
/
+22
|
*
|
|
mm/mmap/vma_merge: explicitly assign res, vma, extend invariants
Lorenzo Stoakes
2023-04-05
1
-5
/
+14
|
*
|
|
mm/mmap/vma_merge: fold curr, next assignment logic
Lorenzo Stoakes
2023-04-05
1
-13
/
+11
|
*
|
|
mm/mmap/vma_merge: further improve prev/next VMA naming
Lorenzo Stoakes
2023-04-05
1
-43
/
+43
|
*
|
|
mm/mmap: start distinguishing if vma can be removed in mergeability test
Vlastimil Babka
2023-04-05
1
-5
/
+10
|
*
|
|
mm/mmap/vma_merge: convert mergeability checks to return bool
Vlastimil Babka
2023-04-05
1
-28
/
+25
|
*
|
|
mm/mmap/vma_merge: rename adj_next to adj_start
Vlastimil Babka
2023-04-05
1
-8
/
+8
|
*
|
|
mm/mmap/vma_merge: set mid to NULL if not applicable
Vlastimil Babka
2023-04-05
1
-8
/
+15
|
*
|
|
mm/mmap/vma_merge: initialize mid and next in natural order
Vlastimil Babka
2023-04-05
1
-4
/
+5
|
*
|
|
mm/mmap/vma_merge: use the proper vma pointer in case 4
Vlastimil Babka
2023-04-05
1
-4
/
+4
|
*
|
|
mm/mmap/vma_merge: use the proper vma pointers in cases 1 and 6
Vlastimil Babka
2023-04-05
1
-5
/
+6
|
*
|
|
mm/mmap/vma_merge: use the proper vma pointer in case 3
Vlastimil Babka
2023-04-05
1
-4
/
+5
|
*
|
|
mm/mmap/vma_merge: use only primary pointers for preparing merge
Vlastimil Babka
2023-04-05
1
-7
/
+7
[next]