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
/
selftests
Age
Commit message (
Expand
)
Author
Files
Lines
2024-05-06
selftests/clone3: Check that the child exited cleanly
Mark Brown
1
-0
/
+5
2024-05-06
selftests/clone3: Fix compiler warning
Mark Brown
1
-1
/
+1
2024-05-06
tracing/selftests: Default to verbose mode when running in kselftest
Mark Brown
1
-1
/
+1
2024-05-06
tracing/selftests: Support log output when generating KTAP output
Mark Brown
1
-1
/
+7
2024-05-06
selftests: exec: Use new ksft_exit_fail_perror() helper
Muhammad Usama Anjum
1
-5
/
+5
2024-05-06
selftests: add ksft_exit_fail_perror()
Muhammad Usama Anjum
1
-0
/
+14
2024-05-06
kselftest: Add missing signature to the comments
Muhammad Usama Anjum
1
-0
/
+1
2024-05-06
kselftest/clone3: Make test names for set_tid test stable
Mark Brown
1
-48
/
+69
2024-05-06
selftests/resctrl: Move cleanups out of individual tests
Maciej Wieczor-Retman
6
-23
/
+11
2024-05-06
selftests/resctrl: Simplify cleanup in ctrl-c handler
Maciej Wieczor-Retman
3
-15
/
+10
2024-05-06
selftests/resctrl: Add cleanup function to test framework
Maciej Wieczor-Retman
5
-0
/
+6
2024-05-06
selftests/dmabuf-heap: conform test to TAP format output
Muhammad Usama Anjum
1
-146
/
+101
2024-05-06
selftests: x86: test_mremap_vdso: conform test to TAP format output
Muhammad Usama Anjum
1
-22
/
+21
2024-05-06
selftests: x86: test_vsyscall: conform test to TAP format output
Muhammad Usama Anjum
1
-188
/
+168
2024-05-06
selftests: x86: test_vsyscall: reorder code to reduce #ifdef blocks
Muhammad Usama Anjum
1
-93
/
+83
2024-05-06
kselftest/tty: Report a consistent test name for the one test we run
Mark Brown
1
-15
/
+33
2024-05-06
kselftest: Add mechanism for reporting a KSFT_ result code
Mark Brown
1
-0
/
+22
2024-05-06
printk: Remove redundant CONFIG_BASE_FULL
Yoann Congal
1
-1
/
+0
2024-05-06
selftests/powerpc/dexcr: Add chdexcr utility
Benjamin Gray
5
-105
/
+187
2024-05-06
selftests/powerpc/dexcr: Add DEXCR config details to lsdexcr
Benjamin Gray
1
-2
/
+111
2024-05-06
selftests/powerpc/dexcr: Attempt to enable NPHIE in hashchk selftest
Benjamin Gray
1
-1
/
+7
2024-05-06
selftests/powerpc/dexcr: Add DEXCR prctl interface test
Benjamin Gray
5
-1
/
+269
2024-05-05
selftests/mm: soft-dirty should fail if a testcase fails
Ryan Roberts
1
-1
/
+1
2024-05-05
selftests/vDSO: fix runtime errors on LoongArch
Tiezhu Yang
2
-29
/
+13
2024-05-05
selftests/vDSO: fix building errors on LoongArch
Tiezhu Yang
1
-1
/
+5
2024-05-03
selftests/cgroup: fix uninitialized variables in test_zswap.c
John Hubbard
1
-2
/
+2
2024-05-03
selftests/cgroup: cpu_hogger init: use {} instead of {NULL}
John Hubbard
1
-2
/
+2
2024-05-03
selftests/cgroup: fix clang warnings: uninitialized fd variable
John Hubbard
1
-1
/
+3
2024-05-03
selftests/cgroup: fix clang build failures for abs() calls
John Hubbard
2
-3
/
+3
2024-05-03
selftests/powerpc/dexcr: Add -no-pie to hashchk tests
Benjamin Gray
1
-1
/
+1
2024-05-02
selftests/net: skip partial checksum packets in csum test
Willem de Bruijn
1
-3
/
+15
2024-05-02
selftests: net: py: check process exit code in bkg() and background cmd()
Jakub Kicinski
1
-2
/
+6
2024-05-02
selftests/bpf: Add test for the use of new args in cong_control
Miao Xu
3
-0
/
+233
2024-05-02
tcp: Add new args for cong_control in tcp_congestion_ops
Miao Xu
1
-3
/
+3
2024-05-02
KVM: selftests: Require KVM_CAP_USER_MEMORY2 for tests that create memslots
Sean Christopherson
1
-0
/
+8
2024-05-02
KVM: selftests: Allow skipping the KVM_RUN sanity check in rseq_test
Zide Chen
1
-2
/
+33
2024-05-02
selftests/bpf: Add kernel socket operation tests
Jordan Rife
1
-0
/
+472
2024-05-02
selftests/bpf: Make sock configurable for each test case
Jordan Rife
1
-42
/
+98
2024-05-02
selftests/bpf: Move IPv4 and IPv6 sockaddr test cases
Jordan Rife
2
-314
/
+268
2024-05-02
selftests/bpf: Implement BPF programs for kernel socket operations
Jordan Rife
1
-0
/
+65
2024-05-02
selftests/bpf: Implement socket kfuncs for bpf_testmod
Jordan Rife
2
-0
/
+282
2024-05-02
selftests/bpf: Fix bind program for big endian systems
Jordan Rife
3
-16
/
+39
2024-05-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
10
-44
/
+89
2024-05-02
bpf: Missing trailing slash in tools/testing/selftests/bpf/Makefile
Jose E. Marchesi
1
-1
/
+1
2024-05-02
Merge tag 'net-6.9-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
1
-0
/
+3
2024-05-01
selftests: netfilter: nft_concat_range.sh: reduce debug kernel run time
Florian Westphal
4
-6
/
+34
2024-05-01
libbpf: better fix for handling nulled-out struct_ops program
Andrii Nakryiko
1
-1
/
+1
2024-05-01
selftests/bpf: add tests for the "module: Function" syntax
Viktor Malik
2
-0
/
+29
2024-05-01
selftests/ftrace: add fprobe test cases for VFS type "%pd" and "%pD"
Ye Bin
1
-0
/
+40
2024-05-01
selftests/ftrace: add kprobe test cases for VFS type "%pd" and "%pD"
Ye Bin
1
-0
/
+40
[prev]
[next]