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
/
core.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-05-28
bpf: Fix probe read error in ___bpf_prog_run()
Menglong Dong
1
-9
/
+5
2022-05-24
bpf: Introduce bpf_arch_text_invalidate for bpf_prog_pack
Song Liu
1
-0
/
+8
2022-05-24
bpf: Fill new bpf_prog_pack with illegal instructions
Song Liu
1
-4
/
+6
2022-05-13
bpf: Fix combination of jit blinding and pointers to bpf subprogs.
Alexei Starovoitov
1
-0
/
+10
2022-05-12
bpf: add bpf_map_lookup_percpu_elem for percpu map
Feng Zhou
1
-0
/
+1
2022-03-21
bpf: Fix bpf_prog_pack when PMU_SIZE is not defined
Song Liu
1
-2
/
+13
2022-03-21
bpf: Fix bpf_prog_pack for multi-node setup
Song Liu
1
-2
/
+7
2022-03-21
bpf: Select proper size for bpf_prog_pack
Song Liu
1
-23
/
+47
2022-03-17
bpf: Fix net.core.bpf_jit_harden race
Hou Tao
1
-1
/
+2
2022-03-03
bpf, x86: Set header->size properly before freeing it
Song Liu
1
-3
/
+6
2022-02-18
bpf: bpf_prog_pack: Set proper size before freeing ro_header
Song Liu
1
-0
/
+1
2022-02-11
bpf: Fix bpf_prog_pack build for ppc64_defconfig
Song Liu
1
-2
/
+2
2022-02-09
bpf: Fix bpf_prog_pack build HPAGE_PMD_SIZE
Song Liu
1
-1
/
+5
2022-02-08
bpf: Introduce bpf_jit_binary_pack_[alloc|finalize|free]
Song Liu
1
-1
/
+107
2022-02-08
bpf: Introduce bpf_prog_pack allocator
Song Liu
1
-0
/
+127
2022-02-08
bpf: Introduce bpf_arch_text_copy
Song Liu
1
-0
/
+5
2022-02-08
bpf: Use prog->jited_len in bpf_prog_ksym_set_addr()
Song Liu
1
-4
/
+1
2022-02-08
bpf: Use size instead of pages in bpf_binary_header
Song Liu
1
-6
/
+5
2022-02-08
bpf: Use bytes instead of pages for bpf_jit_[charge|uncharge]_modmem
Song Liu
1
-9
/
+8
2022-01-27
cgroup/bpf: fast path skb BPF filtering
Pavel Begunkov
1
-12
/
+4
2022-01-22
bpf: generalise tail call map compatibility check
Toke Hoiland-Jorgensen
1
-14
/
+14
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-16
bpf: Change value of MAX_TAIL_CALL_CNT from 32 to 33
Tiezhu Yang
1
-1
/
+2
2021-11-06
bpf: Stop caching subprog index in the bpf_pseudo_func insn
Martin KaFai Lau
1
-0
/
+7
2021-11-02
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
1
-0
/
+4
2021-10-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-8
/
+16
2021-10-26
bpf: Fix potential race in tail call compatibility check
Toke Høiland-Jørgensen
1
-7
/
+13
2021-10-23
bpf: Prevent increasing bpf_jit_limit above max
Lorenz Bauer
1
-1
/
+3
2021-10-06
bpf: Introduce BPF support for kernel module function calls
Kumar Kartikeya Dwivedi
1
-0
/
+4
2021-10-02
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
1
-0
/
+5
2021-09-28
bpf: Exempt CAP_BPF from checks against bpf_jit_limit
Lorenz Bauer
1
-1
/
+1
2021-09-18
bpf: Add bpf_trace_vprintk helper
Dave Marchevsky
1
-0
/
+5
2021-08-19
bpf: Undo off-by-one in interpreter tail call count limit
Daniel Borkmann
1
-1
/
+1
2021-08-17
bpf: Allow to specify user-provided bpf_cookie for BPF perf links
Andrii Nakryiko
1
-11
/
+18
2021-08-17
bpf: Refactor BPF_PROG_RUN into a function
Andrii Nakryiko
1
-1
/
+1
2021-08-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+6
2021-08-10
bpf, core: Fix kernel-doc notation
Randy Dunlap
1
-1
/
+6
2021-08-03
bpf: Fix off-by-one in tail call count limiting
Johan Almbladh
1
-1
/
+1
2021-07-29
bpf: Introduce BPF nospec instruction for mitigating Spectre v4
Daniel Borkmann
1
-1
/
+18
2021-07-09
bpf: Track subprog poke descriptors correctly and fix use-after-free
John Fastabend
1
-1
/
+7
2021-06-17
bpf: Fix up register-based shifts in interpreter to silence KUBSAN
Daniel Borkmann
1
-18
/
+43
2021-04-03
bpf: Remove unused parameter from ___bpf_prog_run
He Fengqing
1
-4
/
+3
2021-03-27
bpf: Support bpf program calling kernel function
Martin KaFai Lau
1
-3
/
+15
2021-03-27
bpf: Simplify freeing logic in linfo and jited_linfo
Martin KaFai Lau
1
-23
/
+12
2021-03-18
bpf: Fix fexit trampoline.
Alexei Starovoitov
1
-2
/
+2
2021-03-05
bpf: Explicitly zero-extend R0 after 32-bit cmpxchg
Brendan Jackman
1
-0
/
+4
2021-02-22
bpf: Clear percpu pointers in bpf_prog_clone_free()
Cong Wang
1
-0
/
+2
2021-02-12
bpf: Clear per_cpu pointers during bpf_prog_realloc
Alexei Starovoitov
1
-0
/
+2
2021-02-11
bpf: Add per-program recursion prevention mechanism
Alexei Starovoitov
1
-0
/
+8
[next]