index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
lib
/
bpf
Commit message (
Expand
)
Author
Age
Files
Lines
*
libbpf: Change hash_combine parameters from long to unsigned long
Sidong Yang
6 days
1
-1
/
+1
*
libbpf: Fix memory leak in bpf_program__attach_uprobe_multi
Jiri Olsa
7 days
1
-6
/
+5
*
libbpf: Stringify errno in log messages in the remaining code
Mykyta Yatsenko
11 days
6
-53
/
+56
*
libbpf: Stringify errno in log messages in btf*.c
Mykyta Yatsenko
11 days
2
-13
/
+16
*
libbpf: Stringify errno in log messages in libbpf.c
Mykyta Yatsenko
11 days
1
-200
/
+156
*
libbpf: Introduce errstr() for stringifying errno
Mykyta Yatsenko
11 days
2
-0
/
+78
*
libbpf: Add support for uprobe multi session attach
Jiri Olsa
11 days
3
-3
/
+20
*
bpf: Add support for uprobe multi session attach
Jiri Olsa
11 days
1
-0
/
+1
*
libbpf: start v1.6 development cycle
Andrii Nakryiko
2024-10-29
2
-1
/
+4
*
libbpf: define __uptr.
Kui-Feng Lee
2024-10-24
1
-0
/
+1
*
libbpf: move global data mmap()'ing into bpf_object__load()
Andrii Nakryiko
2024-10-23
1
-43
/
+40
*
libbpf: Prevent compiler warnings/errors
Eder Zulian
2024-10-23
1
-2
/
+2
*
libbpf: Fix possible compiler warnings in hashmap
Namhyung Kim
2024-10-11
1
-10
/
+10
*
libbpf: never interpret subprogs in .text as entry programs
Andrii Nakryiko
2024-10-11
1
-1
/
+1
*
libbpf: fix sym_is_subprog() logic for weak global subprogs
Andrii Nakryiko
2024-10-09
1
-1
/
+1
*
libbpf: Do not resolve size on duplicate FUNCs
Eric Long
2024-10-07
1
-0
/
+4
*
libbpf: Add missing per-arch include path
Björn Töpel
2024-10-07
1
-1
/
+2
*
libbpf: Support creating light skeleton of either endianness
Tony Ambardar
2024-10-03
4
-53
/
+139
*
libbpf: Support linking bpf objects of either endianness
Tony Ambardar
2024-10-03
1
-16
/
+62
*
libbpf: Support opening bpf objects of either endianness
Tony Ambardar
2024-10-03
2
-9
/
+52
*
libbpf: Support BTF.ext loading and output in either endianness
Tony Ambardar
2024-10-03
4
-57
/
+253
*
libbpf: Fix output .symtab byte-order during linking
Tony Ambardar
2024-10-03
1
-0
/
+2
*
libbpf: Fix header comment typos for BTF.ext
Tony Ambardar
2024-10-03
1
-2
/
+2
*
libbpf: Improve log message formatting
Tony Ambardar
2024-10-03
5
-8
/
+8
*
libbpf: Remove unneeded semicolon
Chen Ni
2024-10-03
1
-1
/
+1
*
libbpf: Fix expected_attach_type set handling in program load callback
Tao Chen
2024-10-03
1
-4
/
+8
*
libbpf: Change log level of BTF loading error message
Ihor Solodrai
2024-10-03
1
-4
/
+5
*
Merge tag 'perf-tools-for-v6.12-1-2024-09-19' of git://git.kernel.org/pub/scm...
Linus Torvalds
2024-09-22
2
-3
/
+11
|
\
|
*
tools build: Correct bpf fixdep dependencies
Brian Norris
2024-08-05
2
-3
/
+11
*
|
libbpf: Add bpf_object__token_fd accessor
Ihor Solodrai
2024-09-12
3
-0
/
+14
*
|
libbpf: Fix uretprobe.multi.s programs auto attachment
Jiri Olsa
2024-09-10
1
-1
/
+1
*
|
libbpf: Fix some typos in comments
Yusheng Zheng
2024-09-09
8
-13
/
+13
*
|
libbpf: Fixed getting wrong return address on arm64 architecture
Shuyi Cheng
2024-09-09
1
-1
/
+1
*
|
libbpf: Workaround (another) -Wmaybe-uninitialized false positive
Sam James
2024-09-06
1
-2
/
+2
*
|
libbpf: fix some typos in libbpf
Lin Yikai
2024-09-05
6
-9
/
+9
*
|
libbpf: Fix accessing first syscall argument on RV64
Pu Lehui
2024-09-04
1
-1
/
+8
*
|
libbpf: Access first syscall argument with CO-RE direct read on arm64
Pu Lehui
2024-09-04
1
-2
/
+2
*
|
libbpf: Access first syscall argument with CO-RE direct read on s390
Pu Lehui
2024-09-04
1
-2
/
+2
*
|
libbpf: Ensure new BTF objects inherit input endianness
Tony Ambardar
2024-08-30
1
-0
/
+4
*
|
libbpf: Fix bpf_object__open_skeleton()'s mishandling of options
Andrii Nakryiko
2024-08-29
1
-33
/
+19
*
|
libbpf: Workaround -Wmaybe-uninitialized false positive
Sam James
2024-08-15
1
-0
/
+3
*
|
libbpf: Fix license for btf_relocate.c
Alan Maguire
2024-08-12
1
-1
/
+1
*
|
libbpf: Don't take direct pointers into BTF data from st_ops
David Vernet
2024-07-29
1
-10
/
+13
|
/
*
libbpf: Fix no-args func prototype BTF dumping syntax
Andrii Nakryiko
2024-07-17
1
-3
/
+5
*
libbpf: improve old BPF skeleton handling for map auto-attach
Andrii Nakryiko
2024-07-09
1
-12
/
+14
*
libbpf: fix BPF skeleton forward/backward compat handling
Andrii Nakryiko
2024-07-09
1
-20
/
+27
*
libbpf: Add NULL checks to bpf_object__{prev_map,next_map}
Andreas Ziegler
2024-07-08
1
-2
/
+2
*
libbpf: Fix error handling in btf__distill_base()
Alan Maguire
2024-07-01
1
-1
/
+1
*
libbpf: Fix clang compilation error in btf_relocate.c
Alan Maguire
2024-06-26
1
-2
/
+2
*
libbpf: Skip base btf sanity checks
Antoine Tenart
2024-06-24
1
-1
/
+1
[next]