index
:
linux-stable.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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
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: Enable bpf_iter targets registering ctx argument types
Yonghong Song
2020-05-13
1
-5
/
+10
*
bpf: Support variable length array in tracing programs
Yonghong Song
2020-05-09
1
-0
/
+37
*
bpf: Add PTR_TO_BTF_ID_OR_NULL support
Yonghong Song
2020-05-09
1
-1
/
+4
*
bpf: Add support for BPF_OBJ_GET_INFO_BY_FD for bpf_link
Andrii Nakryiko
2020-04-28
1
-0
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2020-03-30
1
-11
/
+34
|
\
|
*
bpf: btf: Fix arg verification in btf_ctx_access()
KP Singh
2020-03-30
1
-7
/
+17
|
*
bpf: lsm: Implement attach, detach and execution
KP Singh
2020-03-30
1
-1
/
+15
|
*
bpf: Support llvm-objcopy for vmlinux BTF
Fangrui Song
2020-03-19
1
-5
/
+4
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2020-03-29
1
-1
/
+2
|
\
\
|
*
|
bpf: Explicitly memset some bpf info structures declared on the stack
Greg Kroah-Hartman
2020-03-20
1
-1
/
+2
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-03-25
1
-1
/
+1
|
\
|
|
|
|
/
|
/
|
|
*
bpf/btf: Fix BTF verification of enum members in struct/union
Yoshiki Komachi
2020-03-10
1
-1
/
+1
*
|
bpf: Attachment verification for BPF_MODIFY_RETURN
KP Singh
2020-03-04
1
-8
/
+20
*
|
bpf: Introduce BPF_MODIFY_RETURN
KP Singh
2020-03-04
1
-1
/
+2
|
/
*
bpf: Make btf_check_func_type_match() static
Hongbo Yao
2020-02-11
1
-3
/
+3
*
bpf: Fix modifier skipping logic
Alexei Starovoitov
2020-02-04
1
-5
/
+3
*
bpf: Reuse log from btf_prase_vmlinux() in btf_struct_ops_init()
Martin KaFai Lau
2020-01-29
1
-1
/
+1
*
bpf: Allow BTF ctx access for string pointers
Jiri Olsa
2020-01-25
1
-0
/
+16
*
bpf: Introduce dynamic program extensions
Alexei Starovoitov
2020-01-22
1
-1
/
+151
*
bpf: Introduce function-by-function verification
Alexei Starovoitov
2020-01-10
1
-31
/
+144
*
bpf: Introduce BPF_MAP_TYPE_STRUCT_OPS
Martin KaFai Lau
2020-01-09
1
-11
/
+9
*
bpf: Introduce BPF_PROG_TYPE_STRUCT_OPS
Martin KaFai Lau
2020-01-09
1
-27
/
+61
*
bpf: Support bitfield read access in btf_struct_access
Martin KaFai Lau
2020-01-09
1
-5
/
+39
*
bpf: Add enum support to btf_ctx_access()
Martin KaFai Lau
2020-01-09
1
-1
/
+1
*
bpf: Avoid storing modifier to info->btf_id
Martin KaFai Lau
2020-01-09
1
-3
/
+6
*
bpf: Fix build in minimal configurations, again
Arnd Bergmann
2019-12-11
1
-0
/
+1
*
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
|
\
\
|
|
/
|
/
|
[next]