summaryrefslogtreecommitdiff
path: root/tools/testing/vma
AgeCommit message (Expand)AuthorFilesLines
13 daystools/testing/vma: add VMA userland tests for VMA flag functionsLorenzo Stoakes5-12/+322
13 daystools/testing/vma: separate out vma_internal.h into logical headersLorenzo Stoakes5-1925/+1873
13 daystools/testing/vma: separate VMA userland tests into separate filesLorenzo Stoakes8-335/+406
13 daysmm: make vm_area_desc utilise vma_flags_t onlyLorenzo Stoakes1-2/+7
13 daysmm: add basic VMA flag operation helper functionsLorenzo Stoakes1-20/+127
13 daysmm: use unmap_desc struct for freeing page tablesLiam R. Howlett1-4/+3
13 daysmm/vma: use unmap_desc in exit_mmap() and vms_clear_ptes()Liam R. Howlett1-3/+3
13 daysmm/memory: add tree limit to free_pgtables()Liam R. Howlett1-1/+2
2026-01-27mm/rmap: separate out fork-only logic on anon_vma_clone()Lorenzo Stoakes1-1/+10
2026-01-27mm/rmap: remove anon_vma_merge() functionLorenzo Stoakes1-5/+0
2025-11-29mm: introduce VMA flags bitmap typeLorenzo Stoakes1-30/+120
2025-11-29tools/testing/vma: eliminate dependency on vma->__vm_flagsLorenzo Stoakes1-10/+10
2025-11-29mm: declare VMA flags by bitLorenzo Stoakes1-45/+259
2025-11-25tools/testing/vma: add missing stubLorenzo Stoakes1-0/+7
2025-11-25mm: softdirty: add pgtable_supports_soft_dirty()Chunyan Zhang1-0/+2
2025-11-21mm: propagate VM_SOFTDIRTY on mergeLorenzo Stoakes1-12/+6
2025-11-21mm: add vma_start_write_killable()Matthew Wilcox (Oracle)1-0/+8
2025-11-21tools/testing/vma: add VMA sticky userland testsLorenzo Stoakes1-10/+79
2025-11-21mm: introduce copy-on-fork VMAs and make VM_MAYBE_GUARD oneLorenzo Stoakes1-0/+26
2025-11-21mm: implement sticky VMA flagsLorenzo Stoakes1-0/+28
2025-11-21mm: update vma_modify_flags() to handle residual flags, documentLorenzo Stoakes1-1/+2
2025-11-21mm: introduce VM_MAYBE_GUARD and make visible in /proc/$pid/smapsLorenzo Stoakes1-0/+1
2025-11-21mm: kill mm_wr_locked from unmap_vmas() and unmap_single_vma()Kefeng Wang1-2/+1
2025-11-17mm: add ability to take further action in vm_area_descLorenzo Stoakes1-7/+91
2025-10-03Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-44/+58
2025-09-29tools/testing: Add support for changes to slab for sheavesLiam R. Howlett1-91/+1
2025-09-29tools/testing/vma: Implement vm_refcnt resetLiam R. Howlett1-0/+2
2025-09-29tools/testing/vma: clean up stubs in vma_internal.hLorenzo Stoakes1-110/+57
2025-09-23mm: do not assume file == vma->vm_file in compat_vma_mmap_prepare()Lorenzo Stoakes1-3/+9
2025-09-23mm: specify separate file and vm_file params in vm_area_descLorenzo Stoakes1-10/+18
2025-09-14tools: testing: use existing atomic.h for vma/maple testsBrendan Jackman2-26/+3
2025-09-14mm: replace mm->flags with bitmap entirely and set to 64 bitsLorenzo Stoakes1-2/+17
2025-09-14mm: rename vm_ops->find_special_page() to vm_ops->find_normal_page()David Hildenbrand1-5/+13
2025-08-05Merge tag 'mm-stable-2025-08-03-12-35' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+4
2025-08-02mm/mseal: always define VM_SEALEDLorenzo Stoakes1-2/+4
2025-08-01Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-142/+153
2025-07-10mm: update architecture and driver code to use vm_flags_tLorenzo Stoakes1-1/+1
2025-07-10mm: update core kernel code to use vm_flags_t consistentlyLorenzo Stoakes2-137/+137
2025-07-10mm: change vm_get_page_prot() to accept vm_flags_t argumentLorenzo Stoakes1-1/+1
2025-07-10mm/vma: use vmg->target to specify target VMA for new VMA mergeLorenzo Stoakes1-3/+3
2025-07-10mm: prevent KSM from breaking VMA merging for new VMAsLorenzo Stoakes1-0/+11
2025-06-17fs: consistently use can_mmap_file() helperLorenzo Stoakes1-1/+1
2025-06-17mm: rename call_mmap/mmap_prepare to vfs_mmap/mmap_prepareLorenzo Stoakes1-6/+26
2025-06-13mm: add mmap_prepare() compatibility layer for nested file systemsLorenzo Stoakes1-0/+16
2025-06-06mm/hugetlb: unshare page tables during VMA split, not beforeJann Horn1-0/+2
2025-06-01tools/testing/vma: add missing function stubLorenzo Stoakes1-0/+5
2025-05-14mm: introduce new .mmap_prepare() file callbackLorenzo Stoakes1-5/+61
2025-05-13mm: perform VMA allocation, freeing, duplication in mmLorenzo Stoakes3-35/+136
2025-05-13mm: abstract initial stack setup to mm subsystemLorenzo Stoakes1-0/+32
2025-05-13mm: establish mm/vma_exec.c for shared exec/mm VMA functionalityLorenzo Stoakes3-1/+42