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-09-16
selftests:kvm: fix get_trans_hugepagesz() ignoring fscanf() return warn
Shuah Khan
1
-1
/
+4
2021-09-16
selftests:kvm: fix get_warnings_count() ignoring fscanf() return warn
Shuah Khan
1
-1
/
+2
2021-09-16
torture: Make kvm-remote.sh print size of downloaded tarball
Paul E. McKenney
1
-0
/
+1
2021-09-16
torture: Allot 1G of memory for scftorture runs
Paul E. McKenney
1
-1
/
+1
2021-09-16
selftests: nci: replace unsigned int with int
Xiang wangx
1
-1
/
+1
2021-09-15
selftests: be sure to make khdr before other targets
Li Zhijian
1
-0
/
+1
2021-09-15
selftests/bpf: Skip btf_tag test if btf_tag attribute not supported
Yonghong Song
3
-1
/
+31
2021-09-15
selftests: net: test ethtool -L vs mq
Jakub Kicinski
2
-1
/
+78
2021-09-14
selftests/bpf: Add a test with a bpf program with btf_tag attributes
Yonghong Song
2
-0
/
+53
2021-09-14
selftests/bpf: Test BTF_KIND_TAG for deduplication
Yonghong Song
1
-17
/
+175
2021-09-14
selftests/bpf: Add BTF_KIND_TAG unit tests
Yonghong Song
2
-0
/
+248
2021-09-14
selftests/bpf: Change NAME_NTH/IS_NAME_NTH for BTF_KIND_TAG format
Yonghong Song
1
-2
/
+2
2021-09-14
selftests/bpf: Test libbpf API function btf__add_tag()
Yonghong Song
2
-1
/
+27
2021-09-14
selftests/bpf: Fix .gitignore to not ignore test_progs.c
Andrii Nakryiko
1
-2
/
+3
2021-09-14
bpf,x64 Emit IMUL instead of MUL for x86-64
Jie Meng
1
-3
/
+19
2021-09-14
selftests/bpf: Update selftests to always provide "struct_ops" SEC
Andrii Nakryiko
1
-9
/
+3
2021-09-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
8
-25
/
+281
2021-09-13
torture: Make torture.sh print the number of files to be compressed
Paul E. McKenney
1
-2
/
+7
2021-09-13
bpf, selftests: Add test case for mixed cgroup v1/v2
Daniel Borkmann
4
-6
/
+127
2021-09-13
bpf, selftests: Add cgroup v1 net_cls classid helpers
Daniel Borkmann
2
-12
/
+141
2021-09-13
bpf, selftests: Replicate tailcall limit test for indirect call case
Daniel Borkmann
2
-5
/
+54
2021-09-13
selftests/bpf: Add test for bpf_get_branch_snapshot
Song Liu
9
-52
/
+243
2021-09-13
torture: Apply CONFIG_KCSAN_STRICT to kvm.sh --kcsan argument
Paul E. McKenney
1
-1
/
+1
2021-09-13
selftests/powerpc: Add scv versions of the basic TM syscall tests
Nicholas Piggin
2
-8
/
+65
2021-09-12
selftest: net: fix typo in altname test
Andrea Claudi
1
-1
/
+1
2021-09-11
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
1
-1
/
+7
2021-09-10
selftests/bpf: Test new __sk_buff field hwtstamp
Vadim Fedorenko
3
-0
/
+63
2021-09-10
selftests: xsk: Add tests for 2K frame size
Magnus Karlsson
2
-0
/
+25
2021-09-10
selftests: xsk: Add tests for invalid xsk descriptors
Magnus Karlsson
2
-18
/
+132
2021-09-10
selftests: xsk: Eliminate test specific if-statement in test runner
Magnus Karlsson
1
-4
/
+12
2021-09-10
selftests: xsk: Add test for unaligned mode
Magnus Karlsson
2
-23
/
+108
2021-09-10
selftests: xsk: Introduce replacing the default packet stream
Magnus Karlsson
2
-18
/
+48
2021-09-10
selftests: xsk: Allow for invalid packets
Magnus Karlsson
2
-6
/
+11
2021-09-10
selftests: xsk: Eliminate MAX_SOCKS define
Magnus Karlsson
2
-10
/
+9
2021-09-10
selftests: xsx: Make pthreads local scope
Magnus Karlsson
2
-2
/
+1
2021-09-10
selftests: xsk: Make xdp_flags and bind_flags local
Magnus Karlsson
2
-32
/
+31
2021-09-10
selftests: xsk: Specify number of sockets to create
Magnus Karlsson
2
-34
/
+27
2021-09-10
selftests: xsk: Replace second_step global variable
Magnus Karlsson
2
-45
/
+36
2021-09-10
selftests: xsk: Introduce rx_on and tx_on in ifobject
Magnus Karlsson
2
-28
/
+16
2021-09-10
selftests: xsk: Add use_poll to ifobject
Magnus Karlsson
2
-1
/
+5
2021-09-10
selftests: xsx: Introduce test name in test spec
Magnus Karlsson
2
-20
/
+31
2021-09-10
selftests: xsk: Make frame_size configurable
Magnus Karlsson
2
-5
/
+7
2021-09-10
selftests: xsk: Move rxqsize into xsk_socket_info
Magnus Karlsson
2
-7
/
+4
2021-09-10
selftests: xsk: Move num_frames and frame_headroom to xsk_umem_info
Magnus Karlsson
2
-12
/
+12
2021-09-10
selftests: xsk: Introduce test specifications
Magnus Karlsson
2
-84
/
+126
2021-09-10
selftests: xsk: Introduce type for thread function
Magnus Karlsson
2
-14
/
+15
2021-09-10
selftests: xsk: Simplify xsk and umem arrays
Magnus Karlsson
2
-49
/
+34
2021-09-09
libbpf: Add LIBBPF_DEPRECATED_SINCE macro for scheduling API deprecations
Quentin Monnet
1
-2
/
+2
2021-09-09
Merge tag 'trace-v5.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...
Linus Torvalds
1
-1
/
+1
2021-09-08
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
7
-5
/
+115
[prev]
[next]