summaryrefslogtreecommitdiff
path: root/tools/testing/vma
AgeCommit message (Expand)Author
2025-10-02Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-09-29tools/testing: Add support for changes to slab for sheavesLiam R. Howlett
2025-09-29tools/testing/vma: Implement vm_refcnt resetLiam R. Howlett
2025-09-29tools/testing/vma: clean up stubs in vma_internal.hLorenzo Stoakes
2025-09-22mm: do not assume file == vma->vm_file in compat_vma_mmap_prepare()Lorenzo Stoakes
2025-09-22mm: specify separate file and vm_file params in vm_area_descLorenzo Stoakes
2025-09-13tools: testing: use existing atomic.h for vma/maple testsBrendan Jackman
2025-09-13mm: replace mm->flags with bitmap entirely and set to 64 bitsLorenzo Stoakes
2025-09-13mm: rename vm_ops->find_special_page() to vm_ops->find_normal_page()David Hildenbrand
2025-08-05Merge tag 'mm-stable-2025-08-03-12-35' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-08-02mm/mseal: always define VM_SEALEDLorenzo Stoakes
2025-07-31Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-07-09mm: update architecture and driver code to use vm_flags_tLorenzo Stoakes
2025-07-09mm: update core kernel code to use vm_flags_t consistentlyLorenzo Stoakes
2025-07-09mm: change vm_get_page_prot() to accept vm_flags_t argumentLorenzo Stoakes
2025-07-09mm/vma: use vmg->target to specify target VMA for new VMA mergeLorenzo Stoakes
2025-07-09mm: prevent KSM from breaking VMA merging for new VMAsLorenzo Stoakes
2025-06-17fs: consistently use can_mmap_file() helperLorenzo Stoakes
2025-06-17mm: rename call_mmap/mmap_prepare to vfs_mmap/mmap_prepareLorenzo Stoakes
2025-06-12mm: add mmap_prepare() compatibility layer for nested file systemsLorenzo Stoakes
2025-06-05mm/hugetlb: unshare page tables during VMA split, not beforeJann Horn
2025-05-31tools/testing/vma: add missing function stubLorenzo Stoakes
2025-05-13mm: introduce new .mmap_prepare() file callbackLorenzo Stoakes
2025-05-12mm: perform VMA allocation, freeing, duplication in mmLorenzo Stoakes
2025-05-12mm: abstract initial stack setup to mm subsystemLorenzo Stoakes
2025-05-12mm: establish mm/vma_exec.c for shared exec/mm VMA functionalityLorenzo Stoakes
2025-05-11mm/vma: fix incorrectly disallowed anonymous VMA mergesLorenzo Stoakes
2025-03-16mm: make vma cache SLAB_TYPESAFE_BY_RCUSuren Baghdasaryan
2025-03-16mm: move lesser used vma_area_struct members into the last cachelineSuren Baghdasaryan
2025-03-16mm: replace vm_lock and detached flag with a reference countSuren Baghdasaryan
2025-03-16mm: introduce vma_iter_store_attached() to use with attached vmasSuren Baghdasaryan
2025-03-16mm: mark vma as detached until it's added into vma treeSuren Baghdasaryan
2025-03-16mm: move per-vma lock into vm_area_structSuren Baghdasaryan
2025-03-16mm: completely abstract unnecessary adj_start calculationLorenzo Stoakes
2025-03-16mm: eliminate adj_start parameter from commit_merge()Lorenzo Stoakes
2025-03-16mm: further refactor commit_merge()Lorenzo Stoakes
2025-03-16mm: simplify vma merge structure and expand commentsLorenzo Stoakes
2025-01-25tools: add VM_WARN_ON_VMG definitionSuren Baghdasaryan
2025-01-25mm: make mmap_region() internalLorenzo Stoakes
2025-01-25tools: testing: add simple __mmap_region() userland testLorenzo Stoakes
2025-01-13mm: convert mm_lock_seq to a proper seqcountSuren Baghdasaryan
2025-01-13mm/vma: move __vm_munmap() to mm/vma.cLorenzo Stoakes
2025-01-13mm/vma: move stack expansion logic to mm/vma.cLorenzo Stoakes
2025-01-13mm/vma: move unmapped_area() internals to mm/vma.cLorenzo Stoakes
2025-01-13mm/vma: move brk() internals to mm/vma.cLorenzo Stoakes
2025-01-12tools: fix atomic_set() definition to set the value correctlySuren Baghdasaryan
2024-11-06tools: testing: add additional vma_internal.h stubsLorenzo Stoakes
2024-11-06tools: testing: fix phys_addr_t size on 64-bit systemsLorenzo Stoakes
2024-10-28tools: testing: add expand-only mode VMA testLorenzo Stoakes
2024-09-03mm: rework vm_ops->close() handling on VMA mergeLorenzo Stoakes