aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/bpf/btf.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-12-11bpf: Fix build in minimal configurations, againArnd Bergmann1-0/+1
2019-11-29bpf: Fix build in minimal configurationsAlexei Starovoitov1-0/+1
2019-11-27bpf: Fix static checker warningAlexei Starovoitov1-1/+3
2019-11-15bpf: Support attaching tracing BPF program to other BPF programsAlexei Starovoitov1-8/+62
2019-11-15bpf: Compare BTF types of functions arguments with actual typesAlexei Starovoitov1-0/+82
2019-11-15bpf: Annotate context typesAlexei Starovoitov1-3/+111
2019-11-15bpf: Fix race in btf_resolve_helper_id()Alexei Starovoitov1-1/+25
2019-11-15bpf: Introduce BPF trampolineAlexei Starovoitov1-4/+73
2019-11-07bpf: Add array support to btf_struct_accessMartin KaFai Lau1-29/+166
2019-10-24bpf: Prepare btf_ctx_access for non raw_tp use caseMartin KaFai Lau1-60/+13
2019-10-17bpf: Check types of arguments passed into helpersAlexei Starovoitov1-0/+68
2019-10-17bpf: Implement accurate raw_tp context access via BTFAlexei Starovoitov1-0/+190
2019-10-17bpf: Process in-kernel BTFAlexei Starovoitov1-1/+70
2019-09-26bpf: Clean up indentation issue in BTF kflag processingColin Ian King1-1/+1
2019-09-19bpf: fix BTF verification of enumsAlexei Starovoitov1-3/+2
2019-08-20bpf: add new BPF_BTF_GET_NEXT_ID syscall commandQuentin Monnet1-2/+2
2019-08-20bpf: add BTF ids in procfs for file descriptors to BTF objectsQuentin Monnet1-0/+12
2019-07-15bpf: fix BTF verifier size resolution logicAndrii Nakryiko1-7/+12
2019-06-24bpf: fix NULL deref in btf_type_is_resolve_source_onlyStanislav Fomichev1-6/+6
2019-04-09bpf: allow for key-less BTF in array mapDaniel Borkmann1-1/+1
2019-04-09bpf: kernel side support for BTF Var and DataSecDaniel Borkmann1-20/+397
2019-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2019-02-01bpf: introduce bpf_spin_lockAlexei Starovoitov1-0/+42
2019-01-29bpf: btf: allow typedef func_protoYonghong Song1-1/+2
2019-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-19/+85
2019-01-17bpf: Make function btf_name_offset_valid staticMathieu Malaterre1-1/+1
2019-01-16bpf: btf: support 128 bit integer typeYonghong Song1-19/+85
2019-01-11bpf: fix bpffs bitfield pretty printYonghong Song1-6/+6
2018-12-19bpf: log struct/union attribute for forward typeYonghong Song1-1/+7
2018-12-18bpf: enable cgroup local storage map pretty print with kind_flagYonghong Song1-9/+28
2018-12-18bpf: btf: fix struct/union/fwd types with kind_flagYonghong Song1-20/+260
2018-12-18bpf: btf: refactor btf_int_bits_seq_show()Yonghong Song1-14/+21
2018-12-14bpf: Create a new btf_name_by_offset() for non type name use caseMartin KaFai Lau1-11/+20
2018-12-12bpf: add bpffs pretty print for cgroup local storage mapsRoman Gushchin1-0/+22
2018-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-1/+1
2018-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+57
2018-12-09bpf: Add bpf_line_info supportMartin KaFai Lau1-1/+1
2018-11-28bpf: btf: check name validity for various typesYonghong Song1-0/+57
2018-11-28bpf: btf: implement btf_name_valid_identifier()Yonghong Song1-0/+25
2018-11-26bpf: btf: fix spelling mistake "Memmber" -> "Member"Colin Ian King1-1/+1
2018-11-20bpf: Introduce bpf_func_infoYonghong Song1-2/+2
2018-11-20bpf: btf: Add BTF_KIND_FUNC and BTF_KIND_FUNC_PROTOMartin KaFai Lau1-50/+339
2018-11-20bpf: btf: Break up btf_type_is_void()Martin KaFai Lau1-15/+22
2018-10-26bpf, btf: fix a missing check bug in btf_parseMartin Lau1-33/+25
2018-10-09bpf: btf: Fix a missing check bugWenwen Wang1-0/+3
2018-09-12bpf: btf: Fix end boundary calculation for type sectionMartin KaFai Lau1-1/+1
2018-07-24bpf: btf: Ensure the member->offset is in the right orderMartin KaFai Lau1-1/+13
2018-07-20bpf: btf: Clean up BTF_INT_BITS() in uapi btf.hMartin KaFai Lau1-6/+10
2018-07-11bpf: btf: Fix bitfield extraction for big endianOkash Khawaja1-17/+13
2018-06-12treewide: kvzalloc() -> kvcalloc()Kees Cook1-4/+4