summaryrefslogtreecommitdiff
path: root/mm/vma.h
AgeCommit message (Expand)Author
2026-04-05mm: allow handling of stacked mmap_prepare hooks in more driversLorenzo Stoakes (Oracle)
2026-04-05mm: simplify VMA flag tests of excluded flagsLorenzo Stoakes (Oracle)
2026-04-05mm/vma: convert __mmap_region() to use vma_flags_tLorenzo Stoakes (Oracle)
2026-04-05mm/vma: convert vma_modify_flags[_uffd]() to use vma_flags_tLorenzo Stoakes (Oracle)
2026-04-05mm: convert do_brk_flags() to use vma_flags_tLorenzo Stoakes (Oracle)
2026-04-05mm/vma: add further vma_flags_t unionsLorenzo Stoakes (Oracle)
2026-02-12mm: make vm_area_desc utilise vma_flags_t onlyLorenzo Stoakes
2026-02-12mm: use unmap_desc struct for freeing page tablesLiam R. Howlett
2026-02-12mm/vma: use unmap_desc in exit_mmap() and vms_clear_ptes()Liam R. Howlett
2026-02-12mm: introduce unmap_desc struct to reduce function argumentsLiam R. Howlett
2026-02-12mm/vma: add page table limit to unmap_region()Liam R. Howlett
2026-02-12mm/vma: add limits to unmap_region() for vmasLiam R. Howlett
2026-01-20mm: cleanup vma_iter_bulk_allocWentao Guan
2026-01-20mm: fix minor spelling mistakes in commentsKevin Lourenco
2026-01-14mm/vma: fix anon_vma UAF on mremap() faulted, unfaulted mergeLorenzo Stoakes
2025-11-20mm: implement sticky VMA flagsLorenzo Stoakes
2025-11-20mm: update vma_modify_flags() to handle residual flags, documentLorenzo Stoakes
2025-11-16mm/vma: remove unused function, make internal functions staticLorenzo Stoakes
2025-09-22mm: specify separate file and vm_file params in vm_area_descLorenzo Stoakes
2025-09-13mm: fix typos in VMA commentsYe Liu
2025-08-02mm/mseal: small cleanupsLorenzo Stoakes
2025-08-02mm/mseal: update madvise() logicLorenzo Stoakes
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-06-12mm: add mmap_prepare() compatibility layer for nested file systemsLorenzo Stoakes
2025-06-05mm: fix uprobe pte be overwritten when expanding vmaPu Lehui
2025-05-12mm: perform VMA allocation, freeing, duplication in mmLorenzo Stoakes
2025-05-12mm: abstract initial stack setup to mm subsystemLorenzo Stoakes
2025-05-12mm: establish mm/vma_exec.c for shared exec/mm VMA functionalityLorenzo 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: 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: 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-01-25mm: make mmap_region() internalLorenzo Stoakes
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-11-06mm: isolate mmap internal logic to mm/vma.cLorenzo Stoakes
2024-11-05mm: refactor map_deny_write_exec()Lorenzo Stoakes
2024-11-05mm: unconditionally close VMAs on errorLorenzo Stoakes
2024-10-28mm/vma: add expand-only VMA merge mode and optimise do_brk_flags()Lorenzo Stoakes
2024-10-28mm: mark mas allocation in vms_abort_munmap_vmas as __GFP_NOFAILJann Horn
2024-09-03mm: make vma_prepare() and friends static and internal to vma.cLorenzo Stoakes
2024-09-03mm: avoid using vma_merge() for new VMAsLorenzo Stoakes