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
2024-01-24
libbpf: Support BPF token path setting through LIBBPF_BPF_TOKEN_PATH envvar
Andrii Nakryiko
2
-0
/
+14
2024-01-24
selftests/bpf: Add tests for BPF object load with implicit token
Andrii Nakryiko
1
-0
/
+64
2024-01-24
selftests/bpf: Add BPF object loading tests with explicit token passing
Andrii Nakryiko
3
-0
/
+166
2024-01-24
libbpf: Wire up BPF token support at BPF object level
Andrii Nakryiko
4
-11
/
+131
2024-01-24
libbpf: Wire up token_fd into feature probing logic
Andrii Nakryiko
5
-47
/
+97
2024-01-24
libbpf: Move feature detection code into its own file
Andrii Nakryiko
6
-466
/
+481
2024-01-24
libbpf: Further decouple feature checking logic from bpf_object
Andrii Nakryiko
3
-11
/
+22
2024-01-24
libbpf: Split feature detectors definitions from cached results
Andrii Nakryiko
1
-6
/
+12
2024-01-24
selftests/bpf: Utilize string values for delegate_xxx mount options
Andrii Nakryiko
1
-20
/
+32
2024-01-24
selftests/bpf: Add BPF token-enabled tests
Andrii Nakryiko
1
-0
/
+683
2024-01-24
libbpf: Add BPF token support to bpf_prog_load() API
Andrii Nakryiko
2
-2
/
+4
2024-01-24
libbpf: Add BPF token support to bpf_btf_load() API
Andrii Nakryiko
2
-2
/
+9
2024-01-24
libbpf: Add BPF token support to bpf_map_create() API
Andrii Nakryiko
2
-4
/
+7
2024-01-24
libbpf: Add bpf_token_create() API
Andrii Nakryiko
3
-0
/
+42
2024-01-24
bpf: Add BPF token support to BPF_PROG_LOAD command
Andrii Nakryiko
3
-0
/
+10
2024-01-24
bpf: Add BPF token support to BPF_BTF_LOAD command
Andrii Nakryiko
1
-0
/
+5
2024-01-24
bpf: Add BPF token support to BPF_MAP_CREATE command
Andrii Nakryiko
3
-0
/
+13
2024-01-24
bpf: Introduce BPF token object
Andrii Nakryiko
1
-0
/
+37
2024-01-24
libbpf: Ensure undefined bpf_attr field stays 0
Martin KaFai Lau
1
-1
/
+1
2024-01-24
selftests: netdevsim: fix the udp_tunnel_nic test
Jakub Kicinski
1
-0
/
+9
2024-01-24
perf test: Skip test_arm_callgraph_fp.sh if unwinding isn't built in
James Clark
1
-0
/
+6
2024-01-24
perf version: Display availability of HAVE_DWARF_UNWIND_SUPPORT
James Clark
1
-0
/
+1
2024-01-24
perf evlist: Fix evlist__new_default() for > 1 core PMU
James Clark
1
-1
/
+8
2024-01-24
perf mem: Clean up perf_pmus__num_mem_pmus()
Kan Liang
7
-19
/
+17
2024-01-24
perf mem: Clean up perf_mem_events__record_args()
Kan Liang
4
-53
/
+17
2024-01-24
perf mem: Clean up is_mem_loads_aux_event()
Kan Liang
2
-21
/
+16
2024-01-24
perf mem: Clean up perf_mem_event__supported()
Kan Liang
5
-29
/
+31
2024-01-24
perf mem: Clean up perf_mem_events__name()
Kan Liang
10
-107
/
+97
2024-01-24
perf mem: Clean up perf_mem_events__ptr()
Kan Liang
6
-92
/
+104
2024-01-24
perf mem: Add mem_events into the supported perf_pmu
Kan Liang
10
-7
/
+44
2024-01-24
selftests: net: fix rps_default_mask with >32 CPUs
Jakub Kicinski
1
-1
/
+5
2024-01-24
KVM: arm64: selftests: Handle feature fields with nonzero minimum value corre...
Jing Zhang
1
-7
/
+11
2024-01-24
selftests/bpf: Wait for the netstamp_needed_key static key to be turned on
Martin KaFai Lau
1
-4
/
+75
2024-01-24
selftests/bpf: Fix the flaky tc_redirect_dtime test
Martin KaFai Lau
1
-0
/
+11
2024-01-23
libbpf: Correct bpf_core_read.h comment wrt bpf_core_relo struct
Dima Tisnek
1
-1
/
+1
2024-01-23
selftests/bpf: Skip callback tests if jit is disabled in test_verifier
Tiezhu Yang
2
-0
/
+17
2024-01-23
selftests/bpf: Move is_jit_enabled() into testing_helpers
Tiezhu Yang
3
-18
/
+19
2024-01-23
selftests: fill in some missing configs for net
Jakub Kicinski
1
-0
/
+28
2024-01-23
selftests/bpf: test case for register_bpf_struct_ops().
Kui-Feng Lee
4
-0
/
+176
2024-01-23
libbpf: Find correct module BTFs for struct_ops maps and progs.
Kui-Feng Lee
4
-12
/
+38
2024-01-23
bpf: pass attached BTF to the bpf_struct_ops subsystem
Kui-Feng Lee
1
-0
/
+8
2024-01-23
bpf: pass btf object id in bpf_map_info.
Kui-Feng Lee
1
-1
/
+1
2024-01-23
bpftool: Display cookie for kprobe multi link
Jiri Olsa
1
-15
/
+63
2024-01-23
bpftool: Display cookie for perf event link probes
Jiri Olsa
1
-0
/
+14
2024-01-23
selftests/bpf: Add fill_link_info test for perf event
Jiri Olsa
2
-0
/
+46
2024-01-23
selftests/bpf: Add cookies check for perf_event fill_link_info test
Jiri Olsa
1
-5
/
+21
2024-01-23
selftests/bpf: Add cookies check for kprobe_multi fill_link_info test
Jiri Olsa
1
-12
/
+36
2024-01-23
bpftool: Fix wrong free call in do_show_link
Jiri Olsa
1
-1
/
+1
2024-01-23
bpf: Store cookies in kprobe_multi bpf_link_info data
Jiri Olsa
1
-0
/
+1
2024-01-23
bpf: Add cookie to perf_event bpf_link_info records
Jiri Olsa
1
-0
/
+6
[prev]
[next]