index
:
pub/scm/linux/kernel/git/kyle/linux.git
master
Kyle's kernel tree
Kyle McMartin
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
lib
/
bpf
/
libbpf.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-14
libbpf: Avoid unnecessary mmap resize for percpu data maps
Leon Hwang
1
-9
/
+8
2026-08-13
libbpf: Add support for global percpu data
Leon Hwang
1
-13
/
+68
2026-07-21
libbpf: Search /lib64 and /lib in resolve_full_path()
Ricardo B. Marlière
1
-1
/
+2
2026-07-01
libbpf: Skip bpf_object__probe_loading() when BPF token is in use
Yuan Chen
1
-7
/
+3
2026-06-25
libbpf: fix -Wformat warnings from format/argument type mismatches
Andrii Nakryiko
1
-39
/
+39
2026-06-07
libbpf: Add support to create tracing multi link
Jiri Olsa
1
-0
/
+276
2026-06-07
libbpf: Add btf_type_is_traceable_func function
Jiri Olsa
1
-0
/
+79
2026-06-07
libbpf: Add bpf_object_cleanup_btf function
Jiri Olsa
1
-4
/
+12
2026-06-07
bpf: Add support for tracing_multi link session
Jiri Olsa
1
-0
/
+1
2026-06-07
bpf: Add support for tracing multi link
Jiri Olsa
1
-0
/
+1
2026-06-07
bpf: Add multi tracing attach types
Jiri Olsa
1
-0
/
+2
2026-06-05
libbpf: Support resizable hashtable
Mykyta Yatsenko
1
-0
/
+1
2026-04-22
libbpf: Add section handlers for sleepable tracepoints
Mykyta Yatsenko
1
-31
/
+57
2026-04-19
libbpf: Report error when a negative kprobe offset is specified
Aaron Tomlin
1
-1
/
+8
2026-04-16
libbpf: Prevent double close and leak of btf objects
Jiri Olsa
1
-10
/
+11
2026-04-10
libbpf: Allow use of feature cache for non-token cases
Alan Maguire
1
-2
/
+10
2026-04-02
libbpf: Clarify raw-address single kprobe attach behavior
Hoyeon Lee
1
-6
/
+8
2026-04-02
libbpf: Use direct error codes for kprobe/uprobe attach
Hoyeon Lee
1
-2
/
+2
2026-04-02
libbpf: Fix BTF handling in bpf_program__clone()
Mykyta Yatsenko
1
-16
/
+43
2026-03-26
libbpf: Support sanitization of BTF layout for older kernels
Alan Maguire
1
-21
/
+67
2026-03-21
libbpf: Introduce bpf_program__clone()
Mykyta Yatsenko
1
-0
/
+78
2026-03-05
libbpf: Optimize kprobe.session attachment for exact function names
Andrey Grodzovsky
1
-1
/
+18
2026-02-17
libbpf: Delay feature gate check until object prepare time
Emil Tsalapatis
1
-7
/
+13
2026-02-13
libbpf: Add gating for arena globals relocation feature
Emil Tsalapatis
1
-2
/
+5
2026-01-24
libbpf: add fsession support
Menglong Dong
1
-0
/
+3
2026-01-13
btf: Refactor the code by calling str_is_empty
Donglin Peng
1
-2
/
+2
2026-01-06
libbpf: Add BPF_F_CPU and BPF_F_ALL_CPUS flags support for percpu maps
Leon Hwang
1
-6
/
+20
2025-12-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after 6.19-rc1
Alexei Starovoitov
1
-3
/
+4
2025-12-16
libbpf: Move arena globals to the end of the arena
Emil Tsalapatis
1
-4
/
+13
2025-12-16
libbpf: Turn relo_core->sym_off unsigned
Emil Tsalapatis
1
-7
/
+7
2025-12-09
libbpf: Fix -Wdiscarded-qualifiers under C23
Mikhail Gavrilov
1
-3
/
+4
2025-12-05
libbpf: Add support for associating BPF program with struct_ops
Amery Hung
1
-0
/
+31
2025-12-03
Merge tag 'bpf-next-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...
Linus Torvalds
1
-25
/
+271
2025-11-17
tools: Remove s390 compat support
Heiko Carstens
1
-4
/
+0
2025-11-05
libbpf: support llvm-generated indirect jumps
Anton Protopopov
1
-1
/
+246
2025-11-05
libbpf: Recognize insn_array map type
Anton Protopopov
1
-0
/
+1
2025-11-04
libbpf: Update the comment to remove the reference to the deprecated interfac...
Jianyun Gao
1
-2
/
+2
2025-10-28
libbpf: Optimize the redundant code in the bpf_object__init_user_btf_maps() f...
Jianyun Gao
1
-1
/
+1
2025-10-21
libbpf: fix formatting of bpf_object__append_subprog_code
Anton Protopopov
1
-21
/
+21
2025-10-01
libbpf: move libbpf_sha256() implementation into libbpf_utils.c
Andrii Nakryiko
1
-98
/
+0
2025-10-01
libbpf: move libbpf_errstr() into libbpf_utils.c
Andrii Nakryiko
1
-1
/
+0
2025-10-01
libbpf: remove unused libbpf_strerror_r and STRERR_BUFSIZE
Andrii Nakryiko
1
-2
/
+0
2025-09-28
libbpf: Replace AF_ALG with open coded SHA-256
Eric Biggers
1
-50
/
+89
2025-09-26
libbpf: Fix error when st-prefix_ops and ops from differ btf
D. Wythe
1
-19
/
+17
2025-09-18
libbpf: Support exclusive map creation
KP Singh
1
-0
/
+69
2025-09-18
libbpf: Implement SHA256 internal helper
KP Singh
1
-0
/
+59
2025-08-15
libbpf: Fix reuse of DEVMAP
Yureka Lilian
1
-0
/
+10
2025-08-07
libbpf: Add the ability to suppress perf event enablement
Ilya Leoshkevich
1
-5
/
+8
2025-07-31
libbpf: Avoid possible use of uninitialized mod_len
Achill Gilgenast
1
-1
/
+1
2025-07-18
libbpf: Verify that arena map exists when adding arena relocations
Eduard Zingerman
1
-0
/
+5
[next]