index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
bpf
/
btf.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-03-19
bpf: Support llvm-objcopy for vmlinux BTF
Fangrui Song
1
-5
/
+4
2020-03-10
bpf/btf: Fix BTF verification of enum members in struct/union
Yoshiki Komachi
1
-1
/
+1
2020-03-05
bpf: Attachment verification for BPF_MODIFY_RETURN
KP Singh
1
-8
/
+20
2020-03-05
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-23
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-16
bpf: Support attaching tracing BPF program to other BPF programs
Alexei Starovoitov
1
-8
/
+62
2019-11-16
bpf: Compare BTF types of functions arguments with actual types
Alexei Starovoitov
1
-0
/
+82
2019-11-16
bpf: Annotate context types
Alexei Starovoitov
1
-3
/
+111
2019-11-16
bpf: Fix race in btf_resolve_helper_id()
Alexei Starovoitov
1
-1
/
+25
2019-11-16
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-25
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-16
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-10
bpf: allow for key-less BTF in array map
Daniel Borkmann
1
-1
/
+1
2019-04-10
bpf: kernel side support for BTF Var and DataSec
Daniel Borkmann
1
-20
/
+397
2019-02-09
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-30
bpf: btf: allow typedef func_proto
Yonghong Song
1
-1
/
+2
2019-01-29
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-17
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-15
bpf: Create a new btf_name_by_offset() for non type name use case
Martin KaFai Lau
1
-11
/
+20
2018-12-13
bpf: add bpffs pretty print for cgroup local storage maps
Roman Gushchin
1
-0
/
+22
2018-12-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-1
/
+1
[prev]
[next]