summaryrefslogtreecommitdiff
path: root/mm/mmap.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | mm: conditionally write-lock VMA in free_pgtablesSuren Baghdasaryan2023-04-051-2/+3
| * | | mm: write-lock VMAs before removing them from VMA treeSuren Baghdasaryan2023-04-051-0/+1
| * | | mm/mremap: write-lock VMA while remapping it to a new address rangeSuren Baghdasaryan2023-04-051-0/+1
| * | | mm/mmap: write-lock VMAs in vma_prepare before modifying themSuren Baghdasaryan2023-04-051-0/+9
| * | | mm/mmap: move vma_prepare before vma_adjust_trans_hugeSuren Baghdasaryan2023-04-051-5/+5
| * | | mm/mmap/vma_merge: init cleanup, be explicit about the non-mergeable caseLorenzo Stoakes2023-04-051-25/+22
| * | | mm/mmap/vma_merge: explicitly assign res, vma, extend invariantsLorenzo Stoakes2023-04-051-5/+14
| * | | mm/mmap/vma_merge: fold curr, next assignment logicLorenzo Stoakes2023-04-051-13/+11
| * | | mm/mmap/vma_merge: further improve prev/next VMA namingLorenzo Stoakes2023-04-051-43/+43
| * | | mm/mmap: start distinguishing if vma can be removed in mergeability testVlastimil Babka2023-04-051-5/+10
| * | | mm/mmap/vma_merge: convert mergeability checks to return boolVlastimil Babka2023-04-051-28/+25
| * | | mm/mmap/vma_merge: rename adj_next to adj_startVlastimil Babka2023-04-051-8/+8
| * | | mm/mmap/vma_merge: set mid to NULL if not applicableVlastimil Babka2023-04-051-8/+15
| * | | mm/mmap/vma_merge: initialize mid and next in natural orderVlastimil Babka2023-04-051-4/+5
| * | | mm/mmap/vma_merge: use the proper vma pointer in case 4Vlastimil Babka2023-04-051-4/+4
| * | | mm/mmap/vma_merge: use the proper vma pointers in cases 1 and 6Vlastimil Babka2023-04-051-5/+6
| * | | mm/mmap/vma_merge: use the proper vma pointer in case 3Vlastimil Babka2023-04-051-4/+5
| * | | mm/mmap/vma_merge: use only primary pointers for preparing mergeVlastimil Babka2023-04-051-7/+7
* | | | mm/mremap: fix vm_pgoff in vma_merge() case 3Vlastimil Babka2023-04-271-1/+1
| |_|/ |/| |
* | | mm/mmap: regression fix for unmapped_area{_topdown}Liam R. Howlett2023-04-181-5/+43
| |/ |/|
* | mm: enable maple tree RCU mode by defaultLiam R. Howlett2023-04-051-1/+2
|/
* mm: deduplicate error handling for map_deny_write_execJoey Gouly2023-03-231-6/+1
* mm/mremap: fix dup_anon_vma() in vma_merge() case 4Vlastimil Babka2023-02-271-1/+1
* mm: introduce __vm_flags_mod and use it in untrack_pfnSuren Baghdasaryan2023-02-091-6/+10
* mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan2023-02-091-5/+5
* mm: replace VM_LOCKED_CLEAR_MASK with VM_LOCKED_MASKSuren Baghdasaryan2023-02-091-3/+3
* vma_merge: set vma iterator to correct position.Liam R. Howlett2023-02-091-3/+1
* mm/mmap: remove __vma_adjust()Liam R. Howlett2023-02-091-153/+97
* mm/mmap: convert do_brk_flags() to use vma_prepare() and vma_complete()Liam R. Howlett2023-02-091-8/+4
* mm/mmap: introduce dup_vma_anon() helperLiam R. Howlett2023-02-091-34/+40
* mm/mmap: don't use __vma_adjust() in shift_arg_pages()Liam R. Howlett2023-02-091-9/+43
* mm/mremap: convert vma_adjust() to vma_expand()Liam R. Howlett2023-02-091-3/+3
* mm: don't use __vma_adjust() in __split_vma()Liam R. Howlett2023-02-091-63/+55
* mm/mmap: introduce init_vma_prep() and init_multi_vma_prep()Liam R. Howlett2023-02-091-47/+61
* mm/mmap: use vma_prepare() and vma_complete() in vma_expand()Liam R. Howlett2023-02-091-116/+72
* mm/mmap: refactor locking out of __vma_adjust()Liam R. Howlett2023-02-091-95/+136
* mm/mmap: move anon_vma setting in __vma_adjust()Liam R. Howlett2023-02-091-5/+8
* mm: change munmap splitting order and move_vma()Liam R. Howlett2023-02-091-16/+2
* mmap: clean up mmap_region() unrollingLiam R. Howlett2023-02-091-27/+18
* mm: add vma iterator to vma_adjust() argumentsLiam R. Howlett2023-02-091-5/+5
* mm: pass vma iterator through to __vma_adjust()Liam R. Howlett2023-02-091-8/+14