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.18-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_qcom-6.18.y
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
2026-08-17
bpf: Use canonical stack argument names in diagnostics
Kumar Kartikeya Dwivedi
2026-08-17
bpf: Preserve R0 lineage across helper calls
Kumar Kartikeya Dwivedi
2026-08-17
bpf: Reject negative optlen in cgroup getsockopt hook
Junseo Lim
2026-08-17
bpf: Rewrite any fault prone load out of a mem or btf_id pointer
Daniel Borkmann
2026-08-17
bpf: Reject a store through a fault prone pointer
Daniel Borkmann
2026-08-17
bpf: Treat a fault prone PTR_TO_MEM as a pointer type mismatch
Daniel Borkmann
2026-08-17
bpf: Keep fault protection when merging pointer types
Daniel Borkmann
2026-08-16
bpf: Check pointer type for all atomic RMW paths
Yiyang Chen
2026-08-15
bpf: Add ksock kfuncs
Mahe Tardy
2026-08-15
bpf: Report Policy helper and kfunc errors
Kumar Kartikeya Dwivedi
2026-08-15
bpf: Report Program Structure CFG errors
Kumar Kartikeya Dwivedi
2026-08-15
bpf: Report Execution Context Safety errors
Kumar Kartikeya Dwivedi
2026-08-15
bpf: Report Call Type Safety argument errors
Kumar Kartikeya Dwivedi
2026-08-15
bpf: Report Resource Lifetime reference leaks
Kumar Kartikeya Dwivedi
2026-08-15
bpf: Report Memory Safety bounds errors
Kumar Kartikeya Dwivedi
2026-08-15
bpf: Report Register Type Safety errors
Kumar Kartikeya Dwivedi
2026-08-15
bpf: Track verifier context diagnostic events
Kumar Kartikeya Dwivedi
2026-08-15
bpf: Track verifier reference diagnostic events
Kumar Kartikeya Dwivedi
2026-08-15
bpf: Track verifier register diagnostic events
Kumar Kartikeya Dwivedi
2026-08-15
bpf: Prune verifier diagnostics when switching paths
Kumar Kartikeya Dwivedi
2026-08-15
bpf: Add verifier diagnostic event log
Kumar Kartikeya Dwivedi
2026-08-15
bpf: Add source and instruction diagnostic context
Kumar Kartikeya Dwivedi
2026-08-15
bpf: Add verifier diagnostics report helpers
Kumar Kartikeya Dwivedi
2026-08-14
bpf: Populate mmap-able array map memory lazily
Song Liu
2026-08-14
bpf: Fix available-data accounting on 32-bit wrap in overwrite mode
Israel Téllez García
2026-08-14
bpf: Fix pending_pos walk on 32-bit ring position wrap
Israel Téllez García
2026-08-14
bpf: Fix arm64 KASAN false positive after bpf_throw
Mykyta Yatsenko
2026-08-13
bpf: Fix func_info_aux desync after dead code elimination
Kumar Kartikeya Dwivedi
2026-08-13
bpf: Introduce global percpu data
Leon Hwang
2026-08-13
bpf: Factor out check_map_mem_read helper in verifier
Leon Hwang
2026-08-13
bpf: Drop duplicate blank lines in kernel/bpf/
Leon Hwang
2026-08-13
bpf: Trim special_kfunc_list in verifier
Leon Hwang
2026-08-13
bpf: Eliminate dup/restore of insn_aux_data
Xu Kuohai
2026-08-13
bpf: Make bpf_trampoline_multi_detach return void
Hui Zhu
2026-08-13
bpf: Fix UAF in bpf_trampoline_multi_attach_free on update failure
Hui Zhu
2026-08-12
bpf: Show more useful info in stack depth stats
Kumar Kartikeya Dwivedi
2026-08-12
bpf: Attribute async callback instructions to verification roots
Kumar Kartikeya Dwivedi
2026-08-12
bpf: Track verifier instruction stats for each subprogram
Kumar Kartikeya Dwivedi
2026-08-12
bpf: Derive the atomic load register in one place
Daniel Borkmann
2026-08-12
cachefiles,netfs: sunset ondemand mode
Gao Xiang
2026-08-11
bpf: Compare iterator types during state pruning
Ning Ding
2026-08-08
bpf: Reject tracing/freplace progs for struct_ops with arena args
Kumar Kartikeya Dwivedi
2026-08-08
bpf: Support __arena and __arena__nullable on struct_ops arguments
Tejun Heo
2026-08-08
bpf: Support __arena and __arena__nullable kfunc argument suffixes
Tejun Heo
2026-08-08
bpf: Collect kfuncs after resolving program resources
Kumar Kartikeya Dwivedi
2026-08-08
bpf: Split subprogram and kfunc collection
Kumar Kartikeya Dwivedi
2026-08-08
bpf: Rename 'early' BTF checking as a preparation phase
Kumar Kartikeya Dwivedi
2026-08-08
bpf: Simplify the bpf_is_reg64()
Eduard Zingerman
2026-08-08
bpf: Infer zext_dst based on static register liveness analysis
Eduard Zingerman
2026-08-08
bpf: Track upper 32-bit register halves' liveness in compute_live_registers()
Eduard Zingerman
[prev]
[next]