index
:
pm24.git
cpufreq-rust
master
perf-mon
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
2020-02-11
bpf: Make btf_check_func_type_match() static
Hongbo Yao
2020-02-04
bpf: Fix modifier skipping logic
Alexei Starovoitov
2020-01-29
bpf: Reuse log from btf_prase_vmlinux() in btf_struct_ops_init()
Martin KaFai Lau
2020-01-25
bpf: Allow BTF ctx access for string pointers
Jiri Olsa
2020-01-22
bpf: Introduce dynamic program extensions
Alexei Starovoitov
2020-01-10
bpf: Introduce function-by-function verification
Alexei Starovoitov
2020-01-09
bpf: Introduce BPF_MAP_TYPE_STRUCT_OPS
Martin KaFai Lau
2020-01-09
bpf: Introduce BPF_PROG_TYPE_STRUCT_OPS
Martin KaFai Lau
2020-01-09
bpf: Support bitfield read access in btf_struct_access
Martin KaFai Lau
2020-01-09
bpf: Add enum support to btf_ctx_access()
Martin KaFai Lau
2020-01-09
bpf: Avoid storing modifier to info->btf_id
Martin KaFai Lau
2019-12-11
bpf: Fix build in minimal configurations, again
Arnd Bergmann
2019-11-29
bpf: Fix build in minimal configurations
Alexei Starovoitov
2019-11-27
bpf: Fix static checker warning
Alexei Starovoitov
2019-11-15
bpf: Support attaching tracing BPF program to other BPF programs
Alexei Starovoitov
2019-11-15
bpf: Compare BTF types of functions arguments with actual types
Alexei Starovoitov
2019-11-15
bpf: Annotate context types
Alexei Starovoitov
2019-11-15
bpf: Fix race in btf_resolve_helper_id()
Alexei Starovoitov
2019-11-15
bpf: Introduce BPF trampoline
Alexei Starovoitov
2019-11-07
bpf: Add array support to btf_struct_access
Martin KaFai Lau
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
[next]