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
Age
Commit message (
Expand
)
Author
Files
Lines
2023-09-17
vsock/test: add send_buf() utility function
Stefano Garzarella
2
-36
/
+56
2023-09-17
vsock/test: use recv_buf() in vsock_test.c
Stefano Garzarella
1
-87
/
+17
2023-09-17
vsock/test: add recv_buf() utility function
Stefano Garzarella
2
-35
/
+54
2023-09-17
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
45
-365
/
+3585
2023-09-16
perf test: Fix test-record-dummy-C0 failure for supported PERF_FORMAT_LOST fe...
Yang Jihong
1
-1
/
+1
2023-09-16
selftests/bpf: Add tests for BPF exceptions
Kumar Kartikeya Dwivedi
7
-0
/
+1332
2023-09-16
selftests/bpf: Add BPF assertion macros
Kumar Kartikeya Dwivedi
1
-0
/
+243
2023-09-16
libbpf: Add support for custom exception callbacks
Kumar Kartikeya Dwivedi
1
-5
/
+109
2023-09-16
libbpf: Refactor bpf_object__reloc_code
Kumar Kartikeya Dwivedi
1
-19
/
+33
2023-09-16
bpf: Add support for custom exception callbacks
Kumar Kartikeya Dwivedi
1
-1
/
+30
2023-09-16
bpf: Implement BPF exceptions
Kumar Kartikeya Dwivedi
1
-0
/
+16
2023-09-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
12
-14
/
+302
2023-09-15
Merge tag 'linux-kselftest-fixes-6.6-rc2' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
7
-1
/
+129
2023-09-15
selftest, bpf: enable cpu v4 tests for arm32
Puranjay Mohan
5
-5
/
+10
2023-09-15
perf kwork: Fix spelling mistake "COMMMAND" -> "COMMAND"
Colin Ian King
1
-1
/
+1
2023-09-15
perf annotate: Add more x86 mov instruction cases
Namhyung Kim
1
-3
/
+6
2023-09-15
perf pmu: Remove unused function
James Clark
3
-16
/
+0
2023-09-15
perf pmus: Simplify perf_pmus__find_core_pmu()
James Clark
2
-14
/
+8
2023-09-15
perf pmu: Move pmu__find_core_pmu() to pmus.c
James Clark
6
-24
/
+25
2023-09-15
perf symbol: Avoid an undefined behavior warning
Ian Rogers
1
-2
/
+1
2023-09-15
bpf: Fix BTF_ID symbol generation collision in tools/
Nick Desaulniers
1
-1
/
+1
2023-09-15
tools: ynl: extend netdev sample to dump xdp-rx-metadata-features
Stanislav Fomichev
4
-2
/
+30
2023-09-15
bpf: expose information about supported xdp metadata kfunc
Stanislav Fomichev
1
-0
/
+16
2023-09-15
Merge tag 'nf-23-09-13' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...
David S. Miller
5
-2
/
+277
2023-09-15
crypto: ccp - Fix some unfused tests
Mario Limonciello
1
-13
/
+13
2023-09-15
crypto: ccp - Fix sample application signature passing
Mario Limonciello
2
-2
/
+4
2023-09-15
crypto: ccp - Fix DBC sample application error handling
Mario Limonciello
2
-10
/
+9
2023-09-15
crypto: ccp - Fix ioctl unit tests
Mario Limonciello
1
-5
/
+14
2023-09-15
selftests: tls: swap the TX and RX sockets in some tests
Sabrina Dubroca
1
-4
/
+4
2023-09-14
selftests/thermel/intel: Add test to read workload hint
Srinivas Pandruvada
3
-0
/
+170
2023-09-14
selftests/bpf: Skip module_fentry_shadow test when bpf_testmod is not available
Artem Savkov
1
-0
/
+5
2023-09-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
291
-9153
/
+8204
2023-09-14
Merge tag 'net-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
2
-23
/
+71
2023-09-14
selftests/xsk: display command line options with -h
Magnus Karlsson
2
-2
/
+14
2023-09-14
selftests/xsk: fail single test instead of all tests
Magnus Karlsson
1
-24
/
+46
2023-09-14
selftests/xsk: use ksft_print_msg uniformly
Magnus Karlsson
1
-12
/
+13
2023-09-14
selftests/xsk: add option to run single test
Magnus Karlsson
3
-21
/
+48
2023-09-14
selftests/xsk: add option that lists all tests
Magnus Karlsson
3
-7
/
+42
2023-09-14
selftests/xsk: declare test names in struct
Magnus Karlsson
2
-171
/
+57
2023-09-14
selftests/xsk: move all tests to separate functions
Magnus Karlsson
1
-55
/
+115
2023-09-14
selftests/xsk: add option to only run tests in a single mode
Magnus Karlsson
3
-8
/
+47
2023-09-14
selftests/xsk: add timeout for Tx thread
Magnus Karlsson
1
-4
/
+22
2023-09-14
selftests/xsk: print per packet info in verbose mode
Magnus Karlsson
1
-3
/
+10
2023-09-14
memblock tests: fix warning ‘struct seq_file’ declared inside parameter list
Mike Rapoport (IBM)
3
-1
/
+4
2023-09-14
memblock tests: fix warning: "__ALIGN_KERNEL" redefined
Mike Rapoport (IBM)
1
-2
/
+0
2023-09-14
test/vsock: shutdowned socket test
Arseniy Krasnov
1
-0
/
+138
2023-09-14
memblock tests: Fix compilation errors.
Rong Tao
3
-2
/
+6
2023-09-13
selftests: netfilter: Test nf_tables audit logging
Phil Sutter
5
-2
/
+277
2023-09-13
selftests/bpf: Fix kprobe_multi_test/attach_override test
Jiri Olsa
2
-9
/
+3
2023-09-13
Merge tag 'trace-v6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
2
-2
/
+2
[prev]
[next]