index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.12.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_multi_rtos
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
starfive-6.6.63-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
/
helpers.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-03-30
Merge tag 'bpf-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...
Linus Torvalds
1
-4
/
+119
2025-03-18
bpf: Make perf_event_read_output accessible in all program types.
Emil Tsalapatis
1
-0
/
+2
2025-03-15
bpf/helpers: Introduce bpf_dynptr_copy kfunc
Mykyta Yatsenko
1
-0
/
+56
2025-03-15
bpf/helpers: Refactor bpf_dynptr_read and bpf_dynptr_write
Mykyta Yatsenko
1
-4
/
+16
2025-02-20
bpf: Add bpf_copy_from_user_task_str() kfunc
Jordan Rome
1
-0
/
+45
2025-02-18
bpf: Switch to use hrtimer_setup()
Nam Cao
1
-2
/
+1
2025-01-20
bpf: Cancel the running bpf_timer through kworker for PREEMPT_RT
Hou Tao
1
-2
/
+16
2025-01-09
bpf: Remove migrate_{disable|enable} in bpf_obj_free_fields()
Hou Tao
1
-4
/
+0
2024-12-14
bpf: Fix configuration-dependent BTF function references
Thomas Weißschuh
1
-0
/
+4
2024-12-04
bpf: Introduce support for bpf_local_irq_{save,restore}
Kumar Kartikeya Dwivedi
1
-0
/
+17
2024-11-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Alexei Starovoitov
1
-10
/
+44
2024-11-01
bpf: Add open coded version of kmem_cache iterator
Namhyung Kim
1
-0
/
+3
2024-10-30
bpf: Use __u64 to save the bits in bits iterator
Hou Tao
1
-3
/
+30
2024-10-30
bpf: Check the validity of nr_words in bpf_iter_bits_new()
Hou Tao
1
-1
/
+9
2024-10-30
bpf: Free dynamically allocated bits in bpf_iter_bits_destroy()
Hou Tao
1
-6
/
+5
2024-10-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Alexei Starovoitov
1
-5
/
+5
2024-10-23
bpf: Add MEM_WRITE attribute
Daniel Borkmann
1
-5
/
+5
2024-10-22
bpf: Implement bpf_send_signal_task() kfunc
Puranjay Mohan
1
-0
/
+1
2024-10-16
bpf: Add bpf_task_from_vpid() kfunc
Juntong Deng
1
-0
/
+20
2024-10-16
mm/bpf: Add bpf_get_kmem_cache() kfunc
Namhyung Kim
1
-0
/
+1
2024-10-04
bpf: Use KF_FASTCALL to mark kfuncs supporting fastcall contract
Eduard Zingerman
1
-2
/
+2
2024-09-13
bpf: Zero former ARG_PTR_TO_{LONG,INT} args in case of error
Daniel Borkmann
1
-0
/
+2
2024-09-13
bpf: Fix helper writes to read-only maps
Daniel Borkmann
1
-2
/
+4
2024-09-13
bpf: Remove truncation test in bpf_strtol and bpf_strtoul helpers
Daniel Borkmann
1
-4
/
+0
2024-09-13
bpf: Fix bpf_strtol and bpf_strtoul helpers for 32bit
Daniel Borkmann
1
-2
/
+2
2024-08-30
bpf: Export bpf_base_func_proto
Martin KaFai Lau
1
-0
/
+1
2024-08-24
bpf: Add bpf_copy_from_user_str kfunc
Jordan Rome
1
-0
/
+42
2024-08-23
bpf: Support bpf_kptr_xchg into local kptr
Dave Marchevsky
1
-2
/
+2
2024-08-23
bpf: Rename ARG_PTR_TO_KPTR -> ARG_KPTR_XCHG_DEST
Dave Marchevsky
1
-1
/
+1
2024-08-22
bpf: rename nocsr -> bpf_fastcall in verifier
Eduard Zingerman
1
-1
/
+1
2024-08-22
bpf: Fix percpu address space issues
Uros Bizjak
1
-2
/
+2
2024-08-20
bpf: Allow bpf_current_task_under_cgroup() with BPF_CGROUP_*
Matteo Croce
1
-0
/
+23
2024-08-20
bpf: Enable generic kfuncs for BPF_CGROUP_* programs
Matteo Croce
1
-0
/
+1
2024-07-30
bpf, x86, riscv, arm: no_caller_saved_registers for bpf_get_smp_processor_id()
Eduard Zingerman
1
-0
/
+1
2024-07-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-17
/
+82
2024-07-11
bpf: Defer work in bpf_timer_cancel_and_free
Kumar Kartikeya Dwivedi
1
-14
/
+47
2024-07-11
bpf: Fail bpf_timer_cancel when callback is being cancelled
Kumar Kartikeya Dwivedi
1
-3
/
+35
2024-07-08
bpf: helpers: fix bpf_wq_set_callback_impl signature
Benjamin Tissoires
1
-1
/
+1
2024-06-13
bpf: Fix bpf_dynptr documentation comments
Daniel Xu
1
-2
/
+2
2024-06-12
bpf: treewide: Align kfunc signatures to prog point-of-view
Daniel Xu
1
-12
/
+27
2024-05-30
bpf: Add bits iterator
Yafang Shao
1
-0
/
+119
2024-04-25
bpf: make common crypto API for TC/XDP programs
Vadim Fedorenko
1
-1
/
+1
2024-04-24
bpf: Introduce bpf_preempt_[disable,enable] kfuncs
Kumar Kartikeya Dwivedi
1
-0
/
+12
2024-04-24
bpf: Don't check for recursion in bpf_wq_work.
Alexei Starovoitov
1
-13
/
+5
2024-04-24
bpf: add bpf_wq_start
Benjamin Tissoires
1
-0
/
+18
2024-04-24
bpf: wq: add bpf_wq_set_callback_impl
Benjamin Tissoires
1
-0
/
+15
2024-04-24
bpf: wq: add bpf_wq_init
Benjamin Tissoires
1
-2
/
+102
2024-04-24
bpf: allow struct bpf_wq to be embedded in arraymaps and hashmaps
Benjamin Tissoires
1
-0
/
+8
2024-04-24
bpf: replace bpf_timer_cancel_and_free with a generic helper
Benjamin Tissoires
1
-17
/
+25
2024-04-24
bpf: replace bpf_timer_set_callback with a generic helper
Benjamin Tissoires
1
-11
/
+18
[next]