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-05-16
selftests/bpf: Remove extern from kfuncs declarations
Jiri Olsa
1
-18
/
+18
2023-05-16
selftests/bpf: Allow to use kfunc from testmod.ko in test_verifier
Jiri Olsa
1
-22
/
+139
2023-05-16
selftests/bpf: Load bpf_testmod for verifier test
Jiri Olsa
1
-0
/
+9
2023-05-16
selftests/bpf: Use un/load_bpf_testmod functions in tests
Jiri Olsa
4
-41
/
+14
2023-05-16
selftests/bpf: Do not unload bpf_testmod in load_bpf_testmod
Jiri Olsa
2
-6
/
+8
2023-05-16
selftests/bpf: Use only stdout in un/load_bpf_testmod functions
Jiri Olsa
1
-4
/
+4
2023-05-16
selftests/bpf: Move test_progs helpers to testing_helpers object
Jiri Olsa
4
-66
/
+74
2023-05-16
selftests/bpf: Move kfunc exports to bpf_testmod/bpf_testmod_kfunc.h
Jiri Olsa
11
-51
/
+52
2023-05-16
libbpf: Store zero fd to fd_array for loader kfunc relocation
Jiri Olsa
1
-7
/
+7
2023-05-16
selftests/bpf: Fix s390 sock_field test failure
Yonghong Song
1
-1
/
+4
2023-05-16
selftests/bpf: improve netcnt test robustness
Andrii Nakryiko
1
-2
/
+2
2023-05-16
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
39
-389
/
+2025
2023-05-16
kunit: tool: Enable CONFIG_FORTIFY_SOURCE under UML
Kees Cook
2
-0
/
+5
2023-05-16
tools headers UAPI: Sync s390 syscall table file that wires up the memfd_secr...
Arnaldo Carvalho de Melo
1
-1
/
+1
2023-05-16
tools headers UAPI: Sync linux/prctl.h with the kernel sources
Arnaldo Carvalho de Melo
1
-0
/
+2
2023-05-16
perf metrics: Avoid segv with --topdown for metrics without a group
Ian Rogers
1
-1
/
+1
2023-05-16
objtool: Move noreturn function list to separate file
Josh Poimboeuf
3
-44
/
+50
2023-05-16
tools/lib/subcmd: Replace NORETURN usage with __noreturn
Josh Poimboeuf
2
-9
/
+4
2023-05-16
objtool: Remove superfluous global_noreturns entries
Josh Poimboeuf
1
-2
/
+0
2023-05-16
objtool: Ignore exc_double_fault() __noreturn warnings
Josh Poimboeuf
1
-1
/
+30
2023-05-16
objtool: Detect missing __noreturn annotations
Josh Poimboeuf
2
-1
/
+19
2023-05-16
objtool: Include backtrace in verbose mode
Josh Poimboeuf
3
-24
/
+20
2023-05-16
objtool: Add verbose option for disassembling affected functions
Josh Poimboeuf
4
-0
/
+88
2023-05-16
objtool: Limit unreachable warnings to once per function
Josh Poimboeuf
3
-3
/
+10
2023-05-15
torture: Remove duplicated argument -enable-kvm for ppc64
Zhouyi Zhou
1
-1
/
+1
2023-05-15
bpf, arm64: Support struct arguments in the BPF trampoline
Florent Revest
1
-1
/
+0
2023-05-15
bpftool: JIT limited misreported as negative value on aarch64
Alan Maguire
1
-12
/
+12
2023-05-14
selftests/bpf: Fix pkg-config call building sign-file
Jeremy Sowden
1
-1
/
+1
2023-05-14
Merge tag 'cxl-fixes-6.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+1
2023-05-13
selftests/bpf: Correctly handle optlen > 4096
Stanislav Fomichev
10
-132
/
+166
2023-05-13
selftests/bpf: Update EFAULT {g,s}etsockopt selftests
Stanislav Fomichev
1
-6
/
+90
2023-05-13
selftests: net: vxlan: Add tests for vxlan nolocalbypass option.
Vladimir Nikishkin
2
-0
/
+241
2023-05-13
tools/testing/cxl: Use DEFINE_STATIC_SRCU()
Dan Williams
1
-1
/
+1
2023-05-12
libbpf: fix offsetof() and container_of() to work with CO-RE
Andrii Nakryiko
1
-5
/
+10
2023-05-12
selftests: fcnal: Test SO_DONTROUTE on raw and ping sockets.
Guillaume Nault
1
-0
/
+14
2023-05-12
selftests: fcnal: Test SO_DONTROUTE on UDP sockets.
Guillaume Nault
1
-0
/
+17
2023-05-12
selftests: fcnal: Test SO_DONTROUTE on TCP sockets.
Guillaume Nault
1
-0
/
+56
2023-05-12
selftests: Add SO_DONTROUTE option to nettest.
Guillaume Nault
1
-1
/
+45
2023-05-11
selftets: seg6: disable rp_filter by default in srv6_end_dt4_l3vpn_test
Andrea Mayer
1
-5
/
+6
2023-05-11
selftests: seg6: disable DAD on IPv6 router cfg for srv6_end_dt4_l3vpn_test
Andrea Mayer
1
-1
/
+5
2023-05-11
rcutorture: Correct name of use_softirq module parameter
Paul E. McKenney
2
-2
/
+2
2023-05-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
518
-144563
/
+167862
2023-05-11
Merge tag 'net-6.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
4
-7
/
+193
2023-05-11
selftests: gpio: gpio-sim: Fix BUG: test FAILED due to recent change
Mirsad Todorovac
1
-0
/
+3
2023-05-11
tools: gpio: fix debounce_period_us output of lsgpio
Milo Spadacini
1
-1
/
+1
2023-05-10
Merge tag 'nf-23-05-10' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...
Jakub Kicinski
1
-6
/
+139
2023-05-10
perf lock contention: Add empty 'struct rq' to satisfy libbpf 'runqueue' type...
Jiri Olsa
1
-0
/
+2
2023-05-10
perf cs-etm: Fix contextid validation
James Clark
1
-5
/
+4
2023-05-10
perf arm64: Fix build with refcount checking
James Clark
2
-3
/
+3
2023-05-10
perf test: Add stat test for record and script
Sandipan Das
1
-0
/
+13
[prev]
[next]