summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2023-04-18selftests/mm: add uffdio register ioctls testPeter Xu
2023-04-18selftests/mm: add shmem-private test to uffd-stressPeter Xu
2023-04-18selftests/mm: drop sys/dev test in uffd-stress testPeter Xu
2023-04-18selftests/mm: allow uffd test to skip properly with no privilegePeter Xu
2023-04-18selftests/mm: workaround no way to detect uffd-minor + wpPeter Xu
2023-04-18selftests/mm: move zeropage test into uffd unit testsPeter Xu
2023-04-18selftests/mm: move uffd sig/events tests into uffd unit testsPeter Xu
2023-04-18selftests/mm: move uffd minor test to unit testPeter Xu
2023-04-18selftests/mm: move uffd pagemap test to unit testPeter Xu
2023-04-18selftests/mm: add framework for uffd-unit-testPeter Xu
2023-04-18selftests/mm: allow allocate_area() to fail properlyPeter Xu
2023-04-18selftests/mm: let uffd_handle_page_fault() take wp parameterPeter Xu
2023-04-18selftests/mm: rename uffd_stats to uffd_argsPeter Xu
2023-04-18selftests/mm: drop global hpage_size in uffd testsPeter Xu
2023-04-18selftests/mm: drop global mem_fd in uffd testsPeter Xu
2023-04-18selftests/mm: UFFDIO_API testPeter Xu
2023-04-18selftests/mm: uffd_open_{dev|sys}()Peter Xu
2023-04-18selftests/mm: uffd_[un]register()Peter Xu
2023-04-18selftests/mm: split uffd tests into uffd-stress and uffd-unit-testsPeter Xu
2023-04-18selftests/mm: create uffd-common.[ch]Peter Xu
2023-04-18selftests/mm: drop test_uffdio_zeropage_eexistPeter Xu
2023-04-18selftests/mm: test UFFDIO_ZEROPAGE only when !hugetlbPeter Xu
2023-04-18selftests/mm: reuse pagemap_get_entry() in vm_util.hPeter Xu
2023-04-18selftests/mm: use PM_* macros in vm_utils.hPeter Xu
2023-04-18selftests/mm: merge default_huge_page_size() into onePeter Xu
2023-04-18selftests/mm: link vm_util.c alwaysPeter Xu
2023-04-18selftests/mm: use TEST_GEN_PROGS where properPeter Xu
2023-04-18selftests/mm: merge util.h into vm_util.hPeter Xu
2023-04-18selftests/mm: dump a summary in run_vmtests.shPeter Xu
2023-04-18selftests/mm: update .gitignore with two missing testsPeter Xu
2023-04-18selftests/mm: mkdirty: test behavior of (pte|pmd)_mkdirty on VMAs without wri...David Hildenbrand
2023-04-18selftests/mm: reuse read_pmd_pagesize() in COW selftestDavid Hildenbrand
2023-04-18maple_tree: add a test case to check maple_allocPeng Zhang
2023-04-18sync mm-stable with mm-hotfixes-stable to pick up depended-upon upstream changesAndrew Morton
2023-04-18tools/Makefile: do missed s/vm/mm/SeongJae Park
2023-04-16sync mm-stable with mm-hotfixes-stable to pick up depended-upon upstream changesAndrew Morton
2023-04-16tools/mm/page_owner_sort.c: fix TGID output when cull=tg is usedSteve Chou
2023-04-05selftests/mm: set overcommit_policy as OVERCOMMIT_ALWAYSChaitanya S Prakash
2023-04-05selftests/mm: change NR_CHUNKS_HIGH for aarch64Chaitanya S Prakash
2023-04-05selftests/mm: change MAP_CHUNK_SIZEChaitanya S Prakash
2023-04-05mm: userfaultfd: add UFFDIO_CONTINUE_MODE_WP to install WP PTEsAxel Rasmussen
2023-04-05mm, treewide: redefine MAX_ORDER sanelyKirill A. Shutemov
2023-04-05selftests/mm: smoke test UFFD_FEATURE_WP_UNPOPULATEDPeter Xu
2023-04-05maple_tree: fix write memory barrier of nodes once dead for RCU modeLiam R. Howlett
2023-03-28selftests/mm: fix split huge page testsZi Yan
2023-03-28selftests: cgroup: add 'malloc' failures checks in test_memcontrolIvan Orlov
2023-03-26Merge tag 'x86_urgent_for_v6.3_rc4' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-03-24Merge tag 'mm-hotfixes-stable-2023-03-24-17-09' of git://git.kernel.org/pub/s...Linus Torvalds
2023-03-24Merge tag 'net-6.3-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2023-03-23kselftest: vm: fix unused variable warningPeter Xu