summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2023-04-19selftests/mm: add uffdio register ioctls testPeter Xu1-15/+97
2023-04-19selftests/mm: add shmem-private test to uffd-stressPeter Xu2-5/+9
2023-04-19selftests/mm: drop sys/dev test in uffd-stress testPeter Xu4-40/+11
2023-04-19selftests/mm: allow uffd test to skip properly with no privilegePeter Xu4-18/+29
2023-04-19selftests/mm: workaround no way to detect uffd-minor + wpPeter Xu1-1/+7
2023-04-19selftests/mm: move zeropage test into uffd unit testsPeter Xu4-95/+108
2023-04-19selftests/mm: move uffd sig/events tests into uffd unit testsPeter Xu2-226/+265
2023-04-19selftests/mm: move uffd minor test to unit testPeter Xu4-145/+135
2023-04-19selftests/mm: move uffd pagemap test to unit testPeter Xu2-166/+145
2023-04-19selftests/mm: add framework for uffd-unit-testPeter Xu3-0/+163
2023-04-19selftests/mm: allow allocate_area() to fail properlyPeter Xu2-15/+36
2023-04-19selftests/mm: let uffd_handle_page_fault() take wp parameterPeter Xu3-16/+23
2023-04-19selftests/mm: rename uffd_stats to uffd_argsPeter Xu3-43/+42
2023-04-19selftests/mm: drop global hpage_size in uffd testsPeter Xu3-7/+8
2023-04-19selftests/mm: drop global mem_fd in uffd testsPeter Xu3-17/+28
2023-04-19selftests/mm: UFFDIO_API testPeter Xu1-1/+108
2023-04-19selftests/mm: uffd_open_{dev|sys}()Peter Xu3-23/+31
2023-04-19selftests/mm: uffd_[un]register()Peter Xu7-104/+64
2023-04-19selftests/mm: split uffd tests into uffd-stress and uffd-unit-testsPeter Xu5-8/+40
2023-04-19selftests/mm: create uffd-common.[ch]Peter Xu4-693/+731
2023-04-19selftests/mm: drop test_uffdio_zeropage_eexistPeter Xu1-9/+11
2023-04-19selftests/mm: test UFFDIO_ZEROPAGE only when !hugetlbPeter Xu1-1/+1
2023-04-19selftests/mm: reuse pagemap_get_entry() in vm_util.hPeter Xu1-22/+9
2023-04-19selftests/mm: use PM_* macros in vm_utils.hPeter Xu3-20/+12
2023-04-19selftests/mm: merge default_huge_page_size() into onePeter Xu5-66/+24
2023-04-19selftests/mm: link vm_util.c alwaysPeter Xu1-12/+1
2023-04-19selftests/mm: use TEST_GEN_PROGS where properPeter Xu1-32/+33
2023-04-19selftests/mm: merge util.h into vm_util.hPeter Xu8-85/+80
2023-04-19selftests/mm: dump a summary in run_vmtests.shPeter Xu1-0/+8
2023-04-19selftests/mm: update .gitignore with two missing testsPeter Xu1-0/+2
2023-04-19selftests/mm: mkdirty: test behavior of (pte|pmd)_mkdirty on VMAs without wri...David Hildenbrand2-0/+381
2023-04-19selftests/mm: reuse read_pmd_pagesize() in COW selftestDavid Hildenbrand5-31/+17
2023-04-19maple_tree: add a test case to check maple_allocPeng Zhang1-0/+24
2023-04-19sync mm-stable with mm-hotfixes-stable to pick up depended-upon upstream changesAndrew Morton1-7/+7
2023-04-19tools/Makefile: do missed s/vm/mm/SeongJae Park1-7/+7
2023-04-16sync mm-stable with mm-hotfixes-stable to pick up depended-upon upstream changesAndrew Morton2-1/+17
2023-04-16tools/mm/page_owner_sort.c: fix TGID output when cull=tg is usedSteve Chou1-1/+1
2023-04-06selftests/mm: set overcommit_policy as OVERCOMMIT_ALWAYSChaitanya S Prakash1-0/+8
2023-04-06selftests/mm: change NR_CHUNKS_HIGH for aarch64Chaitanya S Prakash1-4/+10
2023-04-06selftests/mm: change MAP_CHUNK_SIZEChaitanya S Prakash1-3/+7
2023-04-06mm: userfaultfd: add UFFDIO_CONTINUE_MODE_WP to install WP PTEsAxel Rasmussen1-0/+4
2023-04-06mm, treewide: redefine MAX_ORDER sanelyKirill A. Shutemov1-3/+3
2023-04-06selftests/mm: smoke test UFFD_FEATURE_WP_UNPOPULATEDPeter Xu1-2/+43
2023-04-06maple_tree: fix write memory barrier of nodes once dead for RCU modeLiam R. Howlett1-0/+16
2023-03-29selftests/mm: fix split huge page testsZi Yan1-3/+3
2023-03-29selftests: cgroup: add 'malloc' failures checks in test_memcontrolIvan Orlov1-0/+15
2023-03-26Merge tag 'x86_urgent_for_v6.3_rc4' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-3/+105
2023-03-25Merge tag 'mm-hotfixes-stable-2023-03-24-17-09' of git://git.kernel.org/pub/s...Linus Torvalds1-2/+1
2023-03-24Merge tag 'net-6.3-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds14-146/+204
2023-03-24kselftest: vm: fix unused variable warningPeter Xu1-2/+1