summaryrefslogtreecommitdiffstats
path: root/tools/testing
AgeCommit message (Expand)AuthorLines
2022-10-03selftests/vm: add thp collapse shmem testingZach O'Keefe-2/+55
2022-10-03selftests/vm: add thp collapse file and tmpfs testingZach O'Keefe-56/+431
2022-10-03selftests/vm: modularize thp collapse memory operationsZach O'Keefe-166/+207
2022-10-03selftests/vm: dedup THP helpersZach O'Keefe-76/+32
2022-10-03selftests/vm: retry on EAGAIN for MADV_COLLAPSE selftestZach O'Keefe-1/+22
2022-10-03selftest/damon: add a test for duplicate context dirs creationSeongJae Park-0/+28
2022-10-03memblock tests: add new pageblock related macroKefeng Wang-0/+2
2022-10-03mm/hmm/test: use char dev with struct device to get device nodeMika Penttilä-10/+0
2022-10-03Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski-603/+5446
2022-10-03Merge tag 'kvm-riscv-6.1-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini-191/+448
2022-10-03Merge tag 'kvmarm-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini-12/+331
2022-10-03Merge tag 'nolibc.2022.09.30a' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-0/+896
2022-10-03selftests: mptcp: update and extend fastclose test-casesPaolo Abeni-25/+130
2022-10-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller-59/+45
2022-10-01Merge branch kvm-arm64/misc-6.1 into kvmarm-master/nextMarc Zyngier-4/+6
2022-10-01Merge branch kvm-arm64/dirty-log-ordered into kvmarm-master/nextMarc Zyngier-4/+9
2022-09-30selftests/tc-testing: update qdisc/cls/action features in configZhengchao Shao-1/+24
2022-09-30Merge tag 'for-linus-6.0' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-35/+115
2022-09-30selftests/xsk: Fix double freeMagnus Karlsson-3/+0
2022-09-30selftests/bpf: Fix spelling mistake "unpriviledged" -> "unprivileged"Colin Ian King-2/+2
2022-09-30kunit: tool: rename all_test_uml.config, use it for --alltestsDaniel Latypov-90/+33
2022-09-30kunit: tool: remove UML specific options from all_tests_uml.configDaniel Latypov-2/+0
2022-09-30kunit: add kunit.enable to enable/disable KUnit testJoe Fradley-0/+1
2022-09-30kunit: tool: make --raw_output=kunit (aka --raw_output) preserve leading spacesDaniel Latypov-5/+7
2022-09-30Merge tag 'kvm-x86-6.1-2' of https://github.com/sean-jc/linux into HEADPaolo Bonzini-81/+358
2022-09-30KVM: selftests: Fix nx_huge_pages_test on TDP-disabled hostsDavid Matlack-2/+48
2022-09-30KVM: selftests: Add helpers to read kvm_{intel,amd} boolean module parametersDavid Matlack-12/+44
2022-09-30KVM: selftests: Tell the compiler that code after TEST_FAIL() is unreachableDavid Matlack-2/+4
2022-09-30Revert "KVM: selftests: Fix nested SVM tests when built with clang"Sean Christopherson-13/+1
2022-09-30KVM: selftests: Dedup subtests of fix_hypercall_testSean Christopherson-32/+13
2022-09-30KVM: selftests: Explicitly verify KVM doesn't patch hypercall if quirk==offSean Christopherson-8/+18
2022-09-30KVM: selftests: Hardcode VMCALL/VMMCALL opcodes in "fix hypercall" testSean Christopherson-27/+16
2022-09-30KVM: selftests: Remove unnecessary register shuffling in fix_hypercall_testSean Christopherson-14/+8
2022-09-30KVM: selftests: Compare insn opcodes directly in fix_hypercall_testSean Christopherson-18/+16
2022-09-30KVM: selftests: Implement memcmp(), memcpy(), and memset() for guest useSean Christopherson-1/+49
2022-09-30KVM: selftests: Gracefully handle empty stack tracesDavid Matlack-7/+13
2022-09-30KVM: selftests: replace assertion with warning in access_tracking_perf_testEmanuele Giuseppe Esposito-9/+16
2022-09-30Merge branch 'for-next/kselftest' into for-next/coreCatalin Marinas-168/+1313
2022-09-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-88/+16
2022-09-29kselftest/arm64: Handle EINTR while reading data from childrenMark Brown-35/+50
2022-09-29kselftest/arm64: Flag fp-stress as exiting when we begin finishing upMark Brown-0/+1
2022-09-29kselftest/arm64: Don't repeat termination handler for fp-stressMark Brown-0/+4
2022-09-29kselftest/arm64: Don't enable v8.5 for MTE selftest buildsMark Brown-4/+3
2022-09-29selftests/bpf: Check -EBUSY for the recurred bpf_setsockopt(TCP_CONGESTION)Martin KaFai Lau-8/+21
2022-09-29Merge tag 'net-6.0-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds-1/+1
2022-09-29tracing/user_events: Use bits vs bytes for enabled status page dataBeau Belgrave-11/+47
2022-09-29KVM: selftests: dirty-log: Use KVM_CAP_DIRTY_LOG_RING_ACQ_REL if availableMarc Zyngier-2/+6
2022-09-29KVM: selftests: dirty-log: Upgrade flag accesses to acquire/release semanticsMarc Zyngier-2/+3
2022-09-28selftests/bpf: Convert udp_limit test to ASSERT_* macrosWang Yufen-11/+7
2022-09-28selftests/bpf: Convert tcpbpf_user test to ASSERT_* macrosWang Yufen-20/+12