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
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-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
2022-03-19
bpf: Factor out fd returning from bpf_btf_find_by_name_kind
Kumar Kartikeya Dwivedi
1
-37
/
+53
2022-03-06
bpf: Reject programs that try to load __percpu memory.
Hao Luo
1
-1
/
+7
2022-03-06
bpf: Harden register offset checks for release helpers and kfuncs
Kumar Kartikeya Dwivedi
1
-14
/
+19
2022-03-06
bpf: Fix PTR_TO_BTF_ID var_off check
Kumar Kartikeya Dwivedi
1
-3
/
+6
2022-02-28
bpf: Add config to allow loading modules with BTF mismatches
Connor O'Brien
1
-1
/
+2
2022-02-24
bpf: Cleanup comments
Tom Rix
1
-3
/
+3
2022-02-20
bpf: Initialize ret to 0 inside btf_populate_kfunc_set()
Souptick Joarder (HPE)
1
-1
/
+1
2022-02-18
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
1
-3
/
+10
2022-02-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+3
2022-02-16
bpf: Fix crash due to out of bounds access into reg2btf_ids.
Kumar Kartikeya Dwivedi
1
-2
/
+3
2022-02-16
libbpf: Split bpf_core_apply_relo()
Mauricio Vásquez
1
-3
/
+10
2022-02-04
bpf: Implement bpf_core_types_are_compat().
Matteo Croce
1
-1
/
+104
2022-02-04
bpf: Fix a btf decl_tag bug when tagging a function
Yonghong Song
1
-8
/
+21
2022-01-27
bpf: reject program if a __user tagged memory accessed in kernel way
Yonghong Song
1
-6
/
+28
2022-01-26
bpf: fix register_btf_kfunc_id_set for !CONFIG_DEBUG_INFO_BTF
Stanislav Fomichev
1
-2
/
+13
2022-01-25
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
1
-40
/
+328
2022-01-19
bpf: Generalize check_ctx_reg for reuse with other types
Daniel Borkmann
1
-1
/
+1
2022-01-19
bpf: Add reference tracking support to kfunc
Kumar Kartikeya Dwivedi
1
-2
/
+30
2022-01-19
bpf: Introduce mem, size argument pair support for kfunc
Kumar Kartikeya Dwivedi
1
-3
/
+45
2022-01-19
bpf: Remove check_kfunc_call callback and old kfunc BTF ID API
Kumar Kartikeya Dwivedi
1
-46
/
+0
2022-01-19
bpf: Populate kfunc BTF ID sets in struct btf
Kumar Kartikeya Dwivedi
1
-1
/
+243
2022-01-19
bpf: Fix UAF due to race between btf_try_get_module and load_module
Kumar Kartikeya Dwivedi
1
-2
/
+24
2021-12-19
bpf: Extend kfunc with PTR_TO_CTX, PTR_TO_MEM argument support
Kumar Kartikeya Dwivedi
1
-21
/
+73
2021-12-19
bpf: Add MEM_RDONLY for helper args that are pointers to rdonly mem.
Hao Luo
1
-1
/
+1
2021-12-19
bpf: Convert PTR_TO_MEM_OR_NULL to composable types.
Hao Luo
1
-1
/
+1
2021-12-19
bpf: Introduce MEM_RDONLY flag
Hao Luo
1
-2
/
+1
2021-12-19
bpf: Replace PTR_TO_XXX_OR_NULL with PTR_TO_XXX | PTR_MAYBE_NULL
Hao Luo
1
-2
/
+5
2021-12-13
bpf: Allow access to int pointer arguments in tracing programs
Jiri Olsa
1
-4
/
+3
2021-12-12
bpf: Silence coverity false positive warning.
Alexei Starovoitov
1
-4
/
+4
2021-12-12
bpf: Use kmemdup() to replace kmalloc + memcpy
Jiapeng Chong
1
-2
/
+1
2021-12-11
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
1
-12
/
+398
2021-12-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-9
/
+2
2021-12-09
bpf: Remove redundant assignment to pointer t
Colin Ian King
1
-1
/
+1
[next]