summaryrefslogtreecommitdiff
path: root/tools/testing/vma/vma.c
AgeCommit message (Expand)AuthorFilesLines
2025-01-26tools: testing: add simple __mmap_region() userland testLorenzo Stoakes1-0/+53
2025-01-14mm: convert mm_lock_seq to a proper seqcountSuren Baghdasaryan1-2/+2
2025-01-14mm/vma: move stack expansion logic to mm/vma.cLorenzo Stoakes1-0/+5
2025-01-14mm/vma: move unmapped_area() internals to mm/vma.cLorenzo Stoakes1-0/+6
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 Stoakes1-2/+31
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 Stoakes1-5/+1277
2024-09-02tools: add skeleton code for userland testing of VMA logicLorenzo Stoakes1-0/+207