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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
|
*
|
|
|
libbpf: Implement generalized .BTF.ext func/line info adjustment
Andrii Nakryiko
2020-09-03
3
-84
/
+153
|
|
*
|
|
|
libbpf: Make RELO_CALL work for multi-prog sections and sub-program calls
Andrii Nakryiko
2020-09-03
1
-138
/
+380
|
|
*
|
|
|
libbpf: Support CO-RE relocations for multi-prog sections
Andrii Nakryiko
2020-09-03
1
-8
/
+74
|
|
*
|
|
|
libbpf: Parse multi-function sections into multiple BPF programs
Andrii Nakryiko
2020-09-03
1
-107
/
+142
|
|
*
|
|
|
libbpf: Ensure ELF symbols table is found before further ELF processing
Andrii Nakryiko
2020-09-03
1
-11
/
+29
|
*
|
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-09-22
2
-2
/
+4
|
|
\
\
\
\
\
|
|
|
|
_
|
_
|
/
|
|
|
/
|
|
|
|
*
|
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2020-09-04
1
-1
/
+1
|
|
\
\
\
\
\
|
|
|
_
|
/
/
/
|
|
/
|
|
|
/
|
|
|
|
_
|
/
|
|
|
/
|
|
|
*
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2020-09-01
20
-910
/
+1746
|
|
\
\
\
\
|
|
*
|
|
|
libbpf: Support shared umems between queues and devices
Magnus Karlsson
2020-08-31
3
-132
/
+254
|
|
*
|
|
|
libbpf: Support sleepable progs
Alexei Starovoitov
2020-08-28
1
-1
/
+24
|
|
*
|
|
|
tools, bpf/build: Cleanup feature files on make clean
Jesper Dangaard Brouer
2020-08-28
1
-2
/
+2
|
|
*
|
|
|
libbpf: Fix compilation warnings for 64-bit printf args
Andrii Nakryiko
2020-08-26
1
-3
/
+5
|
|
*
|
|
|
libbpf: Fix unintentional success return code in bpf_object__load
Alex Gartrell
2020-08-26
1
-1
/
+1
|
|
*
|
|
|
bpf: Implement bpf_local_storage for inodes
KP Singh
2020-08-25
1
-2
/
+3
|
|
*
|
|
|
libbpf: Fix type compatibility check copy-paste error
Andrii Nakryiko
2020-08-24
1
-1
/
+1
|
|
*
|
|
|
libbpf: Avoid false unuinitialized variable warning in bpf_core_apply_relo
Andrii Nakryiko
2020-08-24
1
-1
/
+1
|
|
*
|
|
|
libbpf: Normalize and improve logging across few functions
Andrii Nakryiko
2020-08-21
1
-50
/
+67
|
|
*
|
|
|
libbpf: Skip well-known ELF sections when iterating ELF
Andrii Nakryiko
2020-08-21
1
-6
/
+49
|
|
*
|
|
|
libbpf: Add __noinline macro to bpf_helpers.h
Andrii Nakryiko
2020-08-21
1
-0
/
+3
|
|
*
|
|
|
libbpf: Factor out common ELF operations and improve logging
Andrii Nakryiko
2020-08-21
1
-161
/
+206
|
|
*
|
|
|
libbpf: Add perf_buffer APIs for better integration with outside epoll loop
Andrii Nakryiko
2020-08-21
3
-1
/
+67
|
|
*
|
|
|
libbpf: Fix libbpf build on compilers missing __builtin_mul_overflow
Andrii Nakryiko
2020-08-20
1
-0
/
+10
|
|
*
|
|
|
libbpf: Fix detection of BPF helper call instruction
Andrii Nakryiko
2020-08-20
1
-6
/
+4
|
|
*
|
|
|
bpf: Add kernel module with user mode driver that populates bpffs.
Alexei Starovoitov
2020-08-20
1
-2
/
+5
|
|
*
|
|
|
libbpf: Simplify the return expression of build_map_pin_path()
Xu Wang
2020-08-20
1
-6
/
+2
|
|
*
|
|
|
libbpf: Implement enum value-based CO-RE relocations
Andrii Nakryiko
2020-08-19
3
-5
/
+170
|
|
*
|
|
|
libbpf: Implement type-based CO-RE relocations support
Andrii Nakryiko
2020-08-19
3
-24
/
+263
|
|
*
|
|
|
tools: Remove feature-libelf-mmap feature detection
Andrii Nakryiko
2020-08-18
2
-13
/
+7
|
|
*
|
|
|
libbpf: Centralize poisoning and poison reallocarray()
Andrii Nakryiko
2020-08-18
12
-33
/
+13
|
|
*
|
|
|
tools/bpftool: Remove libbpf_internal.h usage in bpftool
Andrii Nakryiko
2020-08-18
2
-131
/
+6
|
|
*
|
|
|
libbpf: Remove any use of reallocarray() in libbpf
Andrii Nakryiko
2020-08-18
6
-29
/
+45
|
|
*
|
|
|
libbpf: Improve relocation ambiguity detection
Andrii Nakryiko
2020-08-18
1
-46
/
+124
|
|
*
|
|
|
libbpf: Clean up and improve CO-RE reloc logging
Andrii Nakryiko
2020-08-18
4
-129
/
+169
|
|
*
|
|
|
libbpf: Improve error logging for mismatched BTF kind cases
Andrii Nakryiko
2020-08-18
1
-18
/
+41
|
|
*
|
|
|
libbpf: Detect minimal BTF support and skip BTF loading, if missing
Andrii Nakryiko
2020-08-18
1
-0
/
+27
|
|
*
|
|
|
libbpf: Switch tracing and CO-RE helper macros to bpf_probe_read_kernel()
Andrii Nakryiko
2020-08-18
2
-20
/
+24
|
|
*
|
|
|
libbpf: Sanitize BPF program code for bpf_probe_read_{kernel, user}[_str]
Andrii Nakryiko
2020-08-18
1
-0
/
+80
|
|
*
|
|
|
libbpf: Factor out common logic of testing and closing FD
Andrii Nakryiko
2020-08-18
1
-53
/
+17
|
|
*
|
|
|
libbpf: Make kernel feature probing lazy
Andrii Nakryiko
2020-08-18
1
-64
/
+86
|
|
*
|
|
|
libbpf: Disable -Wswitch-enum compiler warning
Andrii Nakryiko
2020-08-18
1
-1
/
+1
|
|
*
|
|
|
libbpf: Convert comma to semicolon
Xu Wang
2020-08-18
1
-1
/
+1
*
|
|
|
|
|
Merge tag 'linux-kselftest-fixes-5.10-rc1' of git://git.kernel.org/pub/scm/li...
Linus Torvalds
2020-10-14
1
-4
/
+6
|
\
\
\
\
\
\
|
|
_
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
|
*
|
|
|
|
tools: Avoid comma separated statements
Joe Perches
2020-10-02
1
-4
/
+6
*
|
|
|
|
|
libbpf: Fix XDP program load regression for old kernels
Andrii Nakryiko
2020-09-24
1
-1
/
+1
*
|
|
|
|
|
libbpf: Fix native endian assumption when parsing BTF
Tony Ambardar
2020-09-21
1
-0
/
+6
|
|
_
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
2020-09-15
2
-2
/
+4
|
\
\
\
\
\
|
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
*
|
|
|
tools/libbpf: Avoid counting local symbols in ABI check
Tony Ambardar
2020-09-08
1
-0
/
+2
|
*
|
|
|
libbpf: Remove arch-specific include path in Makefile
Naveen N. Rao
2020-09-03
1
-1
/
+1
|
*
|
|
|
libbpf: Fix build failure from uninitialized variable warning
Tony Ambardar
2020-08-31
1
-1
/
+1
|
|
|
/
/
|
|
/
|
|
*
/
|
|
libtraceevent: Fix build warning on 32-bit arches
Tzvetomir Stoyanov (VMware)
2020-09-03
1
-1
/
+1
|
/
/
/
[prev]
[next]