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.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
15 hours
Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL uses
Kees Cook
28 hours
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
30 hours
Convert 'alloc_flex' family to use the new default GFP_KERNEL argument
Linus Torvalds
30 hours
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
47 hours
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
9 days
bpf: Add a map/btf from a fd array more consistently
Anton Protopopov
9 days
bpf: Fix a potential use-after-free of BTF object
Anton Protopopov
10 days
Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...
Linus Torvalds
2026-02-06
bpf: Switch to bpf_selem_unlink_nofail in bpf_local_storage_{map_free, destroy}
Amery Hung
2026-02-06
bpf: Support lockless unlink when freeing map or local storage
Amery Hung
2026-02-06
bpf: Prepare for bpf_selem_unlink_nofail()
Amery Hung
2026-02-06
bpf: Remove unused percpu counter from bpf_local_storage_map_free
Amery Hung
2026-02-06
bpf: Remove cgroup local storage percpu counter
Amery Hung
2026-02-06
bpf: Remove task local storage percpu counter
Amery Hung
2026-02-06
bpf: Change local_storage->lock and b->lock to rqspinlock
Amery Hung
2026-02-06
bpf: Convert bpf_selem_unlink to failable
Amery Hung
2026-02-06
bpf: Convert bpf_selem_link_map to failable
Amery Hung
2026-02-06
bpf: Convert bpf_selem_unlink_map to failable
Amery Hung
2026-02-06
bpf: Select bpf_local_storage_map_bucket based on bpf_local_storage
Amery Hung
2026-02-05
bpf: Prevent reentrance into call_rcu_tasks_trace()
Alexei Starovoitov
2026-02-05
bpf: Require frozen map for calculating map hash
KP Singh
2026-02-05
bpf: Limit bpf program signature size
KP Singh
2026-02-04
bpf: Reset prog callback in bpf_async_cancel_and_free()
Kumar Kartikeya Dwivedi
2026-02-04
bpf: Check for running wq callback when freeing bpf_async_cb
Kumar Kartikeya Dwivedi
2026-02-04
bpf: Support negative offsets, BPF_SUB, and alu32 for linked register tracking
Puranjay Mohan
2026-02-04
bpf: Add bitwise tracking for BPF_END
Tianci Cao
2026-02-04
bpf: Add a recursion check to prevent loops in bpf_timer
Alexei Starovoitov
2026-02-04
bpf: Tighten conditions when timer/wq can be called synchronously
Alexei Starovoitov
2026-02-04
bpf: Use sk_is_inet() and sk_is_unix() in __cgroup_bpf_run_filter_sock_addr().
Kuniyuki Iwashima
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
bpf: Allow BPF stream kfuncs while holding a lock
Emil Tsalapatis
2026-02-03
bpf: Add bpf_stream_print_stack stack dumping kfunc
Emil Tsalapatis
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-01-31
bpf: Add bpf_jit_supports_fsession()
Leon Hwang
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
bpf: Allow sleepable programs to use tail calls
Jiri Olsa
2026-01-28
bpf: Fix verifier_bug_if to account for BPF_CALL
Luis Gerhorst
2026-01-28
bpf,x86: Use single ftrace_ops for direct calls
Jiri Olsa
2026-01-28
ftrace: Factor ftrace_ops ops_func interface
Jiri Olsa
2026-01-28
bpf: Add trampoline ip hash table
Jiri Olsa
2026-01-28
ftrace,bpf: Remove FTRACE_OPS_FL_JMP ftrace_ops flag
Jiri Olsa
2026-01-27
bpf: Fix tcx/netkit detach permissions when prog fd isn't given
Guillaume Gonnet
2026-01-27
bpf: add new BPF_CGROUP_ITER_CHILDREN control option
Matt Bobrowski
[next]