aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/vma/vma_internal.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-08-05Merge tag 'mm-stable-2025-08-03-12-35' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-2/+4
2025-08-02mm/mseal: always define VM_SEALEDLorenzo Stoakes1-2/+4
2025-07-31Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-6/+17
2025-07-09mm: update architecture and driver code to use vm_flags_tLorenzo Stoakes1-1/+1
2025-07-09mm: update core kernel code to use vm_flags_t consistentlyLorenzo Stoakes1-4/+4
2025-07-09mm: change vm_get_page_prot() to accept vm_flags_t argumentLorenzo Stoakes1-1/+1
2025-07-09mm: prevent KSM from breaking VMA merging for new VMAsLorenzo Stoakes1-0/+11
2025-06-17fs: consistently use can_mmap_file() helperLorenzo Stoakes1-1/+1
2025-06-17mm: rename call_mmap/mmap_prepare to vfs_mmap/mmap_prepareLorenzo Stoakes1-6/+26
2025-06-12mm: add mmap_prepare() compatibility layer for nested file systemsLorenzo Stoakes1-0/+16
2025-06-05mm/hugetlb: unshare page tables during VMA split, not beforeJann Horn1-0/+2
2025-05-31tools/testing/vma: add missing function stubLorenzo Stoakes1-0/+5
2025-05-13mm: introduce new .mmap_prepare() file callbackLorenzo Stoakes1-5/+61
2025-05-12mm: perform VMA allocation, freeing, duplication in mmLorenzo Stoakes1-25/+118
2025-05-12mm: abstract initial stack setup to mm subsystemLorenzo Stoakes1-0/+32
2025-05-12mm: establish mm/vma_exec.c for shared exec/mm VMA functionalityLorenzo Stoakes1-0/+40
2025-03-16mm: make vma cache SLAB_TYPESAFE_BY_RCUSuren Baghdasaryan1-7/+2
2025-03-16mm: move lesser used vma_area_struct members into the last cachelineSuren Baghdasaryan1-19/+18
2025-03-16mm: replace vm_lock and detached flag with a reference countSuren Baghdasaryan1-33/+30
2025-03-16mm: introduce vma_iter_store_attached() to use with attached vmasSuren Baghdasaryan1-0/+10
2025-03-16mm: mark vma as detached until it's added into vma treeSuren Baghdasaryan1-5/+12
2025-03-16mm: move per-vma lock into vm_area_structSuren Baghdasaryan1-26/+7
2025-03-16mm: completely abstract unnecessary adj_start calculationLorenzo Stoakes1-2/+2
2025-01-25tools: add VM_WARN_ON_VMG definitionSuren Baghdasaryan1-0/+1
2025-01-25mm: make mmap_region() internalLorenzo Stoakes1-0/+65
2025-01-25tools: testing: add simple __mmap_region() userland testLorenzo Stoakes1-1/+1
2025-01-13mm: convert mm_lock_seq to a proper seqcountSuren Baghdasaryan1-2/+2
2025-01-13mm/vma: move __vm_munmap() to mm/vma.cLorenzo Stoakes1-0/+9
2025-01-13mm/vma: move stack expansion logic to mm/vma.cLorenzo Stoakes1-0/+62
2025-01-13mm/vma: move unmapped_area() internals to mm/vma.cLorenzo Stoakes1-0/+59
2025-01-13mm/vma: move brk() internals to mm/vma.cLorenzo Stoakes1-0/+22
2024-11-06tools: testing: add additional vma_internal.h stubsLorenzo Stoakes1-1/+114
2024-09-03mm: avoid using vma_merge() for new VMAsLorenzo Stoakes1-0/+6
2024-09-03tools: add VMA merge testsLorenzo Stoakes1-5/+40
2024-09-01tools: add skeleton code for userland testing of VMA logicLorenzo Stoakes1-0/+882