aboutsummaryrefslogtreecommitdiffstats
path: root/tools (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-07rseq/selftests: aarch64 code signature: handle big-endian environmentMathieu Desnoyers1-2/+15
2019-05-07rseq/selftests: arm: use udf instruction for RSEQ_SIGMathieu Desnoyers1-2/+50
2019-05-07rseq/selftests: s390: use trap4 for RSEQ_SIGMartin Schwidefsky1-1/+8
2019-05-07rseq/selftests: x86: use ud1 instruction as RSEQ_SIG opcodeMathieu Desnoyers1-4/+11
2019-05-07rseq/selftests: s390: use jg instruction for jumps outside of the asmMathieu Desnoyers1-2/+2
2019-05-07rseq/selftests: Use __rseq_handled symbol to coexist with glibcMathieu Desnoyers2-8/+48
2019-05-07rseq/selftests: Introduce __rseq_cs_ptr_array, rename __rseq_table to __rseq_csMathieu Desnoyers6-51/+81
2019-05-07rseq/selftests: Add __rseq_exit_point_array section for debuggersMathieu Desnoyers6-0/+372
2019-05-07rseq/selftests: x86: Work-around bogus gcc-8 optimisationMathieu Desnoyers1-74/+70
2019-04-25selftests: Add test plan API to kselftest.h and adjust callersKees Cook16-8/+48
2019-04-25selftests: Remove KSFT_TAP_LEVELKees Cook2-7/+0
2019-04-25selftests: Move test output to diagnostic linesKees Cook5-6/+60
2019-04-25selftests: Distinguish between missing and non-executableKees Cook1-1/+6
2019-04-25selftests: Add plan line and fix result line syntaxKees Cook2-6/+8
2019-04-25selftests: Extract logic for multiple test runsKees Cook3-24/+32
2019-04-25selftests: Use runner.sh for emit targetsKees Cook2-19/+7
2019-04-25selftests: Extract single-test shell logic from lib.mkKees Cook3-31/+39
2019-04-22selftests: build and run gpio when output directory is the src dirShuah Khan1-0/+9
2019-04-19selftests/ipc: Fix msgque compiler warningsKees Cook1-5/+6
2019-04-19selftests/efivarfs: clean up test files from test_create*()Po-Hsu Lin1-19/+13
2019-04-19selftests: fix headers_install circular dependencyShuah Khan2-10/+80
2019-04-17selftests/kexec: update get_secureboot_modeMimi Zohar1-20/+66
2019-04-17selftests/kexec: make kexec_load test independent of IMA being enabledMimi Zohar1-8/+16
2019-04-17selftests/kexec: check kexec_load and kexec_file_load are enabledMimi Zohar2-0/+13
2019-04-17selftests/kexec: Add missing '=y' to config optionsPetr Vorel1-4/+3
2019-04-17selftests/kexec: kexec_file_load syscall testMimi Zohar4-3/+304
2019-04-17selftests/kexec: define "require_root_privileges"Mimi Zohar2-3/+8
2019-04-17selftests/kexec: define common logging functionsMimi Zohar2-14/+35
2019-04-17selftests/kexec: define a set of common functionsMimi Zohar3-14/+42
2019-04-17selftests/kexec: cleanup the kexec selftestMimi Zohar1-9/+9
2019-04-17selftests/kexec: move the IMA kexec_load selftest to selftests/kexecMimi Zohar4-1/+1
2019-04-16selftests/harness: Add 30 second timeout per testKees Cook1-0/+2
2019-04-16selftests/seccomp: Handle namespace failures gracefullyKees Cook1-20/+23
2019-04-08selftests: cgroup: fix cleanup path in test_memcg_subtree_control()Roman Gushchin1-17/+21
2019-04-08selftests: efivarfs: remove the test_create_read file if it was existZhangXiaoxu1-0/+4
2019-04-08rseq/selftests: Adapt number of threads to the number of detected cpusMathieu Desnoyers1-2/+5
2019-04-08lib: Add test module for strscpy_padTobin C. Harding3-1/+5
2019-04-08kselftest: Add test module framework headerTobin C. Harding1-0/+48
2019-04-08kselftest: Add test runner creation scriptTobin C. Harding4-50/+88
2019-04-08selftest/gpio: Remove duplicate headerSabyasachi Gupta1-1/+0
2019-04-08selftest/rseq: Remove duplicate headerSabyasachi Gupta1-1/+0
2019-04-08selftest/timers: Remove duplicate headerSabyasachi Gupta1-1/+0
2019-04-08selftest/x86/mpx-dig.c: Remove duplicate headerSabyasachi Gupta1-2/+0
2019-04-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds7-15/+191
2019-04-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2-12/+75
2019-04-04Merge branch 'pm-tools'Rafael J. Wysocki1-58/+219
2019-04-04net/sched: act_sample: fix divide by zero in the traffic pathDavide Caratti1-0/+24
2019-04-03net/flow_dissector: pass flow_keys->n_proto to BPF programsStanislav Fomichev1-2/+4
2019-04-03selftests/bpf: fix vlan handling in flow dissector programStanislav Fomichev2-11/+72
2019-03-31Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds5-20/+54