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
Age
Commit message (
Expand
)
Author
Files
Lines
2021-12-14
bpf: Let bpf_warn_invalid_xdp_action() report more info
Paolo Abeni
2
-4
/
+4
2021-12-13
bpf: Add get_func_[arg|ret|arg_cnt] helpers
Jiri Olsa
2
-5
/
+80
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-12
bpf: Add bpf_strncmp helper
Hou Tao
1
-0
/
+16
2021-12-11
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
8
-61
/
+586
2021-12-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-10
/
+3
2021-12-09
bpf: Remove redundant assignment to pointer t
Colin Ian King
1
-1
/
+1
2021-12-07
bpf: Silence purge_cand_cache build warning.
Alexei Starovoitov
1
-0
/
+2
2021-12-04
bpf: Disallow BPF_LOG_KERNEL log level for bpf(BPF_BTF_LOAD)
Hou Tao
2
-5
/
+4
2021-12-04
libbpf: Reduce bpf_core_apply_relo_insn() stack usage.
Alexei Starovoitov
1
-1
/
+10
2021-12-03
bpf: Fix the off-by-two error in range markings
Maxim Mikityanskiy
1
-1
/
+1
2021-12-03
bpf: Fix bpf_check_mod_kfunc_call for built-in modules
Kumar Kartikeya Dwivedi
1
-2
/
+0
2021-12-03
bpf: Make CONFIG_DEBUG_INFO_BTF depend upon CONFIG_BPF_SYSCALL
Kumar Kartikeya Dwivedi
1
-7
/
+2
2021-12-02
bpf: Add bpf_core_add_cands() and wire it into bpf_core_apply_relo_insn().
Alexei Starovoitov
1
-1
/
+345
2021-12-02
bpf: Adjust BTF log size limit.
Alexei Starovoitov
1
-1
/
+1
2021-12-02
bpf: Pass a set of bpf_core_relo-s to prog_load command.
Alexei Starovoitov
3
-1
/
+83
2021-12-02
bpf: Prepare relo_core.c for kernel duty.
Alexei Starovoitov
2
-0
/
+30
2021-12-02
bpf: Rename btf_member accessors.
Alexei Starovoitov
2
-12
/
+12
2021-12-01
bpf: Clean-up bpf_verifier_vlog() for BPF_LOG_KERNEL log level
Hou Tao
1
-4
/
+6
2021-12-01
bpf: Change bpf_kallsyms_lookup_name size type to ARG_CONST_SIZE_OR_ZERO
Kumar Kartikeya Dwivedi
1
-1
/
+1
2021-11-30
bpf: Add bpf_loop helper
Joanne Koong
3
-34
/
+91
2021-11-30
bpf, docs: Prune all references to "internal BPF"
Christoph Hellwig
1
-1
/
+1
2021-11-30
bpf: Remove a redundant comment on bpf_prog_free
Christoph Hellwig
1
-1
/
+0
2021-11-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
4
-25
/
+63
2021-11-16
bpf: Change value of MAX_TAIL_CALL_CNT from 32 to 33
Tiezhu Yang
1
-1
/
+2
2021-11-16
bpf: Fix toctou on read-only map's constant scalar tracking
Daniel Borkmann
2
-22
/
+52
2021-11-16
bpf: Forbid bpf_ktime_get_coarse_ns and bpf_timer_* in tracing progs
Dmitrii Banshchikov
3
-2
/
+9
2021-11-15
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
6
-88
/
+198
2021-11-12
bpf: Introduce btf_tracing_ids
Song Liu
5
-14
/
+14
2021-11-12
bpf: Extend BTF_ID_LIST_GLOBAL with parameter for number of IDs
Song Liu
1
-1
/
+1
2021-11-12
bpf: Fix inner map state pruning regression.
Alexei Starovoitov
1
-1
/
+2
2021-11-12
bpf: Support BTF_KIND_TYPE_TAG for btf_type_tag attributes
Yonghong Song
1
-1
/
+13
2021-11-11
Merge tag 'net-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2
-35
/
+27
2021-11-07
bpf: Introduce helper bpf_find_vma
Song Liu
5
-81
/
+179
2021-11-06
bpf: Stop caching subprog index in the bpf_pseudo_func insn
Martin KaFai Lau
2
-23
/
+21
2021-11-03
bpf: Do not reject when the stack read size is different from the tracked sca...
Martin KaFai Lau
1
-12
/
+6
2021-11-03
Merge branch 'for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...
Linus Torvalds
1
-9
/
+45
2021-11-02
Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
16
-143
/
+861
2021-11-02
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
13
-106
/
+656
2021-11-02
bpf: Fix propagation of signed bounds from 64-bit min/max into 32-bit.
Alexei Starovoitov
1
-1
/
+1
2021-11-02
bpf: Fix propagation of bounds from 64-bit min/max into 32-bit and var_off.
Alexei Starovoitov
1
-1
/
+1
2021-11-02
bpf: Add missing map_delete_elem method to bloom filter map
Eric Dumazet
1
-0
/
+6
2021-11-02
bpf: Bloom filter map naming fixups
Joanne Koong
1
-23
/
+26
2021-11-02
bpf: Add dummy BPF STRUCT_OPS for test purpose
Hou Tao
2
-0
/
+6
2021-11-02
bpf: Factor out a helper to prepare trampoline for struct_ops prog
Hou Tao
1
-10
/
+19
2021-11-01
cgroup: bpf: Move wrapper for __cgroup_bpf_*() to kernel/bpf/cgroup.c
He Fengqing
1
-9
/
+45
2021-11-01
bpf: Disallow unprivileged bpf by default
Pawan Gupta
1
-0
/
+7
2021-11-01
Merge tag 'folio-5.16' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
1
-1
/
+1
[next]