| Age | Commit message (Expand) | Author |
| 2026-08-24 | mm: propagate VMA anonymous page offset on map, remap, split + merge | Lorenzo Stoakes (ARM) |
| 2026-08-24 | mm/vma: introduce VMA anon page offset field and add helpers | Lorenzo Stoakes (ARM) |
| 2026-08-06 | mm/vma: rename vma_get_page_prot to vma_flags_to_page_prot | Lorenzo Stoakes |
| 2026-08-06 | mm/vma: convert vm_pgprot_modify() to use vma_flags_t and rename | Lorenzo Stoakes |
| 2026-08-06 | mm/vma: update do_mmap() to use vma_flags_t | Lorenzo Stoakes |
| 2026-08-04 | mm/vma: correct incorrect vma.h inclusion | Lorenzo Stoakes |
| 2026-08-04 | mm/vma: introduce and use vma_set_pgoff() | Lorenzo Stoakes |
| 2026-08-04 | mm/vma: update vma_shrink() to not pass start, pgoff parameters | Lorenzo Stoakes |
| 2026-08-04 | mm/vma: move __install_special_mapping() to vma.c | Lorenzo Stoakes |
| 2026-08-04 | mm/vma: add and use vma_[add/sub]_pgoff() | Lorenzo Stoakes |
| 2026-08-04 | mm/vma: remove duplicative vma_pgoff_offset() helper | Lorenzo Stoakes |
| 2026-08-04 | mm/vma: introduce and use vmg_pages(), vmg_[start, end]_pgoff() | Lorenzo Stoakes |
| 2026-04-05 | mm: allow handling of stacked mmap_prepare hooks in more drivers | Lorenzo Stoakes (Oracle) |
| 2026-04-05 | mm: simplify VMA flag tests of excluded flags | Lorenzo Stoakes (Oracle) |
| 2026-04-05 | mm/vma: convert __mmap_region() to use vma_flags_t | Lorenzo Stoakes (Oracle) |
| 2026-04-05 | mm/vma: convert vma_modify_flags[_uffd]() to use vma_flags_t | Lorenzo Stoakes (Oracle) |
| 2026-04-05 | mm: convert do_brk_flags() to use vma_flags_t | Lorenzo Stoakes (Oracle) |
| 2026-04-05 | mm/vma: add further vma_flags_t unions | Lorenzo Stoakes (Oracle) |
| 2026-02-12 | mm: make vm_area_desc utilise vma_flags_t only | Lorenzo Stoakes |
| 2026-02-12 | mm: use unmap_desc struct for freeing page tables | Liam R. Howlett |
| 2026-02-12 | mm/vma: use unmap_desc in exit_mmap() and vms_clear_ptes() | Liam R. Howlett |
| 2026-02-12 | mm: introduce unmap_desc struct to reduce function arguments | Liam R. Howlett |
| 2026-02-12 | mm/vma: add page table limit to unmap_region() | Liam R. Howlett |
| 2026-02-12 | mm/vma: add limits to unmap_region() for vmas | Liam R. Howlett |
| 2026-01-20 | mm: cleanup vma_iter_bulk_alloc | Wentao Guan |
| 2026-01-20 | mm: fix minor spelling mistakes in comments | Kevin Lourenco |
| 2026-01-14 | mm/vma: fix anon_vma UAF on mremap() faulted, unfaulted merge | Lorenzo Stoakes |
| 2025-11-20 | mm: implement sticky VMA flags | Lorenzo Stoakes |
| 2025-11-20 | mm: update vma_modify_flags() to handle residual flags, document | Lorenzo Stoakes |
| 2025-11-16 | mm/vma: remove unused function, make internal functions static | Lorenzo Stoakes |
| 2025-09-22 | mm: specify separate file and vm_file params in vm_area_desc | Lorenzo Stoakes |
| 2025-09-13 | mm: fix typos in VMA comments | Ye Liu |
| 2025-08-02 | mm/mseal: small cleanups | Lorenzo Stoakes |
| 2025-08-02 | mm/mseal: update madvise() logic | Lorenzo Stoakes |
| 2025-07-24 | mm/vma: refactor vma_modify_flags_name() to vma_modify_name() | Lorenzo Stoakes |
| 2025-07-09 | mm: update core kernel code to use vm_flags_t consistently | Lorenzo Stoakes |
| 2025-06-12 | mm: add mmap_prepare() compatibility layer for nested file systems | Lorenzo Stoakes |
| 2025-06-05 | mm: fix uprobe pte be overwritten when expanding vma | Pu Lehui |
| 2025-05-12 | mm: perform VMA allocation, freeing, duplication in mm | Lorenzo Stoakes |
| 2025-05-12 | mm: abstract initial stack setup to mm subsystem | Lorenzo Stoakes |
| 2025-05-12 | mm: establish mm/vma_exec.c for shared exec/mm VMA functionality | Lorenzo Stoakes |
| 2025-04-11 | mm/vma: add give_up_on_oom option on modify/merge, use in uffd release | Lorenzo Stoakes |
| 2025-03-16 | mm: make vma cache SLAB_TYPESAFE_BY_RCU | Suren Baghdasaryan |
| 2025-03-16 | mm: introduce vma_iter_store_attached() to use with attached vmas | Suren Baghdasaryan |
| 2025-03-16 | mm: mark vma as detached until it's added into vma tree | Suren Baghdasaryan |
| 2025-03-16 | mm: make vmg->target consistent and further simplify commit_merge() | Lorenzo Stoakes |
| 2025-03-16 | mm: eliminate adj_start parameter from commit_merge() | Lorenzo Stoakes |
| 2025-03-16 | mm: further refactor commit_merge() | Lorenzo Stoakes |
| 2025-03-16 | mm: simplify vma merge structure and expand comments | Lorenzo Stoakes |
| 2025-01-25 | mm: make mmap_region() internal | Lorenzo Stoakes |