index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
uapi
/
linux
/
btf.h
Age
Commit message (
Expand
)
Author
2022-06-07
bpf: Add btf enum64 support
Yonghong Song
2022-04-03
bpf: Correct the comment for BTF kind bitfield
Haiyue Wang
2021-11-11
bpf: Support BTF_KIND_TYPE_TAG for btf_type_tag attributes
Yonghong Song
2021-10-18
bpf: Rename BTF_KIND_TAG to BTF_KIND_DECL_TAG
Yonghong Song
2021-09-14
bpf: Support for new btf kind BTF_KIND_TAG
Yonghong Song
2021-09-14
btf: Change BTF_KIND_* macros to enums
Yonghong Song
2021-03-04
bpf: Add BTF_KIND_FLOAT to uapi
Ilya Leoshkevich
2020-01-10
bpf: Introduce function-by-function verification
Alexei Starovoitov
2019-12-15
libbpf: Support libbpf-provided extern variables
Andrii Nakryiko
2019-09-19
bpf: fix BTF limits
Alexei Starovoitov
2019-05-14
bpf: btf: fix the brackets of BTF_INT_OFFSET()
Gary Lin
2019-04-09
bpf: add specification for BTF Var and DataSec kinds
Daniel Borkmann
2018-12-18
bpf: btf: fix struct/union/fwd types with kind_flag
Yonghong Song
2018-11-20
bpf: btf: Add BTF_KIND_FUNC and BTF_KIND_FUNC_PROTO
Martin KaFai Lau
2018-07-20
bpf: btf: Clean up BTF_INT_BITS() in uapi btf.h
Martin KaFai Lau
2018-05-23
bpf: btf: Remove unused bits from uapi/linux/btf.h
Martin KaFai Lau
2018-05-23
bpf: btf: Change how section is supported in btf_header
Martin KaFai Lau
2018-04-23
bpf: btf: Clean up btf.h in uapi
Martin KaFai Lau
2018-04-19
bpf: btf: Introduce BPF Type Format (BTF)
Martin KaFai Lau