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
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-10
bpf: Fix verifier log for async callback return values
David Vernet
1
-3
/
+3
2023-10-07
bpf: Refuse unused attributes in bpf_prog_{attach,detach}
Lorenz Bauer
1
-5
/
+14
2023-10-07
bpf: Handle bpf_mprog_query with NULL entry
Daniel Borkmann
2
-11
/
+7
2023-10-07
bpf: Fix BPF_PROG_QUERY last field check
Daniel Borkmann
1
-1
/
+1
2023-09-30
bpf: Use kmalloc_size_roundup() to adjust size_index
Hou Tao
1
-25
/
+19
2023-09-30
bpf, mprog: Fix maximum program check on mprog attachment
Daniel Borkmann
1
-0
/
+3
2023-09-20
bpf: unconditionally reset backtrack_state masks on global func exit
Andrii Nakryiko
1
-5
/
+3
2023-09-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
5
-19
/
+123
2023-09-15
bpf: Skip unit_size checking for global per-cpu allocator
Hou Tao
1
-0
/
+7
2023-09-12
bpf, cgroup: fix multiple kernel-doc warnings
Randy Dunlap
1
-6
/
+7
2023-09-12
bpf: Fix a erroneous check after snprintf()
Christophe JAILLET
1
-1
/
+1
2023-09-12
bpf: Avoid dummy bpf_offload_netdev in __bpf_prog_dev_bound_init
Eduard Zingerman
1
-5
/
+7
2023-09-12
bpf: Avoid deadlock when using queue and stack maps from NMI
Toke Høiland-Jørgensen
1
-3
/
+18
2023-09-11
bpf: Ensure unit_size is matched with slab cache object size
Hou Tao
1
-2
/
+31
2023-09-11
bpf: Don't prefill for unused bpf_mem_cache
Hou Tao
1
-2
/
+14
2023-09-11
bpf: Adjust size_index according to the value of KMALLOC_MIN_SIZE
Hou Tao
1
-0
/
+38
2023-09-10
Merge tag 'riscv-for-linus-6.6-mw2-2' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-4
/
+4
2023-09-08
Merge patch series "bpf, riscv: use BPF prog pack allocator in BPF JIT"
Palmer Dabbelt
1
-4
/
+4
2023-09-08
Merge tag 'net-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
3
-38
/
+18
2023-09-06
bpf: make bpf_prog_pack allocator portable
Puranjay Mohan
1
-4
/
+4
2023-09-06
bpf: bpf_sk_storage: Fix the missing uncharge in sk_omem_alloc
Martin KaFai Lau
1
-1
/
+1
2023-09-06
bpf: bpf_sk_storage: Fix invalid wait context lockdep report
Martin KaFai Lau
1
-33
/
+14
2023-09-06
bpf: Assign bpf_tramp_run_ctx::saved_run_ctx before recursion check.
Sebastian Andrzej Siewior
2
-4
/
+2
2023-09-06
bpf: Invoke __bpf_prog_exit_sleepable_recur() on recursion in kern_sys_bpf().
Sebastian Andrzej Siewior
1
-0
/
+1
2023-09-02
Merge tag 'probes-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...
Linus Torvalds
1
-1
/
+1
2023-08-29
Merge tag 'net-next-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
23
-765
/
+2466
2023-08-28
Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
1
-4
/
+2
2023-08-25
bpf: Allow bpf_spin_{lock,unlock} in sleepable progs
Dave Marchevsky
2
-6
/
+5
2023-08-25
bpf: Consider non-owning refs to refcounted nodes RCU protected
Dave Marchevsky
1
-1
/
+12
2023-08-25
bpf: Reenable bpf_refcount_acquire
Dave Marchevsky
1
-4
/
+1
2023-08-25
bpf: Use bpf_mem_free_rcu when bpf_obj_dropping refcounted nodes
Dave Marchevsky
1
-1
/
+5
2023-08-25
bpf: Ensure kptr_struct_meta is non-NULL for collection insert and refcount_a...
Dave Marchevsky
1
-0
/
+14
2023-08-24
bpf: Remove a WARN_ON_ONCE warning related to local kptr
Yonghong Song
1
-1
/
+0
2023-08-23
bpf: Fix issue in verifying allow_ptr_leaks
Yafang Shao
1
-8
/
+9
2023-08-23
tracing/probes: Support BTF argument on module functions
Masami Hiramatsu (Google)
1
-1
/
+1
2023-08-22
bpf: Fix check_func_arg_reg_off bug for graph root/node
Kumar Kartikeya Dwivedi
1
-11
/
+0
2023-08-22
bpf: Fix a bpf_kptr_xchg() issue with local kptr
Yonghong Song
1
-10
/
+15
2023-08-22
bpf: Add pid filter support for uprobe_multi link
Jiri Olsa
1
-1
/
+1
2023-08-22
bpf: Add cookies support for uprobe_multi link
Jiri Olsa
1
-1
/
+1
2023-08-22
bpf: Add multi uprobe link
Jiri Olsa
1
-3
/
+11
2023-08-22
bpf: Add attach_type checks under bpf_prog_attach_check_attach_type
Jiri Olsa
1
-68
/
+52
2023-08-22
bpf, cpumask: Clean up bpf_cpu_map_entry directly in cpu_map_free
Hou Tao
1
-9
/
+8
2023-08-22
bpf, cpumap: Use queue_rcu_work() to remove unnecessary rcu_barrier()
Hou Tao
1
-69
/
+27
2023-08-16
bpf: Fix uninitialized symbol in bpf_perf_link_fill_kprobe()
Yafang Shao
1
-3
/
+2
2023-08-15
bpf: Support default .validate() and .update() behavior for struct_ops links
David Vernet
1
-6
/
+9
2023-08-09
bpf: lru: Remove unused declaration bpf_lru_promote()
Yue Haibing
1
-1
/
+0
2023-08-08
bpf: Fix an incorrect verification success with movsx insn
Yonghong Song
1
-11
/
+20
2023-08-05
bpf: change bpf_alu_sign_string and bpf_movsx_string to static
Yang Yingliang
1
-2
/
+2
2023-08-05
bpf: fix bpf_dynptr_slice() to stop return an ERR_PTR.
Kui-Feng Lee
1
-1
/
+1
2023-08-04
bpf: Fix mprog detachment for empty mprog entry
Daniel Borkmann
1
-0
/
+2
[next]