summaryrefslogtreecommitdiffstats
path: root/mm/mmap.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-08-311-7/+7
|\
| * mm: Add guard pages around a shadow stack.Rick Edgecombe2023-07-111-2/+2
| * mm: Re-introduce vm_flags to do_mmap()Yu-cheng Yu2023-07-111-5/+5
* | mm: move vma locking out of vma_prepare and dup_anon_vmaSuren Baghdasaryan2023-08-211-11/+19
* | mm: always lock new vma before inserting into vma treeSuren Baghdasaryan2023-08-211-2/+5
* | mm/mmap.c: use helper macro K()ZhangPeng2023-08-211-3/+3
* | mm/mmap: change vma iteration order in do_vmi_align_munmap()Liam R. Howlett2023-08-181-14/+13
* | mm: set up vma iterator for vma_iter_prealloc() callsLiam R. Howlett2023-08-181-27/+42
* | mm: use vma_iter_clear_gfp() in nommuLiam R. Howlett2023-08-181-12/+0
* | maple_tree: re-introduce entry to mas_preallocate() argumentsLiam R. Howlett2023-08-181-2/+2
* | mm: remove re-walk from mmap_region()Liam R. Howlett2023-08-181-5/+10
* | mm: remove prev check from do_vmi_align_munmap()Liam R. Howlett2023-08-181-2/+0
* | mm: change do_vmi_align_munmap() tracking of VMAs to removeLiam R. Howlett2023-08-181-17/+24
* | mm: don't drop VMA locks in mm_drop_all_locks()Jann Horn2023-08-181-1/+6
* | mm/mmap: change detached vma locking schemeLiam R. Howlett2023-08-181-2/+2
* | mm/mmap: clean up validate_mm() callsLiam R. Howlett2023-08-181-20/+4
* | mm/mmap: move vma operations to mm_struct out of the critical section of file...Yu Ma2023-08-181-8/+3
* | mm: lock VMA in dup_anon_vma() before setting ->anon_vmaJann Horn2023-07-271-0/+1
|/
* mm: lock newly mapped VMA with corrected orderingHugh Dickins2023-07-081-2/+2
* mm: lock newly mapped VMA which can be modified after it becomes visibleSuren Baghdasaryan2023-07-081-0/+2
* mm: lock a vma before stack expansionSuren Baghdasaryan2023-07-081-0/+4
* mm: don't do validate_mm() unnecessarily and without mmap lockingLinus Torvalds2023-07-041-4/+2
* mm: validate the mm before dropping the mmap lockLinus Torvalds2023-07-031-2/+1
* mm: Update do_vmi_align_munmap() return semanticsLiam R. Howlett2023-07-011-51/+43
* mm: Always downgrade mmap_lock if requestedMatthew Wilcox (Oracle)2023-07-011-13/+2
* Merge tag 'unmap-fix-20230629' of git://git.infradead.org/users/dwmw2/linuxLinus Torvalds2023-06-291-4/+5
|\
| * mm/mmap: Fix error return in do_vmi_align_munmap()David Woodhouse2023-06-281-4/+5
* | Merge branch 'expand-stack'Linus Torvalds2023-06-281-16/+105
|\ \
| * | mm: always expand the stack with the mmap write lock heldLinus Torvalds2023-06-271-24/+97
| * | mm: make find_extend_vma() fail if write lock not heldLiam R. Howlett2023-06-241-17/+33
| * | arm/mm: Convert to using lock_mm_and_find_vma()Ben Hutchings2023-06-241-1/+1
| |/
* | Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-06-281-101/+121
|\ \ | |/ |/|
| * userfaultfd: fix regression in userfaultfd_unmap_prep()Liam R. Howlett2023-06-191-16/+15
| * mm/mmap: separate writenotify and dirty tracking logicLorenzo Stoakes2023-06-091-12/+46
| * mm/mlock: rename mlock_future_check() to mlock_future_ok()Andrew Morton2023-06-091-4/+4
| * mm/mmap: refactor mlock_future_check()Lorenzo Stoakes2023-06-091-16/+17
| * mm: avoid rewalk in mmap_regionLiam R. Howlett2023-06-091-0/+3
| * mm/mmap: change do_vmi_align_munmap() for maple tree iterator changesLiam R. Howlett2023-06-091-1/+6
| * mm: update validate_mm() to use vma iteratorLiam R. Howlett2023-06-091-58/+36
| * maple_tree: add format option to mt_dump()Liam R. Howlett2023-06-091-4/+4
* | mm/mmap: Fix error path in do_vmi_align_munmap()Liam R. Howlett2023-06-181-20/+17
|/
* mm/mmap/vma_merge: always check invariantsLorenzo Stoakes2023-05-061-5/+5
* Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-04-271-119/+171
|\
| * mm: move 'mmap_min_addr' logic from callers into vm_unmapped_area()Linus Torvalds2023-04-211-6/+13
| * mm: add new api to enable ksm per processStefan Roesch2023-04-211-0/+3
| * sync mm-stable with mm-hotfixes-stable to pick up depended-upon upstream changesAndrew Morton2023-04-181-5/+43
| |\
| * \ sync mm-stable with mm-hotfixes-stable to pick up depended-upon upstream changesAndrew Morton2023-04-161-1/+2
| |\ \
| * | | mm/mmap: free vm_area_struct without call_rcu in exit_mmapSuren Baghdasaryan2023-04-051-4/+7
| * | | mm: introduce vma detached flagSuren Baghdasaryan2023-04-051-0/+2
| * | | mm/mmap: prevent pagefault handler from racing with mmu_notifier registrationSuren Baghdasaryan2023-04-051-0/+9