index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
testing
Age
Commit message (
Expand
)
Author
Files
Lines
2017-08-14
seccomp: Selftest for detection of filter flag support
Tyler Hicks
1
-0
/
+60
2017-08-14
seccomp: Operation for checking if an action is available
Tyler Hicks
1
-0
/
+36
2017-08-14
selftests/seccomp: Refactor RET_ERRNO tests
Kees Cook
1
-37
/
+58
2017-08-14
selftests/seccomp: Add simple seccomp overhead benchmark
Kees Cook
2
-5
/
+112
2017-08-14
Merge 4.13-rc5 into driver-core-next
Greg Kroah-Hartman
4
-17
/
+531
2017-08-14
selftests/seccomp: Add tests for basic ptrace actions
Kees Cook
1
-7
/
+34
2017-08-14
selftests: capabilities: convert error output to TAP13 ksft framework
Shuah Khan
2
-49
/
+65
2017-08-11
selftests: bpf: add check for ip XDP redirect
William Tu
1
-0
/
+5
2017-08-11
selftests: memfd: Align STACK_SIZE for ARM AArch64 system
Orson Zhai
1
-1
/
+1
2017-08-11
selftests: timers: freq-step: fix compile error
Shuah Khan
1
-4
/
+3
2017-08-10
test_firmware: add batched firmware tests
Luis R. Rodriguez
1
-2
/
+239
2017-08-10
test_firmware: add test case for SIGCHLD on sync fallback
Luis R. Rodriguez
1
-0
/
+31
2017-08-10
selftests: add rtnetlink test script
Florian Westphal
2
-1
/
+200
2017-08-10
selftests/x86/fsgsbase: Test selectors 1, 2, and 3
Andy Lutomirski
1
-6
/
+35
2017-08-09
bpf: add test cases for new BPF_J{LT, LE, SLT, SLE} instructions
Daniel Borkmann
1
-0
/
+313
2017-08-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-9
/
+21
2017-08-09
selftests: warn if failure is due to lack of executable bit
Luis R. Rodriguez
1
-1
/
+6
2017-08-09
selftests: kselftest framework: add error counter
Shuah Khan
1
-3
/
+18
2017-08-09
selftests: futex: fix run_tests target
Shuah Khan
1
-1
/
+1
2017-08-08
selftests: bpf: add a test for XDP redirect
William Tu
3
-2
/
+84
2017-08-08
selftests/bpf: variable offset negative tests
Edward Cree
1
-0
/
+41
2017-08-08
selftests/bpf: add tests for subtraction & negative numbers
Edward Cree
1
-0
/
+104
2017-08-08
selftests/bpf: don't try to access past MAX_PACKET_OFF in test_verifier
Edward Cree
1
-8
/
+8
2017-08-08
selftests/bpf: add test for bogus operations on pointers
Edward Cree
1
-2
/
+64
2017-08-08
selftests/bpf: add a test to test_align
Edward Cree
1
-0
/
+67
2017-08-08
selftests/bpf: rewrite test_align
Edward Cree
1
-93
/
+132
2017-08-08
selftests/bpf: change test_verifier expectations
Edward Cree
1
-180
/
+152
2017-08-07
test_sysctl: fix sysctl.sh by making it executable
Luis R. Rodriguez
1
-0
/
+0
2017-08-07
test_kmod: fix kmod.sh by making it executable
Luis R. Rodriguez
1
-0
/
+0
2017-08-07
bpf: fix selftest/bpf/test_pkt_md_access on s390x
Thomas Richter
1
-0
/
+11
2017-08-04
bpf: fix byte order test in test_verifier
Daniel Borkmann
1
-9
/
+10
2017-08-03
test: add msg_zerocopy test
Willem de Bruijn
4
-1
/
+811
2017-08-02
selftests: capabilities: convert the test to use TAP13 ksft framework
Shuah Khan
2
-38
/
+62
2017-08-02
selftests: capabilities: fix to run Non-root +ia, sgidroot => i test
Shuah Khan
1
-1
/
+2
2017-08-02
selftests: ptp: include default header install path
Grygorii Strashko
1
-0
/
+1
2017-08-02
selftests: sigaltstack: convert to use TAP13 ksft framework
Shuah Khan
1
-22
/
+31
2017-08-02
selftests: splice: add .gitignore for generated files
Shuah Khan
1
-0
/
+1
2017-08-02
selftests: pstore: add .gitignore for generated files
Shuah Khan
1
-0
/
+2
2017-08-01
ntb: ntb_test: ensure the link is up before trying to configure the mws
Logan Gunthorpe
1
-0
/
+4
2017-08-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-2
/
+34
2017-07-29
bpf: testing: fix devmap tests
John Fastabend
1
-1
/
+3
2017-07-28
selftests: sync: convert to use TAP13 ksft framework
Shuah Khan
2
-34
/
+41
2017-07-28
selftests: kselftest framework: add API to return pass/fail/* counts
Shuah Khan
1
-0
/
+10
2017-07-28
selftests: sync: differentiate between sync unsupported and access errors
Shuah Khan
1
-4
/
+19
2017-07-26
bpf: don't zero out the info struct in bpf_obj_get_info_by_fd()
Jakub Kicinski
1
-2
/
+6
2017-07-26
selftests: ftrace: Check given string is not zero-length
Masami Hiramatsu
1
-3
/
+3
2017-07-26
selftests: ftrace: Output only to console with "--logdir -"
Masami Hiramatsu
1
-8
/
+21
2017-07-26
selftests: ftrace: Add more verbosity for immediate log
Masami Hiramatsu
1
-3
/
+7
2017-07-26
selftests: ftrace: Add --fail-unsupported option
Masami Hiramatsu
1
-1
/
+7
2017-07-26
selftests: ftrace: Do not failure if there is unsupported tests
Masami Hiramatsu
1
-1
/
+1
[prev]
[next]