index
:
kernel/git/stable/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-7.1.y
linux-7.2.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Stable Group
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]