summaryrefslogtreecommitdiff
path: root/tools/testing/vma
AgeCommit message (Expand)AuthorFilesLines
2025-01-12tools: fix atomic_set() definition to set the value correctlySuren Baghdasaryan1-1/+1
2024-11-06tools: testing: add additional vma_internal.h stubsLorenzo Stoakes1-1/+114
2024-11-06tools: testing: fix phys_addr_t size on 64-bit systemsLorenzo Stoakes1-0/+2
2024-10-28tools: testing: add expand-only mode VMA testLorenzo Stoakes1-0/+40
2024-09-03mm: rework vm_ops->close() handling on VMA mergeLorenzo Stoakes1-38/+128
2024-09-03mm: refactor vma_merge() into modify-only vma_merge_existing_range()Lorenzo Stoakes1-2/+7
2024-09-03mm: avoid using vma_merge() for new VMAsLorenzo Stoakes2-2/+37
2024-09-03mm: abstract vma_expand() to use vma_merge_structLorenzo Stoakes1-2/+1
2024-09-03mm: introduce vma_merge_struct and abstract vma_merge(),vma_modify()Lorenzo Stoakes1-41/+2
2024-09-03tools: add VMA merge testsLorenzo Stoakes2-10/+1317
2024-09-03tools: improve vma test MakefileLorenzo Stoakes1-2/+4
2024-09-01tools: add skeleton code for userland testing of VMA logicLorenzo Stoakes6-0/+1162