summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-06-17selftests/bpf: More precise cpu_mitigations state detectionEduard Zingerman
2025-06-17selftests/bpf: Fix RELEASE build failure with gcc14Yonghong Song
2025-06-13bpf: Remove redundant free_verifier_state()/pop_stack()Luis Gerhorst
2025-06-13selftests/bpf: verify jset handling in CFG computationEduard Zingerman
2025-06-13bpf: handle jset (if a & b ...) as a jump in CFG computationEduard Zingerman
2025-06-13Merge branch 'veristat-memory-accounting-for-bpf-programs'Andrii Nakryiko
2025-06-13veristat: Memory accounting for bpf programsEduard Zingerman
2025-06-13bpf: Include verifier memory allocations in memcg statisticsEduard Zingerman
2025-06-13bpf/veristat: Fix veristat for map type BPF_MAP_TYPE_CGRP_STORAGESong Liu
2025-06-12tools/bpf_jit_disasm: Fix potential negative tpath index in get_exec_path()Ruslan Semchenko
2025-06-12Merge branch 'bpf-fix-a-few-test-failures-with-64k-page-size'Alexei Starovoitov
2025-06-12selftests/bpf: Fix xdp_do_redirect failure with 64KB page sizeYonghong Song
2025-06-12selftests/bpf: Fix two net related test failures with 64K page sizeYonghong Song
2025-06-12bpf: Fix an issue in bpf_prog_test_run_xdp when page size greater than 4KYonghong Song
2025-06-12bpf: Initialize used but uninit variable in propagate_liveness()Song Liu
2025-06-12docs/bpf: Default cpu version changed from v1 to v3 in llvm 20Yonghong Song
2025-06-12selftests/bpf: fix signedness bug in redir_partial()Fushuai Wang
2025-06-12bpf: Fix state use-after-free on push_stack() errLuis Gerhorst
2025-06-12Merge branch 'bpf-propagate-read-precision-marks-over-state-graph-backedges'Alexei Starovoitov
2025-06-12selftests/bpf: tests with a loop state missing read/precision markEduard Zingerman
2025-06-12bpf: include backedges in peak_states statEduard Zingerman
2025-06-12bpf: remove {update,get}_loop_entry functionsEduard Zingerman
2025-06-12bpf: propagate read/precision marks over state graph backedgesEduard Zingerman
2025-06-12bpf: move REG_LIVE_DONE check to clean_live_states()Eduard Zingerman
2025-06-12bpf: set 'changed' status if propagate_liveness() did any updatesEduard Zingerman
2025-06-12bpf: set 'changed' status if propagate_precision() did any updatesEduard Zingerman
2025-06-12bpf: starting_state parameter for __mark_chain_precision()Eduard Zingerman
2025-06-12bpf: frame_insn_idx() utility functionEduard Zingerman
2025-06-12bpf: compute SCCs in program control flow graphEduard Zingerman
2025-06-12Revert "bpf: use common instruction history across all states"Eduard Zingerman
2025-06-11selftests/bpf: Fix cgroup_mprog_ordering failure due to uninitialized variableYonghong Song
2025-06-11bpf, doc: Improve wording of docsEslam Khafagy
2025-06-10bpf: adjust path to trace_output sample eBPF programTobias Klauser
2025-06-09Merge branch 'bpf-mitigate-spectre-v1-using-barriers'Alexei Starovoitov
2025-06-09selftests/bpf: Add test for Spectre v1 mitigationLuis Gerhorst
2025-06-09bpf: Fall back to nospec for Spectre v1Luis Gerhorst
2025-06-09bpf: Rename sanitize_stack_spill to nospec_resultLuis Gerhorst
2025-06-09bpf, arm64, powerpc: Change nospec to include v1 barrierLuis Gerhorst
2025-06-09bpf, arm64, powerpc: Add bpf_jit_bypass_spec_v1/v4()Luis Gerhorst
2025-06-09bpf: Return -EFAULT on internal errorsLuis Gerhorst
2025-06-09bpf: Return -EFAULT on misconfigurationsLuis Gerhorst
2025-06-09bpf: Move insn if/else into do_check_insn()Luis Gerhorst
2025-06-09bpf: Add cookie in fdinfo for raw_tpTao Chen
2025-06-09bpf: Add cookie in fdinfo for tracingTao Chen
2025-06-09bpftool: Display cookie for tracing link probeTao Chen
2025-06-09selftests/bpf: Add cookies check for tracing fill_link_info testTao Chen
2025-06-09bpf: Add cookie to tracing bpf_link_infoTao Chen
2025-06-09Merge branch 'bpf-make-reg_not_null-true-for-const_ptr_to_map'Andrii Nakryiko
2025-06-09selftests/bpf: Add test cases with CONST_PTR_TO_MAP null checksIhor Solodrai
2025-06-09selftests/bpf: Add cmp_map_pointer_with_const testIhor Solodrai