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
2023-05-11
bpf: Fix race between btf_put and btf_idr walk.
Alexei Starovoitov
1
-5
/
+3
2023-05-11
bpf/btf: Fix is_int_ptr()
Feng Zhou
1
-6
/
+2
2023-03-17
btf: fix resolving BTF_KIND_VAR after ARRAY, STRUCT, UNION, PTR
Lorenz Bauer
1
-0
/
+1
2023-03-10
bpf: Fix global subprog context argument resolution logic
Andrii Nakryiko
1
-2
/
+11
2023-02-09
bpf: Add missing btf_put to register_btf_id_dtor_kfuncs
Jiri Olsa
1
-2
/
+2
2022-12-31
bpf: Prevent decl_tag from being referenced in func_proto arg
Stanislav Fomichev
1
-0
/
+5
2022-10-17
bpf: prevent decl_tag from being referenced in func_proto
Stanislav Fomichev
1
-0
/
+5
2022-10-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2022-09-22
bpf: Tweak definition of KF_TRUSTED_ARGS
Kumar Kartikeya Dwivedi
1
-5
/
+13
2022-09-22
btf: Allow dynamic pointer parameters in kfuncs
Roberto Sassu
1
-0
/
+33
2022-09-22
bpf: Allow kfuncs to be used in LSM programs
KP Singh
1
-0
/
+1
2022-09-21
bpf: simplify code in btf_parse_hdr
William Dean
1
-6
/
+1
2022-09-17
bpf/btf: Use btf_type_str() whenever possible
Peilin Ye
1
-9
/
+8
2022-09-11
bpf: btf: fix truncated last_member_type_id in btf_struct_resolve
Lorenz Bauer
1
-1
/
+1
2022-09-11
bpf: Export btf_type_by_id() and bpf_log()
Daniel Xu
1
-0
/
+1
2022-09-07
bpf/verifier: allow kfunc to return an allocated mem
Benjamin Tissoires
1
-20
/
+81
2022-09-07
bpf/btf: bump BTF_KFUNC_SET_MAX_CNT
Benjamin Tissoires
1
-1
/
+1
2022-09-07
bpf: split btf_check_subprog_arg_match in two
Benjamin Tissoires
1
-5
/
+49
2022-09-07
bpf: Allow struct argument in trampoline based programs
Yonghong Song
1
-6
/
+39
2022-08-09
bpf: Always return corresponding btf_type in __get_type_size()
Yonghong Song
1
-5
/
+4
2022-08-09
btf: Add a new kfunc flag which allows to mark a function to be sleepable
Benjamin Tissoires
1
-0
/
+9
2022-07-29
bpf: btf: Fix vsnprintf return value check
Fedor Tokarev
1
-1
/
+1
2022-07-22
bpf: Add support for forcing kfunc args to be trusted
Kumar Kartikeya Dwivedi
1
-3
/
+14
2022-07-22
bpf: Switch to new kfunc flags infrastructure
Kumar Kartikeya Dwivedi
1
-58
/
+48
2022-07-15
bpf: Fix check against plain integer v 'NULL'
Ben Dooks
1
-1
/
+2
2022-07-09
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
1
-83
/
+11
2022-07-06
bpf, libbpf: Add type match support
Daniel Müller
1
-0
/
+9
2022-06-29
bpf: minimize number of allocated lsm slots per program
Stanislav Fomichev
1
-10
/
+0
2022-06-29
bpf: per-cgroup lsm flavor
Stanislav Fomichev
1
-0
/
+11
2022-06-25
bpf: Merge "types_are_compat" logic into relo_core.c
Daniel Müller
1
-83
/
+1
2022-06-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+5
2022-06-18
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
1
-14
/
+128
2022-06-15
bpf: Limit maximum modifier chain length in btf_check_type_tags
Kumar Kartikeya Dwivedi
1
-0
/
+5
2022-06-07
bpf: Fix calling global functions from BPF_PROG_TYPE_EXT programs
Toke Høiland-Jørgensen
1
-1
/
+2
2022-06-07
bpf: Add btf enum64 support
Yonghong Song
1
-14
/
+128
2022-05-21
bpf: Allow kfunc in tracing and syscall programs.
Benjamin Tissoires
1
-0
/
+6
2022-04-26
bpf: Compute map_btf_id during build time
Menglong Dong
1
-40
/
+0
2022-04-26
bpf: Make BTF type match stricter for release arguments
Kumar Kartikeya Dwivedi
1
-4
/
+10
2022-04-26
bpf: Teach verifier about kptr_get kfunc helpers
Kumar Kartikeya Dwivedi
1
-5
/
+53
2022-04-26
bpf: Wire up freeing of referenced kptr
Kumar Kartikeya Dwivedi
1
-1
/
+97
2022-04-26
bpf: Populate pairs of btf_id and destructor kfunc in btf
Kumar Kartikeya Dwivedi
1
-0
/
+108
2022-04-26
bpf: Allow storing referenced kptr in map
Kumar Kartikeya Dwivedi
1
-1
/
+9
2022-04-26
bpf: Tag argument to be released in bpf_func_proto
Kumar Kartikeya Dwivedi
1
-6
/
+5
2022-04-26
bpf: Allow storing unreferenced kptr in map
Kumar Kartikeya Dwivedi
1
-21
/
+146
2022-04-21
bpf: Make btf_find_field more generic
Kumar Kartikeya Dwivedi
1
-31
/
+89
2022-04-20
bpf: Ensure type tags precede modifiers in BTF
Kumar Kartikeya Dwivedi
1
-0
/
+54
2022-03-29
bpf: Fix maximum permitted number of arguments check
Yuntao Wang
1
-1
/
+1
2022-03-21
bpf: Simplify check in btf_parse_hdr()
Yuntao Wang
1
-2
/
+1
2022-03-21
bpf: Check for NULL return from bpf_get_btf_vmlinux
Kumar Kartikeya Dwivedi
1
-1
/
+5
2022-03-19
bpf: Always raise reference in btf_get_module_btf
Kumar Kartikeya Dwivedi
1
-10
/
+11
[next]