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
starfive-6.6.48-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
2024-07-12
bpf: Eliminate remaining "make W=1" warnings in kernel/bpf/btf.o
Alan Maguire
1
-1
/
+1
2024-07-12
bpf: annotate BTF show functions with __printf
Alan Maguire
1
-4
/
+4
2024-06-23
bpf: fix build when CONFIG_DEBUG_INFO_BTF[_MODULES] is undefined
Alan Maguire
1
-2
/
+2
2024-06-22
libbpf,bpf: Share BTF relocate-related code with kernel
Alan Maguire
1
-52
/
+124
2024-06-12
bpf: verifier: Relax caller requirements for kfunc projection type args
Daniel Xu
1
-3
/
+10
2024-06-04
bpf: limit the number of levels of a nested struct type.
Kui-Feng Lee
1
-11
/
+19
2024-06-04
bpf: look into the types of the fields of a struct type recursively.
Kui-Feng Lee
1
-23
/
+77
2024-06-04
bpf: create repeated fields for arrays.
Kui-Feng Lee
1
-4
/
+58
2024-06-04
bpf: refactor btf_find_struct_field() and btf_find_datasec_var().
Kui-Feng Lee
1
-101
/
+79
2024-06-04
bpf: Remove unnecessary call to btf_field_type_size().
Kui-Feng Lee
1
-1
/
+1
2024-04-30
bpf: Add support for kprobe session context
Jiri Olsa
1
-0
/
+3
2024-04-24
bpf: add support for bpf_wq user type
Benjamin Tissoires
1
-0
/
+17
2024-04-16
btf: Avoid weak external references
Ard Biesheuvel
1
-2
/
+5
2024-03-12
bpf: Recognize btf_decl_tag("arg: Arena") as PTR_TO_ARENA.
Alexei Starovoitov
1
-4
/
+15
2024-03-07
bpf: Allow all printable characters in BTF DATASEC names
Eduard Zingerman
1
-1
/
+15
2024-02-14
bpf: don't infer PTR_TO_CTX for programs with unnamed context type
Andrii Nakryiko
1
-0
/
+3
2024-02-14
bpf: handle bpf_user_pt_regs_t typedef explicitly for PTR_TO_CTX global arg
Andrii Nakryiko
1
-0
/
+15
2024-02-14
bpf: simplify btf_get_prog_ctx_type() into btf_is_prog_ctx_type()
Andrii Nakryiko
1
-14
/
+13
2024-02-14
bpf: Create argument information for nullable arguments.
Kui-Feng Lee
1
-0
/
+27
2024-02-14
bpf: Move __kfunc_param_match_suffix() to btf.c.
Kui-Feng Lee
1
-0
/
+18
2024-02-14
bpf: add btf pointer to struct bpf_ctx_arg_aux.
Kui-Feng Lee
1
-1
/
+1
2024-02-08
bpf, btf: Check btf for register_bpf_struct_ops
Geliang Tang
1
-1
/
+3
2024-02-08
bpf, btf: Add check_btf_kconfigs helper
Geliang Tang
1
-18
/
+15
2024-02-08
bpf, btf: Fix return value of register_btf_id_dtor_kfuncs
Geliang Tang
1
-4
/
+2
2024-02-03
bpf: don't emit warnings intended for global subprogs for static subprogs
Andrii Nakryiko
1
-0
/
+6
2024-02-01
bpf: treewide: Annotate BPF kfuncs in BTF
Daniel Xu
1
-0
/
+8
2024-01-30
bpf: add arg:nullable tag to be combined with trusted pointers
Andrii Nakryiko
1
-0
/
+10
2024-01-30
bpf: add __arg_trusted global func arg tag
Andrii Nakryiko
1
-13
/
+86
2024-01-29
bpf: move arg:ctx type enforcement check inside the main logic loop
Andrii Nakryiko
1
-17
/
+4
2024-01-24
bpf: export btf_ctx_access to modules.
Kui-Feng Lee
1
-0
/
+1
2024-01-24
bpf, net: switch to dynamic registration
Kui-Feng Lee
1
-4
/
+82
2024-01-24
bpf: add struct_ops_tab to btf.
Kui-Feng Lee
1
-0
/
+55
2024-01-24
bpf: refactory struct_ops type initialization to a function.
Kui-Feng Lee
1
-0
/
+5
2024-01-24
bpf: support multiple tags per argument
Andrii Nakryiko
1
-23
/
+41
2024-01-24
bpf: prepare btf_prepare_func_args() for multiple tags per argument
Andrii Nakryiko
1
-16
/
+37
2024-01-24
bpf: make sure scalar args don't accept __arg_nonnull tag
Andrii Nakryiko
1
-4
/
+4
2024-01-18
bpf: enforce types for __arg_ctx-tagged arguments in global subprogs
Andrii Nakryiko
1
-0
/
+160
2024-01-18
bpf: extract bpf_ctx_convert_map logic and make it more reusable
Andrii Nakryiko
1
-26
/
+45
2023-12-20
bpf: add support for passing dynptr pointer to global subprog
Andrii Nakryiko
1
-0
/
+23
2023-12-20
bpf: support 'arg:xxx' btf_decl_tag-based hints for global subprog args
Andrii Nakryiko
1
-6
/
+38
2023-12-20
bpf: move subprog call logic back to verifier.c
Andrii Nakryiko
1
-139
/
+0
2023-12-20
bpf: prepare btf_prepare_func_args() for handling static subprogs
Andrii Nakryiko
1
-9
/
+9
2023-12-20
bpf: reuse btf_prepare_func_args() check for main program BTF validation
Andrii Nakryiko
1
-47
/
+3
2023-12-20
bpf: abstract away global subprog arg preparation logic from reg state setup
Andrii Nakryiko
1
-18
/
+20
2023-12-12
bpf: tidy up exception callback management a bit
Andrii Nakryiko
1
-9
/
+2
2023-11-10
bpf: Move GRAPH_{ROOT,NODE}_MASK macros into btf_field_type enum
Dave Marchevsky
1
-7
/
+4
2023-10-12
bpf: Add bpf_sock_addr_set_sun_path() to allow writing unix sockaddr from bpf
Daan De Meyer
1
-0
/
+1
2023-09-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
1
-1
/
+1
2023-09-16
bpf: Add support for custom exception callbacks
Kumar Kartikeya Dwivedi
1
-8
/
+21
2023-09-12
bpf: Fix a erroneous check after snprintf()
Christophe JAILLET
1
-1
/
+1
[next]