index
:
kernel/git/stable/linux-stable.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-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
2025-06-17
selftests/bpf: More precise cpu_mitigations state detection
Eduard Zingerman
2025-06-17
selftests/bpf: Fix RELEASE build failure with gcc14
Yonghong Song
2025-06-13
bpf: Remove redundant free_verifier_state()/pop_stack()
Luis Gerhorst
2025-06-13
selftests/bpf: verify jset handling in CFG computation
Eduard Zingerman
2025-06-13
bpf: handle jset (if a & b ...) as a jump in CFG computation
Eduard Zingerman
2025-06-13
Merge branch 'veristat-memory-accounting-for-bpf-programs'
Andrii Nakryiko
2025-06-13
veristat: Memory accounting for bpf programs
Eduard Zingerman
2025-06-13
bpf: Include verifier memory allocations in memcg statistics
Eduard Zingerman
2025-06-13
bpf/veristat: Fix veristat for map type BPF_MAP_TYPE_CGRP_STORAGE
Song Liu
2025-06-12
tools/bpf_jit_disasm: Fix potential negative tpath index in get_exec_path()
Ruslan Semchenko
2025-06-12
Merge branch 'bpf-fix-a-few-test-failures-with-64k-page-size'
Alexei Starovoitov
2025-06-12
selftests/bpf: Fix xdp_do_redirect failure with 64KB page size
Yonghong Song
2025-06-12
selftests/bpf: Fix two net related test failures with 64K page size
Yonghong Song
2025-06-12
bpf: Fix an issue in bpf_prog_test_run_xdp when page size greater than 4K
Yonghong Song
2025-06-12
bpf: Initialize used but uninit variable in propagate_liveness()
Song Liu
2025-06-12
docs/bpf: Default cpu version changed from v1 to v3 in llvm 20
Yonghong Song
2025-06-12
selftests/bpf: fix signedness bug in redir_partial()
Fushuai Wang
2025-06-12
bpf: Fix state use-after-free on push_stack() err
Luis Gerhorst
2025-06-12
Merge branch 'bpf-propagate-read-precision-marks-over-state-graph-backedges'
Alexei Starovoitov
2025-06-12
selftests/bpf: tests with a loop state missing read/precision mark
Eduard Zingerman
2025-06-12
bpf: include backedges in peak_states stat
Eduard Zingerman
2025-06-12
bpf: remove {update,get}_loop_entry functions
Eduard Zingerman
2025-06-12
bpf: propagate read/precision marks over state graph backedges
Eduard Zingerman
2025-06-12
bpf: move REG_LIVE_DONE check to clean_live_states()
Eduard Zingerman
2025-06-12
bpf: set 'changed' status if propagate_liveness() did any updates
Eduard Zingerman
2025-06-12
bpf: set 'changed' status if propagate_precision() did any updates
Eduard Zingerman
2025-06-12
bpf: starting_state parameter for __mark_chain_precision()
Eduard Zingerman
2025-06-12
bpf: frame_insn_idx() utility function
Eduard Zingerman
2025-06-12
bpf: compute SCCs in program control flow graph
Eduard Zingerman
2025-06-12
Revert "bpf: use common instruction history across all states"
Eduard Zingerman
2025-06-11
selftests/bpf: Fix cgroup_mprog_ordering failure due to uninitialized variable
Yonghong Song
2025-06-11
bpf, doc: Improve wording of docs
Eslam Khafagy
2025-06-10
bpf: adjust path to trace_output sample eBPF program
Tobias Klauser
2025-06-09
Merge branch 'bpf-mitigate-spectre-v1-using-barriers'
Alexei Starovoitov
2025-06-09
selftests/bpf: Add test for Spectre v1 mitigation
Luis Gerhorst
2025-06-09
bpf: Fall back to nospec for Spectre v1
Luis Gerhorst
2025-06-09
bpf: Rename sanitize_stack_spill to nospec_result
Luis Gerhorst
2025-06-09
bpf, arm64, powerpc: Change nospec to include v1 barrier
Luis Gerhorst
2025-06-09
bpf, arm64, powerpc: Add bpf_jit_bypass_spec_v1/v4()
Luis Gerhorst
2025-06-09
bpf: Return -EFAULT on internal errors
Luis Gerhorst
2025-06-09
bpf: Return -EFAULT on misconfigurations
Luis Gerhorst
2025-06-09
bpf: Move insn if/else into do_check_insn()
Luis Gerhorst
2025-06-09
bpf: Add cookie in fdinfo for raw_tp
Tao Chen
2025-06-09
bpf: Add cookie in fdinfo for tracing
Tao Chen
2025-06-09
bpftool: Display cookie for tracing link probe
Tao Chen
2025-06-09
selftests/bpf: Add cookies check for tracing fill_link_info test
Tao Chen
2025-06-09
bpf: Add cookie to tracing bpf_link_info
Tao Chen
2025-06-09
Merge branch 'bpf-make-reg_not_null-true-for-const_ptr_to_map'
Andrii Nakryiko
2025-06-09
selftests/bpf: Add test cases with CONST_PTR_TO_MAP null checks
Ihor Solodrai
2025-06-09
selftests/bpf: Add cmp_map_pointer_with_const test
Ihor Solodrai
[next]