aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/bpf/btf.c
Commit message (Expand)AuthorAge
* bpf: Clean up indentation issue in BTF kflag processingColin Ian King2019-09-26
* bpf: fix BTF verification of enumsAlexei Starovoitov2019-09-19
* bpf: add new BPF_BTF_GET_NEXT_ID syscall commandQuentin Monnet2019-08-20
* bpf: add BTF ids in procfs for file descriptors to BTF objectsQuentin Monnet2019-08-20
* bpf: fix BTF verifier size resolution logicAndrii Nakryiko2019-07-15
* bpf: fix NULL deref in btf_type_is_resolve_source_onlyStanislav Fomichev2019-06-24
* bpf: allow for key-less BTF in array mapDaniel Borkmann2019-04-09
* bpf: kernel side support for BTF Var and DataSecDaniel Borkmann2019-04-09
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-08
|\
| * bpf: btf: allow typedef func_protoYonghong Song2019-01-29
* | bpf: introduce bpf_spin_lockAlexei Starovoitov2019-02-01
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-01-28
|\ \ | |/ |/|
| * bpf: btf: support 128 bit integer typeYonghong Song2019-01-16
* | bpf: Make function btf_name_offset_valid staticMathieu Malaterre2019-01-17
|/
* bpf: fix bpffs bitfield pretty printYonghong Song2019-01-11
* bpf: log struct/union attribute for forward typeYonghong Song2018-12-18
* bpf: enable cgroup local storage map pretty print with kind_flagYonghong Song2018-12-17
* bpf: btf: fix struct/union/fwd types with kind_flagYonghong Song2018-12-17
* bpf: btf: refactor btf_int_bits_seq_show()Yonghong Song2018-12-17
* bpf: Create a new btf_name_by_offset() for non type name use caseMartin KaFai Lau2018-12-14
* bpf: add bpffs pretty print for cgroup local storage mapsRoman Gushchin2018-12-12
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-12-10
|\
| * bpf: Add bpf_line_info supportMartin KaFai Lau2018-12-09
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-12-10
|\ \ | |/ |/|
| * bpf: btf: check name validity for various typesYonghong Song2018-11-28
| * bpf: btf: implement btf_name_valid_identifier()Yonghong Song2018-11-28
* | bpf: btf: fix spelling mistake "Memmber" -> "Member"Colin Ian King2018-11-25
* | bpf: Introduce bpf_func_infoYonghong Song2018-11-20
* | bpf: btf: Add BTF_KIND_FUNC and BTF_KIND_FUNC_PROTOMartin KaFai Lau2018-11-20
* | bpf: btf: Break up btf_type_is_void()Martin KaFai Lau2018-11-20
|/
* bpf, btf: fix a missing check bug in btf_parseMartin Lau2018-10-25
* bpf: btf: Fix a missing check bugWenwen Wang2018-10-10
* bpf: btf: Fix end boundary calculation for type sectionMartin KaFai Lau2018-09-12
* bpf: btf: Ensure the member->offset is in the right orderMartin KaFai Lau2018-07-23
* bpf: btf: Clean up BTF_INT_BITS() in uapi btf.hMartin KaFai Lau2018-07-20
* bpf: btf: Fix bitfield extraction for big endianOkash Khawaja2018-07-11
* treewide: kvzalloc() -> kvcalloc()Kees Cook2018-06-12
* bpf: btf: Ensure t->type == 0 for BTF_KIND_FWDMartin KaFai Lau2018-06-02
* bpf: btf: Check array t->sizeMartin KaFai Lau2018-06-02
* bpf: btf: avoid -Wreturn-type warningArnd Bergmann2018-05-28
* bpf: btf: Avoid variable length arrayMartin KaFai Lau2018-05-24
* bpf: btf: Remove unused bits from uapi/linux/btf.hMartin KaFai Lau2018-05-23
* bpf: btf: Check array->index_typeMartin KaFai Lau2018-05-23
* bpf: btf: Change how section is supported in btf_headerMartin KaFai Lau2018-05-23
* bpf: btf: Add struct bpf_btf_infoMartin KaFai Lau2018-05-09
* bpf: btf: Introduce BTF IDMartin KaFai Lau2018-05-09
* bpf: btf: Avoid WARN_ON when CONFIG_REFCOUNT_FULL=yMartin KaFai Lau2018-05-09
* bpf: btf: Clean up btf.h in uapiMartin KaFai Lau2018-04-23
* bpf: btf: Add BPF_OBJ_GET_INFO_BY_FD support to BTF fdMartin KaFai Lau2018-04-19
* bpf: btf: Add BPF_BTF_LOAD commandMartin KaFai Lau2018-04-19