summaryrefslogtreecommitdiffstats
path: root/tools/testing
AgeCommit message (Expand)AuthorLines
2020-07-01x86/ptrace: Fix 32-bit PTRACE_SETREGS vs fsbase and gsbaseAndy Lutomirski-1/+246
2020-07-01selftests/x86/fsgsbase: Add a missing memory constraintAndy Lutomirski-1/+2
2020-07-01selftests/x86/fsgsbase: Fix a comment in the ptrace_write_gsbase testAndy Lutomirski-1/+2
2020-07-01selftests/x86: Consolidate and fix get/set_eflags() helpersAndy Lutomirski-90/+51
2020-07-01selftests/x86/syscall_nt: Clear weird flags after each testAndy Lutomirski-0/+1
2020-07-01selftests/x86/syscall_nt: Add more flag combinationsAndy Lutomirski-0/+15
2020-07-01selftests/bpf: Add byte swapping selftestAndrii Nakryiko-0/+90
2020-06-30selftests/bpf: Allow substituting custom vmlinux.h for selftests buildAndrii Nakryiko-2/+7
2020-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller-16/+108
2020-06-30bpf: Add tests for PTR_TO_BTF_ID vs. null comparisonYonghong Song-1/+45
2020-06-30selftests: bpf: Pass program to bpf_prog_detach in flow_dissectorLorenz Bauer-2/+2
2020-06-30selftests: bpf: Pass program and target_fd in flow_dissector_reattachLorenz Bauer-6/+6
2020-06-30selftests/bpf: Test updating flow_dissector link with same programJakub Sitnicki-4/+28
2020-06-30selftests/powerpc: Add test for execute-disabled pkeysSandipan Das-1/+391
2020-06-30selftests/powerpc: Move Hash MMU check to utilitiesSandipan Das-29/+30
2020-06-30selftests/powerpc: Fix pkey access right updatesSandipan Das-2/+8
2020-06-29selftests: forwarding: Add tests for ethtool extended stateAmit Cohen-0/+102
2020-06-29selftests: forwarding: forwarding.config.sample: Add port with no cable conne...Amit Cohen-0/+3
2020-06-29selftests: forwarding: ethtool: Move different_speeds_get() to ethtool_libAmit Cohen-17/+17
2020-06-29selftests: forwarding: Add a RED test for SW datapathPetr Machata-0/+492
2020-06-29selftests: tpm: Use /bin/sh instead of /bin/bashJarkko Sakkinen-2/+2
2020-06-29selftests: tpm: Use 'test -e' instead of 'test -f'Jarkko Sakkinen-2/+2
2020-06-29Revert "tpm: selftest: cleanup after unseal with wrong auth/policy test"Jarkko Sakkinen-5/+0
2020-06-29Merge branches 'doc.2020.06.29a', 'fixes.2020.06.29a', 'kfree_rcu.2020.06.29a...Paul E. McKenney-31/+403
2020-06-29torture: Remove obsolete "cd $KVM"Paul E. McKenney-1/+0
2020-06-29torture: Avoid duplicate specification of qemu commandPaul E. McKenney-1/+9
2020-06-29torture: Add kvm-tranform.sh script for qemu-cmd filesPaul E. McKenney-0/+51
2020-06-29torture: Add more tracing crib notes to kvm.shPaul E. McKenney-0/+4
2020-06-29torture: Improve diagnostic for KCSAN-incapable compilersPaul E. McKenney-2/+7
2020-06-29torture: Correctly summarize build-only runsPaul E. McKenney-5/+5
2020-06-29torture: Pass --kmake-arg to all make invocationsMarco Elver-2/+2
2020-06-29torture: Abstract out console-log error detectionPaul E. McKenney-4/+17
2020-06-29torture: Add a stop-run capabilityPaul E. McKenney-2/+25
2020-06-29torture: Create qemu-cmd in --buildonly runsPaul E. McKenney-1/+1
2020-06-29torture: Add --allcpus argument to the kvm.sh scriptPaul E. McKenney-0/+4
2020-06-29torture: Remove whitespace from identify_qemu_vcpus outputPaul E. McKenney-1/+1
2020-06-29rcutorture: Handle non-statistic bang-string error messagesPaul E. McKenney-3/+15
2020-06-29torture: Set configfile variable to current scenarioPaul E. McKenney-0/+1
2020-06-29torture: Add script to smoke-test commits in a branchPaul E. McKenney-0/+108
2020-06-29torture: Remove qemu dependency on EFI firmwarePaul E. McKenney-3/+19
2020-06-29refscale: Change --torture type from refperf to refscalePaul E. McKenney-10/+10
2020-06-29refperf: Rename refperf.c to refscale.c and change internal namesPaul E. McKenney-2/+2
2020-06-29refperf: Rename RCU_REF_PERF_TEST to RCU_REF_SCALE_TESTPaul E. McKenney-1/+1
2020-06-29refperf: Output per-experiment data pointsPaul E. McKenney-0/+4
2020-06-29refperf: Label experiment-number column "Runs"Paul E. McKenney-1/+1
2020-06-29torture: Add refperf to the rcutorture scriptingPaul E. McKenney-6/+130
2020-06-29lkdtm: Make arch-specific tests always availableKees Cook-0/+1
2020-06-29selftests/lkdtm: Reset WARN_ONCE to avoid false negativesKees Cook-0/+6
2020-06-29selftests/fpu: Add an FPU selftestPetteri Aimonen-0/+119
2020-06-28selftests/bpf: Test auto-load disabling logic for BPF programsAndrii Nakryiko-0/+81