summaryrefslogtreecommitdiff
path: root/tools/testing/vma/vma.c
AgeCommit message (Expand)Author
42 hourstools: testing: add simple __mmap_region() userland testLorenzo Stoakes
14 daysmm: convert mm_lock_seq to a proper seqcountSuren Baghdasaryan
14 daysmm/vma: move stack expansion logic to mm/vma.cLorenzo Stoakes
14 daysmm/vma: move unmapped_area() internals to mm/vma.cLorenzo Stoakes
2024-11-06tools: testing: fix phys_addr_t size on 64-bit systemsLorenzo Stoakes
2024-10-28tools: testing: add expand-only mode VMA testLorenzo Stoakes
2024-09-03mm: rework vm_ops->close() handling on VMA mergeLorenzo Stoakes
2024-09-03mm: refactor vma_merge() into modify-only vma_merge_existing_range()Lorenzo Stoakes
2024-09-03mm: avoid using vma_merge() for new VMAsLorenzo Stoakes
2024-09-03mm: abstract vma_expand() to use vma_merge_structLorenzo Stoakes
2024-09-03mm: introduce vma_merge_struct and abstract vma_merge(),vma_modify()Lorenzo Stoakes
2024-09-03tools: add VMA merge testsLorenzo Stoakes
2024-09-01tools: add skeleton code for userland testing of VMA logicLorenzo Stoakes