开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
testing
/
vma
/
vma.c
Age
Commit message (
Expand
)
Author
42 hours
tools: testing: add simple __mmap_region() userland test
Lorenzo Stoakes
14 days
mm: convert mm_lock_seq to a proper seqcount
Suren Baghdasaryan
14 days
mm/vma: move stack expansion logic to mm/vma.c
Lorenzo Stoakes
14 days
mm/vma: move unmapped_area() internals to mm/vma.c
Lorenzo Stoakes
2024-11-06
tools: testing: fix phys_addr_t size on 64-bit systems
Lorenzo Stoakes
2024-10-28
tools: testing: add expand-only mode VMA test
Lorenzo Stoakes
2024-09-03
mm: rework vm_ops->close() handling on VMA merge
Lorenzo Stoakes
2024-09-03
mm: refactor vma_merge() into modify-only vma_merge_existing_range()
Lorenzo Stoakes
2024-09-03
mm: avoid using vma_merge() for new VMAs
Lorenzo Stoakes
2024-09-03
mm: abstract vma_expand() to use vma_merge_struct
Lorenzo Stoakes
2024-09-03
mm: introduce vma_merge_struct and abstract vma_merge(),vma_modify()
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