summaryrefslogtreecommitdiff
path: root/mm/vma.c
AgeCommit message (Expand)AuthorFilesLines
2025-09-23mm: specify separate file and vm_file params in vm_area_descLorenzo Stoakes1-2/+3
2025-08-05Merge tag 'mm-stable-2025-08-03-12-35' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+2
2025-08-02mm/mseal: small cleanupsLorenzo Stoakes1-2/+2
2025-08-01Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-56/+103
2025-07-25mm/vma: refactor vma_modify_flags_name() to vma_modify_name()Lorenzo Stoakes1-3/+1
2025-07-10mm: update core kernel code to use vm_flags_t consistentlyLorenzo Stoakes1-40/+40
2025-07-10mm/vma: use vmg->target to specify target VMA for new VMA mergeLorenzo Stoakes1-17/+19
2025-07-10mm: prevent KSM from breaking VMA merging for new VMAsLorenzo Stoakes1-2/+49
2025-06-17mm: rename call_mmap/mmap_prepare to vfs_mmap/mmap_prepareLorenzo Stoakes1-1/+1
2025-06-13mm: add mmap_prepare() compatibility layer for nested file systemsLorenzo Stoakes1-1/+0
2025-06-12mm/vma: reset VMA iterator on commit_merge() OOM failureLorenzo Stoakes1-18/+4
2025-06-07Merge tag 'mm-stable-2025-06-06-16-09' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-3/+17
2025-06-06mm/hugetlb: unshare page tables during VMA split, not beforeJann Horn1-0/+7
2025-06-06mm: fix uprobe pte be overwritten when expanding vmaPu Lehui1-3/+17
2025-06-01Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-37/+167
2025-05-25mm: fix copy_vma() error handling for hugetlb mappingsRicardo CaƱuelo Navarro1-0/+1
2025-05-14mm/vma: remove mmap() retry mergeLorenzo Stoakes1-14/+0
2025-05-14mm: introduce new .mmap_prepare() file callbackLorenzo Stoakes1-1/+67
2025-05-13mm: abstract initial stack setup to mm subsystemLorenzo Stoakes1-0/+43
2025-05-12mm/vma: fix incorrectly disallowed anonymous VMA mergesLorenzo Stoakes1-23/+58
2025-04-12mm/vma: add give_up_on_oom option on modify/merge, use in uffd releaseLorenzo Stoakes1-4/+47
2025-03-17mm: make vma cache SLAB_TYPESAFE_BY_RCUSuren Baghdasaryan1-8/+3
2025-03-17mm: mark vmas detached upon exitSuren Baghdasaryan1-2/+4
2025-03-17mm: introduce vma_iter_store_attached() to use with attached vmasSuren Baghdasaryan1-6/+6
2025-03-17mm: mark vma as detached until it's added into vma treeSuren Baghdasaryan1-3/+3
2025-03-17mm: completely abstract unnecessary adj_start calculationLorenzo Stoakes1-52/+47
2025-03-17mm: make vmg->target consistent and further simplify commit_merge()Lorenzo Stoakes1-58/+61
2025-03-17mm: eliminate adj_start parameter from commit_merge()Lorenzo Stoakes1-20/+30
2025-03-17mm: further refactor commit_merge()Lorenzo Stoakes1-49/+52
2025-03-17mm: simplify vma merge structure and expand commentsLorenzo Stoakes1-80/+86
2025-03-17mm/vma: do not register private-anon mappings with khugepaged during mmapDev Jain1-1/+2
2025-03-06mm: abort vma_modify() on merge out of memory failureLorenzo Stoakes1-4/+8
2025-01-26mm: make mmap_region() internalLorenzo Stoakes1-1/+60
2025-01-26mm/debug: prefer VM_WARN_ON_VMG() to report VMG debug warningsLorenzo Stoakes1-16/+17
2025-01-26mm: remove unnecessary calls to lru_add_drainRik van Riel1-2/+0
2025-01-14mm: enforce __must_check on VMA merge and splitLorenzo Stoakes1-3/+5
2025-01-14mm/vma: move __vm_munmap() to mm/vma.cLorenzo Stoakes1-0/+18
2025-01-14mm/vma: move stack expansion logic to mm/vma.cLorenzo Stoakes1-32/+237
2025-01-14mm/vma: move unmapped_area() internals to mm/vma.cLorenzo Stoakes1-0/+109
2025-01-14mm/vma: move brk() internals to mm/vma.cLorenzo Stoakes1-0/+82
2024-12-19mm: correctly reference merged VMALorenzo Stoakes1-1/+4
2024-12-06mm: correct typo in MMAP_STATE() macroLorenzo Stoakes1-1/+1
2024-11-12vma: detect infinite loop in vma treeLiam R. Howlett1-1/+5
2024-11-07mm/vma: the pgoff is correct if can_merge_rightWei Yang1-3/+0
2024-11-07mm: defer second attempt at merge on mmap()Lorenzo Stoakes1-42/+14
2024-11-07mm: remove unnecessary reset state logic on merge new VMALorenzo Stoakes1-11/+0
2024-11-07mm: refactor __mmap_region()Lorenzo Stoakes1-140/+270
2024-11-07mm: isolate mmap internal logic to mm/vma.cLorenzo Stoakes1-3/+320
2024-11-07mm: remove misleading 'unlikely' hint in vms_gather_munmap_vmas()Breno Leitao1-1/+1
2024-11-06mm: unconditionally close VMAs on errorLorenzo Stoakes1-9/+5