index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
lib
Age
Commit message (
Expand
)
Author
Files
Lines
2019-12-17
libbpf: Remove BPF_EMBED_OBJ macro from libbpf.h
Andrii Nakryiko
1
-35
/
+0
2019-12-17
libbpf: Reduce log level for custom section names
Andrii Nakryiko
1
-3
/
+3
2019-12-18
libbpf: Fix libbpf_common.h when installing libbpf through 'make install'
Toke Høiland-Jørgensen
2
-0
/
+3
2019-12-16
libbpf: Add zlib as a dependency in pkg-config template
Andrii Nakryiko
1
-1
/
+1
2019-12-16
libbpf: Print hint about ulimit when getting permission denied error
Toke Høiland-Jørgensen
1
-0
/
+29
2019-12-16
libtraceevent: Allow custom libdir path
Sudip Mukherjee
2
-4
/
+6
2019-12-16
libbpf: Fix build by renaming variables
Prashant Bhole
1
-6
/
+6
2019-12-15
libbpf: Support flexible arrays in CO-RE
Andrii Nakryiko
1
-5
/
+29
2019-12-15
bpftool: Generate externs datasec in BPF skeleton
Andrii Nakryiko
1
-5
/
+5
2019-12-15
libbpf: Support libbpf-provided extern variables
Andrii Nakryiko
5
-61
/
+722
2019-12-15
libbpf: Extract internal map names into constants
Andrii Nakryiko
1
-9
/
+14
2019-12-15
libbpf: Add BPF object skeleton support
Andrii Nakryiko
3
-0
/
+205
2019-12-15
libbpf: Reduce log level of supported section names dump
Andrii Nakryiko
1
-1
/
+1
2019-12-15
libbpf: Postpone BTF ID finding for TRACING programs to load phase
Andrii Nakryiko
1
-19
/
+18
2019-12-15
libbpf: Refactor global data map initialization
Andrii Nakryiko
1
-38
/
+59
2019-12-15
libbpf: Expose BPF program's function name
Andrii Nakryiko
3
-7
/
+32
2019-12-15
libbpf: Expose BTF-to-C type declaration emitting API
Andrii Nakryiko
3
-26
/
+65
2019-12-15
libbpf: Expose btf__align_of() API
Andrii Nakryiko
4
-41
/
+47
2019-12-15
libbpf: Extract common user-facing helpers
Andrii Nakryiko
4
-34
/
+44
2019-12-15
libbpf: Add BPF_EMBED_OBJ macro for embedding BPF .o files
Andrii Nakryiko
1
-0
/
+35
2019-12-15
libbpf: Move non-public APIs from libbpf.h to libbpf_internal.h
Andrii Nakryiko
2
-17
/
+17
2019-12-15
libbpf: Add generic bpf_program__attach()
Andrii Nakryiko
3
-34
/
+151
2019-12-15
libbpf: Don't require root for bpf_object__open()
Andrii Nakryiko
1
-42
/
+41
2019-12-15
libbpf: Fix readelf output parsing for Fedora
Thadeu Lima de Souza Cascardo
1
-0
/
+2
2019-12-13
libbpf: Don't attach perf_buffer to offline/missing CPUs
Andrii Nakryiko
1
-7
/
+25
2019-12-13
libbpf: Extract and generalize CPU mask parsing logic
Andrii Nakryiko
2
-41
/
+86
2019-12-13
libbpf: Recognize SK_REUSEPORT programs from section name
Jakub Sitnicki
1
-0
/
+1
2019-12-12
libbpf: Fix printf compilation warnings on ppc64le arch
Andrii Nakryiko
1
-18
/
+19
2019-12-11
libbpf: Bump libpf current version to v0.0.7
Andrii Nakryiko
1
-0
/
+3
2019-12-11
Merge remote-tracking branch 'torvalds/master' into perf/urgent
Arnaldo Carvalho de Melo
4
-55
/
+26
2019-12-04
selftests/bpf: Bring back c++ include/link test
Stanislav Fomichev
3
-25
/
+1
2019-12-02
libtraceevent: Copy pkg-config file to output folder when using O=
Sudip Mukherjee
1
-2
/
+3
2019-12-02
libtraceevent: Fix lib installation with O=
Sudip Mukherjee
1
-0
/
+1
2019-12-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
2
-30
/
+25
2019-12-02
libbpf: Fix readelf output parsing on powerpc with recent binutils
Aurelien Jarno
1
-2
/
+2
2019-11-27
libbpf: Fix sym->st_value print on 32-bit arches
Alexei Starovoitov
1
-1
/
+1
2019-11-27
libbpf: Fix up generation of bpf_helper_defs.h
Arnaldo Carvalho de Melo
1
-2
/
+2
2019-11-27
libbpf: Fix global variable relocation
Andrii Nakryiko
1
-24
/
+19
2019-11-27
libbpf: Fix Makefile' libbpf symbol mismatch diagnostic
Andrii Nakryiko
1
-1
/
+1
2019-11-26
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
4
-12
/
+11
2019-11-26
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
4
-11
/
+22
2019-11-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
21
-912
/
+2471
2019-11-25
Merge tag 'printk-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
3
-6
/
+6
2019-11-25
libbpf: Fix usage of u32 in userspace code
Andrii Nakryiko
1
-1
/
+1
2019-11-24
bpf: Introduce BPF_TRACE_x helper for the tracing tests
Martin KaFai Lau
1
-13
/
+0
2019-11-24
libbpf: Fix bpf_object name determination for bpf_object__open_file()
Andrii Nakryiko
1
-1
/
+1
2019-11-24
libbpf: Support initialized global variables
Andrii Nakryiko
1
-7
/
+2
2019-11-24
libbpf: Fix various errors and warning reported by checkpatch.pl
Andrii Nakryiko
1
-17
/
+21
2019-11-24
libbpf: Refactor relocation handling
Andrii Nakryiko
1
-118
/
+143
2019-11-22
libtraceevent: Fix memory leakage in copy_filter_type
Hewenliang
1
-2
/
+7
[prev]
[next]