index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
scripts
/
python
/
stackcollapse.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-06-17
selftests/bpf: Fix RELEASE build failure with gcc14
Yonghong Song
4
-5
/
+9
2025-06-13
bpf: Remove redundant free_verifier_state()/pop_stack()
Luis Gerhorst
1
-26
/
+10
2025-06-13
selftests/bpf: verify jset handling in CFG computation
Eduard Zingerman
1
-0
/
+16
2025-06-13
bpf: handle jset (if a & b ...) as a jump in CFG computation
Eduard Zingerman
1
-0
/
+1
2025-06-13
veristat: Memory accounting for bpf programs
Eduard Zingerman
2
-7
/
+246
2025-06-13
bpf: Include verifier memory allocations in memcg statistics
Eduard Zingerman
2
-41
/
+43
2025-06-13
bpf/veristat: Fix veristat for map type BPF_MAP_TYPE_CGRP_STORAGE
Song Liu
1
-0
/
+1
2025-06-12
tools/bpf_jit_disasm: Fix potential negative tpath index in get_exec_path()
Ruslan Semchenko
1
-0
/
+2
2025-06-12
selftests/bpf: Fix xdp_do_redirect failure with 64KB page size
Yonghong Song
1
-2
/
+11
2025-06-12
selftests/bpf: Fix two net related test failures with 64K page size
Yonghong Song
2
-9
/
+14
2025-06-12
bpf: Fix an issue in bpf_prog_test_run_xdp when page size greater than 4K
Yonghong Song
3
-9
/
+97
2025-06-12
bpf: Initialize used but uninit variable in propagate_liveness()
Song Liu
1
-1
/
+1
2025-06-12
docs/bpf: Default cpu version changed from v1 to v3 in llvm 20
Yonghong Song
1
-3
/
+4
2025-06-12
selftests/bpf: fix signedness bug in redir_partial()
Fushuai Wang
1
-0
/
+2
2025-06-12
bpf: Fix state use-after-free on push_stack() err
Luis Gerhorst
1
-2
/
+2
2025-06-12
selftests/bpf: tests with a loop state missing read/precision mark
Eduard Zingerman
1
-0
/
+277
2025-06-12
bpf: include backedges in peak_states stat
Eduard Zingerman
2
-1
/
+9
2025-06-12
bpf: remove {update,get}_loop_entry functions
Eduard Zingerman
2
-179
/
+1
2025-06-12
bpf: propagate read/precision marks over state graph backedges
Eduard Zingerman
2
-68
/
+422
2025-06-12
bpf: move REG_LIVE_DONE check to clean_live_states()
Eduard Zingerman
1
-4
/
+3
2025-06-12
bpf: set 'changed' status if propagate_liveness() did any updates
Eduard Zingerman
1
-2
/
+7
2025-06-12
bpf: set 'changed' status if propagate_precision() did any updates
Eduard Zingerman
1
-12
/
+23
2025-06-12
bpf: starting_state parameter for __mark_chain_precision()
Eduard Zingerman
1
-11
/
+13
2025-06-12
bpf: frame_insn_idx() utility function
Eduard Zingerman
1
-3
/
+10
2025-06-12
bpf: compute SCCs in program control flow graph
Eduard Zingerman
2
-0
/
+187
2025-06-12
Revert "bpf: use common instruction history across all states"
Eduard Zingerman
2
-64
/
+64
2025-06-11
selftests/bpf: Fix cgroup_mprog_ordering failure due to uninitialized variable
Yonghong Song
1
-1
/
+1
2025-06-11
bpf, doc: Improve wording of docs
Eslam Khafagy
1
-2
/
+2
2025-06-10
bpf: adjust path to trace_output sample eBPF program
Tobias Klauser
2
-2
/
+2
2025-06-09
selftests/bpf: Add test for Spectre v1 mitigation
Luis Gerhorst
1
-0
/
+57
2025-06-09
bpf: Fall back to nospec for Spectre v1
Luis Gerhorst
11
-54
/
+184
2025-06-09
bpf: Rename sanitize_stack_spill to nospec_result
Luis Gerhorst
2
-3
/
+3
2025-06-09
bpf, arm64, powerpc: Change nospec to include v1 barrier
Luis Gerhorst
5
-27
/
+65
2025-06-09
bpf, arm64, powerpc: Add bpf_jit_bypass_spec_v1/v4()
Luis Gerhorst
4
-15
/
+53
2025-06-09
bpf: Return -EFAULT on internal errors
Luis Gerhorst
1
-3
/
+3
2025-06-09
bpf: Return -EFAULT on misconfigurations
Luis Gerhorst
1
-18
/
+18
2025-06-09
bpf: Move insn if/else into do_check_insn()
Luis Gerhorst
1
-205
/
+223
2025-06-09
bpf: Add cookie in fdinfo for raw_tp
Tao Chen
1
-2
/
+4
2025-06-09
bpf: Add cookie in fdinfo for tracing
Tao Chen
1
-2
/
+4
2025-06-09
bpftool: Display cookie for tracing link probe
Tao Chen
1
-0
/
+3
2025-06-09
selftests/bpf: Add cookies check for tracing fill_link_info test
Tao Chen
1
-1
/
+23
2025-06-09
bpf: Add cookie to tracing bpf_link_info
Tao Chen
3
-0
/
+5
2025-06-09
selftests/bpf: Add test cases with CONST_PTR_TO_MAP null checks
Ihor Solodrai
1
-0
/
+118
2025-06-09
selftests/bpf: Add cmp_map_pointer_with_const test
Ihor Solodrai
1
-1
/
+16
2025-06-09
bpf: Make reg_not_null() true for CONST_PTR_TO_MAP
Ihor Solodrai
2
-2
/
+3
2025-06-09
bpf: Add show_fdinfo for perf_event
Tao Chen
1
-0
/
+120
2025-06-09
selftests/bpf: Add two selftests for mprog API based cgroup progs
Yonghong Song
3
-0
/
+724
2025-06-09
selftests/bpf: Move some tc_helpers.h functions to test_progs.h
Yonghong Song
2
-28
/
+28
2025-06-09
libbpf: Support link-based cgroup attach with options
Yonghong Song
5
-0
/
+93
2025-06-09
bpf: Implement mprog API on top of existing cgroup progs
Yonghong Song
4
-37
/
+205
[next]