summaryrefslogtreecommitdiff
path: root/mm/vma.c
AgeCommit message (Expand)AuthorFilesLines
12 daysmm/vma: do not try to unmap a VMA if mmap_prepare() invoked from mmap()Lorenzo Stoakes1-2/+1
2026-05-07mm: avoid deadlock when holding rmap on mmap_prepare errorLorenzo Stoakes (Oracle)1-3/+10
2026-05-07mm: various small mmap_prepare cleanupsLorenzo Stoakes (Oracle)1-10/+14
2026-05-07mm: prevent droppable mappings from being lockedAnthony Yznaga1-3/+1
2026-04-06mm/vma: fix memory leak in __mmap_region()Sechang Lim1-0/+7
2026-02-13mm: make vm_area_desc utilise vma_flags_t onlyLorenzo Stoakes1-4/+7
2026-02-13mm: update secretmem to use VMA flags on mmap_prepareLorenzo Stoakes1-1/+1
2026-02-13mm: use unmap_desc struct for freeing page tablesLiam R. Howlett1-4/+2
2026-02-13mm/vma: use unmap_region() in vms_clear_ptes()Liam R. Howlett1-13/+1
2026-02-13mm/vma: use unmap_desc in exit_mmap() and vms_clear_ptes()Liam R. Howlett1-5/+22
2026-02-13mm: introduce unmap_desc struct to reduce function argumentsLiam R. Howlett1-14/+11
2026-02-13mm/vma: add page table limit to unmap_region()Liam R. Howlett1-3/+4
2026-02-13mm/memory: add tree limit to free_pgtables()Liam R. Howlett1-1/+2
2026-02-13mm/vma: add limits to unmap_region() for vmasLiam R. Howlett1-2/+4
2026-01-27mm/rmap: separate out fork-only logic on anon_vma_clone()Lorenzo Stoakes1-3/+3
2026-01-27mm/rmap: remove anon_vma_merge() functionLorenzo Stoakes1-1/+1
2026-01-21mm: fix minor spelling mistakes in commentsKevin Lourenco1-4/+4
2026-01-19mm/vma: do not leak memory when .mmap_prepare swaps the fileLorenzo Stoakes1-2/+9
2026-01-15mm/vma: enforce VMA fork limit on unfaulted,faulted mremap merge tooLorenzo Stoakes1-12/+15
2026-01-15mm/vma: fix anon_vma UAF on mremap() faulted, unfaulted mergeLorenzo Stoakes1-25/+59
2025-11-25mm: softdirty: add pgtable_supports_soft_dirty()Chunyan Zhang1-2/+4
2025-11-21mm: implement sticky VMA flagsLorenzo Stoakes1-13/+15
2025-11-21mm: update vma_modify_flags() to handle residual flags, documentLorenzo Stoakes1-26/+30
2025-11-21mm: kill mm_wr_locked from unmap_vmas() and unmap_single_vma()Kefeng Wang1-3/+2
2025-11-17mm: add ability to take further action in vm_area_descLorenzo Stoakes1-28/+85
2025-11-17mm/vma: rename __mmap_prepare() function to avoid confusionLorenzo Stoakes1-4/+4
2025-11-17mm/vma: remove unused function, make internal functions staticLorenzo Stoakes1-19/+2
2025-11-17mm: fix some typos in mm modulejianyun.gao1-2/+2
2025-09-23mm: specify separate file and vm_file params in vm_area_descLorenzo Stoakes1-2/+3
2025-08-05Merge tag 'mm-stable-2025-08-03-12-35' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+2
2025-08-02mm/mseal: small cleanupsLorenzo Stoakes1-2/+2
2025-08-01Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-56/+103
2025-07-25mm/vma: refactor vma_modify_flags_name() to vma_modify_name()Lorenzo Stoakes1-3/+1
2025-07-10mm: update core kernel code to use vm_flags_t consistentlyLorenzo Stoakes1-40/+40
2025-07-10mm/vma: use vmg->target to specify target VMA for new VMA mergeLorenzo Stoakes1-17/+19
2025-07-10mm: prevent KSM from breaking VMA merging for new VMAsLorenzo Stoakes1-2/+49
2025-06-17mm: rename call_mmap/mmap_prepare to vfs_mmap/mmap_prepareLorenzo Stoakes1-1/+1
2025-06-13mm: add mmap_prepare() compatibility layer for nested file systemsLorenzo Stoakes1-1/+0
2025-06-12mm/vma: reset VMA iterator on commit_merge() OOM failureLorenzo Stoakes1-18/+4
2025-06-07Merge tag 'mm-stable-2025-06-06-16-09' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-3/+17
2025-06-06mm/hugetlb: unshare page tables during VMA split, not beforeJann Horn1-0/+7
2025-06-06mm: fix uprobe pte be overwritten when expanding vmaPu Lehui1-3/+17
2025-06-01Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-37/+167
2025-05-25mm: fix copy_vma() error handling for hugetlb mappingsRicardo CaƱuelo Navarro1-0/+1
2025-05-14mm/vma: remove mmap() retry mergeLorenzo Stoakes1-14/+0
2025-05-14mm: introduce new .mmap_prepare() file callbackLorenzo Stoakes1-1/+67
2025-05-13mm: abstract initial stack setup to mm subsystemLorenzo Stoakes1-0/+43
2025-05-12mm/vma: fix incorrectly disallowed anonymous VMA mergesLorenzo Stoakes1-23/+58
2025-04-12mm/vma: add give_up_on_oom option on modify/merge, use in uffd releaseLorenzo Stoakes1-4/+47
2025-03-17mm: make vma cache SLAB_TYPESAFE_BY_RCUSuren Baghdasaryan1-8/+3