summaryrefslogtreecommitdiff
path: root/tools/testing/vma
AgeCommit message (Expand)AuthorFilesLines
10 daysmm: fix CONFIG_STACK_GROWSUP typo in tools/testing/vma/include/dup.hEthan Nelson-Moore1-1/+1
10 daystools/testing/vma: expand VMA merge tests to assert anon pgoffLorenzo Stoakes (ARM)1-9/+36
10 daysmm: propagate VMA anonymous page offset on map, remap, split + mergeLorenzo Stoakes (ARM)3-7/+10
10 daystools/testing/vma: add tests for copy_vma() self-mergeLorenzo Stoakes (ARM)1-1/+45
10 daysmm/vma: fix self-merge check in copy_vma()Lorenzo Stoakes (ARM)1-0/+1
10 daysmm: introduce linear_anon_page_index()Lorenzo Stoakes (ARM)1-1/+24
10 daysmm: provide vma_[flags_]is_cow_mapping() and remove is_cow_mapping()Lorenzo Stoakes (ARM)1-0/+11
10 daysmm/vma: introduce VMA anon page offset field and add helpersLorenzo Stoakes (ARM)1-0/+26
2026-08-07mm/vma: update create_init_stack_vma() to use vma_flags_tLorenzo Stoakes1-0/+4
2026-08-07mm: introduce vma_get_page_prot() and use itLorenzo Stoakes1-0/+5
2026-08-07mm/vma: rename vma_get_page_prot to vma_flags_to_page_protLorenzo Stoakes1-1/+1
2026-08-05tools/testing/vma: output compared expression on ASSERT_[EQ, NE]()Lorenzo Stoakes1-12/+26
2026-08-05tools/testing/vma: default VMA, mm flag bits to 64-bitLorenzo Stoakes1-1/+1
2026-08-05mm/vma: introduce and use vma_set_pgoff()Lorenzo Stoakes1-2/+2
2026-08-05mm/vma: update vma_shrink() to not pass start, pgoff parametersLorenzo Stoakes1-1/+1
2026-08-05mm/vma: make vma_set_range() static, drop insert_vm_struct() declLorenzo Stoakes2-14/+0
2026-08-05mm/vma: introduce vma_assert_can_modify()Lorenzo Stoakes1-2/+13
2026-08-05mm/vma: remove duplicative vma_pgoff_offset() helperLorenzo Stoakes1-0/+16
2026-08-05mm/rmap: rename anon_vma_interval_tree_*() to anon_rmap_tree_*()Lorenzo Stoakes1-4/+4
2026-08-05mm/rmap: parameterise anon_vma_interval_tree_*() by anon_vmaLorenzo Stoakes1-2/+2
2026-08-05mm/rmap: rename vma_interval_tree_*() to mapping_rmap_tree_*()Lorenzo Stoakes1-2/+2
2026-08-05mm/rmap: parameterise vma_interval_tree_*() by address_spaceLorenzo Stoakes1-2/+2
2026-08-05mm: introduce and use vma_end_pgoff()Lorenzo Stoakes1-0/+5
2026-08-05tools/testing/vma: use vma_start_pgoff() in merge testsLorenzo Stoakes1-19/+19
2026-08-05mm: move vma_start_pgoff() into mm.h and clean upLorenzo Stoakes1-0/+5
2026-06-05mm/vma: eliminate mmap_action->error_hook, introduce error_overrideLorenzo Stoakes1-6/+3
2026-06-05mm/vma: remove mmap_action->success_hookLorenzo Stoakes1-10/+0
2026-06-05drivers/char/mem: eliminate unnecessary use of success_hookLorenzo Stoakes1-0/+1
2026-04-27mm/vma: do not try to unmap a VMA if mmap_prepare() invoked from mmap()Lorenzo Stoakes2-2/+3
2026-04-05mm: add mmap_action_map_kernel_pages[_full]()Lorenzo Stoakes (Oracle)1-0/+7
2026-04-05mm: allow handling of stacked mmap_prepare hooks in more driversLorenzo Stoakes (Oracle)1-24/+44
2026-04-05mm: add mmap_action_simple_ioremap()Lorenzo Stoakes (Oracle)1-1/+5
2026-04-05mm: add vm_ops->mapped hookLorenzo Stoakes (Oracle)1-0/+17
2026-04-05mm: have mmap_action_complete() handle the rmap lock and unmapLorenzo Stoakes (Oracle)1-7/+1
2026-04-05mm: switch the rmap lock held option off in compat layerLorenzo Stoakes (Oracle)1-20/+22
2026-04-05mm: document vm_operations_struct->open the same as close()Lorenzo Stoakes (Oracle)1-5/+10
2026-04-05mm: various small mmap_prepare cleanupsLorenzo Stoakes (Oracle)2-6/+9
2026-04-05mm/vma: convert __mmap_region() to use vma_flags_tLorenzo Stoakes (Oracle)2-39/+13
2026-04-05mm/vma: convert vma_modify_flags[_uffd]() to use vma_flags_tLorenzo Stoakes (Oracle)2-11/+14
2026-04-05mm/vma: convert as much as we can in mm/vma.c to vma_flags_tLorenzo Stoakes (Oracle)2-1/+5
2026-04-05tools/testing/vma: update VMA tests to test vma_clear_flags[_mask]()Lorenzo Stoakes (Oracle)1-16/+17
2026-04-05mm/vma: introduce vma_clear_flags[_mask]()Lorenzo Stoakes (Oracle)1-0/+9
2026-04-05mm: convert do_brk_flags() to use vma_flags_tLorenzo Stoakes (Oracle)4-28/+29
2026-04-05tools/testing/vma: test vma_flags_count,vma[_flags]_test_single_maskLorenzo Stoakes (Oracle)1-9/+54
2026-04-05mm: introduce vma_flags_count() and vma[_flags]_test_single_mask()Lorenzo Stoakes (Oracle)3-6/+27
2026-04-05tools/testing/vma: update VMA flag tests to test vma_test[_any_mask]()Lorenzo Stoakes (Oracle)1-6/+13
2026-04-05mm/vma: introduce vma_test[_any[_mask]](), and make inlining consistentLorenzo Stoakes (Oracle)1-21/+40
2026-04-05tools/testing/vma: test that legacy flag helpers work correctlyLorenzo Stoakes (Oracle)1-0/+6
2026-04-05mm/vma: introduce [vma_flags,legacy]_to_[legacy,vma_flags]() helpersLorenzo Stoakes (Oracle)1-4/+32
2026-04-05mm/vma: introduce vma_flags_same[_mask/_pair]()Lorenzo Stoakes (Oracle)2-11/+21