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
2023-01-21
bpf: Fix missing var_off check for ARG_PTR_TO_DYNPTR
Kumar Kartikeya Dwivedi
1
-18
/
+66
2023-01-21
bpf: Fix state pruning for STACK_DYNPTR stack slots
Kumar Kartikeya Dwivedi
1
-4
/
+84
2023-01-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
4
-23
/
+18
2023-01-20
bpf: Add missing btf_put to register_btf_id_dtor_kfuncs
Jiri Olsa
1
-2
/
+2
2023-01-20
bpf: Fix to preserve reg parent/live fields when copying range info
Eduard Zingerman
1
-7
/
+18
2023-01-19
fs: port inode_init_owner() to mnt_idmap
Christian Brauner
1
-1
/
+1
2023-01-19
fs: port ->permission() to pass mnt_idmap
Christian Brauner
1
-1
/
+1
2023-01-19
fs: port ->mkdir() to pass mnt_idmap
Christian Brauner
1
-1
/
+1
2023-01-19
fs: port ->symlink() to pass mnt_idmap
Christian Brauner
1
-1
/
+1
2023-01-19
bpf: Fix off-by-one error in bpf_mem_cache_idx()
Hou Tao
1
-1
/
+1
2023-01-18
bpf: Do not allow to load sleepable BPF_TRACE_RAW_TP program
Jiri Olsa
1
-3
/
+19
2023-01-13
bpf: Fix pointer-leak due to insufficient speculative store bypass mitigation
Luis Gerhorst
1
-1
/
+3
2023-01-13
bpf: hash map, avoid deadlock with suitable hash mask
Tonghao Zhang
1
-2
/
+2
2023-01-11
bpf: btf: limit logging of ignored BTF mismatches
Connor O'Brien
1
-11
/
+27
2023-01-10
bpf: remove the do_idr_lock parameter from bpf_prog_free_id()
Paul Moore
1
-14
/
+6
2023-01-10
bpf: restore the ebpf program ID for BPF_AUDIT_UNLOAD and PERF_BPF_EVENT_PROG...
Paul Moore
2
-7
/
+2
2023-01-06
bpf: Skip invalid kfunc call in backtrack_insn
Hao Sun
1
-0
/
+6
2023-01-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
4
-18
/
+48
2023-01-05
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
5
-114
/
+136
2022-12-29
bpf: rename list_head -> graph_root in field info types
Dave Marchevsky
3
-22
/
+24
2022-12-29
bpf: Always use maximal size for copy_array()
Kees Cook
1
-5
/
+7
2022-12-29
bpf: keep a reference to the mm, in case the task is dead.
Kui-Feng Lee
1
-12
/
+27
2022-12-29
bpf: Fix panic due to wrong pageattr of im->image
Chuang Wang
1
-0
/
+4
2022-12-28
bpf: fix regs_exact() logic in regsafe() to remap IDs correctly
Andrii Nakryiko
1
-7
/
+16
2022-12-28
bpf: perform byte-by-byte comparison only when necessary in regsafe()
Andrii Nakryiko
1
-12
/
+9
2022-12-28
bpf: reject non-exact register type matches in regsafe()
Andrii Nakryiko
1
-24
/
+21
2022-12-28
bpf: generalize MAYBE_NULL vs non-MAYBE_NULL rule
Andrii Nakryiko
1
-16
/
+15
2022-12-28
bpf: reorganize struct bpf_reg_state fields
Andrii Nakryiko
1
-9
/
+8
2022-12-28
bpf: teach refsafe() to take into account ID remapping
Andrii Nakryiko
1
-4
/
+12
2022-12-24
Merge tag 'for-netdev' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
2
-1
/
+10
2022-12-23
bpf: fix nullness propagation for reg to reg comparisons
Hao Sun
1
-1
/
+8
2022-12-22
bpf: Remove unused field initialization in bpf's ctl_table
Ricardo Ribalda
1
-1
/
+0
2022-12-21
Merge tag 'net-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
3
-5
/
+11
2022-12-21
bpf: Reduce smap->elem_size
Martin KaFai Lau
1
-2
/
+2
2022-12-20
bpf: Remove trace_printk_lock
Jiri Olsa
1
-12
/
+19
2022-12-20
bpf: Do cleanup in bpf_bprintf_cleanup only when needed
Jiri Olsa
1
-7
/
+9
2022-12-20
bpf: Add struct for bin_args arg in bpf_bprintf_prepare
Jiri Olsa
2
-12
/
+15
2022-12-20
bpf: Define sock security related BTF IDs under CONFIG_SECURITY_NETWORK
Hou Tao
1
-0
/
+2
2022-12-17
Merge tag 'x86_mm_for_6.2_v2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
3
-8
/
+4
2022-12-15
mm: Introduce set_memory_rox()
Peter Zijlstra
3
-8
/
+4
2022-12-15
bpf: Resolve fext program type when checking map compatibility
Toke Høiland-Jørgensen
1
-2
/
+3
2022-12-14
bpf: Synchronize dispatcher update with bpf_dispatcher_xdp_func
Jiri Olsa
1
-0
/
+5
2022-12-14
bpf: prevent leak of lsm program after failed attach
Milan Landaverde
1
-3
/
+3
2022-12-14
Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
21
-1598
/
+4294
2022-12-13
Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-2
/
+2
2022-12-11
bpf: use check_ids() for active_lock comparison
Eduard Zingerman
1
-3
/
+13
2022-12-11
bpf: states_equal() must build idmap for all function frames
Eduard Zingerman
1
-1
/
+2
2022-12-11
bpf: regsafe() must not skip check_ids()
Eduard Zingerman
1
-21
/
+8
2022-12-09
bpf: Use memmove for bpf_dynptr_{read,write}
Kumar Kartikeya Dwivedi
1
-2
/
+10
2022-12-09
bpf: Move PTR_TO_STACK alignment check to process_dynptr_func
Kumar Kartikeya Dwivedi
1
-5
/
+8
[prev]
[next]