summaryrefslogtreecommitdiffstats
path: root/kernel/bpf/btf.c
AgeCommit message (Expand)AuthorLines
2019-04-09bpf: allow for key-less BTF in array mapDaniel Borkmann-1/+1
2019-04-09bpf: kernel side support for BTF Var and DataSecDaniel Borkmann-20/+397
2019-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+2
2019-02-01bpf: introduce bpf_spin_lockAlexei Starovoitov-0/+42
2019-01-29bpf: btf: allow typedef func_protoYonghong Song-1/+2
2019-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-19/+85
2019-01-17bpf: Make function btf_name_offset_valid staticMathieu Malaterre-1/+1
2019-01-16bpf: btf: support 128 bit integer typeYonghong Song-19/+85
2019-01-11bpf: fix bpffs bitfield pretty printYonghong Song-6/+6
2018-12-19bpf: log struct/union attribute for forward typeYonghong Song-1/+7
2018-12-18bpf: enable cgroup local storage map pretty print with kind_flagYonghong Song-9/+28
2018-12-18bpf: btf: fix struct/union/fwd types with kind_flagYonghong Song-20/+260
2018-12-18bpf: btf: refactor btf_int_bits_seq_show()Yonghong Song-14/+21
2018-12-14bpf: Create a new btf_name_by_offset() for non type name use caseMartin KaFai Lau-11/+20
2018-12-12bpf: add bpffs pretty print for cgroup local storage mapsRoman Gushchin-0/+22
2018-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-1/+1
2018-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-0/+57
2018-12-09bpf: Add bpf_line_info supportMartin KaFai Lau-1/+1
2018-11-28bpf: btf: check name validity for various typesYonghong Song-0/+57
2018-11-28bpf: btf: implement btf_name_valid_identifier()Yonghong Song-0/+25
2018-11-26bpf: btf: fix spelling mistake "Memmber" -> "Member"Colin Ian King-1/+1
2018-11-20bpf: Introduce bpf_func_infoYonghong Song-2/+2
2018-11-20bpf: btf: Add BTF_KIND_FUNC and BTF_KIND_FUNC_PROTOMartin KaFai Lau-50/+339
2018-11-20bpf: btf: Break up btf_type_is_void()Martin KaFai Lau-15/+22
2018-10-26bpf, btf: fix a missing check bug in btf_parseMartin Lau-33/+25
2018-10-09bpf: btf: Fix a missing check bugWenwen Wang-0/+3
2018-09-12bpf: btf: Fix end boundary calculation for type sectionMartin KaFai Lau-1/+1
2018-07-24bpf: btf: Ensure the member->offset is in the right orderMartin KaFai Lau-1/+13
2018-07-20bpf: btf: Clean up BTF_INT_BITS() in uapi btf.hMartin KaFai Lau-6/+10
2018-07-11bpf: btf: Fix bitfield extraction for big endianOkash Khawaja-17/+13
2018-06-12treewide: kvzalloc() -> kvcalloc()Kees Cook-4/+4
2018-06-02bpf: btf: Ensure t->type == 0 for BTF_KIND_FWDMartin KaFai Lau-1/+20
2018-06-02bpf: btf: Check array t->sizeMartin KaFai Lau-0/+5
2018-05-28bpf: btf: avoid -Wreturn-type warningArnd Bergmann-1/+1
2018-05-24bpf: btf: Avoid variable length arrayMartin KaFai Lau-6/+5
2018-05-23bpf: btf: Remove unused bits from uapi/linux/btf.hMartin KaFai Lau-17/+35
2018-05-23bpf: btf: Check array->index_typeMartin KaFai Lau-24/+56
2018-05-23bpf: btf: Change how section is supported in btf_headerMartin KaFai Lau-51/+158
2018-05-09bpf: btf: Add struct bpf_btf_infoMartin KaFai Lau-5/+21
2018-05-09bpf: btf: Introduce BTF IDMartin KaFai Lau-10/+98
2018-05-09bpf: btf: Avoid WARN_ON when CONFIG_REFCOUNT_FULL=yMartin KaFai Lau-1/+1
2018-04-23bpf: btf: Clean up btf.h in uapiMartin KaFai Lau-10/+10
2018-04-19bpf: btf: Add BPF_OBJ_GET_INFO_BY_FD support to BTF fdMartin KaFai Lau-1/+16
2018-04-19bpf: btf: Add BPF_BTF_LOAD commandMartin KaFai Lau-0/+67
2018-04-19bpf: btf: Add pretty print capability for data with BTF type infoMartin KaFai Lau-0/+198
2018-04-19bpf: btf: Check members of struct/unionMartin KaFai Lau-0/+205
2018-04-19bpf: btf: Validate type referenceMartin KaFai Lau-1/+665
2018-04-19bpf: btf: Introduce BPF Type Format (BTF)Martin KaFai Lau-0/+915