summaryrefslogtreecommitdiff
path: root/tools/testing/selftests
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-05-207-79/+317
|\
| * kselftests: netfilter: fix leftover net/net-next merge conflictFlorian Westphal2019-05-181-51/+26
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-05-173-1/+3
| |\
| | * selftests/bpf: fix bpf_get_current_taskAlexei Starovoitov2019-05-171-1/+1
| | * selftests/bpf: add test_sysctl and map_tests/tests.h to .gitignoreStanislav Fomichev2019-05-162-0/+2
| * | selftests: pmtu.sh: Remove quotes around commands in setup_xfrmDavid Ahern2019-05-161-9/+9
| |/
| * selftests/bpf: add prog detach to flow_dissector testStanislav Fomichev2019-05-161-0/+1
| * selftests/bpf: add missing \n to flow_dissector CHECK errorsStanislav Fomichev2019-05-161-4/+4
| * bpf: test ref bit from data path and add new tests for syscall pathDaniel Borkmann2019-05-141-14/+274
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-05-177-3/+396
|\ \
| * | tests: kvm: Add tests for KVM_SET_NESTED_STATEAaron Lewis2019-05-085-0/+318
| * | tests: kvm: Add tests for KVM_CAP_MAX_VCPUS and KVM_CAP_MAX_CPU_IDAaron Lewis2019-05-083-0/+72
| * | tests: kvm: Add tests to .gitignoreAaron Lewis2019-05-081-1/+4
| * | KVM: Introduce KVM_CAP_MANUAL_DIRTY_LOG_PROTECT2Peter Xu2019-05-081-2/+2
| * | KVM: fix KVM_CLEAR_DIRTY_LOG for memory slots of unaligned sizePaolo Bonzini2019-04-301-2/+2
* | | Merge tag 'linux-kselftest-5.2-rc1-2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-05-1632-220/+875
|\ \ \
| * | | selftests: avoid KBUILD_OUTPUT dir cluttering with selftest objectsShuah Khan2019-05-141-1/+4
| * | | selftests: drivers: Create .gitignore to include /dma-buf/udmabufKelsey Skunberg2019-05-141-0/+1
| * | | selftests: pidfd: Create .gitignore to include pidfd_testKelsey Skunberg2019-05-141-0/+1
| * | | selftests: fix bpf build/test workflow regression when KBUILD_OUTPUT is setShuah Khan2019-05-131-9/+3
| * | | selftests: fix install target to use default install pathShuah Khan2019-05-091-2/+8
| * | | rseq/selftests: add -no-integrated-as for clangMathieu Desnoyers2019-05-071-1/+7
| * | | rseq/selftests: mips: use break instruction for RSEQ_SIGMathieu Desnoyers2019-05-071-1/+33
| * | | rseq/selftests: powerpc code signature: generate valid instructionsMathieu Desnoyers2019-05-071-1/+9
| * | | rseq/selftests: aarch64 code signature: handle big-endian environmentMathieu Desnoyers2019-05-071-2/+15
| * | | rseq/selftests: arm: use udf instruction for RSEQ_SIGMathieu Desnoyers2019-05-071-2/+50
| * | | rseq/selftests: s390: use trap4 for RSEQ_SIGMartin Schwidefsky2019-05-071-1/+8
| * | | rseq/selftests: x86: use ud1 instruction as RSEQ_SIG opcodeMathieu Desnoyers2019-05-071-4/+11
| * | | rseq/selftests: s390: use jg instruction for jumps outside of the asmMathieu Desnoyers2019-05-071-2/+2
| * | | rseq/selftests: Use __rseq_handled symbol to coexist with glibcMathieu Desnoyers2019-05-072-8/+48
| * | | rseq/selftests: Introduce __rseq_cs_ptr_array, rename __rseq_table to __rseq_csMathieu Desnoyers2019-05-076-51/+81
| * | | rseq/selftests: Add __rseq_exit_point_array section for debuggersMathieu Desnoyers2019-05-076-0/+372
| * | | rseq/selftests: x86: Work-around bogus gcc-8 optimisationMathieu Desnoyers2019-05-071-74/+70
| * | | selftests: Add test plan API to kselftest.h and adjust callersKees Cook2019-04-2516-8/+48
| * | | selftests: Remove KSFT_TAP_LEVELKees Cook2019-04-252-7/+0
| * | | selftests: Move test output to diagnostic linesKees Cook2019-04-255-6/+60
| * | | selftests: Distinguish between missing and non-executableKees Cook2019-04-251-1/+6
| * | | selftests: Add plan line and fix result line syntaxKees Cook2019-04-252-6/+8
| * | | selftests: Extract logic for multiple test runsKees Cook2019-04-253-24/+32
| * | | selftests: Use runner.sh for emit targetsKees Cook2019-04-252-19/+7
| * | | selftests: Extract single-test shell logic from lib.mkKees Cook2019-04-253-31/+39
* | | | Merge tag 'trace-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2019-05-155-28/+139
|\ \ \ \
| * | | | selftests/ftrace: Add tracing/error_log testcaseTom Zanussi2019-04-081-0/+19
| * | | | selftests/ftrace: Remove trigger-extended-error-support testcaseTom Zanussi2019-04-081-28/+0
| * | | | selftests/ftrace: Move kprobe/uprobe check_error() to test.d/functionsTom Zanussi2019-04-083-18/+14
| * | | | selftests/ftrace: Add error_log testcase for probe errorsMasami Hiramatsu2019-04-082-0/+124
* | | | | tools/testing/selftests/sysctl/sysctl.sh: add proc_do_large_bitmap() test caseEric Sandeen2019-05-141-2/+79
* | | | | tools/testing/selftests/sysctl/sysctl.sh: allow graceful use on older kernelsLuis Chamberlain2019-05-141-25/+53
* | | | | tools/testing/selftests/sysctl/sysctl.sh: ignore diff output on verify_diff_w()Luis Chamberlain2019-05-141-1/+1
* | | | | tools/testing/selftests/sysctl/sysctl.sh: load module before testing for itLuis Chamberlain2019-05-141-1/+1