summaryrefslogtreecommitdiffstats
path: root/kernel/bpf/btf.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-12-111-1/+1
|\
| * bpf: Add bpf_line_info supportMartin KaFai Lau2018-12-091-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-12-101-0/+57
|\ \ | |/ |/|
| * bpf: btf: check name validity for various typesYonghong Song2018-11-291-0/+57
| * bpf: btf: implement btf_name_valid_identifier()Yonghong Song2018-11-291-0/+25
* | bpf: btf: fix spelling mistake "Memmber" -> "Member"Colin Ian King2018-11-261-1/+1
* | bpf: Introduce bpf_func_infoYonghong Song2018-11-201-2/+2
* | bpf: btf: Add BTF_KIND_FUNC and BTF_KIND_FUNC_PROTOMartin KaFai Lau2018-11-201-50/+339
* | bpf: btf: Break up btf_type_is_void()Martin KaFai Lau2018-11-201-15/+22
|/
* bpf, btf: fix a missing check bug in btf_parseMartin Lau2018-10-261-33/+25Star
* bpf: btf: Fix a missing check bugWenwen Wang2018-10-101-0/+3
* bpf: btf: Fix end boundary calculation for type sectionMartin KaFai Lau2018-09-121-1/+1
* bpf: btf: Ensure the member->offset is in the right orderMartin KaFai Lau2018-07-241-1/+13
* bpf: btf: Clean up BTF_INT_BITS() in uapi btf.hMartin KaFai Lau2018-07-201-6/+10
* bpf: btf: Fix bitfield extraction for big endianOkash Khawaja2018-07-111-17/+13Star
* treewide: kvzalloc() -> kvcalloc()Kees Cook2018-06-131-4/+4
* bpf: btf: Ensure t->type == 0 for BTF_KIND_FWDMartin KaFai Lau2018-06-021-1/+20
* bpf: btf: Check array t->sizeMartin KaFai Lau2018-06-021-0/+5
* bpf: btf: avoid -Wreturn-type warningArnd Bergmann2018-05-281-1/+1
* bpf: btf: Avoid variable length arrayMartin KaFai Lau2018-05-241-6/+5Star
* bpf: btf: Remove unused bits from uapi/linux/btf.hMartin KaFai Lau2018-05-231-17/+35
* bpf: btf: Check array->index_typeMartin KaFai Lau2018-05-231-24/+56
* bpf: btf: Change how section is supported in btf_headerMartin KaFai Lau2018-05-231-51/+158
* bpf: btf: Add struct bpf_btf_infoMartin KaFai Lau2018-05-091-5/+21
* bpf: btf: Introduce BTF IDMartin KaFai Lau2018-05-091-10/+98
* bpf: btf: Avoid WARN_ON when CONFIG_REFCOUNT_FULL=yMartin KaFai Lau2018-05-091-1/+1
* bpf: btf: Clean up btf.h in uapiMartin KaFai Lau2018-04-231-10/+10
* bpf: btf: Add BPF_OBJ_GET_INFO_BY_FD support to BTF fdMartin KaFai Lau2018-04-191-1/+16
* bpf: btf: Add BPF_BTF_LOAD commandMartin KaFai Lau2018-04-191-0/+67
* bpf: btf: Add pretty print capability for data with BTF type infoMartin KaFai Lau2018-04-191-0/+198
* bpf: btf: Check members of struct/unionMartin KaFai Lau2018-04-191-0/+205
* bpf: btf: Validate type referenceMartin KaFai Lau2018-04-191-1/+665
* bpf: btf: Introduce BPF Type Format (BTF)Martin KaFai Lau2018-04-191-0/+915