summaryrefslogtreecommitdiff
path: root/tools/testing/vma
AgeCommit message (Expand)Author
11 daystools/testing/vma: add VMA userland tests for VMA flag functionsLorenzo Stoakes
11 daystools/testing/vma: separate out vma_internal.h into logical headersLorenzo Stoakes
11 daystools/testing/vma: separate VMA userland tests into separate filesLorenzo Stoakes
11 daysmm: make vm_area_desc utilise vma_flags_t onlyLorenzo Stoakes
11 daysmm: add basic VMA flag operation helper functionsLorenzo Stoakes
11 daysmm: use unmap_desc struct for freeing page tablesLiam R. Howlett
11 daysmm/vma: use unmap_desc in exit_mmap() and vms_clear_ptes()Liam R. Howlett
11 daysmm/memory: add tree limit to free_pgtables()Liam R. Howlett
2026-01-26mm/rmap: separate out fork-only logic on anon_vma_clone()Lorenzo Stoakes
2026-01-26mm/rmap: remove anon_vma_merge() functionLorenzo Stoakes
2025-11-29mm: introduce VMA flags bitmap typeLorenzo Stoakes
2025-11-29tools/testing/vma: eliminate dependency on vma->__vm_flagsLorenzo Stoakes
2025-11-29mm: declare VMA flags by bitLorenzo Stoakes
2025-11-24tools/testing/vma: add missing stubLorenzo Stoakes
2025-11-24mm: softdirty: add pgtable_supports_soft_dirty()Chunyan Zhang
2025-11-20mm: propagate VM_SOFTDIRTY on mergeLorenzo Stoakes
2025-11-20mm: add vma_start_write_killable()Matthew Wilcox (Oracle)
2025-11-20tools/testing/vma: add VMA sticky userland testsLorenzo Stoakes
2025-11-20mm: introduce copy-on-fork VMAs and make VM_MAYBE_GUARD oneLorenzo Stoakes
2025-11-20mm: implement sticky VMA flagsLorenzo Stoakes
2025-11-20mm: update vma_modify_flags() to handle residual flags, documentLorenzo Stoakes
2025-11-20mm: introduce VM_MAYBE_GUARD and make visible in /proc/$pid/smapsLorenzo Stoakes
2025-11-20mm: kill mm_wr_locked from unmap_vmas() and unmap_single_vma()Kefeng Wang
2025-11-16mm: add ability to take further action in vm_area_descLorenzo Stoakes
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