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
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2019-06-20
10
-359
/
+776
|
\
|
*
libbpf: constify getter APIs
Andrii Nakryiko
2019-06-19
2
-70
/
+72
|
*
libbpf: allow specifying map definitions using BTF
Andrii Nakryiko
2019-06-18
2
-9
/
+345
|
*
libbpf: split initialization and loading of BTF
Andrii Nakryiko
2019-06-18
1
-10
/
+24
|
*
libbpf: identify maps by section index in addition to offset
Andrii Nakryiko
2019-06-18
1
-15
/
+25
|
*
libbpf: refactor map initialization
Andrii Nakryiko
2019-06-18
1
-114
/
+133
|
*
libbpf: streamline ELF parsing error-handling
Andrii Nakryiko
2019-06-18
1
-24
/
+20
|
*
libbpf: extract BTF loading logic
Andrii Nakryiko
2019-06-18
1
-38
/
+55
|
*
libbpf: add common min/max macro to libbpf_internal.h
Andrii Nakryiko
2019-06-18
5
-15
/
+10
|
*
libbpf: fix check for presence of associated BTF for map creation
Andrii Nakryiko
2019-06-15
1
-4
/
+5
|
*
bpf: add a new API libbpf_num_possible_cpus()
Hechao Li
2019-06-11
3
-0
/
+74
|
*
libbpf: remove qidconf and better support external bpf programs.
Jonathan Lemon
2019-06-10
1
-75
/
+28
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-06-17
4
-25
/
+27
|
\
\
|
*
\
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2019-06-17
3
-23
/
+26
|
|
\
\
|
|
*
\
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
2019-06-07
3
-23
/
+26
|
|
|
\
\
|
|
|
*
|
bpf, libbpf: enable recvmsg attach types
Daniel Borkmann
2019-06-06
1
-0
/
+4
|
|
|
*
|
libbpf: Return btf_fd for load_sk_storage_btf
Michal Rostecki
2019-05-31
3
-23
/
+22
|
*
|
|
|
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 251
Thomas Gleixner
2019-06-05
1
-2
/
+1
|
|
/
/
/
*
|
|
/
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-06-07
2
-18
/
+2
|
\
|
|
|
|
|
_
|
/
|
/
|
|
|
*
|
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156
Thomas Gleixner
2019-05-30
1
-13
/
+1
|
*
|
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
2019-05-30
1
-5
/
+1
|
|
/
*
|
libbpf: reduce unnecessary line wrapping
Andrii Nakryiko
2019-05-30
1
-36
/
+16
*
|
libbpf: typo and formatting fixes
Andrii Nakryiko
2019-05-30
1
-8
/
+7
*
|
libbpf: simplify two pieces of logic
Andrii Nakryiko
2019-05-30
1
-3
/
+1
*
|
libbpf: use negative fd to specify missing BTF
Andrii Nakryiko
2019-05-30
1
-6
/
+7
*
|
libbpf: fix error code returned on corrupted ELF
Andrii Nakryiko
2019-05-30
1
-1
/
+1
*
|
libbpf: check map name retrieved from ELF
Andrii Nakryiko
2019-05-30
1
-0
/
+5
*
|
libbpf: simplify endianness check
Andrii Nakryiko
2019-05-30
1
-25
/
+12
*
|
libbpf: preserve errno before calling into user callback
Andrii Nakryiko
2019-05-30
1
-4
/
+4
*
|
libbpf: fix detection of corrupted BPF instructions section
Andrii Nakryiko
2019-05-30
1
-5
/
+7
*
|
libbpf: prevent overwriting of log_level in bpf_object__load_progs()
Quentin Monnet
2019-05-29
1
-1
/
+1
*
|
libbpf: add bpf_object__load_xattr() API function to pass log_level
Quentin Monnet
2019-05-28
4
-4
/
+25
*
|
libbpf: fix warning that PTR_ERR_OR_ZERO can be used
Hariprasad Kelam
2019-05-28
1
-3
/
+1
*
|
libbpf: add "prog_flags" to bpf_program/bpf_prog_load_attr/bpf_load_program_attr
Jiong Wang
2019-05-24
4
-0
/
+6
*
|
libbpf: add btf_dump API for BTF-to-C conversion
Andrii Nakryiko
2019-05-24
4
-1
/
+1359
*
|
libbpf: switch btf_dedup() to hashmap for dedup table
Andrii Nakryiko
2019-05-24
1
-116
/
+85
*
|
libbpf: add resizable non-thread safe internal hashmap
Andrii Nakryiko
2019-05-24
3
-1
/
+403
*
|
libbpf: add btf__parse_elf API to load .BTF and .BTF.ext
Andrii Nakryiko
2019-05-24
3
-0
/
+135
*
|
libbpf: ensure libbpf.h is included along libbpf_internal.h
Andrii Nakryiko
2019-05-24
1
-0
/
+2
*
|
libbpf: emit diff of mismatched public API, if any
Andrii Nakryiko
2019-05-22
1
-0
/
+10
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2019-05-20
5
-17
/
+16
|
\
|
*
libbpf: move logging helpers into libbpf_internal.h
Andrii Nakryiko
2019-05-16
5
-16
/
+15
|
*
libbpf: don't fail when feature probing fails
Stanislav Fomichev
2019-05-16
1
-1
/
+1
*
|
Merge tag 'perf-core-for-mingo-5.2-20190517' of git://git.kernel.org/pub/scm/...
Ingo Molnar
2019-05-18
38
-6
/
+3863
|
\
\
|
|
/
|
/
|
|
*
tools lib traceevent: Man pages for trace sequences APIs
Tzvetomir Stoyanov
2019-05-15
1
-0
/
+158
|
*
tools lib traceevent: Man pages for APIs used to extract common fields from a...
Tzvetomir Stoyanov
2019-05-15
1
-0
/
+137
|
*
tools lib traceevent: Man page for tep_parse_header_page()
Tzvetomir Stoyanov
2019-05-15
1
-0
/
+82
|
*
tools lib traceevent: Man pages for parse event APIs
Tzvetomir Stoyanov
2019-05-15
1
-0
/
+90
|
*
tools lib traceevent: Man pages for event filter APIs
Tzvetomir Stoyanov
2019-05-15
1
-0
/
+209
|
*
tools lib traceevent: Man pages for event fields APIs
Tzvetomir Stoyanov
2019-05-15
1
-0
/
+105
[next]