summaryrefslogtreecommitdiffstats
path: root/tools (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* selftests: build and run gpio when output directory is the src dirShuah Khan2019-04-231-0/+9
* selftests/ipc: Fix msgque compiler warningsKees Cook2019-04-201-5/+6
* selftests/efivarfs: clean up test files from test_create*()Po-Hsu Lin2019-04-201-19/+13
* selftests: fix headers_install circular dependencyShuah Khan2019-04-202-10/+80
* selftests/kexec: update get_secureboot_modeMimi Zohar2019-04-171-20/+66
* selftests/kexec: make kexec_load test independent of IMA being enabledMimi Zohar2019-04-171-8/+16
* selftests/kexec: check kexec_load and kexec_file_load are enabledMimi Zohar2019-04-172-0/+13
* selftests/kexec: Add missing '=y' to config optionsPetr Vorel2019-04-171-4/+3
* selftests/kexec: kexec_file_load syscall testMimi Zohar2019-04-174-3/+304
* selftests/kexec: define "require_root_privileges"Mimi Zohar2019-04-172-3/+8
* selftests/kexec: define common logging functionsMimi Zohar2019-04-172-14/+35
* selftests/kexec: define a set of common functionsMimi Zohar2019-04-173-14/+42
* selftests/kexec: cleanup the kexec selftestMimi Zohar2019-04-171-9/+9
* selftests/kexec: move the IMA kexec_load selftest to selftests/kexecMimi Zohar2019-04-174-1/+1
* selftests/harness: Add 30 second timeout per testKees Cook2019-04-171-0/+2
* selftests/seccomp: Handle namespace failures gracefullyKees Cook2019-04-171-20/+23
* selftests: cgroup: fix cleanup path in test_memcg_subtree_control()Roman Gushchin2019-04-091-17/+21
* selftests: efivarfs: remove the test_create_read file if it was existZhangXiaoxu2019-04-091-0/+4
* rseq/selftests: Adapt number of threads to the number of detected cpusMathieu Desnoyers2019-04-091-2/+5
* lib: Add test module for strscpy_padTobin C. Harding2019-04-093-1/+5
* kselftest: Add test module framework headerTobin C. Harding2019-04-091-0/+48
* kselftest: Add test runner creation scriptTobin C. Harding2019-04-094-50/+88
* selftest/gpio: Remove duplicate headerSabyasachi Gupta2019-04-091-1/+0
* selftest/rseq: Remove duplicate headerSabyasachi Gupta2019-04-091-1/+0
* selftest/timers: Remove duplicate headerSabyasachi Gupta2019-04-091-1/+0
* selftest/x86/mpx-dig.c: Remove duplicate headerSabyasachi Gupta2019-04-091-2/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-04-057-15/+191
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-04-042-12/+75
| |\