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
2022-02-18
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
13
-329
/
+196
2022-02-18
bpf: bpf_prog_pack: Set proper size before freeing ro_header
Song Liu
1
-0
/
+1
2022-02-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
3
-2
/
+8
2022-02-17
bpf: Add schedule points in batch ops
Eric Dumazet
1
-0
/
+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-15
bpf: Reject kfunc calls that overflow insn->imm
Hou Tao
1
-1
/
+10
2022-02-12
bpf: Emit bpf_timer in vmlinux BTF
Yonghong Song
1
-0
/
+2
2022-02-11
bpf: Fix bpf_prog_pack build for ppc64_defconfig
Song Liu
1
-2
/
+2
2022-02-11
bpf: Convert bpf_preload.ko to use light skeleton.
Alexei Starovoitov
9
-247
/
+70
2022-02-11
bpf: Update iterators.lskel.h.
Alexei Starovoitov
1
-72
/
+69
2022-02-11
bpf: Extend sys_bpf commands for bpf_syscall programs.
Alexei Starovoitov
1
-4
/
+34
2022-02-10
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
12
-544
/
+956
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
2
-4
/
+2
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
2
-12
/
+11
2022-02-04
bpf: Implement bpf_core_types_are_compat().
Matteo Croce
1
-1
/
+104
2022-02-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
3
-4
/
+5
2022-02-04
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Jakub Kicinski
3
-4
/
+5
2022-02-04
bpf: Fix a btf decl_tag bug when tagging a function
Yonghong Song
1
-8
/
+21
2022-02-03
bpf: Use VM_MAP instead of VM_ALLOC for ringbuf
Hou Tao
1
-1
/
+1
2022-02-02
bpf: Drop libbpf, libelf, libz dependency from bpf preload.
Alexei Starovoitov
1
-26
/
+2
2022-02-02
bpf: Open code obj_get_info_by_fd in bpf preload.
Alexei Starovoitov
1
-1
/
+17
2022-02-02
bpf: Convert bpf preload to light skeleton.
Alexei Starovoitov
4
-420
/
+436
2022-02-02
bpf: Remove unnecessary setrlimit from bpf preload.
Alexei Starovoitov
1
-2
/
+0
2022-01-31
bpf: make bpf_copy_from_user_task() gpl only
Kenta Tada
1
-1
/
+1
2022-01-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+3
2022-01-27
bpf: reject program if a __user tagged memory accessed in kernel way
Yonghong Song
2
-17
/
+52
2022-01-27
cgroup/bpf: fast path skb BPF filtering
Pavel Begunkov
2
-42
/
+4
2022-01-26
bpf: fix register_btf_kfunc_id_set for !CONFIG_DEBUG_INFO_BTF
Stanislav Fomichev
1
-2
/
+13
2022-01-26
bpf: Fix possible race in inc_misses_counter
He Fengqing
1
-2
/
+3
2022-01-25
bpf: Fix renaming task_getsecid_subj->current_getsecid_subj.
Alexei Starovoitov
1
-1
/
+1
2022-01-25
bpf: Add bpf_copy_from_user_task() helper
Kenny Yu
1
-0
/
+34
2022-01-25
bpf: Add support for bpf iterator programs to use sleepable helpers
Kenny Yu
1
-5
/
+15
2022-01-25
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
8
-192
/
+588
2022-01-23
Merge tag 'powerpc-5.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
1
-2
/
+3
2022-01-22
bpf: generalise tail call map compatibility check
Toke Hoiland-Jorgensen
5
-29
/
+29
2022-01-22
bpf: introduce BPF_F_XDP_HAS_FRAGS flag in prog_flags loading the ebpf program
Lorenzo Bianconi
1
-1
/
+3
2022-01-21
bpf: support BPF_PROG_QUERY for progs attached to sockmap
Di Zhu
1
-0
/
+5
2022-01-19
bpf: Add cgroup helpers bpf_{get,set}_retval to get/set syscall return value
YiFei Zhu
1
-1
/
+37
2022-01-19
bpf: Move getsockopt retval to struct bpf_cg_run_ctx
YiFei Zhu
1
-34
/
+48
2022-01-19
bpf: Make BPF_PROG_RUN_ARRAY return -err instead of allow boolean
YiFei Zhu
1
-26
/
+15
2022-01-19
bpf: Fix ringbuf memory type confusion when passing to helpers
Daniel Borkmann
1
-1
/
+5
2022-01-19
bpf: Fix out of bounds access for ringbuf helpers
Daniel Borkmann
1
-0
/
+6
2022-01-19
bpf: Generally fix helper register offset check
Daniel Borkmann
1
-11
/
+28
2022-01-19
bpf: Mark PTR_TO_FUNC register initially with zero offset
Daniel Borkmann
1
-3
/
+6
[next]