summaryrefslogtreecommitdiff
path: root/tools/testing/vma/vma_internal.h
AgeCommit message (Expand)Author
2025-06-05mm/hugetlb: unshare page tables during VMA split, not beforeJann Horn
2025-05-31tools/testing/vma: add missing function stubLorenzo Stoakes
2025-05-13mm: introduce new .mmap_prepare() file callbackLorenzo Stoakes
2025-05-12mm: perform VMA allocation, freeing, duplication in mmLorenzo Stoakes
2025-05-12mm: abstract initial stack setup to mm subsystemLorenzo Stoakes
2025-05-12mm: establish mm/vma_exec.c for shared exec/mm VMA functionalityLorenzo Stoakes
2025-03-16mm: make vma cache SLAB_TYPESAFE_BY_RCUSuren Baghdasaryan
2025-03-16mm: move lesser used vma_area_struct members into the last cachelineSuren Baghdasaryan
2025-03-16mm: replace vm_lock and detached flag with a reference countSuren Baghdasaryan
2025-03-16mm: introduce vma_iter_store_attached() to use with attached vmasSuren Baghdasaryan
2025-03-16mm: mark vma as detached until it's added into vma treeSuren Baghdasaryan
2025-03-16mm: move per-vma lock into vm_area_structSuren Baghdasaryan
2025-03-16mm: completely abstract unnecessary adj_start calculationLorenzo Stoakes
2025-01-25tools: add VM_WARN_ON_VMG definitionSuren Baghdasaryan
2025-01-25mm: make mmap_region() internalLorenzo Stoakes
2025-01-25tools: testing: add simple __mmap_region() userland testLorenzo Stoakes
2025-01-13mm: convert mm_lock_seq to a proper seqcountSuren Baghdasaryan
2025-01-13mm/vma: move __vm_munmap() to mm/vma.cLorenzo Stoakes
2025-01-13mm/vma: move stack expansion logic to mm/vma.cLorenzo Stoakes
2025-01-13mm/vma: move unmapped_area() internals to mm/vma.cLorenzo Stoakes
2025-01-13mm/vma: move brk() internals to mm/vma.cLorenzo Stoakes
2024-11-06tools: testing: add additional vma_internal.h stubsLorenzo Stoakes
2024-09-03mm: avoid using vma_merge() for new VMAsLorenzo Stoakes
2024-09-03tools: add VMA merge testsLorenzo Stoakes
2024-09-01tools: add skeleton code for userland testing of VMA logicLorenzo Stoakes