index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
lib
/
bpf
/
btf.h
Age
Commit message (
Expand
)
Author
2019-12-15
libbpf: Expose BTF-to-C type declaration emitting API
Andrii Nakryiko
2019-12-15
libbpf: Expose btf__align_of() API
Andrii Nakryiko
2019-12-15
libbpf: Extract common user-facing helpers
Andrii Nakryiko
2019-11-15
libbpf: Introduce btf__find_by_name_kind()
Alexei Starovoitov
2019-10-15
libbpf: Update BTF reloc support to latest Clang format
Andrii Nakryiko
2019-08-07
libbpf: add .BTF.ext offset relocation section loading
Andrii Nakryiko
2019-08-07
libbpf: add helpers for working with BTF types
Andrii Nakryiko
2019-06-18
libbpf: allow specifying map definitions using BTF
Andrii Nakryiko
2019-05-24
libbpf: add btf_dump API for BTF-to-C conversion
Andrii Nakryiko
2019-05-24
libbpf: add btf__parse_elf API to load .BTF and .BTF.ext
Andrii Nakryiko
2019-04-09
bpf, libbpf: add support for BTF Var and DataSec
Daniel Borkmann
2019-03-01
btf: allow to customize dedup hash table size
Andrii Nakryiko
2019-03-01
libbpf: fix formatting for btf_ext__get_raw_data
Andrii Nakryiko
2019-02-08
tools/bpf: remove btf__get_strings() superseded by raw data API
Andrii Nakryiko
2019-02-08
btf: expose API to work with raw btf_ext data
Andrii Nakryiko
2019-02-08
btf: expose API to work with raw btf data
Andrii Nakryiko
2019-02-08
btf: separate btf creation and loading
Andrii Nakryiko
2019-02-05
tools/bpf: add const qualifier to btf__get_map_kv_tids() map_name parameter
Yonghong Song
2019-02-05
selftests/btf: add initial BTF dedup tests
Andrii Nakryiko
2019-02-05
btf: add BTF types deduplication algorithm
Andrii Nakryiko
2019-02-04
tools/bpf: implement libbpf btf__get_map_kv_tids() API function
Yonghong Song
2019-02-04
tools/bpf: expose functions btf_ext__* as API functions
Yonghong Song
2019-02-04
tools/bpf: move libbpf pr_* debug print functions to headers
Yonghong Song
2018-12-09
bpf: libbpf: Add btf_line_info support to libbpf
Martin KaFai Lau
2018-12-09
bpf: libbpf: Refactor and bug fix on the bpf_func_info loading logic
Martin KaFai Lau
2018-11-26
libbpf: Name changing for btf_get_from_id
Martin KaFai Lau
2018-11-21
libbpf: make sure bpf headers are c++ include-able
Stanislav Fomichev
2018-11-20
tools/bpf: refactor to implement btf_get_from_id() in lib/bpf
Yonghong Song
2018-11-20
tools/bpf: add support to read .BTF.ext sections
Yonghong Song
2018-10-16
libbpf: Per-symbol visibility for DSO
Andrey Ignatov
2018-10-08
libbpf: relicense libbpf as LGPL-2.1 OR BSD-2-Clause
Alexei Starovoitov
2018-10-04
libbpf: Make include guards consistent
Andrey Ignatov
2018-08-11
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-08-06
bpf: btf: Change tools/lib/bpf/btf to LGPL
Martin KaFai Lau
2018-08-02
tools: bpf: fix BTF code added twice to different trees
Jakub Kicinski
2018-08-02
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-07-25
bpf: Introduce BPF_ANNOTATE_KV_PAIR
Martin KaFai Lau
2018-07-25
bpf: Replace [u]int32_t and [u]int64_t in libbpf
Martin KaFai Lau
2018-07-14
bpf: btf: export btf types and name by offset from lib
Okash Khawaja
2018-04-19
bpf: btf: Add BTF support to libbpf
Martin KaFai Lau