aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/bpf
AgeCommit message (Expand)AuthorFilesLines
2026-05-13bpf: Refactor jmp history to use dedicated spi/frame fieldsYonghong Song3-28/+21
2026-05-13bpf: Support stack arguments for bpf functionsYonghong Song4-10/+255
2026-05-13bpf: Set sub->arg_cnt earlier in btf_prepare_func_args()Yonghong Song1-1/+1
2026-05-13bpf: Remove copy_register_state wrapper functionYonghong Song1-25/+19
2026-05-12bpf: Add syscall common attributes support for map_createLeon Hwang2-10/+85
2026-05-12bpf: Add syscall common attributes support for btf_loadLeon Hwang2-26/+15
2026-05-12bpf: Add syscall common attributes support for prog_loadLeon Hwang2-8/+29
2026-05-12bpf: Refactor reporting log_true_size for prog_loadLeon Hwang3-16/+42
2026-05-12bpf: Extend BPF syscall with common attributes supportLeon Hwang1-4/+21
2026-05-11bpf: Fix s16 truncation for large bpf-to-bpf call offsetsYazhou Tang3-10/+43
2026-05-11bpf: Fix out-of-bounds read in bpf_patch_call_args()Yazhou Tang2-2/+11
2026-05-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.1-rc3Alexei Starovoitov2-19/+8
2026-05-09bpf: Fix off-by-one boundary validation in arena direct-value accessJunyoung Jang1-1/+1
2026-05-09bpf: Don't run arg-tracking analysis twice on main subprogPaul Chaignon1-18/+7
2026-04-30bpf: Print breakdown of insns processed by subprogsPaul Chaignon1-9/+16
2026-04-27bpf: Remove obsolete WARN_ON callJiri Olsa1-1/+0
2026-04-27bpf: Export cnum_umin/umax() helpers for netronome driverAlan Maguire1-0/+3
2026-04-27bpf: range_within() must check cnum ranges instead of min/max pairsEduard Zingerman2-8/+17
2026-04-24bpf: replace min/max fields with struct cnum{32,64}Eduard Zingerman1-725/+118
2026-04-24bpf: use accessor functions for bpf_reg_state min/max fieldsEduard Zingerman3-663/+610
2026-04-24bpf: representation and basic operations on circular numbersEduard Zingerman3-1/+351
2026-04-23bpf: Introduce bpf register BPF_REG_PARAMSYonghong Song1-2/+2
2026-04-23bpf: Prepare verifier logs for upcoming kfunc stack argumentsYonghong Song1-297/+397
2026-04-23bpf: Rename existing argno to argYonghong Song1-27/+27
2026-04-23bpf: Refactor to handle memory and size togetherYonghong Song1-29/+28
2026-04-23bpf: Refactor to avoid redundant calculation of bpf_reg_stateYonghong Song1-125/+98
2026-04-23bpf: Remove WARN_ON_ONCE in check_kfunc_mem_size_reg()Yonghong Song1-2/+0
2026-04-23bpf: Fix tail_call_reachable leakYonghong Song1-0/+3
2026-04-23bpf: Remove unused parameter from check_map_kptr_access()Yonghong Song1-2/+2
2026-04-22bpf: Verifier support for sleepable tracepoint programsMykyta Yatsenko2-2/+16
2026-04-20bpf: Extend BTF UAPI vlen, kinds to use unused bitsAlan Maguire1-17/+10
2026-04-19bpf: Refactor dynptr mutability trackingAmery Hung3-70/+38
2026-04-17Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds8-133/+357
2026-04-17bpf: Dissociate struct_ops program with map if map_update failsAmery Hung1-3/+4
2026-04-17bpf: Validate node_id in arena_alloc_pages()Puranjay Mohan1-0/+4
2026-04-16bpf: allow UTF-8 literals in bpf_bprintf_prepare()Yihan Ding1-1/+16
2026-04-16bpf: Fix NULL deref in map_kptr_match_type for scalar regsMykyta Yatsenko1-1/+4
2026-04-16bpf: Add helper to detect indirect jump targetsXu Kuohai3-0/+28
2026-04-16bpf: Pass bpf_verifier_env to JITXu Kuohai4-58/+56
2026-04-16bpf: Move constants blinding out of arch-specific JITsXu Kuohai2-32/+183
2026-04-15bpf: copy BPF token from main program to subprogramsEduard Zingerman1-0/+1
2026-04-15Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-2/+1
2026-04-15bpf: Fix use-after-free in arena_vm_close on forkAlexei Starovoitov1-3/+16
2026-04-15bpf: fix arg tracking for imprecise/multi-offset BPF_ST/STXEduard Zingerman1-51/+61
2026-04-12Merge patch series "bpf: Fix OOB in pcpu_init_value and add a test"Alexei Starovoitov1-1/+1
2026-04-12bpf: Fix OOB in pcpu_init_valueLang Xu1-1/+1
2026-04-12bpf: Allow instructions with arena source and non-arena dest registersEmil Tsalapatis1-3/+11
2026-04-12bpf: add missing fsession to the verifier logMenglong Dong1-5/+5
2026-04-12bpf: Move BTF checking logic into check_btf.cAlexei Starovoitov3-458/+466
2026-04-12bpf: Move backtracking logic to backtrack.cAlexei Starovoitov3-945/+939