aboutsummaryrefslogtreecommitdiff
path: root/tools/testing
AgeCommit message (Expand)AuthorFilesLines
2023-04-18selftests/mm: move uffd pagemap test to unit testPeter Xu2-166/+145
2023-04-18selftests/mm: add framework for uffd-unit-testPeter Xu3-0/+163
2023-04-18selftests/mm: allow allocate_area() to fail properlyPeter Xu2-15/+36
2023-04-18selftests/mm: let uffd_handle_page_fault() take wp parameterPeter Xu3-16/+23
2023-04-18selftests/mm: rename uffd_stats to uffd_argsPeter Xu3-43/+42
2023-04-18selftests/mm: drop global hpage_size in uffd testsPeter Xu3-7/+8
2023-04-18selftests/mm: drop global mem_fd in uffd testsPeter Xu3-17/+28
2023-04-18selftests/mm: UFFDIO_API testPeter Xu1-1/+108
2023-04-18selftests/mm: uffd_open_{dev|sys}()Peter Xu3-23/+31
2023-04-18selftests/mm: uffd_[un]register()Peter Xu7-104/+64
2023-04-18selftests/mm: split uffd tests into uffd-stress and uffd-unit-testsPeter Xu5-8/+40
2023-04-18selftests/mm: create uffd-common.[ch]Peter Xu4-693/+731
2023-04-18selftests/mm: drop test_uffdio_zeropage_eexistPeter Xu1-9/+11
2023-04-18selftests/mm: test UFFDIO_ZEROPAGE only when !hugetlbPeter Xu1-1/+1
2023-04-18selftests/mm: reuse pagemap_get_entry() in vm_util.hPeter Xu1-22/+9
2023-04-18selftests/mm: use PM_* macros in vm_utils.hPeter Xu3-20/+12
2023-04-18selftests/mm: merge default_huge_page_size() into onePeter Xu5-66/+24
2023-04-18selftests/mm: link vm_util.c alwaysPeter Xu1-12/+1
2023-04-18selftests/mm: use TEST_GEN_PROGS where properPeter Xu1-32/+33
2023-04-18selftests/mm: merge util.h into vm_util.hPeter Xu8-85/+80
2023-04-18selftests/mm: dump a summary in run_vmtests.shPeter Xu1-0/+8
2023-04-18selftests/mm: update .gitignore with two missing testsPeter Xu1-0/+2
2023-04-18selftests/mm: mkdirty: test behavior of (pte|pmd)_mkdirty on VMAs without wri...David Hildenbrand2-0/+381
2023-04-18selftests/mm: reuse read_pmd_pagesize() in COW selftestDavid Hildenbrand5-31/+17
2023-04-18maple_tree: add a test case to check maple_allocPeng Zhang1-0/+24
2023-04-18selftests: Test the new RISC-V hwprobe interfaceEvan Green5-0/+171
2023-04-18libbpf: move bpf_for(), bpf_for_each(), and bpf_repeat() into bpf_helpers.hAndrii Nakryiko1-103/+0
2023-04-18selftests/bpf: add missing __weak kfunc log fixup testAndrii Nakryiko2-0/+41
2023-04-18selftests/proc: Assert clock_gettime(CLOCK_BOOTTIME) VS /proc/uptime monotoni...Frederic Weisbecker3-8/+47
2023-04-18selftests/proc: Remove idle time monotonicity assertionsFrederic Weisbecker3-27/+14
2023-04-17selftests/bpf: Add a selftest for checking subreg equalityYonghong Song2-0/+60
2023-04-17selftests: mptcp: join: fix ShellCheck warningsMatthieu Baerts1-2/+8
2023-04-17selftests: mptcp: remove duplicated entries in usageMatthieu Baerts1-4/+4
2023-04-17selftests: openvswitch: add support for upcall testingAaron Conole2-11/+165
2023-04-17selftests: openvswitch: add flow dump supportAaron Conole1-0/+1026
2023-04-17selftests: openvswitch: add interface supportAaron Conole2-10/+163
2023-04-16sync mm-stable with mm-hotfixes-stable to pick up depended-upon upstream changesAndrew Morton1-0/+16
2023-04-16bpf: Remove bpf_kfunc_call_test_kptr_get() test kfuncDavid Vernet3-140/+5
2023-04-16selftest, ptrace: Add selftest for syscall user dispatch config apiGregory Price3-1/+74
2023-04-16selftests/timers/posix_timers: Test delivery of signals across threadsDmitry Vyukov1-0/+77
2023-04-15selftests/bpf: Add refcounted_kptr testsDave Marchevsky3-0/+496
2023-04-15bpf: Migrate bpf_rbtree_remove to possibly failDave Marchevsky4-84/+182
2023-04-15selftests/bpf: Modify linked_list tests to work with macro-ified insertsDave Marchevsky4-67/+73
2023-04-15bpf: Migrate bpf_rbtree_add and bpf_list_push_{front,back} to possibly failDave Marchevsky1-10/+39
2023-04-15bpf: Add bpf_refcount_acquire kfuncDave Marchevsky1-0/+13
2023-04-14KVM: selftests: Test the PMU event "Instructions retired"Aaron Lewis1-2/+32
2023-04-14KVM: selftests: Copy full counter values from guest in PMU event filter testSean Christopherson1-90/+80
2023-04-14KVM: selftests: Use error codes to signal errors in PMU event filter testSean Christopherson1-8/+8
2023-04-14KVM: selftests: Print detailed info in PMU event filter assertsAaron Lewis1-6/+5
2023-04-14KVM: selftests: Add helpers for PMC asserts in PMU event filter testAaron Lewis1-25/+27