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
2021-12-10
selftests: mptcp: remove duplicate include in mptcp_inq.c
Ye Guojin
1
-1
/
+0
2021-12-10
selftests/bpf: Tests for state pruning with u32 spill/fill
Paul Chaignon
2
-0
/
+103
2021-12-10
selftests: KVM: Add test to verify KVM doesn't explode on "bad" I/O
Sean Christopherson
3
-0
/
+116
2021-12-10
selftests: KVM: avoid failures due to reserved HyperTransport region
Paolo Bonzini
3
-1
/
+78
2021-12-09
selftests: net: Correct ping6 expected rc from 2 to 1
Jie2x Zhou
1
-1
/
+1
2021-12-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
10
-58
/
+761
2021-12-09
Merge branches 'doc.2021.11.30c', 'exp.2021.12.07a', 'fastnohz.2021.11.30c', ...
Paul E. McKenney
25
-30
/
+31
2021-12-09
KVM: x86: selftests: svm_int_ctl_test: fix intercept calculation
Maciej S. Szmigiero
1
-1
/
+1
2021-12-09
selftests/powerpc/spectre_v2: Return skip code when miss_percent is high
Thadeu Lima de Souza Cascardo
1
-1
/
+1
2021-12-08
selftests/bpf: Fix a compilation warning
Yonghong Song
1
-1
/
+1
2021-12-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
Jakub Kicinski
3
-13
/
+60
2021-12-08
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Jakub Kicinski
1
-32
/
+600
2021-12-08
bpf: Add selftests to cover packet access corner cases
Maxim Mikityanskiy
1
-16
/
+584
2021-12-07
selftests: tls: add missing AES256-GCM cipher
Vadim Fedorenko
1
-0
/
+18
2021-12-07
selftests: tls: add missing AES-CCM cipher tests
Vadim Fedorenko
1
-0
/
+18
2021-12-07
rcutorture: Combine n_max_cbs from all kthreads in a callback flood
Paul E. McKenney
1
-1
/
+1
2021-12-07
rcutorture: Test RCU-tasks multiqueue callback queueing
Paul E. McKenney
2
-0
/
+2
2021-12-08
selftests: netfilter: switch zone stress to socat
Florian Westphal
1
-6
/
+13
2021-12-08
selftests: netfilter: Add correctness test for mac,net set type
Stefano Brivio
1
-3
/
+21
2021-12-08
vrf: don't run conntrack on vrf with !dflt qdisc
Nicolas Dichtel
1
-4
/
+26
2021-12-07
selftests: mptcp: check IP_TOS in/out are the same
Florian Westphal
1
-0
/
+63
2021-12-07
selftests: mptcp: add inq test case
Florian Westphal
4
-1
/
+645
2021-12-07
selftests: mptcp: add TCP_INQ support
Florian Westphal
2
-3
/
+61
2021-12-04
memremap: remove support for external pgmap refcounts
Christoph Hellwig
1
-31
/
+12
2021-12-03
bpf: Fix the test_task_vma selftest to support output shorter than 1 kB
Maxim Mikityanskiy
1
-2
/
+3
2021-12-03
bpf: Fix the off-by-two error in range markings
Maxim Mikityanskiy
1
-16
/
+16
2021-12-03
selftests: net/fcnal-test.sh: add exit code
Li Zhijian
1
-0
/
+8
2021-12-03
selftests/tc-testing: Fix cannot create /sys/bus/netdevsim/new_device: Direct...
Li Zhijian
2
-0
/
+2
2021-12-03
selftests/tc-testing: add missing config
Li Zhijian
1
-0
/
+1
2021-12-03
selftests/tc-testing: add exit code
Li Zhijian
1
-3
/
+5
2021-12-02
selftests/fib_tests: Rework fib_rp_filter_test()
Peilin Ye
1
-10
/
+49
2021-12-02
selftests/bpf: Remove all the uses of deprecated bpf_prog_load_xattr()
Andrii Nakryiko
9
-107
/
+119
2021-12-02
selftests/bpf: Mute xdpxceiver.c's deprecation warnings
Andrii Nakryiko
1
-0
/
+6
2021-12-02
selftests/bpf: Remove recently reintroduced legacy btf__dedup() use
Andrii Nakryiko
1
-2
/
+2
2021-12-02
selftests/bpf: Update test names for xchg and cmpxchg
Paul E. McKenney
1
-2
/
+2
2021-12-02
selftests/bpf: Build testing_helpers.o out of tree
Jean-Philippe Brucker
1
-18
/
+22
2021-12-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
9
-85
/
+292
2021-12-02
Merge tag 'net-5.16-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
4
-5
/
+32
2021-12-02
selftests/bpf: Add CO-RE relocations to verifier scale test.
Alexei Starovoitov
1
-2
/
+2
2021-12-02
selftests/bpf: Revert CO-RE removal in test_ksyms_weak.
Alexei Starovoitov
1
-1
/
+1
2021-12-02
selftests/bpf: Additional test for CO-RE in the kernel.
Alexei Starovoitov
3
-1
/
+119
2021-12-02
selftests/bpf: Convert map_ptr_kern test to use light skeleton.
Alexei Starovoitov
2
-10
/
+9
2021-12-02
selftests/bpf: Improve inner_map test coverage.
Alexei Starovoitov
1
-2
/
+14
2021-12-02
selftests/bpf: Add lskel version of kfunc test.
Alexei Starovoitov
2
-1
/
+25
2021-12-02
selftests: net: remove meaningless help option
Li Zhijian
1
-2
/
+0
2021-12-02
selftests: net: Correct case name
Li Zhijian
1
-2
/
+2
2021-11-30
torture: Properly redirect kvm-remote.sh "echo" commands
Paul E. McKenney
1
-5
/
+5
2021-11-30
torture: Fix incorrectly redirected "exit" in kvm-remote.sh
Paul E. McKenney
1
-1
/
+1
2021-11-30
rcutorture: Test RCU Tasks lock-contention detection
Paul E. McKenney
1
-0
/
+1
2021-11-30
rcutorture: Cause TREE02 and TREE10 scenarios to do more callback flooding
Paul E. McKenney
2
-0
/
+2
[prev]
[next]