summaryrefslogtreecommitdiffstats
path: root/kernel/bpf/btf.c
Commit message (Expand)AuthorAgeFilesLines
* bpf, btf: fix a missing check bug in btf_parseMartin Lau2018-10-261-33/+25
* bpf: btf: Fix a missing check bugWenwen Wang2018-10-091-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/+13
* treewide: kvzalloc() -> kvcalloc()Kees Cook2018-06-121-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/+5
* 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