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-03-16
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
48
-444
/
+273
2023-03-16
selftests/bpf: Fix a fd leak in an error path in network_helpers.c
Martin KaFai Lau
1
-1
/
+1
2023-03-16
selftests/bpf: Use ASSERT_EQ instead ASSERT_OK for testing memcmp result
Martin KaFai Lau
1
-2
/
+2
2023-03-15
bpf/selftests: Test fentry attachment to shadowed functions
Viktor Malik
3
-0
/
+135
2023-03-15
Merge tag 'linux-kselftest-fixes-6.3-rc3' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
2
-4
/
+11
2023-03-15
selftest: Add test for bind() conflicts.
Kuniyuki Iwashima
3
-0
/
+116
2023-03-14
selftests/bpf: Fix trace_virtqueue_add_sgs test issue with LLVM 17.
Alexei Starovoitov
1
-0
/
+3
2023-03-14
selftests/bpf: robustify test_xdp_do_redirect with more payload magics
Alexander Lobakin
1
-10
/
+26
2023-03-14
KVM: selftests: Sync KVM exit reasons in selftests
Vipin Sharma
1
-2
/
+15
2023-03-14
KVM: selftests: Add macro to generate KVM exit reason strings
Sean Christopherson
1
-26
/
+28
2023-03-14
KVM: selftests: Print expected and actual exit reason in KVM exit reason assert
Vipin Sharma
1
-1
/
+2
2023-03-14
KVM: selftests: Make vCPU exit reason test assertion common
Vipin Sharma
44
-293
/
+69
2023-03-14
KVM: selftests: Add EVTCHNOP_send slow path test to xen_shinfo_test
David Woodhouse
1
-0
/
+27
2023-03-14
KVM: selftests: Use enum for test numbers in xen_shinfo_test
David Woodhouse
1
-51
/
+82
2023-03-14
KVM: selftests: Add helpers to make Xen-style VMCALL/VMMCALL hypercalls
Sean Christopherson
3
-54
/
+21
2023-03-14
KVM: selftests: Move the guts of kvm_hypercall() to a separate macro
Sean Christopherson
1
-12
/
+17
2023-03-14
selftests: KVM: skip hugetlb tests if huge pages are not available
Paolo Bonzini
1
-9
/
+16
2023-03-15
selftests/powerpc/pmu: Fix sample field check in the mmcra_thresh_marked_samp...
Kajol Jain
1
-2
/
+2
2023-03-15
selftests/powerpc: Increase timeout for vsx_signal test
Michael Neuling
1
-0
/
+1
2023-03-13
selftests/bpf: Add various tests to check helper access into ptr_to_btf_id.
Alexei Starovoitov
2
-0
/
+40
2023-03-13
selftests/bpf: use canonical ftrace path
Ross Zwisler
11
-22
/
+64
2023-03-13
selftests: tc-testing: add tests for action binding
Pedro Tammela
1
-0
/
+416
2023-03-13
Merge branch 'bpf: Allow reads from uninit stack'
Alexei Starovoitov
10
-135
/
+194
2023-03-12
Merge tag 'kernel.fork.v6.3-rc2' of gitolite.kernel.org:pub/scm/linux/kernel/...
Linus Torvalds
1
-0
/
+3
2023-03-11
torture: Enable clocksource watchdog with "tsc=watchdog"
Paul E. McKenney
1
-3
/
+3
2023-03-11
torture: Permit kvm-again.sh --duration to default to previous run
Paul E. McKenney
1
-1
/
+1
2023-03-11
rcutorture: Make scenario TREE04 enable lazy call_rcu()
Paul E. McKenney
1
-0
/
+1
2023-03-11
rcutorture: Set CONFIG_BOOTPARAM_HOTPLUG_CPU0 to offline CPU 0
Paul E. McKenney
1
-0
/
+1
2023-03-10
selftests: mptcp: userspace pm: fix printed values
Matthieu Baerts
1
-1
/
+1
2023-03-10
selftests/bpf: Add local kptr stashing test
Dave Marchevsky
2
-0
/
+168
2023-03-10
selftests/bpf: Fix progs/test_deny_namespace.c issues.
Alexei Starovoitov
1
-6
/
+4
2023-03-10
selftests/bpf: Fix progs/find_vma_fail1.c build error.
Alexei Starovoitov
1
-0
/
+1
2023-03-10
selftests: fix LLVM build for i386 and x86_64
Guillaume Tucker
1
-0
/
+2
2023-03-10
selftests/bpf: Add local-storage-create benchmark
Martin KaFai Lau
4
-0
/
+202
2023-03-10
selftests/bpf: Check freeing sk->sk_local_storage with sk_local_storage->smap...
Martin KaFai Lau
1
-9
/
+20
2023-03-10
selftests/bpf: Replace CHECK with ASSERT in test_local_storage
Martin KaFai Lau
1
-30
/
+17
2023-03-10
bpf/selftests: Fix send_signal tracepoint tests
David Vernet
1
-1
/
+5
2023-03-10
selftests/bpf: make BPF compiler flags stricter
Andrii Nakryiko
1
-2
/
+2
2023-03-10
selftests/bpf: fix lots of silly mistakes pointed out by compiler
Andrii Nakryiko
81
-187
/
+90
2023-03-10
selftests/bpf: add __sink() macro to fake variable consumption
Andrii Nakryiko
1
-0
/
+3
2023-03-10
selftests/bpf: prevent unused variable warning in bpf_for()
Andrii Nakryiko
1
-3
/
+6
2023-03-09
Merge branch 'main' of git://git.kernel.org/pub/scm/linux/kernel/git/netfilte...
Jakub Kicinski
2
-0
/
+181
2023-03-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
8
-7
/
+51
2023-03-09
selftests/bpf: Workaround verification failure for fexit_bpf2bpf/func_replace...
Yonghong Song
1
-1
/
+1
2023-03-09
selftests/bpf: Improve error logs in XDP compliance test tool
Lorenzo Bianconi
1
-7
/
+16
2023-03-09
selftests/bpf: Use ifname instead of ifindex in XDP compliance test tool
Lorenzo Bianconi
1
-17
/
+27
2023-03-09
selftests/bpf: Fix flaky fib_lookup test
Martin KaFai Lau
1
-2
/
+10
2023-03-09
Merge tag 'net-6.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
3
-3
/
+34
2023-03-09
Merge tag 'for-linus-2023030901' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-0
/
+1
2023-03-08
selftests/bpf: implement and test custom testmod_seq iterator
Andrii Nakryiko
5
-1
/
+169
[prev]
[next]