index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
lib
/
bpf
Age
Commit message (
Expand
)
Author
Files
Lines
2025-02-08
libbpf: Fix incorrect traversal end type ID when marking BTF_IS_EMBEDDED
Pu Lehui
1
-1
/
+1
2025-02-08
libbpf: Fix return zero when elf_begin failed
Pu Lehui
1
-0
/
+1
2025-02-08
libbpf: Fix segfault due to libelf functions not setting errno
Quentin Monnet
1
-14
/
+8
2025-02-08
libbpf: don't adjust USDT semaphore address if .stapsdt.base addr is missing
Andrii Nakryiko
1
-1
/
+1
2024-11-16
libbpf: Change hash_combine parameters from long to unsigned long
Sidong Yang
1
-1
/
+1
2024-11-15
libbpf: Fix memory leak in bpf_program__attach_uprobe_multi
Jiri Olsa
1
-6
/
+5
2024-11-11
libbpf: Stringify errno in log messages in the remaining code
Mykyta Yatsenko
6
-53
/
+56
2024-11-11
libbpf: Stringify errno in log messages in btf*.c
Mykyta Yatsenko
2
-13
/
+16
2024-11-11
libbpf: Stringify errno in log messages in libbpf.c
Mykyta Yatsenko
1
-200
/
+156
2024-11-11
libbpf: Introduce errstr() for stringifying errno
Mykyta Yatsenko
2
-0
/
+78
2024-11-11
libbpf: Add support for uprobe multi session attach
Jiri Olsa
3
-3
/
+20
2024-11-11
bpf: Add support for uprobe multi session attach
Jiri Olsa
1
-0
/
+1
2024-10-29
libbpf: start v1.6 development cycle
Andrii Nakryiko
2
-1
/
+4
2024-10-24
libbpf: define __uptr.
Kui-Feng Lee
1
-0
/
+1
2024-10-23
libbpf: move global data mmap()'ing into bpf_object__load()
Andrii Nakryiko
1
-43
/
+40
2024-10-23
libbpf: Prevent compiler warnings/errors
Eder Zulian
1
-2
/
+2
2024-10-11
libbpf: Fix possible compiler warnings in hashmap
Namhyung Kim
1
-10
/
+10
2024-10-11
libbpf: never interpret subprogs in .text as entry programs
Andrii Nakryiko
1
-1
/
+1
2024-10-09
libbpf: fix sym_is_subprog() logic for weak global subprogs
Andrii Nakryiko
1
-1
/
+1
2024-10-07
libbpf: Do not resolve size on duplicate FUNCs
Eric Long
1
-0
/
+4
2024-10-07
libbpf: Add missing per-arch include path
Björn Töpel
1
-1
/
+2
2024-10-03
libbpf: Support creating light skeleton of either endianness
Tony Ambardar
4
-53
/
+139
2024-10-03
libbpf: Support linking bpf objects of either endianness
Tony Ambardar
1
-16
/
+62
2024-10-03
libbpf: Support opening bpf objects of either endianness
Tony Ambardar
2
-9
/
+52
2024-10-03
libbpf: Support BTF.ext loading and output in either endianness
Tony Ambardar
4
-57
/
+253
2024-10-03
libbpf: Fix output .symtab byte-order during linking
Tony Ambardar
1
-0
/
+2
2024-10-03
libbpf: Fix header comment typos for BTF.ext
Tony Ambardar
1
-2
/
+2
2024-10-03
libbpf: Improve log message formatting
Tony Ambardar
5
-8
/
+8
2024-10-03
libbpf: Remove unneeded semicolon
Chen Ni
1
-1
/
+1
2024-10-03
libbpf: Fix expected_attach_type set handling in program load callback
Tao Chen
1
-4
/
+8
2024-10-03
libbpf: Change log level of BTF loading error message
Ihor Solodrai
1
-4
/
+5
2024-09-22
Merge tag 'perf-tools-for-v6.12-1-2024-09-19' of git://git.kernel.org/pub/scm...
Linus Torvalds
2
-3
/
+11
2024-09-12
libbpf: Add bpf_object__token_fd accessor
Ihor Solodrai
3
-0
/
+14
2024-09-10
libbpf: Fix uretprobe.multi.s programs auto attachment
Jiri Olsa
1
-1
/
+1
2024-09-09
libbpf: Fix some typos in comments
Yusheng Zheng
8
-13
/
+13
2024-09-09
libbpf: Fixed getting wrong return address on arm64 architecture
Shuyi Cheng
1
-1
/
+1
2024-09-06
libbpf: Workaround (another) -Wmaybe-uninitialized false positive
Sam James
1
-2
/
+2
2024-09-05
libbpf: fix some typos in libbpf
Lin Yikai
6
-9
/
+9
2024-09-04
libbpf: Fix accessing first syscall argument on RV64
Pu Lehui
1
-1
/
+8
2024-09-04
libbpf: Access first syscall argument with CO-RE direct read on arm64
Pu Lehui
1
-2
/
+2
2024-09-04
libbpf: Access first syscall argument with CO-RE direct read on s390
Pu Lehui
1
-2
/
+2
2024-08-30
libbpf: Ensure new BTF objects inherit input endianness
Tony Ambardar
1
-0
/
+4
2024-08-29
libbpf: Fix bpf_object__open_skeleton()'s mishandling of options
Andrii Nakryiko
1
-33
/
+19
2024-08-15
libbpf: Workaround -Wmaybe-uninitialized false positive
Sam James
1
-0
/
+3
2024-08-12
libbpf: Fix license for btf_relocate.c
Alan Maguire
1
-1
/
+1
2024-08-05
tools build: Correct bpf fixdep dependencies
Brian Norris
2
-3
/
+11
2024-07-29
libbpf: Don't take direct pointers into BTF data from st_ops
David Vernet
1
-10
/
+13
2024-07-17
libbpf: Fix no-args func prototype BTF dumping syntax
Andrii Nakryiko
1
-3
/
+5
2024-07-09
libbpf: improve old BPF skeleton handling for map auto-attach
Andrii Nakryiko
1
-12
/
+14
2024-07-09
libbpf: fix BPF skeleton forward/backward compat handling
Andrii Nakryiko
1
-20
/
+27
[next]