summaryrefslogtreecommitdiffstats
path: root/kernel/bpf
AgeCommit message (Expand)AuthorLines
2025-06-13bpf: Remove redundant free_verifier_state()/pop_stack()Luis Gerhorst-26/+10
2025-06-13bpf: handle jset (if a & b ...) as a jump in CFG computationEduard Zingerman-0/+1
2025-06-13bpf: Include verifier memory allocations in memcg statisticsEduard Zingerman-41/+43
2025-06-12bpf: Initialize used but uninit variable in propagate_liveness()Song Liu-1/+1
2025-06-12bpf: Fix state use-after-free on push_stack() errLuis Gerhorst-2/+2
2025-06-12bpf: include backedges in peak_states statEduard Zingerman-1/+7
2025-06-12bpf: remove {update,get}_loop_entry functionsEduard Zingerman-164/+1
2025-06-12bpf: propagate read/precision marks over state graph backedgesEduard Zingerman-68/+384
2025-06-12bpf: move REG_LIVE_DONE check to clean_live_states()Eduard Zingerman-4/+3
2025-06-12bpf: set 'changed' status if propagate_liveness() did any updatesEduard Zingerman-2/+7
2025-06-12bpf: set 'changed' status if propagate_precision() did any updatesEduard Zingerman-12/+23
2025-06-12bpf: starting_state parameter for __mark_chain_precision()Eduard Zingerman-11/+13
2025-06-12bpf: frame_insn_idx() utility functionEduard Zingerman-3/+10
2025-06-12bpf: compute SCCs in program control flow graphEduard Zingerman-0/+182
2025-06-12Revert "bpf: use common instruction history across all states"Eduard Zingerman-53/+56
2025-06-09bpf: Fall back to nospec for Spectre v1Luis Gerhorst-4/+74
2025-06-09bpf: Rename sanitize_stack_spill to nospec_resultLuis Gerhorst-2/+2
2025-06-09bpf, arm64, powerpc: Change nospec to include v1 barrierLuis Gerhorst-8/+9
2025-06-09bpf, arm64, powerpc: Add bpf_jit_bypass_spec_v1/v4()Luis Gerhorst-0/+15
2025-06-09bpf: Return -EFAULT on internal errorsLuis Gerhorst-3/+3
2025-06-09bpf: Return -EFAULT on misconfigurationsLuis Gerhorst-18/+18
2025-06-09bpf: Move insn if/else into do_check_insn()Luis Gerhorst-205/+223
2025-06-09bpf: Add cookie in fdinfo for raw_tpTao Chen-2/+4
2025-06-09bpf: Add cookie in fdinfo for tracingTao Chen-2/+4
2025-06-09bpf: Add cookie to tracing bpf_link_infoTao Chen-0/+1
2025-06-09bpf: Make reg_not_null() true for CONST_PTR_TO_MAPIhor Solodrai-1/+2
2025-06-09bpf: Add show_fdinfo for perf_eventTao Chen-0/+120
2025-06-09bpf: Implement mprog API on top of existing cgroup progsYonghong Song-37/+191
2025-06-05bpf: Clarify sanitize_check_bounds()Luis Gerhorst-4/+12
2025-06-05bpf: Add cookie to raw_tp bpf_link_infoTao Chen-0/+1
2025-05-31Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-1/+1
2025-05-28Merge tag 'bpf-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds-467/+753
2025-05-28Merge tag 'net-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds-3/+4
2025-05-27Merge tag 'cgroup-for-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-2/+36
2025-05-27selftests/bpf: Add tests with stack ptr register in conditional jmpYonghong Song-2/+5
2025-05-27bpf: Do not include stack ptr register in precision backtracking bookkeepingYonghong Song-2/+16
2025-05-27bpf: Check rcu_read_lock_trace_held() in bpf_map_lookup_percpu_elem()Hou Tao-1/+2
2025-05-27bpf: Avoid __bpf_prog_ret0_warn when jit failsKaFai Wan-1/+1
2025-05-27bpf: Warn with __bpf_trap() kfunc maybe due to uninitialized variableYonghong Song-0/+10
2025-05-27bpf: Remove special_kfunc_set from verifierYonghong Song-197/+177
2025-05-27bpf: Add open coded dmabuf iteratorT.J. Mercier-0/+53
2025-05-27bpf: Add dmabuf iteratorT.J. Mercier-0/+105
2025-05-26Merge tag 'vfs-6.16-rc1.async.dir' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-1/+1
2025-05-23btf: Allow mmap of vmlinux btfLorenz Bauer-0/+32
2025-05-22mm: rename try_alloc_pages() to alloc_pages_nolock()Alexei Starovoitov-1/+1
2025-05-22sched_ext: Convert cgroup BPF support to use cgroup_lifetime_notifierTejun Heo-2/+36
2025-05-19bpf: WARN_ONCE on verifier bugsPaul Chaignon-83/+62
2025-05-14bpf: Pass the same orig_call value to trampoline functionsIlya Leoshkevich-1/+1
2025-05-13bpf: Add support for __prog argument suffix to pass in prog->auxKumar Kartikeya Dwivedi-8/+29
2025-05-12bpf: Implement dynptr copy kfuncsMykyta Yatsenko-0/+8