index
:
linux-toradex.git
colibri
colibri_vf
master
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.12-2.0.x-imx
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.18.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
Age
Commit message (
Expand
)
Author
11 days
mm: rename zap_page_range_single() to zap_vma_range()
David Hildenbrand (Arm)
11 days
mm/memory: remove "zap_details" parameter from zap_page_range_single()
David Hildenbrand (Arm)
13 days
bpf: Add helper and kfunc stack access size resolution
Alexei Starovoitov
13 days
bpf: Move verifier helpers to header
Alexei Starovoitov
13 days
bpf: Add bpf_compute_const_regs() and bpf_prune_dead_branches() passes
Alexei Starovoitov
13 days
bpf: Sort subprogs in topological order after check_cfg()
Alexei Starovoitov
13 days
bpf: Do register range validation early
Alexei Starovoitov
13 days
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.0-rc6+
Alexei Starovoitov
13 days
bpf: Simulate branches to prune based on range violations
Harishankar Vishwanathan
13 days
bpf: Exit early if reg_bounds_sync gets invalid inputs
Harishankar Vishwanathan
13 days
bpf: Use bpf_verifier_env buffers for reg_set_min_max
Paul Chaignon
13 days
bpf: Refactor reg_bounds_sanity_check
Harishankar Vishwanathan
14 days
bpf: Fix incorrect pruning due to atomic fetch precision tracking
Daniel Borkmann
14 days
bpf: reject direct access to nullable PTR_TO_BUF pointers
Qi Tang
14 days
bpf: Migrate dynptr file to kmalloc_nolock
Mykyta Yatsenko
14 days
bpf: Migrate bpf_task_work to kmalloc_nolock
Mykyta Yatsenko
14 days
bpf: Fix abuse of kprobe_write_ctx via freplace
Leon Hwang
2026-03-31
bpf: Fix grace period wait for tracepoint bpf_link
Kumar Kartikeya Dwivedi
2026-03-31
bpf: Fix regsafe() for pointers to packet
Alexei Starovoitov
2026-03-31
bpf: Fix block device hooks names
Jiri Olsa
2026-03-29
bpf: Support struct btf_struct_meta via KF_IMPLICIT_ARGS
Ihor Solodrai
2026-03-27
bpf: classify block device hooks appropriately
Christian Brauner
2026-03-26
btf: Support kernel parsing of BTF with layout info
Alan Maguire
2026-03-24
bpf: Fix variable length stack write over spilled pointers
Alexei Starovoitov
2026-03-24
bpf: Use RCU-safe iteration in dev_map_redirect_multi() SKB path
David Carlier
2026-03-24
bpf: update outdated comment for refactored btf_check_kfunc_arg_match()
Kexin Sun
2026-03-24
bpf: Support pointer param types via SCALAR_VALUE for trampolines
Slava Imameev
2026-03-24
bpf: Support 32-bit scalar spills in stacksafe()
Alexei Starovoitov
2026-03-24
bpf: Fix refcount check in check_struct_ops_btf_id()
Keisuke Nishimura
2026-03-24
bpf: propagate kvmemdup_bpfptr errors from bpf_prog_verify_signature
Weixie Cui
2026-03-24
bpf: Simplify tnum_step()
Hao Sun
2026-03-24
bpf: Switch CONFIG_CFI_CLANG to CONFIG_CFI
Carlos Llamas
2026-03-24
bpf: Remove inclusions of crypto/sha1.h
Eric Biggers
2026-03-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.0-rc5
Alexei Starovoitov
2026-03-21
bpf: Fix sync_linked_regs regarding BPF_ADD_CONST32 zext propagation
Daniel Borkmann
2026-03-21
bpf: Fix unsound scalar forking in maybe_fork_scalars() for BPF_OR
Daniel Wade
2026-03-21
bpf: Fix undefined behavior in interpreter sdiv/smod for INT_MIN
Jenny Guanni Qu
2026-03-21
bpf: Consolidate sleepable checks in check_func_call()
Puranjay Mohan
2026-03-21
bpf: Consolidate sleepable checks in check_kfunc_call()
Puranjay Mohan
2026-03-21
bpf: Consolidate sleepable checks in check_helper_call()
Puranjay Mohan
2026-03-21
bpf: Fix exception exit lock checking for subprogs
Ihor Solodrai
2026-03-19
bpf: Add warning to detect memory leak in bpf_selem_unlink_nofail()
Amery Hung
2026-03-19
bpf: Do not allow deleting local storage in NMI
Amery Hung
2026-03-18
bpf: Release module BTF IDR before module unload
Kumar Kartikeya Dwivedi
2026-03-16
bpf: Only enforce 8 frame call stack limit for all-static stacks
Emil Tsalapatis
2026-03-13
bpf: Avoid one round of bounds deduction
Paul Chaignon
2026-03-13
bpf: better naming for __reg_deduce_bounds() parts
Eduard Zingerman
2026-03-10
bpf: Fix constant blinding for PROBE_MEM32 stores
Sachin Kumar
2026-03-10
bpf: detect non null pointer with register operand in JEQ/JNE.
Cupertino Miranda
2026-03-10
bpf: Reset register ID for BPF_END value tracking
Yazhou Tang
[prev]
[next]