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
/
lib
/
bpf
Age
Commit message (
Expand
)
Author
Files
Lines
2024-02-01
libbpf: Add missed btf_ext__raw_data() API
Andrii Nakryiko
3
-3
/
+7
2024-02-01
libbpf: Add btf__new_split() API that was declared but not implemented
Andrii Nakryiko
2
-1
/
+7
2024-02-01
libbpf: Add missing LIBBPF_API annotation to libbpf_set_memlock_rlim API
Andrii Nakryiko
1
-1
/
+1
2024-02-01
libbpf: Call memfd_create() syscall directly
Andrii Nakryiko
1
-1
/
+10
2024-02-01
libbpf: Remove unnecessary null check in kernel_supports()
Eduard Zingerman
1
-1
/
+1
2024-01-30
libbpf: add bpf_core_cast() macro
Andrii Nakryiko
1
-0
/
+13
2024-01-30
libbpf: add __arg_trusted and __arg_nullable tag macros
Andrii Nakryiko
1
-0
/
+2
2024-01-29
libbpf: Add some details for BTF parsing failures
Ian Rogers
1
-4
/
+18
2024-01-29
libbpf: fix __arg_ctx type enforcement for perf_event programs
Andrii Nakryiko
1
-1
/
+20
2024-01-29
libbpf: integrate __arg_ctx feature detector into kernel_supports()
Andrii Nakryiko
3
-64
/
+61
2024-01-29
libbpf: Fix faccessat() usage on Android
Andrii Nakryiko
1
-0
/
+14
2024-01-24
libbpf: Support BPF token path setting through LIBBPF_BPF_TOKEN_PATH envvar
Andrii Nakryiko
2
-0
/
+14
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
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
libbpf: Ensure undefined bpf_attr field stays 0
Martin KaFai Lau
1
-1
/
+1
2024-01-23
libbpf: Correct bpf_core_read.h comment wrt bpf_core_relo struct
Dima Tisnek
1
-1
/
+1
2024-01-23
libbpf: Find correct module BTFs for struct_ops maps and progs.
Kui-Feng Lee
4
-12
/
+38
2024-01-23
libbpf: call dup2() syscall directly
Andrii Nakryiko
1
-1
/
+11
2024-01-23
libbpf: Apply map_set_def_max_entries() for inner_maps on creation
Andrey Grafin
1
-0
/
+4
2024-01-17
libbpf: warn on unexpected __arg_ctx type when rewriting BTF
Andrii Nakryiko
1
-9
/
+66
2024-01-17
libbpf: feature-detect arg:ctx tag support in kernel
Andrii Nakryiko
1
-0
/
+67
2024-01-03
libbpf: implement __arg_ctx fallback logic
Andrii Nakryiko
1
-4
/
+252
2024-01-03
libbpf: move BTF loading step after relocation step
Andrii Nakryiko
1
-1
/
+1
2024-01-03
libbpf: move exception callbacks assignment logic into relocation step
Andrii Nakryiko
1
-80
/
+85
2024-01-03
libbpf: use stable map placeholder FDs
Andrii Nakryiko
2
-38
/
+77
2024-01-03
libbpf: don't rely on map->fd as an indicator of map being created
Andrii Nakryiko
1
-15
/
+27
2024-01-03
libbpf: use explicit map reuse flag to skip map creation steps
Andrii Nakryiko
1
-1
/
+1
2024-01-03
libbpf: make uniform use of btf__fd() accessor inside libbpf
Andrii Nakryiko
1
-1
/
+1
2023-12-21
libbpf: Fix NULL pointer dereference in bpf_object__collect_prog_relos
Mingyi Zhang
1
-0
/
+2
2023-12-21
libbpf: Skip DWARF sections in linker sanity check
Alyssa Ross
1
-0
/
+3
2023-12-19
libbpf: add __arg_xxx macros for annotating global func args
Andrii Nakryiko
1
-0
/
+3
2023-12-19
Revert BPF token-related functionality
Andrii Nakryiko
12
-741
/
+478
2023-12-13
libbpf: support BPF token path setting through LIBBPF_BPF_TOKEN_PATH envvar
Andrii Nakryiko
2
-6
/
+21
2023-12-13
libbpf: wire up BPF token support at BPF object level
Andrii Nakryiko
4
-12
/
+158
2023-12-13
libbpf: wire up token_fd into feature probing logic
Andrii Nakryiko
5
-46
/
+66
2023-12-13
libbpf: move feature detection code into its own file
Andrii Nakryiko
6
-466
/
+479
2023-12-13
libbpf: further decouple feature checking logic from bpf_object
Andrii Nakryiko
3
-11
/
+22
2023-12-13
libbpf: split feature detectors definitions from cached results
Andrii Nakryiko
1
-6
/
+12
2023-12-13
libbpf: Add BPF_CORE_WRITE_BITFIELD() macro
Daniel Xu
1
-0
/
+32
2023-12-08
libbpf: Add pr_warn() for EINVAL cases in linker_sanity_check_elf
Sergei Trofimovich
1
-4
/
+20
2023-12-08
bpf: Load vmlinux btf for any struct_ops map
David Vernet
1
-0
/
+11
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
[prev]
[next]