summaryrefslogtreecommitdiff
path: root/mm/mmap.c
AgeCommit message (Expand)Author
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
2023-04-18mm/mmap: regression fix for unmapped_area{_topdown}Liam R. Howlett
2023-04-16sync mm-stable with mm-hotfixes-stable to pick up depended-upon upstream changesAndrew Morton
2023-04-05mm/mmap: free vm_area_struct without call_rcu in exit_mmapSuren Baghdasaryan
2023-04-05mm: introduce vma detached flagSuren Baghdasaryan
2023-04-05mm/mmap: prevent pagefault handler from racing with mmu_notifier registrationSuren Baghdasaryan
2023-04-05mm: conditionally write-lock VMA in free_pgtablesSuren Baghdasaryan
2023-04-05mm: write-lock VMAs before removing them from VMA treeSuren Baghdasaryan
2023-04-05mm/mremap: write-lock VMA while remapping it to a new address rangeSuren Baghdasaryan
2023-04-05mm/mmap: write-lock VMAs in vma_prepare before modifying themSuren Baghdasaryan
2023-04-05mm/mmap: move vma_prepare before vma_adjust_trans_hugeSuren Baghdasaryan
2023-04-05mm/mmap/vma_merge: init cleanup, be explicit about the non-mergeable caseLorenzo Stoakes
2023-04-05mm/mmap/vma_merge: explicitly assign res, vma, extend invariantsLorenzo Stoakes
2023-04-05mm/mmap/vma_merge: fold curr, next assignment logicLorenzo Stoakes
2023-04-05mm/mmap/vma_merge: further improve prev/next VMA namingLorenzo Stoakes
2023-04-05mm/mmap: start distinguishing if vma can be removed in mergeability testVlastimil Babka
2023-04-05mm/mmap/vma_merge: convert mergeability checks to return boolVlastimil Babka
2023-04-05mm/mmap/vma_merge: rename adj_next to adj_startVlastimil Babka
2023-04-05mm/mmap/vma_merge: set mid to NULL if not applicableVlastimil Babka
2023-04-05mm/mmap/vma_merge: initialize mid and next in natural orderVlastimil Babka
2023-04-05mm/mmap/vma_merge: use the proper vma pointer in case 4Vlastimil Babka
2023-04-05mm/mmap/vma_merge: use the proper vma pointers in cases 1 and 6Vlastimil Babka
2023-04-05mm/mmap/vma_merge: use the proper vma pointer in case 3Vlastimil Babka
2023-04-05mm/mmap/vma_merge: use only primary pointers for preparing mergeVlastimil Babka
2023-04-05mm: enable maple tree RCU mode by defaultLiam R. Howlett
2023-03-23mm: deduplicate error handling for map_deny_write_execJoey Gouly
2023-02-27mm/mremap: fix dup_anon_vma() in vma_merge() case 4Vlastimil Babka
2023-02-09mm: introduce __vm_flags_mod and use it in untrack_pfnSuren Baghdasaryan
2023-02-09mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan