summaryrefslogtreecommitdiff
path: root/tools/testing/vma
AgeCommit message (Expand)AuthorFilesLines
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
2025-05-12mm/vma: fix incorrectly disallowed anonymous VMA mergesLorenzo Stoakes1-47/+53
2025-03-17mm: make vma cache SLAB_TYPESAFE_BY_RCUSuren Baghdasaryan1-7/+2
2025-03-17mm: move lesser used vma_area_struct members into the last cachelineSuren Baghdasaryan1-19/+18
2025-03-17mm: replace vm_lock and detached flag with a reference countSuren Baghdasaryan2-33/+35
2025-03-17mm: introduce vma_iter_store_attached() to use with attached vmasSuren Baghdasaryan2-9/+43
2025-03-17mm: mark vma as detached until it's added into vma treeSuren Baghdasaryan1-5/+12
2025-03-17mm: move per-vma lock into vm_area_structSuren Baghdasaryan1-26/+7
2025-03-17mm: completely abstract unnecessary adj_start calculationLorenzo Stoakes1-2/+2
2025-03-17mm: eliminate adj_start parameter from commit_merge()Lorenzo Stoakes1-0/+2
2025-03-17mm: further refactor commit_merge()Lorenzo Stoakes1-2/+7
2025-03-17mm: simplify vma merge structure and expand commentsLorenzo Stoakes1-26/+26
2025-01-26tools: add VM_WARN_ON_VMG definitionSuren Baghdasaryan1-0/+1
2025-01-26mm: make mmap_region() internalLorenzo Stoakes1-0/+65
2025-01-26tools: testing: add simple __mmap_region() userland testLorenzo Stoakes2-1/+54
2025-01-14mm: convert mm_lock_seq to a proper seqcountSuren Baghdasaryan2-4/+4
2025-01-14mm/vma: move __vm_munmap() to mm/vma.cLorenzo Stoakes1-0/+9
2025-01-14mm/vma: move stack expansion logic to mm/vma.cLorenzo Stoakes2-0/+67
2025-01-14mm/vma: move unmapped_area() internals to mm/vma.cLorenzo Stoakes2-0/+65
2025-01-14mm/vma: move brk() internals to mm/vma.cLorenzo Stoakes1-0/+22
2025-01-13tools: fix atomic_set() definition to set the value correctlySuren Baghdasaryan1-1/+1
2024-11-07tools: testing: add additional vma_internal.h stubsLorenzo Stoakes1-1/+114
2024-11-07tools: testing: fix phys_addr_t size on 64-bit systemsLorenzo Stoakes1-0/+2
2024-10-29tools: testing: add expand-only mode VMA testLorenzo Stoakes1-0/+40
2024-09-04mm: rework vm_ops->close() handling on VMA mergeLorenzo Stoakes1-38/+128
2024-09-04mm: refactor vma_merge() into modify-only vma_merge_existing_range()Lorenzo Stoakes1-2/+7
2024-09-04mm: avoid using vma_merge() for new VMAsLorenzo Stoakes2-2/+37
2024-09-04mm: abstract vma_expand() to use vma_merge_structLorenzo Stoakes1-2/+1
2024-09-04mm: introduce vma_merge_struct and abstract vma_merge(),vma_modify()Lorenzo Stoakes1-41/+2
2024-09-04tools: add VMA merge testsLorenzo Stoakes2-10/+1317
2024-09-04tools: improve vma test MakefileLorenzo Stoakes1-2/+4
2024-09-02tools: add skeleton code for userland testing of VMA logicLorenzo Stoakes6-0/+1162