summaryrefslogtreecommitdiff
path: root/include/uapi/linux/btf.h
AgeCommit message (Expand)Author
2022-06-07bpf: Add btf enum64 supportYonghong Song
2022-04-03bpf: Correct the comment for BTF kind bitfieldHaiyue Wang
2021-11-11bpf: Support BTF_KIND_TYPE_TAG for btf_type_tag attributesYonghong Song
2021-10-18bpf: Rename BTF_KIND_TAG to BTF_KIND_DECL_TAGYonghong Song
2021-09-14bpf: Support for new btf kind BTF_KIND_TAGYonghong Song
2021-09-14btf: Change BTF_KIND_* macros to enumsYonghong Song
2021-03-04bpf: Add BTF_KIND_FLOAT to uapiIlya Leoshkevich
2020-01-10bpf: Introduce function-by-function verificationAlexei Starovoitov
2019-12-15libbpf: Support libbpf-provided extern variablesAndrii Nakryiko
2019-09-19bpf: fix BTF limitsAlexei Starovoitov
2019-05-14bpf: btf: fix the brackets of BTF_INT_OFFSET()Gary Lin
2019-04-09bpf: add specification for BTF Var and DataSec kindsDaniel Borkmann
2018-12-18bpf: btf: fix struct/union/fwd types with kind_flagYonghong Song
2018-11-20bpf: btf: Add BTF_KIND_FUNC and BTF_KIND_FUNC_PROTOMartin KaFai Lau
2018-07-20bpf: btf: Clean up BTF_INT_BITS() in uapi btf.hMartin KaFai Lau
2018-05-23bpf: btf: Remove unused bits from uapi/linux/btf.hMartin KaFai Lau
2018-05-23bpf: btf: Change how section is supported in btf_headerMartin KaFai Lau
2018-04-23bpf: btf: Clean up btf.h in uapiMartin KaFai Lau
2018-04-19bpf: btf: Introduce BPF Type Format (BTF)Martin KaFai Lau