index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
reconnect-fixes
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
testing
/
vma
Age
Commit message (
Expand
)
Author
Files
Lines
2025-06-27
mm/hugetlb: unshare page tables during VMA split, not before
Jann Horn
1
-0
/
+2
2025-03-16
mm: make vma cache SLAB_TYPESAFE_BY_RCU
Suren Baghdasaryan
1
-7
/
+2
2025-03-16
mm: move lesser used vma_area_struct members into the last cacheline
Suren Baghdasaryan
1
-19
/
+18
2025-03-16
mm: replace vm_lock and detached flag with a reference count
Suren Baghdasaryan
2
-33
/
+35
2025-03-16
mm: introduce vma_iter_store_attached() to use with attached vmas
Suren Baghdasaryan
2
-9
/
+43
2025-03-16
mm: mark vma as detached until it's added into vma tree
Suren Baghdasaryan
1
-5
/
+12
2025-03-16
mm: move per-vma lock into vm_area_struct
Suren Baghdasaryan
1
-26
/
+7
2025-03-16
mm: completely abstract unnecessary adj_start calculation
Lorenzo Stoakes
1
-2
/
+2
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: add VM_WARN_ON_VMG definition
Suren Baghdasaryan
1
-0
/
+1
2025-01-25
mm: make mmap_region() internal
Lorenzo Stoakes
1
-0
/
+65
2025-01-25
tools: testing: add simple __mmap_region() userland test
Lorenzo Stoakes
2
-1
/
+54
2025-01-13
mm: convert mm_lock_seq to a proper seqcount
Suren Baghdasaryan
2
-4
/
+4
2025-01-13
mm/vma: move __vm_munmap() to mm/vma.c
Lorenzo Stoakes
1
-0
/
+9
2025-01-13
mm/vma: move stack expansion logic to mm/vma.c
Lorenzo Stoakes
2
-0
/
+67
2025-01-13
mm/vma: move unmapped_area() internals to mm/vma.c
Lorenzo Stoakes
2
-0
/
+65
2025-01-13
mm/vma: move brk() internals to mm/vma.c
Lorenzo Stoakes
1
-0
/
+22
2025-01-12
tools: fix atomic_set() definition to set the value correctly
Suren Baghdasaryan
1
-1
/
+1
2024-11-06
tools: testing: add additional vma_internal.h stubs
Lorenzo Stoakes
1
-1
/
+114
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
2
-2
/
+37
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
2
-10
/
+1317
2024-09-03
tools: improve vma test Makefile
Lorenzo Stoakes
1
-2
/
+4
2024-09-01
tools: add skeleton code for userland testing of VMA logic
Lorenzo Stoakes
6
-0
/
+1162