summaryrefslogtreecommitdiffstats
path: root/kernel/bpf/btf.c
Commit message (Expand)AuthorAgeFilesLines
* bpf: Fix build in minimal configurationsAlexei Starovoitov2019-11-291-0/+1
* bpf: Fix static checker warningAlexei Starovoitov2019-11-271-1/+3
* bpf: Support attaching tracing BPF program to other BPF programsAlexei Starovoitov2019-11-151-8/+62
* bpf: Compare BTF types of functions arguments with actual typesAlexei Starovoitov2019-11-151-0/+82
* bpf: Annotate context typesAlexei Starovoitov2019-11-151-3/+111
* bpf: Fix race in btf_resolve_helper_id()Alexei Starovoitov2019-11-151-1/+25
* bpf: Introduce BPF trampolineAlexei Starovoitov2019-11-151-4/+73
* bpf: Add array support to btf_struct_accessMartin KaFai Lau2019-11-071-29/+166
* bpf: Prepare btf_ctx_access for non raw_tp use caseMartin KaFai Lau2019-10-241-60/+13
* bpf: Check types of arguments passed into helpersAlexei Starovoitov2019-10-171-0/+68
* bpf: Implement accurate raw_tp context access via BTFAlexei Starovoitov2019-10-171-0/+190
* bpf: Process in-kernel BTFAlexei Starovoitov2019-10-171-1/+70
* bpf: Clean up indentation issue in BTF kflag processingColin Ian King2019-09-261-1/+1
* bpf: fix BTF verification of enumsAlexei Starovoitov2019-09-191-3/+2
* bpf: add new BPF_BTF_GET_NEXT_ID syscall commandQuentin Monnet2019-08-201-2/+2
* bpf: add BTF ids in procfs for file descriptors to BTF objectsQuentin Monnet2019-08-201-0/+12
* bpf: fix BTF verifier size resolution logicAndrii Nakryiko2019-07-151-7/+12
* bpf: fix NULL deref in btf_type_is_resolve_source_onlyStanislav Fomichev2019-06-241-6/+6
* bpf: allow for key-less BTF in array mapDaniel Borkmann2019-04-091-1/+1
* bpf: kernel side support for BTF Var and DataSecDaniel Borkmann2019-04-091-20/+397
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-081-1/+2
|\
| * bpf: btf: allow typedef func_protoYonghong Song2019-01-291-1/+2
* | bpf: introduce bpf_spin_lockAlexei Starovoitov2019-02-011-0/+42
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-01-281-19/+85
|\ \ | |/ |/|
| * bpf: btf: support 128 bit integer typeYonghong Song2019-01-161-19/+85
* | bpf: Make function btf_name_offset_valid staticMathieu Malaterre2019-01-171-1/+1
|/
* bpf: fix bpffs bitfield pretty printYonghong Song2019-01-111-6/+6
* bpf: log struct/union attribute for forward typeYonghong Song2018-12-191-1/+7
* bpf: enable cgroup local storage map pretty print with kind_flagYonghong Song2018-12-181-9/+28
* bpf: btf: fix struct/union/fwd types with kind_flagYonghong Song2018-12-181-20/+260
* bpf: btf: refactor btf_int_bits_seq_show()Yonghong Song2018-12-181-14/+21
* bpf: Create a new btf_name_by_offset() for non type name use caseMartin KaFai Lau2018-12-141-11/+20
* bpf: add bpffs pretty print for cgroup local storage mapsRoman Gushchin2018-12-121-0/+22
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-12-101-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-091-0/+57
|\ \ | |/ |/|
| * bpf: btf: check name validity for various typesYonghong Song2018-11-281-0/+57
| * bpf: btf: implement btf_name_valid_identifier()Yonghong Song2018-11-281-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/+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