index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
selftests: fix bpf build/test workflow regression when KBUILD_OUTPUT is set
Shuah Khan
2019-05-13
1
-9
/
+3
*
selftests: fix install target to use default install path
Shuah Khan
2019-05-09
1
-2
/
+8
*
rseq/selftests: add -no-integrated-as for clang
Mathieu Desnoyers
2019-05-07
1
-1
/
+7
*
rseq/selftests: mips: use break instruction for RSEQ_SIG
Mathieu Desnoyers
2019-05-07
1
-1
/
+33
*
rseq/selftests: powerpc code signature: generate valid instructions
Mathieu Desnoyers
2019-05-07
1
-1
/
+9
*
rseq/selftests: aarch64 code signature: handle big-endian environment
Mathieu Desnoyers
2019-05-07
1
-2
/
+15
*
rseq/selftests: arm: use udf instruction for RSEQ_SIG
Mathieu Desnoyers
2019-05-07
1
-2
/
+50
*
rseq/selftests: s390: use trap4 for RSEQ_SIG
Martin Schwidefsky
2019-05-07
1
-1
/
+8
*
rseq/selftests: x86: use ud1 instruction as RSEQ_SIG opcode
Mathieu Desnoyers
2019-05-07
1
-4
/
+11
*
rseq/selftests: s390: use jg instruction for jumps outside of the asm
Mathieu Desnoyers
2019-05-07
1
-2
/
+2
*
rseq/selftests: Use __rseq_handled symbol to coexist with glibc
Mathieu Desnoyers
2019-05-07
2
-8
/
+48
*
rseq/selftests: Introduce __rseq_cs_ptr_array, rename __rseq_table to __rseq_cs
Mathieu Desnoyers
2019-05-07
6
-51
/
+81
*
rseq/selftests: Add __rseq_exit_point_array section for debuggers
Mathieu Desnoyers
2019-05-07
6
-0
/
+372
*
rseq/selftests: x86: Work-around bogus gcc-8 optimisation
Mathieu Desnoyers
2019-05-07
1
-74
/
+70
*
selftests: Add test plan API to kselftest.h and adjust callers
Kees Cook
2019-04-25
16
-8
/
+48
*
selftests: Remove KSFT_TAP_LEVEL
Kees Cook
2019-04-25
2
-7
/
+0
*
selftests: Move test output to diagnostic lines
Kees Cook
2019-04-25
5
-6
/
+60
*
selftests: Distinguish between missing and non-executable
Kees Cook
2019-04-25
1
-1
/
+6
*
selftests: Add plan line and fix result line syntax
Kees Cook
2019-04-25
2
-6
/
+8
*
selftests: Extract logic for multiple test runs
Kees Cook
2019-04-25
3
-24
/
+32
*
selftests: Use runner.sh for emit targets
Kees Cook
2019-04-25
2
-19
/
+7
*
selftests: Extract single-test shell logic from lib.mk
Kees Cook
2019-04-25
3
-31
/
+39
*
selftests: build and run gpio when output directory is the src dir
Shuah Khan
2019-04-23
1
-0
/
+9
*
selftests/ipc: Fix msgque compiler warnings
Kees Cook
2019-04-20
1
-5
/
+6
*
selftests/efivarfs: clean up test files from test_create*()
Po-Hsu Lin
2019-04-20
1
-19
/
+13
*
selftests: fix headers_install circular dependency
Shuah Khan
2019-04-20
2
-10
/
+80
*
selftests/kexec: update get_secureboot_mode
Mimi Zohar
2019-04-17
1
-20
/
+66
*
selftests/kexec: make kexec_load test independent of IMA being enabled
Mimi Zohar
2019-04-17
1
-8
/
+16
*
selftests/kexec: check kexec_load and kexec_file_load are enabled
Mimi Zohar
2019-04-17
2
-0
/
+13
*
selftests/kexec: Add missing '=y' to config options
Petr Vorel
2019-04-17
1
-4
/
+3
*
selftests/kexec: kexec_file_load syscall test
Mimi Zohar
2019-04-17
4
-3
/
+304
*
selftests/kexec: define "require_root_privileges"
Mimi Zohar
2019-04-17
2
-3
/
+8
*
selftests/kexec: define common logging functions
Mimi Zohar
2019-04-17
2
-14
/
+35
*
selftests/kexec: define a set of common functions
Mimi Zohar
2019-04-17
3
-14
/
+42
*
selftests/kexec: cleanup the kexec selftest
Mimi Zohar
2019-04-17
1
-9
/
+9
*
selftests/kexec: move the IMA kexec_load selftest to selftests/kexec
Mimi Zohar
2019-04-17
4
-1
/
+1
*
selftests/harness: Add 30 second timeout per test
Kees Cook
2019-04-17
1
-0
/
+2
*
selftests/seccomp: Handle namespace failures gracefully
Kees Cook
2019-04-17
1
-20
/
+23
*
selftests: cgroup: fix cleanup path in test_memcg_subtree_control()
Roman Gushchin
2019-04-09
1
-17
/
+21
*
selftests: efivarfs: remove the test_create_read file if it was exist
ZhangXiaoxu
2019-04-09
1
-0
/
+4
*
rseq/selftests: Adapt number of threads to the number of detected cpus
Mathieu Desnoyers
2019-04-09
1
-2
/
+5
*
lib: Add test module for strscpy_pad
Tobin C. Harding
2019-04-09
3
-1
/
+5
*
kselftest: Add test module framework header
Tobin C. Harding
2019-04-09
1
-0
/
+48
*
kselftest: Add test runner creation script
Tobin C. Harding
2019-04-09
4
-50
/
+88
*
selftest/gpio: Remove duplicate header
Sabyasachi Gupta
2019-04-09
1
-1
/
+0
*
selftest/rseq: Remove duplicate header
Sabyasachi Gupta
2019-04-09
1
-1
/
+0
*
selftest/timers: Remove duplicate header
Sabyasachi Gupta
2019-04-09
1
-1
/
+0
*
selftest/x86/mpx-dig.c: Remove duplicate header
Sabyasachi Gupta
2019-04-09
1
-2
/
+0
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2019-04-05
7
-15
/
+191
|
\
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
2019-04-04
2
-12
/
+75
|
|
\
[next]