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-12-06
libbpf: add BPF token support to bpf_prog_load() API
Andrii Nakryiko
2
-2
/
+4
2023-12-06
libbpf: add BPF token support to bpf_btf_load() API
Andrii Nakryiko
2
-2
/
+5
2023-12-06
libbpf: add BPF token support to bpf_map_create() API
Andrii Nakryiko
2
-2
/
+7
2023-12-06
libbpf: add bpf_token_create() API
Andrii Nakryiko
3
-0
/
+42
2023-12-06
bpf: add BPF token support to BPF_PROG_LOAD command
Andrii Nakryiko
3
-0
/
+7
2023-12-06
bpf: add BPF token support to BPF_BTF_LOAD command
Andrii Nakryiko
1
-0
/
+1
2023-12-06
bpf: add BPF token support to BPF_MAP_CREATE command
Andrii Nakryiko
3
-0
/
+7
2023-12-06
bpf: introduce BPF token object
Andrii Nakryiko
1
-0
/
+37
2023-12-06
perf thread: Add missing RC_CHK_EQUAL
Ian Rogers
1
-1
/
+1
2023-12-06
perf maps: Move symbol maps functions to maps.c
Ian Rogers
4
-249
/
+250
2023-12-06
perf map: Simplify map_ip/unmap_ip and make 'struct map' smaller
Ian Rogers
5
-68
/
+50
2023-12-06
perf test shell diff: Skip test if test_loop symbol is missing in the perf bi...
Ian Rogers
1
-0
/
+7
2023-12-06
perf symbols: Parse NOTE segments until the build id is found
Chengen Du
1
-4
/
+6
2023-12-06
perf record: Be lazier in allocating lost samples buffer
Ian Rogers
1
-10
/
+19
2023-12-06
perf evsel: Fallback to "task-clock" when not system wide
Ian Rogers
5
-12
/
+15
2023-12-05
tools: ynl: move private definitions to a separate header
Jakub Kicinski
2
-147
/
+145
2023-12-05
tools: ynl: use strerror() if no extack of note provided
Jakub Kicinski
1
-1
/
+5
2023-12-05
tools: pynl: make flags argument optional for do()
Jakub Kicinski
1
-2
/
+2
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
perf list: Fix JSON segfault by setting the used skip_duplicate_pmus callback
Ian Rogers
1
-0
/
+6
2023-12-05
perf bench sched-seccomp-notify: Fix spelling mistake "synchronious" -> "sync...
Colin Ian King
1
-1
/
+1
2023-12-05
perf test: Add basic 'perf diff' test
Ian Rogers
1
-0
/
+101
2023-12-05
perf mem: Fix error on hybrid related to availability of mem event in a PMU
Kan Liang
1
-11
/
+14
2023-12-05
perf vendor events powerpc: Update datasource event name to fix duplicate events
Athira Rajeev
1
-4
/
+14
2023-12-05
perf test: Add basic 'perf list --json" test
Ian Rogers
1
-0
/
+19
2023-12-05
perf test: Use common python setup library
Ian Rogers
4
-33
/
+26
2023-12-05
perf build: Shellcheck support for OUTPUT directory
Ian Rogers
4
-42
/
+27
2023-12-05
perf vendor events arm64 AmpereOneX: Add core PMU events and metrics
Ilkka Koskinen
13
-0
/
+1713
2023-12-05
perf vendor events arm64 AmpereOne: Rename BPU_FLUSH_MEM_FAULT to GPC_FLUSH_M...
Ilkka Koskinen
1
-1
/
+1
2023-12-05
tools: ynl: remove generated user space code from git
Jakub Kicinski
13
-26838
/
+2
2023-12-05
perf vendor events arm64: AmpereOne: Add missing DefaultMetricgroupName fields
Ilkka Koskinen
1
-0
/
+2
2023-12-05
perf metrics: Avoid segv if default metricgroup isn't set
Ian Rogers
1
-1
/
+1
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
2023-12-05
selftests/net: convert drop_monitor_tests.sh to run it in unique namespace
Hangbin Liu
1
-10
/
+11
2023-12-05
selftests/net: convert cmsg tests to make them run in unique namespace
Hangbin Liu
3
-12
/
+12
2023-12-05
selftests/net: convert arp_ndisc_untracked_subnets.sh to run it in unique nam...
Hangbin Liu
1
-12
/
+6
2023-12-05
selftests/net: specify the interface when do arping
Hangbin Liu
1
-1
/
+1
[prev]
[next]