index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
bpf
/
btf.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpf: Fix build in minimal configurations
Alexei Starovoitov
2019-11-29
1
-0
/
+1
*
bpf: Fix static checker warning
Alexei Starovoitov
2019-11-27
1
-1
/
+3
*
bpf: Support attaching tracing BPF program to other BPF programs
Alexei Starovoitov
2019-11-15
1
-8
/
+62
*
bpf: Compare BTF types of functions arguments with actual types
Alexei Starovoitov
2019-11-15
1
-0
/
+82
*
bpf: Annotate context types
Alexei Starovoitov
2019-11-15
1
-3
/
+111
*
bpf: Fix race in btf_resolve_helper_id()
Alexei Starovoitov
2019-11-15
1
-1
/
+25
*
bpf: Introduce BPF trampoline
Alexei Starovoitov
2019-11-15
1
-4
/
+73
*
bpf: Add array support to btf_struct_access
Martin KaFai Lau
2019-11-07
1
-29
/
+166
*
bpf: Prepare btf_ctx_access for non raw_tp use case
Martin KaFai Lau
2019-10-24
1
-60
/
+13
*
bpf: Check types of arguments passed into helpers
Alexei Starovoitov
2019-10-17
1
-0
/
+68
*
bpf: Implement accurate raw_tp context access via BTF
Alexei Starovoitov
2019-10-17
1
-0
/
+190
*
bpf: Process in-kernel BTF
Alexei Starovoitov
2019-10-17
1
-1
/
+70
*
bpf: Clean up indentation issue in BTF kflag processing
Colin Ian King
2019-09-26
1
-1
/
+1
*
bpf: fix BTF verification of enums
Alexei Starovoitov
2019-09-19
1
-3
/
+2
*
bpf: add new BPF_BTF_GET_NEXT_ID syscall command
Quentin Monnet
2019-08-20
1
-2
/
+2
*
bpf: add BTF ids in procfs for file descriptors to BTF objects
Quentin Monnet
2019-08-20
1
-0
/
+12
*
bpf: fix BTF verifier size resolution logic
Andrii Nakryiko
2019-07-15
1
-7
/
+12
*
bpf: fix NULL deref in btf_type_is_resolve_source_only
Stanislav Fomichev
2019-06-24
1
-6
/
+6
*
bpf: allow for key-less BTF in array map
Daniel Borkmann
2019-04-09
1
-1
/
+1
*
bpf: kernel side support for BTF Var and DataSec
Daniel Borkmann
2019-04-09
1
-20
/
+397
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-02-08
1
-1
/
+2
|
\
|
*
bpf: btf: allow typedef func_proto
Yonghong Song
2019-01-29
1
-1
/
+2
*
|
bpf: introduce bpf_spin_lock
Alexei Starovoitov
2019-02-01
1
-0
/
+42
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2019-01-28
1
-19
/
+85
|
\
\
|
|
/
|
/
|
|
*
bpf: btf: support 128 bit integer type
Yonghong Song
2019-01-16
1
-19
/
+85
*
|
bpf: Make function btf_name_offset_valid static
Mathieu Malaterre
2019-01-17
1
-1
/
+1
|
/
*
bpf: fix bpffs bitfield pretty print
Yonghong Song
2019-01-11
1
-6
/
+6
*
bpf: log struct/union attribute for forward type
Yonghong Song
2018-12-19
1
-1
/
+7
*
bpf: enable cgroup local storage map pretty print with kind_flag
Yonghong Song
2018-12-18
1
-9
/
+28
*
bpf: btf: fix struct/union/fwd types with kind_flag
Yonghong Song
2018-12-18
1
-20
/
+260
*
bpf: btf: refactor btf_int_bits_seq_show()
Yonghong Song
2018-12-18
1
-14
/
+21
*
bpf: Create a new btf_name_by_offset() for non type name use case
Martin KaFai Lau
2018-12-14
1
-11
/
+20
*
bpf: add bpffs pretty print for cgroup local storage maps
Roman Gushchin
2018-12-12
1
-0
/
+22
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2018-12-10
1
-1
/
+1
|
\
|
*
bpf: Add bpf_line_info support
Martin KaFai Lau
2018-12-09
1
-1
/
+1
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-12-09
1
-0
/
+57
|
\
\
|
|
/
|
/
|
|
*
bpf: btf: check name validity for various types
Yonghong Song
2018-11-28
1
-0
/
+57
|
*
bpf: btf: implement btf_name_valid_identifier()
Yonghong Song
2018-11-28
1
-0
/
+25
*
|
bpf: btf: fix spelling mistake "Memmber" -> "Member"
Colin Ian King
2018-11-26
1
-1
/
+1
*
|
bpf: Introduce bpf_func_info
Yonghong Song
2018-11-20
1
-2
/
+2
*
|
bpf: btf: Add BTF_KIND_FUNC and BTF_KIND_FUNC_PROTO
Martin KaFai Lau
2018-11-20
1
-50
/
+339
*
|
bpf: btf: Break up btf_type_is_void()
Martin KaFai Lau
2018-11-20
1
-15
/
+22
|
/
*
bpf, btf: fix a missing check bug in btf_parse
Martin Lau
2018-10-26
1
-33
/
+25
*
bpf: btf: Fix a missing check bug
Wenwen Wang
2018-10-09
1
-0
/
+3
*
bpf: btf: Fix end boundary calculation for type section
Martin KaFai Lau
2018-09-12
1
-1
/
+1
*
bpf: btf: Ensure the member->offset is in the right order
Martin KaFai Lau
2018-07-24
1
-1
/
+13
*
bpf: btf: Clean up BTF_INT_BITS() in uapi btf.h
Martin KaFai Lau
2018-07-20
1
-6
/
+10
*
bpf: btf: Fix bitfield extraction for big endian
Okash Khawaja
2018-07-11
1
-17
/
+13
*
treewide: kvzalloc() -> kvcalloc()
Kees Cook
2018-06-12
1
-4
/
+4
*
bpf: btf: Ensure t->type == 0 for BTF_KIND_FWD
Martin KaFai Lau
2018-06-02
1
-1
/
+20
[next]