index
:
linux.git
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
testing
/
vma
/
vma_internal.h
Age
Commit message (
Expand
)
Author
2025-03-16
mm: make vma cache SLAB_TYPESAFE_BY_RCU
Suren Baghdasaryan
2025-03-16
mm: move lesser used vma_area_struct members into the last cacheline
Suren Baghdasaryan
2025-03-16
mm: replace vm_lock and detached flag with a reference count
Suren Baghdasaryan
2025-03-16
mm: introduce vma_iter_store_attached() to use with attached vmas
Suren Baghdasaryan
2025-03-16
mm: mark vma as detached until it's added into vma tree
Suren Baghdasaryan
2025-03-16
mm: move per-vma lock into vm_area_struct
Suren Baghdasaryan
2025-03-16
mm: completely abstract unnecessary adj_start calculation
Lorenzo Stoakes
2025-01-25
tools: add VM_WARN_ON_VMG definition
Suren Baghdasaryan
2025-01-25
mm: make mmap_region() internal
Lorenzo Stoakes
2025-01-25
tools: testing: add simple __mmap_region() userland test
Lorenzo Stoakes
2025-01-13
mm: convert mm_lock_seq to a proper seqcount
Suren Baghdasaryan
2025-01-13
mm/vma: move __vm_munmap() to mm/vma.c
Lorenzo Stoakes
2025-01-13
mm/vma: move stack expansion logic to mm/vma.c
Lorenzo Stoakes
2025-01-13
mm/vma: move unmapped_area() internals to mm/vma.c
Lorenzo Stoakes
2025-01-13
mm/vma: move brk() internals to mm/vma.c
Lorenzo Stoakes
2024-11-06
tools: testing: add additional vma_internal.h stubs
Lorenzo Stoakes
2024-09-03
mm: avoid using vma_merge() for new VMAs
Lorenzo Stoakes
2024-09-03
tools: add VMA merge tests
Lorenzo Stoakes
2024-09-01
tools: add skeleton code for userland testing of VMA logic
Lorenzo Stoakes