summaryrefslogtreecommitdiff
path: root/mm/vma.c
AgeCommit message (Expand)Author
2025-11-24mm: softdirty: add pgtable_supports_soft_dirty()Chunyan Zhang
2025-11-20mm: implement sticky VMA flagsLorenzo Stoakes
2025-11-20mm: update vma_modify_flags() to handle residual flags, documentLorenzo Stoakes
2025-11-20mm: kill mm_wr_locked from unmap_vmas() and unmap_single_vma()Kefeng Wang
2025-11-16mm: add ability to take further action in vm_area_descLorenzo Stoakes
2025-11-16mm/vma: rename __mmap_prepare() function to avoid confusionLorenzo Stoakes
2025-11-16mm/vma: remove unused function, make internal functions staticLorenzo Stoakes
2025-11-16mm: fix some typos in mm modulejianyun.gao
2025-09-22mm: specify separate file and vm_file params in vm_area_descLorenzo Stoakes
2025-08-05Merge tag 'mm-stable-2025-08-03-12-35' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-08-02mm/mseal: small cleanupsLorenzo Stoakes
2025-07-31Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-07-24mm/vma: refactor vma_modify_flags_name() to vma_modify_name()Lorenzo Stoakes
2025-07-09mm: update core kernel code to use vm_flags_t consistentlyLorenzo Stoakes
2025-07-09mm/vma: use vmg->target to specify target VMA for new VMA mergeLorenzo Stoakes
2025-07-09mm: prevent KSM from breaking VMA merging for new VMAsLorenzo Stoakes
2025-06-17mm: rename call_mmap/mmap_prepare to vfs_mmap/mmap_prepareLorenzo Stoakes
2025-06-12mm: add mmap_prepare() compatibility layer for nested file systemsLorenzo Stoakes
2025-06-11mm/vma: reset VMA iterator on commit_merge() OOM failureLorenzo Stoakes
2025-06-06Merge tag 'mm-stable-2025-06-06-16-09' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-06-05mm/hugetlb: unshare page tables during VMA split, not beforeJann Horn
2025-06-05mm: fix uprobe pte be overwritten when expanding vmaPu Lehui
2025-05-31Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-05-25mm: fix copy_vma() error handling for hugetlb mappingsRicardo CaƱuelo Navarro
2025-05-13mm/vma: remove mmap() retry mergeLorenzo Stoakes
2025-05-13mm: introduce new .mmap_prepare() file callbackLorenzo Stoakes
2025-05-12mm: abstract initial stack setup to mm subsystemLorenzo Stoakes
2025-05-11mm/vma: fix incorrectly disallowed anonymous VMA mergesLorenzo Stoakes
2025-04-11mm/vma: add give_up_on_oom option on modify/merge, use in uffd releaseLorenzo Stoakes
2025-03-16mm: make vma cache SLAB_TYPESAFE_BY_RCUSuren Baghdasaryan
2025-03-16mm: mark vmas detached upon exitSuren Baghdasaryan
2025-03-16mm: introduce vma_iter_store_attached() to use with attached vmasSuren Baghdasaryan
2025-03-16mm: mark vma as detached until it's added into vma treeSuren Baghdasaryan
2025-03-16mm: completely abstract unnecessary adj_start calculationLorenzo Stoakes
2025-03-16mm: make vmg->target consistent and further simplify commit_merge()Lorenzo Stoakes
2025-03-16mm: eliminate adj_start parameter from commit_merge()Lorenzo Stoakes
2025-03-16mm: further refactor commit_merge()Lorenzo Stoakes
2025-03-16mm: simplify vma merge structure and expand commentsLorenzo Stoakes
2025-03-16mm/vma: do not register private-anon mappings with khugepaged during mmapDev Jain
2025-03-05mm: abort vma_modify() on merge out of memory failureLorenzo Stoakes
2025-01-25mm: make mmap_region() internalLorenzo Stoakes
2025-01-25mm/debug: prefer VM_WARN_ON_VMG() to report VMG debug warningsLorenzo Stoakes
2025-01-25mm: remove unnecessary calls to lru_add_drainRik van Riel
2025-01-13mm: enforce __must_check on VMA merge and splitLorenzo Stoakes
2025-01-13mm/vma: move __vm_munmap() to mm/vma.cLorenzo Stoakes
2025-01-13mm/vma: move stack expansion logic to mm/vma.cLorenzo Stoakes
2025-01-13mm/vma: move unmapped_area() internals to mm/vma.cLorenzo Stoakes
2025-01-13mm/vma: move brk() internals to mm/vma.cLorenzo Stoakes
2024-12-18mm: correctly reference merged VMALorenzo Stoakes
2024-12-05mm: correct typo in MMAP_STATE() macroLorenzo Stoakes