index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
lib
/
bpf
/
btf.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
libbpf: add btf_dump API for BTF-to-C conversion
Andrii Nakryiko
2019-05-24
1
-0
/
+17
*
libbpf: add btf__parse_elf API to load .BTF and .BTF.ext
Andrii Nakryiko
2019-05-24
1
-0
/
+2
*
bpf, libbpf: add support for BTF Var and DataSec
Daniel Borkmann
2019-04-09
1
-0
/
+3
*
btf: allow to customize dedup hash table size
Andrii Nakryiko
2019-03-01
1
-0
/
+1
*
libbpf: fix formatting for btf_ext__get_raw_data
Andrii Nakryiko
2019-03-01
1
-1
/
+1
*
tools/bpf: remove btf__get_strings() superseded by raw data API
Andrii Nakryiko
2019-02-08
1
-2
/
+0
*
btf: expose API to work with raw btf_ext data
Andrii Nakryiko
2019-02-08
1
-0
/
+2
*
btf: expose API to work with raw btf data
Andrii Nakryiko
2019-02-08
1
-0
/
+1
*
btf: separate btf creation and loading
Andrii Nakryiko
2019-02-08
1
-0
/
+1
*
tools/bpf: add const qualifier to btf__get_map_kv_tids() map_name parameter
Yonghong Song
2019-02-05
1
-1
/
+1
*
selftests/btf: add initial BTF dedup tests
Andrii Nakryiko
2019-02-05
1
-0
/
+3
*
btf: add BTF types deduplication algorithm
Andrii Nakryiko
2019-02-05
1
-0
/
+7
*
tools/bpf: implement libbpf btf__get_map_kv_tids() API function
Yonghong Song
2019-02-04
1
-0
/
+4
*
tools/bpf: expose functions btf_ext__* as API functions
Yonghong Song
2019-02-04
1
-12
/
+12
*
tools/bpf: move libbpf pr_* debug print functions to headers
Yonghong Song
2019-02-04
1
-5
/
+2
*
bpf: libbpf: Add btf_line_info support to libbpf
Martin KaFai Lau
2018-12-09
1
-1
/
+9
*
bpf: libbpf: Refactor and bug fix on the bpf_func_info loading logic
Martin KaFai Lau
2018-12-09
1
-13
/
+4
*
libbpf: Name changing for btf_get_from_id
Martin KaFai Lau
2018-11-26
1
-1
/
+1
*
libbpf: make sure bpf headers are c++ include-able
Stanislav Fomichev
2018-11-21
1
-0
/
+8
*
tools/bpf: refactor to implement btf_get_from_id() in lib/bpf
Yonghong Song
2018-11-20
1
-0
/
+1
*
tools/bpf: add support to read .BTF.ext sections
Yonghong Song
2018-11-20
1
-0
/
+50
*
libbpf: Per-symbol visibility for DSO
Andrey Ignatov
2018-10-16
1
-8
/
+14
*
libbpf: relicense libbpf as LGPL-2.1 OR BSD-2-Clause
Alexei Starovoitov
2018-10-08
1
-1
/
+1
*
libbpf: Make include guards consistent
Andrey Ignatov
2018-10-04
1
-3
/
+3
*
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-08-11
1
-1
/
+1
|
\
|
*
bpf: btf: Change tools/lib/bpf/btf to LGPL
Martin KaFai Lau
2018-08-06
1
-1
/
+1
*
|
tools: bpf: fix BTF code added twice to different trees
Jakub Kicinski
2018-08-02
1
-1
/
+0
*
|
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-08-02
1
-4
/
+6
|
\
|
|
*
bpf: Introduce BPF_ANNOTATE_KV_PAIR
Martin KaFai Lau
2018-07-25
1
-0
/
+2
|
*
bpf: Replace [u]int32_t and [u]int64_t in libbpf
Martin KaFai Lau
2018-07-25
1
-4
/
+4
*
|
bpf: btf: export btf types and name by offset from lib
Okash Khawaja
2018-07-14
1
-0
/
+3
|
/
*
bpf: btf: Add BTF support to libbpf
Martin KaFai Lau
2018-04-19
1
-0
/
+22