aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/bpf (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-07-01bpf: Reject %p% format string in bprintf-like helpersPaul Chaignon1-3/+8
2025-07-01bpf: Warn on internal verifier errorsPaul Chaignon1-109/+102
2025-06-27bpf: guard BTF_ID_FLAGS(bpf_cgroup_read_xattr) with CONFIG_BPF_LSMEduard Zingerman1-1/+1
2025-06-27bpf: Fix string kfuncs names in doc commentsViktor Malik1-3/+3
2025-06-26Merge branch 'vfs-6.17.bpf' of https://git.kernel.org/pub/scm/linux/kernel/gi...Alexei Starovoitov2-0/+8
2025-06-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc3Alexei Starovoitov4-7/+10
2025-06-26bpf: Add kfuncs for read-only string operationsViktor Malik1-0/+382
2025-06-25bpf: add btf_type_is_i{32,64} helpersAnton Protopopov4-38/+31
2025-06-25bpf: allow void* cast using bpf_rdonly_cast()Eduard Zingerman1-12/+61
2025-06-25bpf: add bpf_features enumEduard Zingerman1-0/+6
2025-06-25bpf: Add range tracking for BPF_NEGSong Liu2-1/+21
2025-06-24bpf, verifier: Improve precision for BPF_ADD and BPF_SUBHarishankar Vishwanathan1-20/+56
2025-06-23bpf: Specify access type of bpf_sysctl_get_name argsJerome Marchand1-1/+1
2025-06-23bpf: Make update_prog_stats() always_inlineMenglong Dong1-18/+23
2025-06-23bpf: Mark cgroup_subsys_state->cgroup RCU safeSong Liu1-0/+5
2025-06-23bpf: Introduce bpf_cgroup_read_xattr to read xattr of cgroup's nodeSong Liu1-0/+3
2025-06-18bpf: Adjust free target to avoid global starvation of LRU mapWillem de Bruijn2-3/+7
2025-06-17bpf: Get rid of redundant 3rd argument of prepare_seq_file()Al Viro1-6/+5
2025-06-17bpf: Mark dentry->d_inode as trusted_or_nullSong Liu1-3/+2
2025-06-17sysfs: treewide: switch back to bin_attribute::read()/write()Thomas Weißschuh2-2/+2
2025-06-13bpf: Remove redundant free_verifier_state()/pop_stack()Luis Gerhorst1-26/+10
2025-06-13bpf: handle jset (if a & b ...) as a jump in CFG computationEduard Zingerman1-0/+1
2025-06-13bpf: Include verifier memory allocations in memcg statisticsEduard Zingerman2-41/+43
2025-06-12bpf: Initialize used but uninit variable in propagate_liveness()Song Liu1-1/+1
2025-06-12bpf: Fix state use-after-free on push_stack() errLuis Gerhorst1-2/+2
2025-06-12bpf: include backedges in peak_states statEduard Zingerman1-1/+7
2025-06-12bpf: remove {update,get}_loop_entry functionsEduard Zingerman1-164/+1
2025-06-12bpf: propagate read/precision marks over state graph backedgesEduard Zingerman1-68/+384
2025-06-12bpf: move REG_LIVE_DONE check to clean_live_states()Eduard Zingerman1-4/+3
2025-06-12bpf: set 'changed' status if propagate_liveness() did any updatesEduard Zingerman1-2/+7
2025-06-12bpf: set 'changed' status if propagate_precision() did any updatesEduard Zingerman1-12/+23
2025-06-12bpf: starting_state parameter for __mark_chain_precision()Eduard Zingerman1-11/+13
2025-06-12bpf: frame_insn_idx() utility functionEduard Zingerman1-3/+10
2025-06-12bpf: compute SCCs in program control flow graphEduard Zingerman1-0/+182
2025-06-12Revert "bpf: use common instruction history across all states"Eduard Zingerman1-53/+56
2025-06-09bpf: Fall back to nospec for Spectre v1Luis Gerhorst1-4/+74
2025-06-09bpf: Rename sanitize_stack_spill to nospec_resultLuis Gerhorst1-2/+2
2025-06-09bpf, arm64, powerpc: Change nospec to include v1 barrierLuis Gerhorst1-8/+9
2025-06-09bpf, arm64, powerpc: Add bpf_jit_bypass_spec_v1/v4()Luis Gerhorst1-0/+15
2025-06-09bpf: Return -EFAULT on internal errorsLuis Gerhorst1-3/+3
2025-06-09bpf: Return -EFAULT on misconfigurationsLuis Gerhorst1-18/+18
2025-06-09bpf: Move insn if/else into do_check_insn()Luis Gerhorst1-205/+223
2025-06-09bpf: Add cookie in fdinfo for raw_tpTao Chen1-2/+4
2025-06-09bpf: Add cookie in fdinfo for tracingTao Chen1-2/+4
2025-06-09bpf: Add cookie to tracing bpf_link_infoTao Chen1-0/+1
2025-06-09bpf: Make reg_not_null() true for CONST_PTR_TO_MAPIhor Solodrai1-1/+2
2025-06-09bpf: Add show_fdinfo for perf_eventTao Chen1-0/+120
2025-06-09bpf: Implement mprog API on top of existing cgroup progsYonghong Song2-37/+191
2025-06-05bpf: Clarify sanitize_check_bounds()Luis Gerhorst1-4/+12
2025-06-05bpf: Add cookie to raw_tp bpf_link_infoTao Chen1-0/+1