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
Age
Commit message (
Expand
)
Author
Files
Lines
2021-11-11
Merge branch 'Future-proof more tricky libbpf APIs'
Alexei Starovoitov
24
-194
/
+318
2021-11-11
bpftool: Update btf_dump__new() and perf_buffer__new_raw() calls
Andrii Nakryiko
3
-8
/
+5
2021-11-11
tools/runqslower: Update perf_buffer__new() calls
Andrii Nakryiko
1
-4
/
+2
2021-11-11
selftests/bpf: Update btf_dump__new() uses to v1.0+ variant
Andrii Nakryiko
3
-26
/
+15
2021-11-11
selftests/bpf: Migrate all deprecated perf_buffer uses
Andrii Nakryiko
6
-25
/
+11
2021-11-11
libbpf: Make perf_buffer__new() use OPTS-based interface
Andrii Nakryiko
3
-28
/
+132
2021-11-11
libbpf: Ensure btf_dump__new() and btf_dump_opts are future-proof
Andrii Nakryiko
3
-13
/
+71
2021-11-11
libbpf: Turn btf_dedup_opts into OPTS-based struct
Andrii Nakryiko
6
-66
/
+58
2021-11-11
selftests/bpf: Minor cleanups and normalization of Makefile
Andrii Nakryiko
1
-16
/
+16
2021-11-11
bpftool: Normalize compile rules to specify output file last
Andrii Nakryiko
1
-8
/
+8
2021-11-11
Merge branch 'selftests/bpf: fix test_progs' log_level logic'
Alexei Starovoitov
4
-1
/
+25
2021-11-11
selftests/bpf: Fix bpf_prog_test_load() logic to pass extra log level
Andrii Nakryiko
1
-1
/
+6
2021-11-11
libbpf: Add ability to get/set per-program load flags
Andrii Nakryiko
3
-0
/
+19
2021-11-10
Merge branch 'Get ingress_ifindex in BPF_SK_LOOKUP prog type'
Alexei Starovoitov
11
-18
/
+101
2021-11-10
selftests/bpf: Add tests for accessing ingress_ifindex in bpf_sk_lookup
Mark Pashmfouroush
3
-0
/
+71
2021-11-10
bpf: Add ingress_ifindex to bpf_sk_lookup
Mark Pashmfouroush
8
-18
/
+30
2021-11-10
bpftool: Fix SPDX tag for Makefiles and .gitignore
Quentin Monnet
3
-3
/
+3
2021-11-09
libbpf: Compile using -std=gnu89
Kumar Kartikeya Dwivedi
1
-0
/
+1
2021-11-08
selftests/bpf: Add exception handling selftests for tp_bpf program
Alan Maguire
2
-0
/
+86
2021-11-08
arm64/bpf: Remove 128MB limit for BPF JIT programs
Russell King
5
-21
/
+4
2021-11-07
Merge branch 'introduce bpf_find_vma'
Alexei Starovoitov
13
-81
/
+466
2021-11-07
selftests/bpf: Add tests for bpf_find_vma
Song Liu
4
-0
/
+244
2021-11-07
bpf: Introduce helper bpf_find_vma
Song Liu
9
-81
/
+222
2021-11-07
Merge branch 'Fix leaks in libbpf and selftests'
Alexei Starovoitov
9
-16
/
+29
2021-11-07
selftests/bpf: Fix bpf_object leak in skb_ctx selftest
Andrii Nakryiko
1
-0
/
+2
2021-11-07
selftests/bpf: Destroy XDP link correctly
Andrii Nakryiko
1
-2
/
+2
2021-11-07
selftests/bpf: Avoid duplicate btf__parse() call
Andrii Nakryiko
1
-1
/
+1
2021-11-07
selftests/bpf: Clean up btf and btf_dump in dump_datasec test
Andrii Nakryiko
1
-2
/
+6
2021-11-07
selftests/bpf: Free inner strings index in btf selftest
Andrii Nakryiko
1
-4
/
+2
2021-11-07
selftests/bpf: Free per-cpu values array in bpf_iter selftest
Andrii Nakryiko
1
-4
/
+4
2021-11-07
selftests/bpf: Fix memory leaks in btf_type_c_dump() helper
Andrii Nakryiko
1
-2
/
+7
2021-11-07
libbpf: Free up resources used by inner map definition
Andrii Nakryiko
1
-1
/
+4
2021-11-07
selftests/bpf: Pass sanitizer flags to linker through LDFLAGS
Andrii Nakryiko
1
-0
/
+1
2021-11-07
Merge branch 'libbpf: add unified bpf_prog_load() low-level API'
Alexei Starovoitov
77
-513
/
+565
2021-11-07
selftests/bpf: Use explicit bpf_test_load_program() helper calls
Andrii Nakryiko
9
-11
/
+12
2021-11-07
selftests/bpf: Use explicit bpf_prog_test_load() calls everywhere
Andrii Nakryiko
37
-59
/
+68
2021-11-07
selftests/bpf: Merge test_stub.c into testing_helpers.c
Andrii Nakryiko
4
-60
/
+78
2021-11-07
selftests/bpf: Convert legacy prog load APIs to bpf_prog_load()
Andrii Nakryiko
10
-112
/
+99
2021-11-07
selftests/bpf: Fix non-strict SEC() program sections
Andrii Nakryiko
7
-7
/
+7
2021-11-07
libbpf: Remove deprecation attribute from struct bpf_prog_prep_result
Andrii Nakryiko
1
-1
/
+0
2021-11-07
bpftool: Stop using deprecated bpf_load_program()
Andrii Nakryiko
1
-1
/
+1
2021-11-07
libbpf: Stop using to-be-deprecated APIs
Andrii Nakryiko
1
-4
/
+9
2021-11-07
libbpf: Remove internal use of deprecated bpf_prog_load() variants
Andrii Nakryiko
4
-117
/
+64
2021-11-07
libbpf: Unify low-level BPF_PROG_LOAD APIs into bpf_prog_load()
Andrii Nakryiko
10
-140
/
+223
2021-11-07
libbpf: Pass number of prog load attempts explicitly
Andrii Nakryiko
1
-7
/
+8
2021-11-07
libbpf: Rename DECLARE_LIBBPF_OPTS into LIBBPF_OPTS
Andrii Nakryiko
3
-1
/
+3
2021-11-06
libbpf: Fix non-C89 loop variable declaration in gen_loader.c
Andrii Nakryiko
1
-1
/
+2
2021-11-03
libbpf: Deprecate bpf_program__load() API
Andrii Nakryiko
2
-16
/
+24
2021-11-03
Merge branch 'libbpf ELF sanity checking improvements'
Alexei Starovoitov
1
-13
/
+30
2021-11-03
libbpf: Improve ELF relo sanitization
Andrii Nakryiko
1
-5
/
+19
[next]