index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
tools
/
testing
/
vma
/
vma.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-05-12
mm: perform VMA allocation, freeing, duplication in mm
Lorenzo Stoakes
1
-9
/
+17
2025-05-12
mm: establish mm/vma_exec.c for shared exec/mm VMA functionality
Lorenzo Stoakes
1
-0
/
+1
2025-05-11
mm/vma: fix incorrectly disallowed anonymous VMA merges
Lorenzo Stoakes
1
-47
/
+53
2025-03-16
mm: introduce vma_iter_store_attached() to use with attached vmas
Suren Baghdasaryan
1
-9
/
+33
2025-03-16
mm: eliminate adj_start parameter from commit_merge()
Lorenzo Stoakes
1
-0
/
+2
2025-03-16
mm: further refactor commit_merge()
Lorenzo Stoakes
1
-2
/
+7
2025-03-16
mm: simplify vma merge structure and expand comments
Lorenzo Stoakes
1
-26
/
+26
2025-01-25
tools: testing: add simple __mmap_region() userland test
Lorenzo Stoakes
1
-0
/
+53
2025-01-13
mm: convert mm_lock_seq to a proper seqcount
Suren Baghdasaryan
1
-2
/
+2
2025-01-13
mm/vma: move stack expansion logic to mm/vma.c
Lorenzo Stoakes
1
-0
/
+5
2025-01-13
mm/vma: move unmapped_area() internals to mm/vma.c
Lorenzo Stoakes
1
-0
/
+6
2024-11-06
tools: testing: fix phys_addr_t size on 64-bit systems
Lorenzo Stoakes
1
-0
/
+2
2024-10-28
tools: testing: add expand-only mode VMA test
Lorenzo Stoakes
1
-0
/
+40
2024-09-03
mm: rework vm_ops->close() handling on VMA merge
Lorenzo Stoakes
1
-38
/
+128
2024-09-03
mm: refactor vma_merge() into modify-only vma_merge_existing_range()
Lorenzo Stoakes
1
-2
/
+7
2024-09-03
mm: avoid using vma_merge() for new VMAs
Lorenzo Stoakes
1
-2
/
+31
2024-09-03
mm: abstract vma_expand() to use vma_merge_struct
Lorenzo Stoakes
1
-2
/
+1
2024-09-03
mm: introduce vma_merge_struct and abstract vma_merge(),vma_modify()
Lorenzo Stoakes
1
-41
/
+2
2024-09-03
tools: add VMA merge tests
Lorenzo Stoakes
1
-5
/
+1277
2024-09-01
tools: add skeleton code for userland testing of VMA logic
Lorenzo Stoakes
1
-0
/
+207