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
pinetabv-6.6.y-devel
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-09-27
bpf: use bpf_prog_pack for bpf_dispatcher
Song Liu
2
-8
/
+28
2022-09-27
bpf: remove VMA linked list
Liam R. Howlett
1
-5
/
+5
2022-09-22
bpf: Tweak definition of KF_TRUSTED_ARGS
Kumar Kartikeya Dwivedi
1
-5
/
+13
2022-09-22
bpf: Always use raw spinlock for hash bucket lock
Hou Tao
1
-52
/
+14
2022-09-22
bpf: Prevent bpf program recursion for raw tracepoint probes
Jiri Olsa
2
-13
/
+13
2022-09-22
bpf: Export bpf_dynptr_get_size()
Roberto Sassu
1
-1
/
+1
2022-09-22
btf: Allow dynamic pointer parameters in kfuncs
Roberto Sassu
2
-5
/
+38
2022-09-22
bpf: Move dynptr type check to is_dynptr_type_expected()
Roberto Sassu
1
-8
/
+27
2022-09-22
btf: Export bpf_dynptr definition
Roberto Sassu
1
-0
/
+2
2022-09-22
bpf: Allow kfuncs to be used in LSM programs
KP Singh
1
-0
/
+1
2022-09-22
bpf: Add bpf_user_ringbuf_drain() helper
David Vernet
3
-9
/
+235
2022-09-22
bpf: Define new BPF_MAP_TYPE_USER_RINGBUF map type
David Vernet
2
-6
/
+59
2022-09-22
bpf: Gate dynptr API behind CAP_BPF
Kumar Kartikeya Dwivedi
1
-14
/
+14
2022-09-21
bpf, cgroup: Reject prog_attach_flags array when effective query
Pu Lehui
1
-10
/
+18
2022-09-21
bpf: simplify code in btf_parse_hdr
William Dean
1
-6
/
+1
2022-09-20
bpf: Check whether or not node is NULL before free it in free_bulk
Hou Tao
1
-1
/
+2
2022-09-17
bpf/btf: Use btf_type_str() whenever possible
Peilin Ye
1
-9
/
+8
2022-09-16
bpf: use kvmemdup_bpfptr helper
Wang Yufen
1
-9
/
+4
2022-09-16
bpf: Ensure correct locking around vulnerable function find_vpid()
Lee Jones
1
-0
/
+2
2022-09-15
bpf: Add verifier check for BPF_PTR_POISON retval and arg
Dave Marchevsky
2
-10
/
+26
2022-09-13
perf/bpf: Always use perf callchains if exist
Namhyung Kim
1
-2
/
+2
2022-09-11
bpf: Add verifier support for custom callback return range
Dave Marchevsky
1
-1
/
+6
2022-09-11
bpf: btf: fix truncated last_member_type_id in btf_struct_resolve
Lorenz Bauer
1
-1
/
+1
2022-09-11
bpf: Export btf_type_by_id() and bpf_log()
Daniel Xu
2
-0
/
+2
2022-09-11
bpf: Remove duplicate PTR_TO_BTF_ID RO check
Daniel Xu
1
-3
/
+0
2022-09-11
bpf: Simplify code by using for_each_cpu_wrap()
Punit Agrawal
1
-32
/
+16
2022-09-11
bpf: add missing percpu_counter_destroy() in htab_map_alloc()
Tetsuo Handa
1
-0
/
+2
2022-09-08
bpf: Add helper macro bpf_for_each_reg_in_vstate
Kumar Kartikeya Dwivedi
1
-107
/
+28
2022-09-07
bpf: Support kptrs in percpu arraymap
Kumar Kartikeya Dwivedi
2
-10
/
+26
2022-09-07
bpf: Fix resetting logic for unreferenced kptrs
Jules Irenge
1
-1
/
+1
2022-09-07
bpf/verifier: allow kfunc to return an allocated mem
Benjamin Tissoires
2
-33
/
+113
2022-09-07
bpf/btf: bump BTF_KFUNC_SET_MAX_CNT
Benjamin Tissoires
1
-1
/
+1
2022-09-07
bpf/verifier: allow all functions to read user provided context
Benjamin Tissoires
1
-0
/
+19
2022-09-07
bpf: split btf_check_subprog_arg_match in two
Benjamin Tissoires
2
-6
/
+50
2022-09-07
bpf: Allow struct argument in trampoline based programs
Yonghong Song
1
-6
/
+39
2022-09-07
bpf: Replace __ksize with ksize.
Alexei Starovoitov
1
-1
/
+1
2022-09-07
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Paolo Abeni
13
-193
/
+1258
2022-09-05
bpf: Optimize rcu_barrier usage between hash map and bpf_mem_alloc.
Alexei Starovoitov
2
-19
/
+67
2022-09-05
bpf: Remove usage of kmem_cache from bpf_mem_cache.
Alexei Starovoitov
1
-36
/
+14
2022-09-05
bpf: Remove prealloc-only restriction for sleepable bpf programs.
Alexei Starovoitov
1
-23
/
+0
2022-09-05
bpf: Prepare bpf_mem_alloc to be used by sleepable bpf programs.
Alexei Starovoitov
1
-1
/
+14
2022-09-05
bpf: Remove tracing program restriction on map types
Alexei Starovoitov
1
-42
/
+0
2022-09-05
bpf: Convert percpu hash map to per-cpu bpf_mem_alloc.
Alexei Starovoitov
1
-26
/
+19
2022-09-05
bpf: Add percpu allocation support to bpf_mem_alloc.
Alexei Starovoitov
2
-6
/
+40
2022-09-05
bpf: Batch call_rcu callbacks instead of SLAB_TYPESAFE_BY_RCU.
Alexei Starovoitov
2
-4
/
+66
2022-09-05
bpf: Adjust low/high watermarks in bpf_mem_cache
Alexei Starovoitov
1
-14
/
+36
2022-09-05
bpf: Optimize call_rcu in non-preallocated hash map.
Alexei Starovoitov
2
-3
/
+7
2022-09-05
bpf: Optimize element count in non-preallocated hash map.
Alexei Starovoitov
1
-8
/
+62
2022-09-05
bpf: Relax the requirement to use preallocated hash maps in tracing progs.
Alexei Starovoitov
1
-9
/
+22
2022-09-05
bpf: Convert hash map to bpf_mem_alloc.
Alexei Starovoitov
1
-5
/
+16
[prev]
[next]