summaryrefslogtreecommitdiffstats
path: root/tools/testing/vma/vma.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* tools: testing: fix phys_addr_t size on 64-bit systemsLorenzo Stoakes2024-11-071-0/+2
* tools: testing: add expand-only mode VMA testLorenzo Stoakes2024-10-291-0/+40
* mm: rework vm_ops->close() handling on VMA mergeLorenzo Stoakes2024-09-041-38/+128
* mm: refactor vma_merge() into modify-only vma_merge_existing_range()Lorenzo Stoakes2024-09-041-2/+7
* mm: avoid using vma_merge() for new VMAsLorenzo Stoakes2024-09-041-2/+31
* mm: abstract vma_expand() to use vma_merge_structLorenzo Stoakes2024-09-041-2/+1
* mm: introduce vma_merge_struct and abstract vma_merge(),vma_modify()Lorenzo Stoakes2024-09-041-41/+2
* tools: add VMA merge testsLorenzo Stoakes2024-09-041-5/+1277
* tools: add skeleton code for userland testing of VMA logicLorenzo Stoakes2024-09-021-0/+207