index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
bpf
/
btf.c
Age
Commit message (
Expand
)
Author
2019-10-24
bpf: Prepare btf_ctx_access for non raw_tp use case
Martin KaFai Lau
2019-10-17
bpf: Check types of arguments passed into helpers
Alexei Starovoitov
2019-10-17
bpf: Implement accurate raw_tp context access via BTF
Alexei Starovoitov
2019-10-17
bpf: Process in-kernel BTF
Alexei Starovoitov
2019-09-26
bpf: Clean up indentation issue in BTF kflag processing
Colin Ian King
2019-09-19
bpf: fix BTF verification of enums
Alexei Starovoitov
2019-08-20
bpf: add new BPF_BTF_GET_NEXT_ID syscall command
Quentin Monnet
2019-08-20
bpf: add BTF ids in procfs for file descriptors to BTF objects
Quentin Monnet
2019-07-15
bpf: fix BTF verifier size resolution logic
Andrii Nakryiko
2019-06-24
bpf: fix NULL deref in btf_type_is_resolve_source_only
Stanislav Fomichev
2019-04-09
bpf: allow for key-less BTF in array map
Daniel Borkmann
2019-04-09
bpf: kernel side support for BTF Var and DataSec
Daniel Borkmann
2019-02-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-02-01
bpf: introduce bpf_spin_lock
Alexei Starovoitov
2019-01-29
bpf: btf: allow typedef func_proto
Yonghong Song
2019-01-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2019-01-17
bpf: Make function btf_name_offset_valid static
Mathieu Malaterre
2019-01-16
bpf: btf: support 128 bit integer type
Yonghong Song
2019-01-11
bpf: fix bpffs bitfield pretty print
Yonghong Song
2018-12-19
bpf: log struct/union attribute for forward type
Yonghong Song
2018-12-18
bpf: enable cgroup local storage map pretty print with kind_flag
Yonghong Song
2018-12-18
bpf: btf: fix struct/union/fwd types with kind_flag
Yonghong Song
2018-12-18
bpf: btf: refactor btf_int_bits_seq_show()
Yonghong Song
2018-12-14
bpf: Create a new btf_name_by_offset() for non type name use case
Martin KaFai Lau
2018-12-12
bpf: add bpffs pretty print for cgroup local storage maps
Roman Gushchin
2018-12-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2018-12-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-12-09
bpf: Add bpf_line_info support
Martin KaFai Lau
2018-11-28
bpf: btf: check name validity for various types
Yonghong Song
2018-11-28
bpf: btf: implement btf_name_valid_identifier()
Yonghong Song
2018-11-26
bpf: btf: fix spelling mistake "Memmber" -> "Member"
Colin Ian King
2018-11-20
bpf: Introduce bpf_func_info
Yonghong Song
2018-11-20
bpf: btf: Add BTF_KIND_FUNC and BTF_KIND_FUNC_PROTO
Martin KaFai Lau
2018-11-20
bpf: btf: Break up btf_type_is_void()
Martin KaFai Lau
2018-10-26
bpf, btf: fix a missing check bug in btf_parse
Martin Lau
2018-10-09
bpf: btf: Fix a missing check bug
Wenwen Wang
2018-09-12
bpf: btf: Fix end boundary calculation for type section
Martin KaFai Lau
2018-07-24
bpf: btf: Ensure the member->offset is in the right order
Martin KaFai Lau
2018-07-20
bpf: btf: Clean up BTF_INT_BITS() in uapi btf.h
Martin KaFai Lau
2018-07-11
bpf: btf: Fix bitfield extraction for big endian
Okash Khawaja
2018-06-12
treewide: kvzalloc() -> kvcalloc()
Kees Cook
2018-06-02
bpf: btf: Ensure t->type == 0 for BTF_KIND_FWD
Martin KaFai Lau
2018-06-02
bpf: btf: Check array t->size
Martin KaFai Lau
2018-05-28
bpf: btf: avoid -Wreturn-type warning
Arnd Bergmann
2018-05-24
bpf: btf: Avoid variable length array
Martin KaFai Lau
2018-05-23
bpf: btf: Remove unused bits from uapi/linux/btf.h
Martin KaFai Lau
2018-05-23
bpf: btf: Check array->index_type
Martin KaFai Lau
2018-05-23
bpf: btf: Change how section is supported in btf_header
Martin KaFai Lau
2018-05-09
bpf: btf: Add struct bpf_btf_info
Martin KaFai Lau
2018-05-09
bpf: btf: Introduce BTF ID
Martin KaFai Lau
[next]