index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
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: Add libbpf support to batch ops
Yonghong Song
2020-01-15
3
-0
/
+84
|
|
*
libbpf: Support .text sub-calls relocations
Andrii Nakryiko
2020-01-15
1
-7
/
+22
|
|
*
libbpf: Clean up bpf_helper_defs.h generation output
Andrii Nakryiko
2020-01-13
1
-1
/
+1
|
|
*
libbpf: Poison kernel-only integer types
Andrii Nakryiko
2020-01-10
12
-1
/
+37
|
|
*
libbpf: Sanitize global functions
Alexei Starovoitov
2020-01-10
1
-1
/
+34
|
|
*
selftests/bpf: Ensure bpf_helper_defs.h are taken from selftests dir
Andrii Nakryiko
2020-01-09
1
-1
/
+1
|
|
*
libbpf,selftests/bpf: Fix clean targets
Andrii Nakryiko
2020-01-09
1
-4
/
+5
|
|
*
libbpf: Make bpf_map order and indices stable
Andrii Nakryiko
2020-01-09
1
-14
/
+0
|
|
*
bpf: libbpf: Add STRUCT_OPS support
Martin KaFai Lau
2020-01-09
6
-13
/
+661
|
|
*
libbpf: Add probe for large INSN limit
Michal Rostecki
2020-01-08
3
-0
/
+23
|
*
|
Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-01-19
1
-1
/
+3
|
|
\
\
|
|
|
/
|
|
/
|
|
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2019-12-31
1
-7
/
+8
|
|
\
\
|
*
\
\
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2019-12-27
13
-418
/
+1764
|
|
\
\
\
|
|
*
|
|
libbpf: Support CO-RE relocations for LDX/ST/STX instructions
Andrii Nakryiko
2019-12-26
1
-3
/
+28
|
|
*
|
|
libbpf: Introduce bpf_prog_attach_xattr
Andrey Ignatov
2019-12-19
3
-1
/
+28
|
|
*
|
|
libbpf: Fix another __u64 printf warning
Andrii Nakryiko
2019-12-19
1
-2
/
+2
|
|
*
|
|
libbpf: Fix printing of ulimit value
Toke Høiland-Jørgensen
2019-12-19
1
-1
/
+1
|
|
*
|
|
libbpf: Add missing newline in opts validation macro
Toke Høiland-Jørgensen
2019-12-19
1
-1
/
+1
|
|
*
|
|
libbpf: BTF is required when externs are present
Andrii Nakryiko
2019-12-18
1
-1
/
+2
|
|
*
|
|
libbpf: Allow to augment system Kconfig through extra optional config
Andrii Nakryiko
2019-12-18
2
-84
/
+128
|
|
*
|
|
libbpf: Put Kconfig externs into .kconfig section
Andrii Nakryiko
2019-12-18
2
-23
/
+37
|
|
*
|
|
libbpf: Add bpf_link__disconnect() API to preserve underlying BPF resource
Andrii Nakryiko
2019-12-18
3
-10
/
+32
|
|
*
|
|
libbpf: Remove BPF_EMBED_OBJ macro from libbpf.h
Andrii Nakryiko
2019-12-17
1
-35
/
+0
|
|
*
|
|
libbpf: Reduce log level for custom section names
Andrii Nakryiko
2019-12-17
1
-3
/
+3
|
|
*
|
|
libbpf: Fix libbpf_common.h when installing libbpf through 'make install'
Toke Høiland-Jørgensen
2019-12-18
2
-0
/
+3
|
|
*
|
|
libbpf: Add zlib as a dependency in pkg-config template
Andrii Nakryiko
2019-12-16
1
-1
/
+1
|
|
*
|
|
libbpf: Print hint about ulimit when getting permission denied error
Toke Høiland-Jørgensen
2019-12-16
1
-0
/
+29
|
|
*
|
|
libbpf: Fix build by renaming variables
Prashant Bhole
2019-12-16
1
-6
/
+6
|
|
*
|
|
libbpf: Support flexible arrays in CO-RE
Andrii Nakryiko
2019-12-15
1
-5
/
+29
|
|
*
|
|
bpftool: Generate externs datasec in BPF skeleton
Andrii Nakryiko
2019-12-15
1
-5
/
+5
|
|
*
|
|
libbpf: Support libbpf-provided extern variables
Andrii Nakryiko
2019-12-15
5
-61
/
+722
|
|
*
|
|
libbpf: Extract internal map names into constants
Andrii Nakryiko
2019-12-15
1
-9
/
+14
|
|
*
|
|
libbpf: Add BPF object skeleton support
Andrii Nakryiko
2019-12-15
3
-0
/
+205
|
|
*
|
|
libbpf: Reduce log level of supported section names dump
Andrii Nakryiko
2019-12-15
1
-1
/
+1
|
|
*
|
|
libbpf: Postpone BTF ID finding for TRACING programs to load phase
Andrii Nakryiko
2019-12-15
1
-19
/
+18
|
|
*
|
|
libbpf: Refactor global data map initialization
Andrii Nakryiko
2019-12-15
1
-38
/
+59
|
|
*
|
|
libbpf: Expose BPF program's function name
Andrii Nakryiko
2019-12-15
3
-7
/
+32
|
|
*
|
|
libbpf: Expose BTF-to-C type declaration emitting API
Andrii Nakryiko
2019-12-15
3
-26
/
+65
|
|
*
|
|
libbpf: Expose btf__align_of() API
Andrii Nakryiko
2019-12-15
4
-41
/
+47
|
|
*
|
|
libbpf: Extract common user-facing helpers
Andrii Nakryiko
2019-12-15
4
-34
/
+44
|
|
*
|
|
libbpf: Add BPF_EMBED_OBJ macro for embedding BPF .o files
Andrii Nakryiko
2019-12-15
1
-0
/
+35
|
|
*
|
|
libbpf: Move non-public APIs from libbpf.h to libbpf_internal.h
Andrii Nakryiko
2019-12-15
2
-17
/
+17
|
|
*
|
|
libbpf: Add generic bpf_program__attach()
Andrii Nakryiko
2019-12-15
3
-34
/
+151
|
|
*
|
|
libbpf: Don't require root for bpf_object__open()
Andrii Nakryiko
2019-12-15
1
-42
/
+41
|
|
*
|
|
libbpf: Fix readelf output parsing for Fedora
Thadeu Lima de Souza Cascardo
2019-12-15
1
-0
/
+2
|
|
*
|
|
libbpf: Don't attach perf_buffer to offline/missing CPUs
Andrii Nakryiko
2019-12-13
1
-7
/
+25
|
|
*
|
|
libbpf: Extract and generalize CPU mask parsing logic
Andrii Nakryiko
2019-12-13
2
-41
/
+86
|
|
*
|
|
libbpf: Recognize SK_REUSEPORT programs from section name
Jakub Sitnicki
2019-12-13
1
-0
/
+1
|
|
*
|
|
libbpf: Fix printf compilation warnings on ppc64le arch
Andrii Nakryiko
2019-12-12
1
-18
/
+19
|
|
*
|
|
libbpf: Bump libpf current version to v0.0.7
Andrii Nakryiko
2019-12-11
1
-0
/
+3
[prev]
[next]