index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
bpf
/
btf.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-03-04
bpf: Attachment verification for BPF_MODIFY_RETURN
KP Singh
1
-8
/
+20
2020-03-04
bpf: Introduce BPF_MODIFY_RETURN
KP Singh
1
-1
/
+2
2020-02-11
bpf: Make btf_check_func_type_match() static
Hongbo Yao
1
-3
/
+3
2020-02-04
bpf: Fix modifier skipping logic
Alexei Starovoitov
1
-5
/
+3
2020-01-29
bpf: Reuse log from btf_prase_vmlinux() in btf_struct_ops_init()
Martin KaFai Lau
1
-1
/
+1
2020-01-25
bpf: Allow BTF ctx access for string pointers
Jiri Olsa
1
-0
/
+16
2020-01-22
bpf: Introduce dynamic program extensions
Alexei Starovoitov
1
-1
/
+151
2020-01-10
bpf: Introduce function-by-function verification
Alexei Starovoitov
1
-31
/
+144
2020-01-09
bpf: Introduce BPF_MAP_TYPE_STRUCT_OPS
Martin KaFai Lau
1
-11
/
+9
2020-01-09
bpf: Introduce BPF_PROG_TYPE_STRUCT_OPS
Martin KaFai Lau
1
-27
/
+61
2020-01-09
bpf: Support bitfield read access in btf_struct_access
Martin KaFai Lau
1
-5
/
+39
2020-01-09
bpf: Add enum support to btf_ctx_access()
Martin KaFai Lau
1
-1
/
+1
2020-01-09
bpf: Avoid storing modifier to info->btf_id
Martin KaFai Lau
1
-3
/
+6
2019-12-11
bpf: Fix build in minimal configurations, again
Arnd Bergmann
1
-0
/
+1
2019-11-29
bpf: Fix build in minimal configurations
Alexei Starovoitov
1
-0
/
+1
2019-11-27
bpf: Fix static checker warning
Alexei Starovoitov
1
-1
/
+3
2019-11-15
bpf: Support attaching tracing BPF program to other BPF programs
Alexei Starovoitov
1
-8
/
+62
2019-11-15
bpf: Compare BTF types of functions arguments with actual types
Alexei Starovoitov
1
-0
/
+82
2019-11-15
bpf: Annotate context types
Alexei Starovoitov
1
-3
/
+111
2019-11-15
bpf: Fix race in btf_resolve_helper_id()
Alexei Starovoitov
1
-1
/
+25
2019-11-15
bpf: Introduce BPF trampoline
Alexei Starovoitov
1
-4
/
+73
2019-11-07
bpf: Add array support to btf_struct_access
Martin KaFai Lau
1
-29
/
+166
2019-10-24
bpf: Prepare btf_ctx_access for non raw_tp use case
Martin KaFai Lau
1
-60
/
+13
2019-10-17
bpf: Check types of arguments passed into helpers
Alexei Starovoitov
1
-0
/
+68
2019-10-17
bpf: Implement accurate raw_tp context access via BTF
Alexei Starovoitov
1
-0
/
+190
2019-10-17
bpf: Process in-kernel BTF
Alexei Starovoitov
1
-1
/
+70
2019-09-26
bpf: Clean up indentation issue in BTF kflag processing
Colin Ian King
1
-1
/
+1
2019-09-19
bpf: fix BTF verification of enums
Alexei Starovoitov
1
-3
/
+2
2019-08-20
bpf: add new BPF_BTF_GET_NEXT_ID syscall command
Quentin Monnet
1
-2
/
+2
2019-08-20
bpf: add BTF ids in procfs for file descriptors to BTF objects
Quentin Monnet
1
-0
/
+12
2019-07-15
bpf: fix BTF verifier size resolution logic
Andrii Nakryiko
1
-7
/
+12
2019-06-24
bpf: fix NULL deref in btf_type_is_resolve_source_only
Stanislav Fomichev
1
-6
/
+6
2019-04-09
bpf: allow for key-less BTF in array map
Daniel Borkmann
1
-1
/
+1
2019-04-09
bpf: kernel side support for BTF Var and DataSec
Daniel Borkmann
1
-20
/
+397
2019-02-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+2
2019-02-01
bpf: introduce bpf_spin_lock
Alexei Starovoitov
1
-0
/
+42
2019-01-29
bpf: btf: allow typedef func_proto
Yonghong Song
1
-1
/
+2
2019-01-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-19
/
+85
2019-01-17
bpf: Make function btf_name_offset_valid static
Mathieu Malaterre
1
-1
/
+1
2019-01-16
bpf: btf: support 128 bit integer type
Yonghong Song
1
-19
/
+85
2019-01-11
bpf: fix bpffs bitfield pretty print
Yonghong Song
1
-6
/
+6
2018-12-19
bpf: log struct/union attribute for forward type
Yonghong Song
1
-1
/
+7
2018-12-18
bpf: enable cgroup local storage map pretty print with kind_flag
Yonghong Song
1
-9
/
+28
2018-12-18
bpf: btf: fix struct/union/fwd types with kind_flag
Yonghong Song
1
-20
/
+260
2018-12-18
bpf: btf: refactor btf_int_bits_seq_show()
Yonghong Song
1
-14
/
+21
2018-12-14
bpf: Create a new btf_name_by_offset() for non type name use case
Martin KaFai Lau
1
-11
/
+20
2018-12-12
bpf: add bpffs pretty print for cgroup local storage maps
Roman Gushchin
1
-0
/
+22
2018-12-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-1
/
+1
2018-12-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+57
2018-12-09
bpf: Add bpf_line_info support
Martin KaFai Lau
1
-1
/
+1
[next]