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
2023-09-17
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
35
-337
/
+3227
2023-09-16
selftests/bpf: Add tests for BPF exceptions
Kumar Kartikeya Dwivedi
7
-0
/
+1332
2023-09-16
selftests/bpf: Add BPF assertion macros
Kumar Kartikeya Dwivedi
1
-0
/
+243
2023-09-16
bpf: Add support for custom exception callbacks
Kumar Kartikeya Dwivedi
1
-1
/
+30
2023-09-16
bpf: Implement BPF exceptions
Kumar Kartikeya Dwivedi
1
-0
/
+16
2023-09-15
selftest, bpf: enable cpu v4 tests for arm32
Puranjay Mohan
5
-5
/
+10
2023-09-14
selftests/bpf: Skip module_fentry_shadow test when bpf_testmod is not available
Artem Savkov
1
-0
/
+5
2023-09-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
8
-32
/
+134
2023-09-14
Merge tag 'net-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
2
-23
/
+71
2023-09-14
selftests/xsk: display command line options with -h
Magnus Karlsson
2
-2
/
+14
2023-09-14
selftests/xsk: fail single test instead of all tests
Magnus Karlsson
1
-24
/
+46
2023-09-14
selftests/xsk: use ksft_print_msg uniformly
Magnus Karlsson
1
-12
/
+13
2023-09-14
selftests/xsk: add option to run single test
Magnus Karlsson
3
-21
/
+48
2023-09-14
selftests/xsk: add option that lists all tests
Magnus Karlsson
3
-7
/
+42
2023-09-14
selftests/xsk: declare test names in struct
Magnus Karlsson
2
-171
/
+57
2023-09-14
selftests/xsk: move all tests to separate functions
Magnus Karlsson
1
-55
/
+115
2023-09-14
selftests/xsk: add option to only run tests in a single mode
Magnus Karlsson
3
-8
/
+47
2023-09-14
selftests/xsk: add timeout for Tx thread
Magnus Karlsson
1
-4
/
+22
2023-09-14
selftests/xsk: print per packet info in verbose mode
Magnus Karlsson
1
-3
/
+10
2023-09-13
Merge tag 'trace-v6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
2
-2
/
+2
2023-09-13
selftests/tc-testing: cls_u32: add tests for classid
Pedro Tammela
1
-0
/
+25
2023-09-13
selftests/tc-testing: cls_route: add tests for classid
Pedro Tammela
1
-0
/
+25
2023-09-13
selftests/tc-testing: cls_fw: add tests for classid
Pedro Tammela
1
-0
/
+49
2023-09-13
selftest: tcp: Add v4-mapped-v6 cases in bind_wildcard.c.
Kuniyuki Iwashima
1
-0
/
+46
2023-09-13
selftest: tcp: Move expected_errno into each test case in bind_wildcard.c.
Kuniyuki Iwashima
1
-10
/
+10
2023-09-13
selftest: tcp: Fix address length in bind_wildcard.c.
Kuniyuki Iwashima
1
-1
/
+1
2023-09-12
selftests/bpf: Add testcases for tailcall infinite loop fixing
Leon Hwang
3
-4
/
+269
2023-09-12
Merge tag 'linux-kselftest-next-6.6-rc2' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
4
-16
/
+70
2023-09-11
selftests/bpf: Correct map_fd to data_fd in tailcalls
Leon Hwang
1
-16
/
+16
2023-09-10
selftests/net: Improve bind_bhash.sh to accommodate predictable network inter...
Juntong Deng
1
-12
/
+14
2023-09-08
selftests/ftrace: Fix dependencies for some of the synthetic event tests
Naveen N Rao
2
-2
/
+2
2023-09-08
selftests/bpf: trace_helpers.c: Add a global ksyms initialization mutex
Rong Tao
1
-0
/
+4
2023-09-08
selftests/bpf: trace_helpers.c: Optimize kallsyms cache
Rong Tao
4
-46
/
+114
2023-09-08
Merge tag 'landlock-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-3
/
+5
2023-09-08
selftests: Keep symlinks, when possible
Björn Töpel
1
-2
/
+2
2023-09-08
selftests: fix dependency checker script
Ricardo B. Marliere
1
-12
/
+65
2023-09-08
kselftest/runner.sh: Propagate SIGTERM to runner child
Björn Töpel
1
-1
/
+2
2023-09-08
selftests/bpf: Test preemption between bpf_obj_new() and bpf_obj_drop()
Hou Tao
2
-0
/
+195
2023-09-08
bpf: Mark BPF_MAP_TYPE_PERCPU_CGROUP_STORAGE deprecated
Yonghong Song
2
-1
/
+14
2023-09-08
selftests/bpf: Add some negative tests
Yonghong Song
2
-0
/
+171
2023-09-08
selftests/bpf: Add tests for cgrp_local_storage with local percpu kptr
Yonghong Song
2
-0
/
+145
2023-09-08
selftests/bpf: Remove unnecessary direct read of local percpu kptr
Yonghong Song
1
-4
/
+0
2023-09-08
selftests/bpf: Add tests for array map with local percpu kptr
Yonghong Song
2
-0
/
+265
2023-09-08
selftests/bpf: Add bpf_percpu_obj_{new,drop}() macro in bpf_experimental.h
Yonghong Song
1
-0
/
+31
2023-09-08
selftests/bpf: Update error message in negative linked_list test
Yonghong Song
1
-2
/
+2
2023-09-08
libbpf: Add basic BTF sanity validation
Andrii Nakryiko
1
-2
/
+2
2023-09-07
Merge tag 'net-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
9
-4
/
+338
2023-09-07
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
61
-960
/
+2924
2023-09-06
selftests/bpf: Check bpf_sk_storage has uncharged sk_omem_alloc
Martin KaFai Lau
3
-0
/
+118
2023-09-05
selftests/ftrace: Correctly enable event in instance-event.tc
Zheng Yejian
1
-1
/
+1
[next]