index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (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
2021-06-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-3
/
+3
2021-05-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+12
2021-05-25
bpf: Fix spelling mistakes
Zhen Lei
1
-3
/
+3
2021-05-19
bpf: Add bpf_btf_find_by_name_kind() helper.
Alexei Starovoitov
1
-0
/
+62
2021-05-19
bpf: Make btf_load command to be bpfptr_t compatible.
Alexei Starovoitov
1
-4
/
+4
2021-05-07
bpf: Forbid trampoline attach for functions with variable arguments
Jiri Olsa
1
-0
/
+12
2021-03-30
bpf: Remove redundant assignment of variable id
Colin Ian King
1
-1
/
+0
2021-03-27
bpf: Support bpf program calling kernel function
Martin KaFai Lau
1
-5
/
+60
2021-03-27
bpf: Refactor btf_check_func_arg_match
Martin KaFai Lau
1
-73
/
+86
2021-03-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-13
/
+95
2021-03-05
bpf: Add BTF_KIND_FLOAT support
Ilya Leoshkevich
1
-2
/
+81
2021-02-26
bpf: Use MAX_BPF_FUNC_REG_ARGS macro
Dmitrii Banshchikov
1
-11
/
+14
2021-02-24
bpf: Drop imprecise log message
Dmitrii Banshchikov
1
-2
/
+0
2021-02-13
bpf: Support pointers in global func args
Dmitrii Banshchikov
1
-10
/
+45
2021-02-13
bpf: Rename bpf_reg_state variables
Dmitrii Banshchikov
1
-8
/
+12
2021-01-21
bpf: Permit size-0 datasec
Yonghong Song
1
-5
/
+0
2021-01-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2021-01-13
bpf: Support BPF ksym variables in kernel modules
Andrii Nakryiko
1
-2
/
+29
2021-01-12
bpf: Allow empty module BTFs
Andrii Nakryiko
1
-1
/
+1
2020-12-04
bpf: Allow to specify kernel module BTFs when attaching BPF programs
Andrii Nakryiko
1
-0
/
+5
2020-12-04
bpf: Remove hard-coded btf_vmlinux assumption from BPF verifier
Andrii Nakryiko
1
-21
/
+44
2020-11-11
bpf: Compile out btf_parse_module() if module BTF is not enabled
Andrii Nakryiko
1
-0
/
+4
2020-11-11
bpf: Load and verify kernel module BTFs
Andrii Nakryiko
1
-0
/
+194
2020-11-11
bpf: Assign ID to vmlinux BTF and return extra info for BTF in GET_OBJ_INFO
Andrii Nakryiko
1
-3
/
+40
2020-11-11
bpf: Add in-kernel split BTF support
Andrii Nakryiko
1
-52
/
+119
2020-11-10
bpf, btf: Remove the duplicate btf_ids.h include
Wang Qing
1
-1
/
+0
2020-10-03
bpf: Introduce bpf_per_cpu_ptr()
Hao Luo
1
-10
/
+0
2020-10-03
bpf: Introduce pseudo_btf_id
Hao Luo
1
-15
/
+0
2020-09-29
bpf: Fix context type resolving for extension programs
Toke Høiland-Jørgensen
1
-1
/
+8
2020-09-29
bpf: Move prog->aux->linked_prog and trampoline into bpf_link on attach
Toke Høiland-Jørgensen
1
-3
/
+3
2020-09-29
bpf: Add bpf_seq_printf_btf helper
Alan Maguire
1
-2
/
+2
2020-09-29
bpf: Move to generic BTF show support, apply it to seq files/strings
Alan Maguire
1
-102
/
+905
2020-09-29
bpf: change logging calls from verbose() to bpf_log() and use log pointer
Toke Høiland-Jørgensen
1
-3
/
+3
2020-09-22
bpf: Allow specifying a BTF ID per argument in function protos
Lorenz Bauer
1
-13
/
+0
2020-09-22
btf: Make btf_set_contains take a const pointer
Lorenz Bauer
1
-1
/
+1
2020-08-26
bpf: Add BTF_SET_START/END macros
Jiri Olsa
1
-0
/
+14
2020-08-26
bpf: Add btf_struct_ids_match function
Jiri Olsa
1
-0
/
+31
2020-08-26
bpf: Factor btf_struct_access function
Jiri Olsa
1
-10
/
+65
2020-08-26
bpf: Remove recursion call in btf_struct_access
Jiri Olsa
1
-6
/
+5
2020-08-26
bpf: Add type_id pointer as argument to __btf_resolve_size
Jiri Olsa
1
-4
/
+9
2020-08-26
bpf: Add elem_id pointer as argument to __btf_resolve_size
Jiri Olsa
1
-3
/
+7
2020-08-26
bpf: Move btf_resolve_size into __btf_resolve_size
Jiri Olsa
1
-7
/
+14
2020-08-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-0
/
+13
2020-08-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-1
/
+1
2020-07-26
bpf: Support readonly/readwrite buffers in verifier
Yonghong Song
1
-0
/
+13
2020-07-21
bpf: net: Use precomputed btf_id for bpf iterators
Yonghong Song
1
-2
/
+3
2020-07-21
bpf: Compute bpf_skc_to_*() helper socket btf ids at build time
Yonghong Song
1
-1
/
+0
2020-07-15
bpf: Fix NULL pointer dereference in __btf_resolve_helper_id()
Peilin Ye
1
-0
/
+5
2020-07-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-92
/
+11
2020-07-13
bpf: Use BTF_ID to resolve bpf_ctx_convert struct
Jiri Olsa
1
-8
/
+6
[next]