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
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-10-02
Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
2
-44
/
+58
2025-09-29
tools/testing: Add support for changes to slab for sheaves
Liam R. Howlett
1
-91
/
+1
2025-09-29
tools/testing/vma: Implement vm_refcnt reset
Liam R. Howlett
1
-0
/
+2
2025-09-29
tools/testing/vma: clean up stubs in vma_internal.h
Lorenzo Stoakes
1
-110
/
+57
2025-09-22
mm: do not assume file == vma->vm_file in compat_vma_mmap_prepare()
Lorenzo Stoakes
1
-3
/
+9
2025-09-22
mm: specify separate file and vm_file params in vm_area_desc
Lorenzo Stoakes
1
-10
/
+18
2025-09-13
tools: testing: use existing atomic.h for vma/maple tests
Brendan Jackman
2
-26
/
+3
2025-09-13
mm: replace mm->flags with bitmap entirely and set to 64 bits
Lorenzo Stoakes
1
-2
/
+17
2025-09-13
mm: rename vm_ops->find_special_page() to vm_ops->find_normal_page()
David Hildenbrand
1
-5
/
+13
2025-08-05
Merge tag 'mm-stable-2025-08-03-12-35' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
1
-2
/
+4
2025-08-02
mm/mseal: always define VM_SEALED
Lorenzo Stoakes
1
-2
/
+4
2025-07-31
Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
2
-142
/
+153
2025-07-09
mm: update architecture and driver code to use vm_flags_t
Lorenzo Stoakes
1
-1
/
+1
2025-07-09
mm: update core kernel code to use vm_flags_t consistently
Lorenzo Stoakes
2
-137
/
+137
2025-07-09
mm: change vm_get_page_prot() to accept vm_flags_t argument
Lorenzo Stoakes
1
-1
/
+1
2025-07-09
mm/vma: use vmg->target to specify target VMA for new VMA merge
Lorenzo Stoakes
1
-3
/
+3
2025-07-09
mm: prevent KSM from breaking VMA merging for new VMAs
Lorenzo Stoakes
1
-0
/
+11
2025-06-17
fs: consistently use can_mmap_file() helper
Lorenzo Stoakes
1
-1
/
+1
2025-06-17
mm: rename call_mmap/mmap_prepare to vfs_mmap/mmap_prepare
Lorenzo Stoakes
1
-6
/
+26
2025-06-12
mm: add mmap_prepare() compatibility layer for nested file systems
Lorenzo Stoakes
1
-0
/
+16
2025-06-05
mm/hugetlb: unshare page tables during VMA split, not before
Jann Horn
1
-0
/
+2
2025-05-31
tools/testing/vma: add missing function stub
Lorenzo Stoakes
1
-0
/
+5
2025-05-13
mm: introduce new .mmap_prepare() file callback
Lorenzo Stoakes
1
-5
/
+61
2025-05-12
mm: perform VMA allocation, freeing, duplication in mm
Lorenzo Stoakes
3
-35
/
+136
2025-05-12
mm: abstract initial stack setup to mm subsystem
Lorenzo Stoakes
1
-0
/
+32
2025-05-12
mm: establish mm/vma_exec.c for shared exec/mm VMA functionality
Lorenzo Stoakes
3
-1
/
+42
2025-05-11
mm/vma: fix incorrectly disallowed anonymous VMA merges
Lorenzo Stoakes
1
-47
/
+53
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
[next]