summaryrefslogtreecommitdiffstats
path: root/tools/testing
AgeCommit message (Expand)AuthorLines
2021-09-22KVM: selftests: Refactor help message for -s backing_srcDavid Matlack-22/+25
2021-09-22KVM: selftests: Change backing_src flag to -s in demand_paging_testDavid Matlack-5/+5
2021-09-22selftests: KVM: Align SMCCC call with the spec in steal_timeOliver Upton-2/+2
2021-09-22selftests: KVM: Fix check for !POLLIN in demand_paging_testOliver Upton-1/+1
2021-09-22KVM: selftests: Add a test for KVM_RUN+rseq to detect task migration bugsSean Christopherson-0/+240
2021-09-21seltests: bpf: test_tunnel: Use ip neighJiri Benc-2/+3
2021-09-21selftests/bpf: Adopt attach_probe selftest to work on old kernelsAndrii Nakryiko-4/+20
2021-09-21tools/testing/cxl: Introduce a mock memory device + driverDan Williams-1/+354
2021-09-21tools/testing/cxl: Introduce a mocked-up CXL port hierarchyDan Williams-0/+871
2021-09-21kselftest/arm64: signal: Skip tests if required features are missingCristian Marussi-2/+5
2021-09-21selftests: netfilter: add zone stress test with colliding tuplesFlorian Westphal-0/+156
2021-09-21selftests: netfilter: add selftest for directional zone supportFlorian Westphal-0/+309
2021-09-19Merge tag 'powerpc-5.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds-8/+65
2021-09-19selftests: net: af_unix: Fix makefile to use TEST_GEN_PROGSShuah Khan-4/+1
2021-09-19selftests: net: af_unix: Fix incorrect args in test result msgShuah Khan-2/+3
2021-09-18selftests: mptcp: add mptcp getsockopt test casesFlorian Westphal-3/+714
2021-09-17selftests/bpf: Add trace_vprintk test progDave Marchevsky-1/+103
2021-09-17selftests/bpf: Migrate prog_tests/trace_printk CHECKs to ASSERTsDave Marchevsky-15/+9
2021-09-17bpftool: Only probe trace_vprintk feature in 'full' modeDave Marchevsky-13/+9
2021-09-17selftests/bpf: Stop using bpf_program__loadDave Marchevsky-8/+31
2021-09-17Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski-447/+1575
2021-09-17selftests/bpf: Fix a few compiler warningsYonghong Song-5/+3
2021-09-17selftests/bpf: Switch fexit_bpf2bpf selftest to set_attach_target() APIAndrii Nakryiko-17/+26
2021-09-17selftests/bpf: Stop using relaxed_core_relocs which has no effectAndrii Nakryiko-2/+1
2021-09-17net: update NXP copyright textVladimir Oltean-1/+1
2021-09-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-34/+406
2021-09-16Merge tag 'net-5.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-27/+283
2021-09-16selftests: kvm: fix get_run_delay() ignoring fscanf() return warnShuah Khan-2/+5
2021-09-16selftests: kvm: move get_run_delay() into lib/test_utilShuah Khan-30/+16
2021-09-16selftests:kvm: fix get_trans_hugepagesz() ignoring fscanf() return warnShuah Khan-1/+4
2021-09-16selftests:kvm: fix get_warnings_count() ignoring fscanf() return warnShuah Khan-1/+2
2021-09-16torture: Make kvm-remote.sh print size of downloaded tarballPaul E. McKenney-0/+1
2021-09-16torture: Allot 1G of memory for scftorture runsPaul E. McKenney-1/+1
2021-09-16selftests: nci: replace unsigned int with intXiang wangx-1/+1
2021-09-15selftests: be sure to make khdr before other targetsLi Zhijian-0/+1
2021-09-15selftests/bpf: Skip btf_tag test if btf_tag attribute not supportedYonghong Song-1/+31
2021-09-15selftests: net: test ethtool -L vs mqJakub Kicinski-1/+78
2021-09-14selftests/bpf: Add a test with a bpf program with btf_tag attributesYonghong Song-0/+53
2021-09-14selftests/bpf: Test BTF_KIND_TAG for deduplicationYonghong Song-17/+175
2021-09-14selftests/bpf: Add BTF_KIND_TAG unit testsYonghong Song-0/+248
2021-09-14selftests/bpf: Change NAME_NTH/IS_NAME_NTH for BTF_KIND_TAG formatYonghong Song-2/+2
2021-09-14selftests/bpf: Test libbpf API function btf__add_tag()Yonghong Song-1/+27
2021-09-14selftests/bpf: Fix .gitignore to not ignore test_progs.cAndrii Nakryiko-2/+3
2021-09-14bpf,x64 Emit IMUL instead of MUL for x86-64Jie Meng-3/+19
2021-09-14selftests/bpf: Update selftests to always provide "struct_ops" SECAndrii Nakryiko-9/+3
2021-09-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller-25/+281
2021-09-13torture: Make torture.sh print the number of files to be compressedPaul E. McKenney-2/+7
2021-09-13bpf, selftests: Add test case for mixed cgroup v1/v2Daniel Borkmann-6/+127
2021-09-13bpf, selftests: Add cgroup v1 net_cls classid helpersDaniel Borkmann-12/+141
2021-09-13bpf, selftests: Replicate tailcall limit test for indirect call caseDaniel Borkmann-5/+54