summaryrefslogtreecommitdiff
path: root/mm/mmap.c
AgeCommit message (Expand)AuthorFilesLines
2023-07-27mm: lock VMA in dup_anon_vma() before setting ->anon_vmaJann Horn1-0/+1
2023-07-08mm: lock newly mapped VMA with corrected orderingHugh Dickins1-2/+2
2023-07-08mm: lock newly mapped VMA which can be modified after it becomes visibleSuren Baghdasaryan1-0/+2
2023-07-08mm: lock a vma before stack expansionSuren Baghdasaryan1-0/+4
2023-07-04mm: don't do validate_mm() unnecessarily and without mmap lockingLinus Torvalds1-4/+2
2023-07-03mm: validate the mm before dropping the mmap lockLinus Torvalds1-2/+1
2023-07-01mm: Update do_vmi_align_munmap() return semanticsLiam R. Howlett1-51/+43
2023-07-01mm: Always downgrade mmap_lock if requestedMatthew Wilcox (Oracle)1-13/+2
2023-06-29Merge tag 'unmap-fix-20230629' of git://git.infradead.org/users/dwmw2/linuxLinus Torvalds1-4/+5
2023-06-28Merge branch 'expand-stack'Linus Torvalds1-16/+105
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-101/+121
2023-06-28mm/mmap: Fix error return in do_vmi_align_munmap()David Woodhouse1-4/+5
2023-06-27mm: always expand the stack with the mmap write lock heldLinus Torvalds1-24/+97
2023-06-24mm: make find_extend_vma() fail if write lock not heldLiam R. Howlett1-17/+33
2023-06-24arm/mm: Convert to using lock_mm_and_find_vma()Ben Hutchings1-1/+1
2023-06-19userfaultfd: fix regression in userfaultfd_unmap_prep()Liam R. Howlett1-16/+15
2023-06-18mm/mmap: Fix error path in do_vmi_align_munmap()Liam R. Howlett1-20/+17
2023-06-09mm/mmap: separate writenotify and dirty tracking logicLorenzo Stoakes1-12/+46
2023-06-09mm/mlock: rename mlock_future_check() to mlock_future_ok()Andrew Morton1-4/+4
2023-06-09mm/mmap: refactor mlock_future_check()Lorenzo Stoakes1-16/+17
2023-06-09mm: avoid rewalk in mmap_regionLiam R. Howlett1-0/+3
2023-06-09mm/mmap: change do_vmi_align_munmap() for maple tree iterator changesLiam R. Howlett1-1/+6
2023-06-09mm: update validate_mm() to use vma iteratorLiam R. Howlett1-58/+36
2023-06-09maple_tree: add format option to mt_dump()Liam R. Howlett1-4/+4
2023-05-06mm/mmap/vma_merge: always check invariantsLorenzo Stoakes1-5/+5
2023-04-27Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-119/+171
2023-04-27mm/mremap: fix vm_pgoff in vma_merge() case 3Vlastimil Babka1-1/+1
2023-04-21mm: move 'mmap_min_addr' logic from callers into vm_unmapped_area()Linus Torvalds1-6/+13
2023-04-21mm: add new api to enable ksm per processStefan Roesch1-0/+3
2023-04-18sync mm-stable with mm-hotfixes-stable to pick up depended-upon upstream changesAndrew Morton1-5/+43
2023-04-18mm/mmap: regression fix for unmapped_area{_topdown}Liam R. Howlett1-5/+43
2023-04-16sync mm-stable with mm-hotfixes-stable to pick up depended-upon upstream changesAndrew Morton1-1/+2
2023-04-05mm/mmap: free vm_area_struct without call_rcu in exit_mmapSuren Baghdasaryan1-4/+7
2023-04-05mm: introduce vma detached flagSuren Baghdasaryan1-0/+2
2023-04-05mm/mmap: prevent pagefault handler from racing with mmu_notifier registrationSuren Baghdasaryan1-0/+9
2023-04-05mm: conditionally write-lock VMA in free_pgtablesSuren Baghdasaryan1-2/+3
2023-04-05mm: write-lock VMAs before removing them from VMA treeSuren Baghdasaryan1-0/+1
2023-04-05mm/mremap: write-lock VMA while remapping it to a new address rangeSuren Baghdasaryan1-0/+1
2023-04-05mm/mmap: write-lock VMAs in vma_prepare before modifying themSuren Baghdasaryan1-0/+9
2023-04-05mm/mmap: move vma_prepare before vma_adjust_trans_hugeSuren Baghdasaryan1-5/+5
2023-04-05mm/mmap/vma_merge: init cleanup, be explicit about the non-mergeable caseLorenzo Stoakes1-25/+22
2023-04-05mm/mmap/vma_merge: explicitly assign res, vma, extend invariantsLorenzo Stoakes1-5/+14
2023-04-05mm/mmap/vma_merge: fold curr, next assignment logicLorenzo Stoakes1-13/+11
2023-04-05mm/mmap/vma_merge: further improve prev/next VMA namingLorenzo Stoakes1-43/+43
2023-04-05mm/mmap: start distinguishing if vma can be removed in mergeability testVlastimil Babka1-5/+10
2023-04-05mm/mmap/vma_merge: convert mergeability checks to return boolVlastimil Babka1-28/+25
2023-04-05mm/mmap/vma_merge: rename adj_next to adj_startVlastimil Babka1-8/+8
2023-04-05mm/mmap/vma_merge: set mid to NULL if not applicableVlastimil Babka1-8/+15
2023-04-05mm/mmap/vma_merge: initialize mid and next in natural orderVlastimil Babka1-4/+5
2023-04-05mm/mmap/vma_merge: use the proper vma pointer in case 4Vlastimil Babka1-4/+4