summaryrefslogtreecommitdiff
path: root/mm/mmap.c
AgeCommit message (Expand)Author
2023-10-06mmap: fix error paths with dup_anon_vma()Liam R. Howlett
2023-10-06mmap: fix vma_iterator in error path of vma_merge()Liam R. Howlett
2023-10-06mm: fix vm_brk_flags() to not bail out while holding lockSebastian Ott
2023-08-31Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-08-21mm: move vma locking out of vma_prepare and dup_anon_vmaSuren Baghdasaryan
2023-08-21mm: always lock new vma before inserting into vma treeSuren Baghdasaryan
2023-08-21mm/mmap.c: use helper macro K()ZhangPeng
2023-08-18mm/mmap: change vma iteration order in do_vmi_align_munmap()Liam R. Howlett
2023-08-18mm: set up vma iterator for vma_iter_prealloc() callsLiam R. Howlett
2023-08-18mm: use vma_iter_clear_gfp() in nommuLiam R. Howlett
2023-08-18maple_tree: re-introduce entry to mas_preallocate() argumentsLiam R. Howlett
2023-08-18mm: remove re-walk from mmap_region()Liam R. Howlett
2023-08-18mm: remove prev check from do_vmi_align_munmap()Liam R. Howlett
2023-08-18mm: change do_vmi_align_munmap() tracking of VMAs to removeLiam R. Howlett
2023-08-18mm: don't drop VMA locks in mm_drop_all_locks()Jann Horn
2023-08-18mm/mmap: change detached vma locking schemeLiam R. Howlett
2023-08-18mm/mmap: clean up validate_mm() callsLiam R. Howlett
2023-08-18mm/mmap: move vma operations to mm_struct out of the critical section of file...Yu Ma
2023-07-27mm: lock VMA in dup_anon_vma() before setting ->anon_vmaJann Horn
2023-07-11mm: Add guard pages around a shadow stack.Rick Edgecombe
2023-07-11mm: Re-introduce vm_flags to do_mmap()Yu-cheng Yu
2023-07-08mm: lock newly mapped VMA with corrected orderingHugh Dickins
2023-07-08mm: lock newly mapped VMA which can be modified after it becomes visibleSuren Baghdasaryan
2023-07-08mm: lock a vma before stack expansionSuren Baghdasaryan
2023-07-04mm: don't do validate_mm() unnecessarily and without mmap lockingLinus Torvalds
2023-07-03mm: validate the mm before dropping the mmap lockLinus Torvalds
2023-07-01mm: Update do_vmi_align_munmap() return semanticsLiam R. Howlett
2023-07-01mm: Always downgrade mmap_lock if requestedMatthew Wilcox (Oracle)
2023-06-29Merge tag 'unmap-fix-20230629' of git://git.infradead.org/users/dwmw2/linuxLinus Torvalds
2023-06-28Merge branch 'expand-stack'Linus Torvalds
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-06-28mm/mmap: Fix error return in do_vmi_align_munmap()David Woodhouse
2023-06-27mm: always expand the stack with the mmap write lock heldLinus Torvalds
2023-06-24mm: make find_extend_vma() fail if write lock not heldLiam R. Howlett
2023-06-24arm/mm: Convert to using lock_mm_and_find_vma()Ben Hutchings
2023-06-19userfaultfd: fix regression in userfaultfd_unmap_prep()Liam R. Howlett
2023-06-18mm/mmap: Fix error path in do_vmi_align_munmap()Liam R. Howlett
2023-06-09mm/mmap: separate writenotify and dirty tracking logicLorenzo Stoakes
2023-06-09mm/mlock: rename mlock_future_check() to mlock_future_ok()Andrew Morton
2023-06-09mm/mmap: refactor mlock_future_check()Lorenzo Stoakes
2023-06-09mm: avoid rewalk in mmap_regionLiam R. Howlett
2023-06-09mm/mmap: change do_vmi_align_munmap() for maple tree iterator changesLiam R. Howlett
2023-06-09mm: update validate_mm() to use vma iteratorLiam R. Howlett
2023-06-09maple_tree: add format option to mt_dump()Liam R. Howlett
2023-05-06mm/mmap/vma_merge: always check invariantsLorenzo Stoakes
2023-04-27Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-04-27mm/mremap: fix vm_pgoff in vma_merge() case 3Vlastimil Babka
2023-04-21mm: move 'mmap_min_addr' logic from callers into vm_unmapped_area()Linus Torvalds
2023-04-21mm: add new api to enable ksm per processStefan Roesch
2023-04-18sync mm-stable with mm-hotfixes-stable to pick up depended-upon upstream changesAndrew Morton