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