summaryrefslogtreecommitdiff
path: root/mm/mmap.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-18mm/mmap: change vma iteration order in do_vmi_align_munmap()Liam R. Howlett1-14/+13
2023-08-18mm: set up vma iterator for vma_iter_prealloc() callsLiam R. Howlett1-27/+42
2023-08-18mm: use vma_iter_clear_gfp() in nommuLiam R. Howlett1-12/+0
2023-08-18maple_tree: re-introduce entry to mas_preallocate() argumentsLiam R. Howlett1-2/+2
2023-08-18mm: remove re-walk from mmap_region()Liam R. Howlett1-5/+10
2023-08-18mm: remove prev check from do_vmi_align_munmap()Liam R. Howlett1-2/+0
2023-08-18mm: change do_vmi_align_munmap() tracking of VMAs to removeLiam R. Howlett1-17/+24
2023-08-18mm: don't drop VMA locks in mm_drop_all_locks()Jann Horn1-1/+6
2023-08-18mm/mmap: change detached vma locking schemeLiam R. Howlett1-2/+2
2023-08-18mm/mmap: clean up validate_mm() callsLiam R. Howlett1-20/+4
2023-08-18mm/mmap: move vma operations to mm_struct out of the critical section of file...Yu Ma1-8/+3
2023-07-27mm: lock VMA in dup_anon_vma() before setting ->anon_vmaJann Horn1-0/+1
2023-07-12mm: Add guard pages around a shadow stack.Rick Edgecombe1-2/+2
2023-07-12mm: Re-introduce vm_flags to do_mmap()Yu-cheng Yu1-5/+5
2023-07-09mm: lock newly mapped VMA with corrected orderingHugh Dickins1-2/+2
2023-07-09mm: lock newly mapped VMA which can be modified after it becomes visibleSuren Baghdasaryan1-0/+2
2023-07-09mm: 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-30Merge tag 'unmap-fix-20230629' of git://git.infradead.org/users/dwmw2/linuxLinus Torvalds1-4/+5
2023-06-29Merge 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-25mm: make find_extend_vma() fail if write lock not heldLiam R. Howlett1-17/+33
2023-06-25arm/mm: Convert to using lock_mm_and_find_vma()Ben Hutchings1-1/+1
2023-06-20userfaultfd: 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-10mm/mmap: separate writenotify and dirty tracking logicLorenzo Stoakes1-12/+46
2023-06-10mm/mlock: rename mlock_future_check() to mlock_future_ok()Andrew Morton1-4/+4
2023-06-10mm/mmap: refactor mlock_future_check()Lorenzo Stoakes1-16/+17
2023-06-10mm: avoid rewalk in mmap_regionLiam R. Howlett1-0/+3
2023-06-10mm/mmap: change do_vmi_align_munmap() for maple tree iterator changesLiam R. Howlett1-1/+6
2023-06-10mm: update validate_mm() to use vma iteratorLiam R. Howlett1-58/+36
2023-06-10maple_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-28Merge 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-22mm: move 'mmap_min_addr' logic from callers into vm_unmapped_area()Linus Torvalds1-6/+13
2023-04-22mm: add new api to enable ksm per processStefan Roesch1-0/+3
2023-04-19sync mm-stable with mm-hotfixes-stable to pick up depended-upon upstream changesAndrew Morton1-5/+43
2023-04-19mm/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-06mm/mmap: free vm_area_struct without call_rcu in exit_mmapSuren Baghdasaryan1-4/+7
2023-04-06mm: introduce vma detached flagSuren Baghdasaryan1-0/+2
2023-04-06mm/mmap: prevent pagefault handler from racing with mmu_notifier registrationSuren Baghdasaryan1-0/+9
2023-04-06mm: conditionally write-lock VMA in free_pgtablesSuren Baghdasaryan1-2/+3
2023-04-06mm: write-lock VMAs before removing them from VMA treeSuren Baghdasaryan1-0/+1