summaryrefslogtreecommitdiff
path: root/mm/vma.h
AgeCommit message (Expand)AuthorFilesLines
2026-08-24mm: propagate VMA anonymous page offset on map, remap, split + mergeLorenzo Stoakes (ARM)1-29/+44
2026-08-24mm/vma: introduce VMA anon page offset field and add helpersLorenzo Stoakes (ARM)1-0/+14
2026-08-06mm/vma: rename vma_get_page_prot to vma_flags_to_page_protLorenzo Stoakes1-1/+1
2026-08-06mm/vma: convert vm_pgprot_modify() to use vma_flags_t and renameLorenzo Stoakes1-2/+4
2026-08-06mm/vma: update do_mmap() to use vma_flags_tLorenzo Stoakes1-1/+1
2026-08-04mm/vma: correct incorrect vma.h inclusionLorenzo Stoakes1-1/+8
2026-08-04mm/vma: introduce and use vma_set_pgoff()Lorenzo Stoakes1-3/+32
2026-08-04mm/vma: update vma_shrink() to not pass start, pgoff parametersLorenzo Stoakes1-2/+1
2026-08-04mm/vma: move __install_special_mapping() to vma.cLorenzo Stoakes1-0/+5
2026-08-04mm/vma: add and use vma_[add/sub]_pgoff()Lorenzo Stoakes1-0/+12
2026-08-04mm/vma: remove duplicative vma_pgoff_offset() helperLorenzo Stoakes1-8/+1
2026-08-04mm/vma: introduce and use vmg_pages(), vmg_[start, end]_pgoff()Lorenzo Stoakes1-0/+17
2026-04-05mm: allow handling of stacked mmap_prepare hooks in more driversLorenzo Stoakes (Oracle)1-1/+1
2026-04-05mm: simplify VMA flag tests of excluded flagsLorenzo Stoakes (Oracle)1-4/+2
2026-04-05mm/vma: convert __mmap_region() to use vma_flags_tLorenzo Stoakes (Oracle)1-0/+51
2026-04-05mm/vma: convert vma_modify_flags[_uffd]() to use vma_flags_tLorenzo Stoakes (Oracle)1-8/+7
2026-04-05mm: convert do_brk_flags() to use vma_flags_tLorenzo Stoakes (Oracle)1-3/+11
2026-04-05mm/vma: add further vma_flags_t unionsLorenzo Stoakes (Oracle)1-1/+5
2026-02-12mm: make vm_area_desc utilise vma_flags_t onlyLorenzo Stoakes1-2/+1
2026-02-12mm: use unmap_desc struct for freeing page tablesLiam R. Howlett1-0/+23
2026-02-12mm/vma: use unmap_desc in exit_mmap() and vms_clear_ptes()Liam R. Howlett1-0/+14
2026-02-12mm: introduce unmap_desc struct to reduce function argumentsLiam R. Howlett1-5/+30
2026-02-12mm/vma: add page table limit to unmap_region()Liam R. Howlett1-1/+2
2026-02-12mm/vma: add limits to unmap_region() for vmasLiam R. Howlett1-0/+1
2026-01-20mm: cleanup vma_iter_bulk_allocWentao Guan1-6/+0
2026-01-20mm: fix minor spelling mistakes in commentsKevin Lourenco1-4/+4
2026-01-14mm/vma: fix anon_vma UAF on mremap() faulted, unfaulted mergeLorenzo Stoakes1-0/+3
2025-11-20mm: implement sticky VMA flagsLorenzo Stoakes1-6/+4
2025-11-20mm: update vma_modify_flags() to handle residual flags, documentLorenzo Stoakes1-32/+100
2025-11-16mm/vma: remove unused function, make internal functions staticLorenzo Stoakes1-6/+0
2025-09-22mm: specify separate file and vm_file params in vm_area_descLorenzo Stoakes1-24/+4
2025-09-13mm: fix typos in VMA commentsYe Liu1-1/+1
2025-08-02mm/mseal: small cleanupsLorenzo Stoakes1-18/+2
2025-08-02mm/mseal: update madvise() logicLorenzo Stoakes1-7/+0
2025-07-24mm/vma: refactor vma_modify_flags_name() to vma_modify_name()Lorenzo Stoakes1-8/+7
2025-07-09mm: update core kernel code to use vm_flags_t consistentlyLorenzo Stoakes1-8/+8
2025-06-12mm: add mmap_prepare() compatibility layer for nested file systemsLorenzo Stoakes1-0/+47
2025-06-05mm: fix uprobe pte be overwritten when expanding vmaPu Lehui1-0/+7
2025-05-12mm: perform VMA allocation, freeing, duplication in mmLorenzo Stoakes1-0/+6
2025-05-12mm: abstract initial stack setup to mm subsystemLorenzo Stoakes1-0/+4
2025-05-12mm: establish mm/vma_exec.c for shared exec/mm VMA functionalityLorenzo Stoakes1-0/+5
2025-04-11mm/vma: add give_up_on_oom option on modify/merge, use in uffd releaseLorenzo Stoakes1-1/+8
2025-03-16mm: make vma cache SLAB_TYPESAFE_BY_RCUSuren Baghdasaryan1-1/+1
2025-03-16mm: introduce vma_iter_store_attached() to use with attached vmasSuren Baghdasaryan1-2/+9
2025-03-16mm: mark vma as detached until it's added into vma treeSuren Baghdasaryan1-0/+2
2025-03-16mm: make vmg->target consistent and further simplify commit_merge()Lorenzo Stoakes1-5/+1
2025-03-16mm: eliminate adj_start parameter from commit_merge()Lorenzo Stoakes1-0/+10
2025-03-16mm: further refactor commit_merge()Lorenzo Stoakes1-14/+24
2025-03-16mm: simplify vma merge structure and expand commentsLorenzo Stoakes1-5/+37
2025-01-25mm: make mmap_region() internalLorenzo Stoakes1-1/+1