index
:
kernel/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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2026-02-05
bpf: Support negative offsets, BPF_SUB, and alu32 for linked register tracking
Puranjay Mohan
3
-13
/
+45
2026-02-05
Merge branch 'bpf-add-bitwise-tracking-for-bpf_end'
Alexei Starovoitov
4
-3
/
+121
2026-02-05
selftests/bpf: Add tests for BPF_END bitwise tracking
Tianci Cao
1
-0
/
+43
2026-02-05
bpf: Add bitwise tracking for BPF_END
Tianci Cao
3
-3
/
+78
2026-02-05
Merge branch 'bpf-fix-conditions-when-timer-wq-can-be-called'
Andrii Nakryiko
3
-6
/
+128
2026-02-05
selftests/bpf: Strengthen timer_start_deadlock test
Alexei Starovoitov
1
-7
/
+2
2026-02-05
bpf: Add a recursion check to prevent loops in bpf_timer
Alexei Starovoitov
1
-0
/
+16
2026-02-05
selftests/bpf: Add a testcase for deadlock avoidance
Alexei Starovoitov
2
-0
/
+108
2026-02-05
bpf: Tighten conditions when timer/wq can be called synchronously
Alexei Starovoitov
1
-7
/
+10
2026-02-04
resolve_btfids: Refactor the sort_btf_by_name function
Donglin Peng
1
-7
/
+11
2026-02-04
Merge branch 'bpf-misc-changes-around-af_unix'
Martin KaFai Lau
2
-6
/
+2
2026-02-04
bpf: Don't check sk_fullsock() in bpf_skc_to_unix_sock().
Kuniyuki Iwashima
1
-1
/
+1
2026-02-04
bpf: Use sk_is_inet() and sk_is_unix() in __cgroup_bpf_run_filter_sock_addr().
Kuniyuki Iwashima
1
-5
/
+1
2026-02-04
Merge branch 'bpf-avoid-locks-in-bpf_timer-and-bpf_wq'
Andrii Nakryiko
7
-342
/
+851
2026-02-04
selftests/bpf: Add a test to stress bpf_timer_start and map_delete race
Alexei Starovoitov
2
-0
/
+203
2026-02-04
selftests/bpf: Removed obsolete tests
Mykyta Yatsenko
1
-111
/
+0
2026-02-04
selftests/bpf: Add timer stress test in NMI context
Mykyta Yatsenko
2
-12
/
+231
2026-02-04
selftests/bpf: Verify bpf_timer_cancel_async works
Mykyta Yatsenko
2
-0
/
+48
2026-02-04
selftests/bpf: Add stress test for timer async cancel
Mykyta Yatsenko
2
-4
/
+28
2026-02-04
selftests/bpf: Refactor timer selftests
Mykyta Yatsenko
1
-19
/
+36
2026-02-04
bpf: Introduce bpf_timer_cancel_async() kfunc
Alexei Starovoitov
1
-0
/
+48
2026-02-04
bpf: Add verifier support for bpf_timer argument in kfuncs
Mykyta Yatsenko
1
-18
/
+37
2026-02-04
bpf: Enable bpf_timer and bpf_wq in any context
Alexei Starovoitov
1
-183
/
+225
2026-02-03
Merge branch 'bpf-add-bpf_stream_print_stack-kfunc'
Alexei Starovoitov
4
-1
/
+85
2026-02-03
selftests/bpf: Add selftests for stream functions under lock
Emil Tsalapatis
1
-0
/
+32
2026-02-03
bpf: Allow BPF stream kfuncs while holding a lock
Emil Tsalapatis
1
-1
/
+12
2026-02-03
selftests/bpf: Add selftests for bpf_stream_print_stack
Emil Tsalapatis
1
-0
/
+21
2026-02-03
bpf: Add bpf_stream_print_stack stack dumping kfunc
Emil Tsalapatis
2
-0
/
+20
2026-02-03
Merge branch 'bpf-verifier-improve-state-pruning-for-scalar-registers'
Alexei Starovoitov
3
-25
/
+199
2026-02-03
selftests/bpf: Add a test for ids=0 to verifier_scalar_ids test
Puranjay Mohan
1
-0
/
+45
2026-02-03
bpf: Relax scalar id equivalence for state pruning
Puranjay Mohan
2
-15
/
+56
2026-02-03
bpf: Relax maybe_widen_reg() constraints
Puranjay Mohan
1
-8
/
+14
2026-02-03
bpf: Clear singular ids for scalars in is_state_visited()
Puranjay Mohan
2
-2
/
+73
2026-02-03
bpf: Let the verifier assign ids on stack fills
Puranjay Mohan
1
-0
/
+11
2026-02-03
bpf: Replace snprintf("%s") with strscpy
Thorsten Blum
1
-2
/
+3
2026-02-02
ftrace: Fix direct_functions leak in update_ftrace_direct_del
Jiri Olsa
1
-0
/
+1
2026-02-01
Merge branch 'bpf-arm64-add-fsession-support'
Alexei Starovoitov
9
-20
/
+110
2026-02-01
selftests/bpf: Enable get_func_args and get_func_ip tests on arm64
Leon Hwang
2
-2
/
+2
2026-02-01
bpf, arm64: Add fsession support
Leon Hwang
2
-10
/
+68
2026-02-01
bpf: Add bpf_jit_supports_fsession()
Leon Hwang
5
-8
/
+40
2026-02-01
selftests/bpf: Test access from RO map from xdp_store_bytes
Paul Chaignon
1
-0
/
+35
2026-02-01
bpf: Fix bpf_xdp_store_bytes proto for read-only arg
Paul Chaignon
1
-1
/
+1
2026-01-31
Merge branch 'bpf-unify-special-map-field-validation-in-verifier'
Alexei Starovoitov
1
-95
/
+48
2026-01-31
bpf: Consolidate special map field validation in verifier
Mykyta Yatsenko
1
-59
/
+11
2026-01-31
bpf: Introduce struct bpf_map_desc in verifier
Mykyta Yatsenko
1
-39
/
+40
2026-01-31
Merge branch 'x86-fgraph-bpf-fix-orc-stack-unwind-from-kprobe_multi'
Andrii Nakryiko
8
-16
/
+190
2026-01-31
selftests/bpf: Allow to benchmark trigger with stacktrace
Jiri Olsa
4
-9
/
+43
2026-01-31
selftests/bpf: Add stacktrace ips test for fentry/fexit
Jiri Olsa
2
-0
/
+71
2026-01-31
selftests/bpf: Add stacktrace ips test for kprobe/kretprobe
Jiri Olsa
2
-0
/
+57
2026-01-31
selftests/bpf: Fix kprobe multi stacktrace_ips test
Jiri Olsa
1
-5
/
+14
[next]