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-11
selftests/bpf: Offloaded prog after non-offloaded should not cause BUG
Eduard Zingerman
1
-0
/
+61
2023-09-12
objtool: Fix _THIS_IP_ detection for cold functions
Josh Poimboeuf
1
-1
/
+2
2023-09-11
selftests: user_events: create test-specific Kconfig fragments
Naresh Kamboju
1
-0
/
+1
2023-09-11
ftrace/selftests: Add softlink to latest log directory
Steven Rostedt (Google)
1
-1
/
+9
2023-09-11
selftests/user_events: Fix failures when user_events is not installed
Beau Belgrave
5
-0
/
+111
2023-09-11
selftests/bpf: Correct map_fd to data_fd in tailcalls
Leon Hwang
1
-16
/
+16
2023-09-11
selftests/bpf: Update bpf_clone_redirect expected return code
Stanislav Fomichev
1
-2
/
+10
2023-09-11
bpf: Clarify error expectations from bpf_clone_redirect
Stanislav Fomichev
1
-1
/
+3
2023-09-11
selftests/bpf: Test all valid alloc sizes for bpf mem allocator
Hou Tao
2
-0
/
+173
2023-09-11
perf tools: Update copy of libbpf's hashmap.c
Arnaldo Carvalho de Melo
1
-10
/
+0
2023-09-11
perf vendor events intel: Fix spelling mistakes
Ian Rogers
24
-91
/
+91
2023-09-11
perf vendor events intel: Add emeraldrapids, update sapphirerapids to v1.16
Ian Rogers
16
-17
/
+23006
2023-09-11
perf vendor events intel: Add lunarlake v1.0
Ian Rogers
7
-0
/
+765
2023-09-11
perf parse-events: Introduce 'struct parse_events_terms'
Ian Rogers
8
-144
/
+160
2023-09-11
perf parse-events: Copy fewer term lists
Ian Rogers
3
-67
/
+65
2023-09-11
perf parse-events: Avoid enum casts
Ian Rogers
2
-15
/
+12
2023-09-11
perf parse-events: Tidy up str parameter
Ian Rogers
2
-7
/
+8
2023-09-11
perf parse-events: Remove unnecessary __maybe_unused
Ian Rogers
1
-4
/
+2
2023-09-11
perf shell completion: Support completion of metrics/metricgroups
Ian Rogers
1
-0
/
+4
2023-09-11
perf completion: Support completion of libpfm4 events
Ian Rogers
1
-0
/
+4
2023-09-11
perf shell completion: Restrict completion of events to events
Ian Rogers
1
-1
/
+1
2023-09-11
perf stat: Fix aggr mode initialization
Ian Rogers
1
-1
/
+1
2023-09-11
perf vendor events: Update metric events for power10 platform
Kajol Jain
1
-0
/
+388
2023-09-11
perf vendor events power10: Add extra data-source events
Kajol Jain
1
-0
/
+505
2023-09-11
perf vendor events power10: Update JSON/events
Kajol Jain
3
-15
/
+1282
2023-09-11
perf machine: Use true and false for bool variable
Jiapeng Chong
1
-3
/
+1
2023-09-11
arch: Remove Itanium (IA-64) architecture
Ard Biesheuvel
3
-75
/
+0
2023-09-11
selftests: ALSA: remove unused variables
Ding Xiang
4
-12
/
+5
2023-09-10
selftests/net: Improve bind_bhash.sh to accommodate predictable network inter...
Juntong Deng
1
-12
/
+14
2023-09-09
Merge tag 'perf-tools-for-v6.6-1-2023-09-05' of git://git.kernel.org/pub/scm/...
Linus Torvalds
282
-9119
/
+8004
2023-09-08
Merge tag 'xarray-6.6' of git://git.infradead.org/users/willy/xarray
Linus Torvalds
1
-2
/
+66
2023-09-08
selftests/ftrace: Fix dependencies for some of the synthetic event tests
Naveen N Rao
2
-2
/
+2
2023-09-08
bpftool: Fix -Wcast-qual warning
Denys Zagorui
1
-1
/
+1
2023-09-08
selftests/bpf: Add kprobe_multi override test
Jiri Olsa
2
-0
/
+50
2023-09-08
selftests/bpf: trace_helpers.c: Add a global ksyms initialization mutex
Rong Tao
1
-0
/
+4
2023-09-08
selftests/bpf: trace_helpers.c: Optimize kallsyms cache
Rong Tao
4
-46
/
+114
2023-09-08
Merge tag 'landlock-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-3
/
+5
2023-09-08
selftests: Keep symlinks, when possible
Björn Töpel
1
-2
/
+2
2023-09-08
selftests: fix dependency checker script
Ricardo B. Marliere
1
-12
/
+65
2023-09-08
kselftest/runner.sh: Propagate SIGTERM to runner child
Björn Töpel
1
-1
/
+2
2023-09-08
selftests/bpf: Test preemption between bpf_obj_new() and bpf_obj_drop()
Hou Tao
2
-0
/
+195
2023-09-08
bpf: Mark BPF_MAP_TYPE_PERCPU_CGROUP_STORAGE deprecated
Yonghong Song
3
-2
/
+22
2023-09-08
selftests/bpf: Add some negative tests
Yonghong Song
2
-0
/
+171
2023-09-08
selftests/bpf: Add tests for cgrp_local_storage with local percpu kptr
Yonghong Song
2
-0
/
+145
2023-09-08
selftests/bpf: Remove unnecessary direct read of local percpu kptr
Yonghong Song
1
-4
/
+0
2023-09-08
selftests/bpf: Add tests for array map with local percpu kptr
Yonghong Song
2
-0
/
+265
2023-09-08
selftests/bpf: Add bpf_percpu_obj_{new,drop}() macro in bpf_experimental.h
Yonghong Song
1
-0
/
+31
2023-09-08
libbpf: Add __percpu_kptr macro definition
Yonghong Song
1
-0
/
+1
2023-09-08
selftests/bpf: Update error message in negative linked_list test
Yonghong Song
1
-2
/
+2
2023-09-08
libbpf: Add basic BTF sanity validation
Andrii Nakryiko
2
-2
/
+162
[prev]
[next]