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-04-14
iommufd: Add config needed for iommufd_fail_nth
Muhammad Usama Anjum
1
-0
/
+2
2024-04-14
net: change maximum number of UDP segments to 128
Yuri Benditovich
1
-1
/
+1
2024-04-12
selftests: netfilter: nft_nat.sh: move to lib.sh infra
Florian Westphal
1
-274
/
+206
2024-04-12
selftests: netfilter: nft_flowtable.sh: move test to lib.sh infra
Florian Westphal
1
-72
/
+36
2024-04-12
selftests: netfilter: nft_fib.sh: move to lib.sh infra
Florian Westphal
1
-52
/
+19
2024-04-12
selftests: netfilter: nft_conntrack_helper.sh: test to lib.sh infra
Florian Westphal
1
-79
/
+53
2024-04-12
selftests: netfilter: nf_nat_edemux.sh: move to lib.sh infra
Florian Westphal
1
-56
/
+26
2024-04-12
selftests: netfilter: ipvs.sh: move to lib.sh infra
Florian Westphal
1
-85
/
+68
2024-04-12
selftests: netfilter: place checktool helper in lib.sh
Florian Westphal
3
-12
/
+8
2024-04-12
selftests: netfilter: conntrack_ipip_mtu.sh" move to lib.sh infra
Florian Westphal
1
-23
/
+14
2024-04-12
selftests: netfilter: conntrack_vrf.sh: move to lib.sh infra
Florian Westphal
1
-62
/
+39
2024-04-12
selftests: netfilter: conntrack_sctp_collision.sh: move to lib.sh infra
Florian Westphal
1
-34
/
+32
2024-04-12
selftests: netfilter: conntrack_tcp_unreplied.sh: move to lib.sh infra
Florian Westphal
1
-69
/
+55
2024-04-12
selftests: netfilter: conntrack_icmp_related.sh: move to lib.sh infra
Florian Westphal
1
-108
/
+71
2024-04-12
selftests: netfilter: br_netfilter.sh: move to lib.sh infra
Florian Westphal
1
-76
/
+55
2024-04-12
selftests: netfilter: bridge_brouter.sh: move to lib.sh infra
Florian Westphal
1
-76
/
+52
2024-04-12
selftests: netfilter: move to net subdir
Florian Westphal
35
-194
/
+96
2024-04-12
selftests/bpf: Add read_trace_pipe_iter function
Jiri Olsa
4
-77
/
+60
2024-04-12
selftests: kselftest: Fix build failure with NOLIBC
Oleg Nesterov
1
-0
/
+5
2024-04-12
selftests: timers: Fix abs() warning in posix_timers test
John Stultz
1
-1
/
+1
2024-04-12
selftests: kselftest: Mark functions that unconditionally call exit() as __no...
Nathan Chancellor
1
-6
/
+9
2024-04-12
selftests: timers: Fix posix_timers ksft_print_msg() warning
John Stultz
1
-1
/
+1
2024-04-12
selftest/bpf: Test a perf BPF program that suppresses side effects
Kyle Huey
2
-0
/
+152
2024-04-12
selftests/powerpc/papr-vpd: Fix missing variable initialization
Nathan Lynch
1
-1
/
+1
2024-04-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-1
/
+61
2024-04-11
KVM: selftests: Add coverage of EPT-disabled to vmx_dirty_log_test
David Matlack
1
-14
/
+46
2024-04-11
selftests/bpf: Export send_recv_data helper
Geliang Tang
3
-80
/
+104
2024-04-11
selftests/bpf: Add struct send_recv_arg
Geliang Tang
1
-12
/
+22
2024-04-11
selftests/bpf: Fix umount cgroup2 error in test_sockmap
Geliang Tang
1
-1
/
+1
2024-04-11
selftests: kvm: add test for transferring FPU state into VMSA
Paolo Bonzini
1
-0
/
+89
2024-04-11
selftests: kvm: split "launch" phase of SEV VM creation
Paolo Bonzini
3
-8
/
+18
2024-04-11
selftests: kvm: switch to using KVM_X86_*_VM
Paolo Bonzini
6
-32
/
+40
2024-04-11
selftests: kvm: add tests for KVM_SEV_INIT2
Paolo Bonzini
4
-8
/
+159
2024-04-11
selftests: mptcp: test last time mptcp_info
Geliang Tang
1
-0
/
+53
2024-04-10
selftests/bpf: Enable tests for atomics with cpuv4
Yonghong Song
1
-1
/
+1
2024-04-10
selftests/bpf: Add some tests with new bpf_program__attach_sockmap() APIs
Yonghong Song
5
-2
/
+206
2024-04-10
selftests/bpf: Refactor out helper functions for a few tests
Yonghong Song
2
-17
/
+30
2024-04-10
selftests: fib_rule_tests: Add VRF tests
Ido Schimmel
1
-3
/
+43
2024-04-10
selftests/nolibc: Add tests for strlcat() and strlcpy()
Rodrigo Campos
1
-0
/
+40
2024-04-10
selftests: net: reuse common code in bpf_offload
Jakub Kicinski
2
-96
/
+37
2024-04-10
selftests: net: declare section names for bpf_offload
Jakub Kicinski
4
-3
/
+7
2024-04-10
selftests: net: bpf_offload: wait for maps
Jakub Kicinski
1
-8
/
+8
2024-04-10
selftests: move bpf-offload test from bpf to net
Jakub Kicinski
5
-2
/
+7
2024-04-10
Merge tag 'turbostat-2024.04.10' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-0
/
+60
2024-04-10
selftests: timers: Fix valid-adjtimex signed left-shift undefined behavior
John Stultz
1
-37
/
+36
2024-04-10
selftests/hid: add tests for hid_bpf_input_report
Benjamin Tissoires
3
-2
/
+73
2024-04-10
selftests/hid: Add test for hid_bpf_hw_output_report
Benjamin Tissoires
3
-0
/
+89
2024-04-10
selftests/hid: add KASAN to the VM tests
Benjamin Tissoires
1
-0
/
+1
2024-04-10
tools/power turbostat: v2024.04.10
Len Brown
1
-0
/
+1
2024-04-10
RISC-V: drop SOC_VIRT for ARCH_VIRT
Conor Dooley
2
-2
/
+2
[prev]
[next]