index
:
linux-toradex.git
colibri
colibri_vf
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_6.6-2.2.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
bpf
/
helpers.c
Age
Commit message (
Expand
)
Author
2025-05-02
bpf: Check rcu_read_lock_trace_held() before calling bpf map helpers
Hou Tao
2024-10-17
bpf: Fix bpf_strtol and bpf_strtoul helpers for 32bit
Daniel Borkmann
2024-03-26
bpf: Mark bpf_spin_{lock,unlock}() helpers with notrace correctly
Yonghong Song
2024-03-01
bpf: Fix racing between bpf_timer_cancel_and_free and bpf_timer_cancel
Martin KaFai Lau
2024-03-01
bpf: Remove trace_printk_lock
Jiri Olsa
2024-03-01
bpf: Do cleanup in bpf_bprintf_cleanup only when needed
Jiri Olsa
2024-03-01
bpf: Add struct for bin_args arg in bpf_bprintf_prepare
Jiri Olsa
2024-03-01
bpf: Merge printk and seq_printf VARARG max macros
Dave Marchevsky
2023-11-20
bpf: Check map->usercnt after timer->timer is assigned
Hou Tao
2022-05-01
bpf: Add MEM_RDONLY for helper args that are pointers to rdonly mem.
Hao Luo
2022-05-01
bpf: Make per_cpu_ptr return rdonly PTR_TO_MEM.
Hao Luo
2022-05-01
bpf: Replace RET_XXX_OR_NULL with RET_XXX | PTR_MAYBE_NULL
Hao Luo
2021-11-25
bpf: Forbid bpf_ktime_get_coarse_ns and bpf_timer_* in tracing progs
Dmitrii Banshchikov
2021-08-30
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2021-08-25
bpf: Add bpf_task_pt_regs() helper
Daniel Xu
2021-08-25
bpf: Extend bpf_base_func_proto helpers with bpf_get_current_task_btf()
Daniel Xu
2021-08-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-08-15
bpf: Support "%c" in bpf_bprintf_prepare().
Kuniyuki Iwashima
2021-08-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-08-11
bpf: Add rcu_read_lock in bpf_get_current_[ancestor_]cgroup_id() helpers
Yonghong Song
2021-08-10
bpf: Fix potentially incorrect results with bpf_get_local_storage()
Yonghong Song
2021-08-09
bpf: Add _kernel suffix to internal lockdown_bpf_read
Daniel Borkmann
2021-07-16
bpf: Add ambient BPF runtime context stored in current
Andrii Nakryiko
2021-07-15
bpf: Implement verifier support for validation of async callbacks.
Alexei Starovoitov
2021-07-15
bpf: Introduce bpf timers.
Alexei Starovoitov
2021-07-15
bpf: Factor out bpf_spin_lock into helpers.
Alexei Starovoitov
2021-06-24
bpf: Allow RCU-protected lookups to happen from bh context
Toke Høiland-Jørgensen
2021-06-02
bpf, lockdown, audit: Fix buggy SELinux lockdown permission checks
Daniel Borkmann
2021-05-20
bpf: Avoid using ARRAY_SIZE on an uninitialized pointer
Florent Revest
2021-05-20
bpf: Clarify a bpf_bprintf_prepare macro
Florent Revest
2021-05-11
bpf: Fix nested bpf_bprintf_prepare with more per-cpu buffers
Florent Revest
2021-04-27
bpf: Implement formatted output helpers with bstr_printf
Florent Revest
2021-04-19
bpf: Add a bpf_snprintf helper
Florent Revest
2021-04-19
bpf: Factorize bpf_trace_printk and bpf_seq_printf
Florent Revest
2021-03-25
bpf: Fix NULL pointer dereference in bpf_get_local_storage() helper
Yonghong Song
2021-02-26
bpf: Add bpf_for_each_map_elem() helper
Yonghong Song
2021-01-29
bpf: Simplify cases in bpf_base_func_proto
Tobias Klauser
2021-01-19
bpf: Fix helper bpf_map_peek_elem_proto pointing to wrong callback
Mircea Cirjaliu
2020-12-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2020-12-11
bpf: Fix enum names for bpf_this_cpu_ptr() and bpf_per_cpu_ptr() helpers
Andrii Nakryiko
2020-11-18
bpf: Add bpf_ktime_get_coarse_ns helper
Dmitrii Banshchikov
2020-10-02
bpf: Introducte bpf_this_cpu_ptr()
Hao Luo
2020-10-02
bpf: Introduce bpf_per_cpu_ptr()
Hao Luo
2020-09-28
bpf: Add bpf_snprintf_btf helper
Alan Maguire
2020-08-28
bpf: Add bpf_copy_from_user() helper.
Alexei Starovoitov
2020-06-01
bpf: Implement BPF ring buffer and verifier support for it
Andrii Nakryiko
2020-06-01
bpf: Extend bpf_base_func_proto helpers with probe_* and *current_task*
John Fastabend
2020-05-15
bpf: Implement CAP_BPF
Alexei Starovoitov
2020-04-26
bpf: add bpf_ktime_get_boot_ns()
Maciej Żenczykowski
2020-04-26
net: bpf: Make bpf_ktime_get_ns() available to non GPL programs
Maciej Żenczykowski
[next]