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
Age
Commit message (
Expand
)
Author
2026-02-04
bpf: Support negative offsets, BPF_SUB, and alu32 for linked register tracking
Puranjay Mohan
2026-02-04
Merge branch 'bpf-add-bitwise-tracking-for-bpf_end'
Alexei Starovoitov
2026-02-04
selftests/bpf: Add tests for BPF_END bitwise tracking
Tianci Cao
2026-02-04
bpf: Add bitwise tracking for BPF_END
Tianci Cao
2026-02-04
Merge branch 'bpf-fix-conditions-when-timer-wq-can-be-called'
Andrii Nakryiko
2026-02-04
selftests/bpf: Strengthen timer_start_deadlock test
Alexei Starovoitov
2026-02-04
bpf: Add a recursion check to prevent loops in bpf_timer
Alexei Starovoitov
2026-02-04
selftests/bpf: Add a testcase for deadlock avoidance
Alexei Starovoitov
2026-02-04
bpf: Tighten conditions when timer/wq can be called synchronously
Alexei Starovoitov
2026-02-04
resolve_btfids: Refactor the sort_btf_by_name function
Donglin Peng
2026-02-04
Merge branch 'bpf-misc-changes-around-af_unix'
Martin KaFai Lau
2026-02-04
bpf: Don't check sk_fullsock() in bpf_skc_to_unix_sock().
Kuniyuki Iwashima
2026-02-04
bpf: Use sk_is_inet() and sk_is_unix() in __cgroup_bpf_run_filter_sock_addr().
Kuniyuki Iwashima
2026-02-03
Merge branch 'bpf-avoid-locks-in-bpf_timer-and-bpf_wq'
Andrii Nakryiko
2026-02-03
selftests/bpf: Add a test to stress bpf_timer_start and map_delete race
Alexei Starovoitov
2026-02-03
selftests/bpf: Removed obsolete tests
Mykyta Yatsenko
2026-02-03
selftests/bpf: Add timer stress test in NMI context
Mykyta Yatsenko
2026-02-03
selftests/bpf: Verify bpf_timer_cancel_async works
Mykyta Yatsenko
2026-02-03
selftests/bpf: Add stress test for timer async cancel
Mykyta Yatsenko
2026-02-03
selftests/bpf: Refactor timer selftests
Mykyta Yatsenko
2026-02-03
bpf: Introduce bpf_timer_cancel_async() kfunc
Alexei Starovoitov
2026-02-03
bpf: Add verifier support for bpf_timer argument in kfuncs
Mykyta Yatsenko
2026-02-03
bpf: Enable bpf_timer and bpf_wq in any context
Alexei Starovoitov
2026-02-03
Merge branch 'bpf-add-bpf_stream_print_stack-kfunc'
Alexei Starovoitov
2026-02-03
selftests/bpf: Add selftests for stream functions under lock
Emil Tsalapatis
2026-02-03
bpf: Allow BPF stream kfuncs while holding a lock
Emil Tsalapatis
2026-02-03
selftests/bpf: Add selftests for bpf_stream_print_stack
Emil Tsalapatis
2026-02-03
bpf: Add bpf_stream_print_stack stack dumping kfunc
Emil Tsalapatis
2026-02-03
Merge branch 'bpf-verifier-improve-state-pruning-for-scalar-registers'
Alexei Starovoitov
2026-02-03
selftests/bpf: Add a test for ids=0 to verifier_scalar_ids test
Puranjay Mohan
2026-02-03
bpf: Relax scalar id equivalence for state pruning
Puranjay Mohan
2026-02-03
bpf: Relax maybe_widen_reg() constraints
Puranjay Mohan
2026-02-03
bpf: Clear singular ids for scalars in is_state_visited()
Puranjay Mohan
2026-02-03
bpf: Let the verifier assign ids on stack fills
Puranjay Mohan
2026-02-02
bpf: Replace snprintf("%s") with strscpy
Thorsten Blum
2026-02-02
ftrace: Fix direct_functions leak in update_ftrace_direct_del
Jiri Olsa
2026-01-31
Merge branch 'bpf-arm64-add-fsession-support'
Alexei Starovoitov
2026-01-31
selftests/bpf: Enable get_func_args and get_func_ip tests on arm64
Leon Hwang
2026-01-31
bpf, arm64: Add fsession support
Leon Hwang
2026-01-31
bpf: Add bpf_jit_supports_fsession()
Leon Hwang
2026-01-31
selftests/bpf: Test access from RO map from xdp_store_bytes
Paul Chaignon
2026-01-31
bpf: Fix bpf_xdp_store_bytes proto for read-only arg
Paul Chaignon
2026-01-30
Merge branch 'bpf-unify-special-map-field-validation-in-verifier'
Alexei Starovoitov
2026-01-30
bpf: Consolidate special map field validation in verifier
Mykyta Yatsenko
2026-01-30
bpf: Introduce struct bpf_map_desc in verifier
Mykyta Yatsenko
2026-01-30
Merge branch 'x86-fgraph-bpf-fix-orc-stack-unwind-from-kprobe_multi'
Andrii Nakryiko
2026-01-30
selftests/bpf: Allow to benchmark trigger with stacktrace
Jiri Olsa
2026-01-30
selftests/bpf: Add stacktrace ips test for fentry/fexit
Jiri Olsa
2026-01-30
selftests/bpf: Add stacktrace ips test for kprobe/kretprobe
Jiri Olsa
2026-01-30
selftests/bpf: Fix kprobe multi stacktrace_ips test
Jiri Olsa
[next]