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-12-08
selftests/net: convert test_vxlan_vnifiltering.sh to run it in unique namespace
Hangbin Liu
1
-59
/
+95
2023-12-08
selftests/net: convert test_vxlan_under_vrf.sh to run it in unique namespace
Hangbin Liu
1
-34
/
+36
2023-12-08
selftests/net: convert test_vxlan_nolocalbypass.sh to run it in unique namespace
Hangbin Liu
1
-25
/
+23
2023-12-08
selftests/net: convert test_vxlan_mdb.sh to run it in unique namespace
Hangbin Liu
1
-103
/
+99
2023-12-08
selftests/net: convert test_bridge_neigh_suppress.sh to run it in unique name...
Hangbin Liu
1
-169
/
+162
2023-12-08
selftests/net: convert test_bridge_backup_port.sh to run it in unique namespace
Hangbin Liu
1
-189
/
+182
2023-12-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
4
-9
/
+125
2023-12-07
Merge tag 'net-6.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
2
-0
/
+116
2023-12-07
bpf: Add verifier regression test for previous patch
Andrei Matei
1
-0
/
+29
2023-12-07
KVM: selftests: Fix vmxon_pa == vmcs12_pa == -1ull nVMX testcase for !eVMCS
Vitaly Kuznetsov
1
-6
/
+10
2023-12-07
KVM: selftests: Make Hyper-V tests explicitly require KVM Hyper-V support
Vitaly Kuznetsov
7
-2
/
+14
2023-12-07
selftests/hid: fix failing tablet button tests
Benjamin Tissoires
1
-2
/
+2
2023-12-07
selftests/hid: fix ruff linter complains
Benjamin Tissoires
2
-10
/
+10
2023-12-07
selftests/hid: fix mypy complains
Benjamin Tissoires
2
-7
/
+7
2023-12-07
selftests/hid: tablets: be stricter for some transitions
Benjamin Tissoires
1
-19
/
+113
2023-12-07
selftests/hid: tablets: add a secondary barrel switch test
Benjamin Tissoires
1
-0
/
+67
2023-12-07
selftests/hid: tablets: convert the primary button tests
Benjamin Tissoires
1
-95
/
+65
2023-12-07
selftests/hid: tablets: add variants of states with buttons
Benjamin Tissoires
1
-13
/
+160
2023-12-07
selftests/hid: tablets: define the elements of PenState
Benjamin Tissoires
1
-12
/
+24
2023-12-07
selftests/hid: tablets: set initial data for tilt/twist
Benjamin Tissoires
1
-7
/
+7
2023-12-07
selftests/hid: tablets: do not set invert when the eraser is used
Benjamin Tissoires
1
-1
/
+1
2023-12-07
selftests/hid: tablets: move move_to function to PenDigitizer
Benjamin Tissoires
1
-47
/
+50
2023-12-07
selftests/hid: tablets: move the transitions to PenState
Benjamin Tissoires
1
-106
/
+109
2023-12-07
selftests/hid: tablets: remove unused class
Benjamin Tissoires
1
-4
/
+0
2023-12-07
selftests/hid: base: allow for multiple skip_if_uhdev
Benjamin Tissoires
1
-2
/
+1
2023-12-07
selftests/hid: vmtest.sh: allow finer control on the build steps
Benjamin Tissoires
1
-18
/
+24
2023-12-07
selftests/hid: vmtest.sh: update vm2c and container
Benjamin Tissoires
1
-2
/
+2
2023-12-06
Merge branch 'master' into mm-hotfixes-stable
Andrew Morton
9
-32
/
+62
2023-12-06
selftests/mm: prevent duplicate runs caused by TEST_GEN_PROGS
Nico Pache
1
-2
/
+2
2023-12-06
mm/selftests: fix pagemap_ioctl memory map test
Peter Xu
1
-3
/
+6
2023-12-06
bpf: rename MAX_BPF_LINK_TYPE into __MAX_BPF_LINK_TYPE for consistency
Andrii Nakryiko
1
-1
/
+1
2023-12-06
selftests/bpf: Add test for early update in prog_array_map_poke_run
Jiri Olsa
2
-0
/
+116
2023-12-06
selftests/bpf: add BPF token-enabled tests
Andrii Nakryiko
1
-0
/
+672
2023-12-06
bpf: add BPF token support to BPF_PROG_LOAD command
Andrii Nakryiko
2
-0
/
+5
2023-12-06
bpf: add BPF token support to BPF_MAP_CREATE command
Andrii Nakryiko
2
-0
/
+5
2023-12-05
selftests/bpf: validate precision logic in partial_stack_load_preserves_zeros
Andrii Nakryiko
1
-0
/
+16
2023-12-05
selftests/bpf: validate zero preservation for sub-slot loads
Andrii Nakryiko
1
-0
/
+71
2023-12-05
selftests/bpf: validate STACK_ZERO is preserved on subreg spill
Andrii Nakryiko
1
-0
/
+40
2023-12-05
selftests/bpf: add stack access precision test
Andrii Nakryiko
1
-5
/
+59
2023-12-05
bpf: support non-r10 register spill/fill to/from stack in precision tracking
Andrii Nakryiko
2
-21
/
+40
2023-12-05
selftests/bpf: Make sure we trigger metadata kfuncs for dst 8080
Stanislav Fomichev
1
-1
/
+30
2023-12-05
selftests/bpf: Test bpf_kptr_xchg stashing of bpf_rb_root
Dave Marchevsky
2
-0
/
+76
2023-12-05
selftests/net: convert unicast_extensions.sh to run it in unique namespace
Hangbin Liu
1
-53
/
+46
2023-12-05
selftests/net: convert sctp_vrf.sh to run it in unique namespace
Hangbin Liu
1
-9
/
+3
2023-12-05
selftests/net: convert ndisc_unsolicited_na_test.sh to run it in unique names...
Hangbin Liu
1
-12
/
+7
2023-12-05
selftests/net: convert l2tp.sh to run it in unique namespace
Hangbin Liu
1
-68
/
+62
2023-12-05
selftests/net: convert ioam6.sh to run it in unique namespace
Hangbin Liu
1
-126
/
+121
2023-12-05
sleftests/net: convert icmp.sh to run it in unique namespace
Hangbin Liu
1
-6
/
+4
2023-12-05
selftests/net: convert icmp_redirect.sh to run it in unique namespace
Hangbin Liu
1
-94
/
+88
2023-12-05
selftests/net: convert traceroute.sh to run it in unique namespace
Hangbin Liu
1
-46
/
+36
[prev]
[next]