summaryrefslogtreecommitdiff
path: root/mm/vma.h
AgeCommit message (Expand)Author
26 hoursmm/vma: rename vma_get_page_prot to vma_flags_to_page_protLorenzo Stoakes
26 hoursmm/vma: convert vm_pgprot_modify() to use vma_flags_t and renameLorenzo Stoakes
26 hoursmm/vma: update do_mmap() to use vma_flags_tLorenzo Stoakes
26 hoursmm/vma: correct incorrect vma.h inclusionLorenzo Stoakes
26 hoursmm/vma: introduce and use vma_set_pgoff()Lorenzo Stoakes
26 hoursmm/vma: update vma_shrink() to not pass start, pgoff parametersLorenzo Stoakes
26 hoursmm/vma: move __install_special_mapping() to vma.cLorenzo Stoakes
26 hoursmm/vma: add and use vma_[add/sub]_pgoff()Lorenzo Stoakes
26 hoursmm/vma: remove duplicative vma_pgoff_offset() helperLorenzo Stoakes
26 hoursmm/vma: introduce and use vmg_pages(), vmg_[start, end]_pgoff()Lorenzo Stoakes
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