summaryrefslogtreecommitdiff
path: root/kernel/bpf
AgeCommit message (Expand)Author
2026-05-23bpf/arena: Add bpf_arena_map_kern_vm_start() and bpf_prog_arena()Tejun Heo
2026-05-23bpf: Add bpf_struct_ops_for_each_prog()Tejun Heo
2026-05-23bpf: Add sleepable variant of bpf_arena_alloc_pages for kernel callersTejun Heo
2026-05-23bpf: Recover arena kernel faults with scratch pageKumar Kartikeya Dwivedi
2026-05-21bpf: add bpf_list_is_first/last/empty kfuncsKaitao Cheng
2026-05-21bpf: Add bpf_list_add to insert node after a given list nodeKaitao Cheng
2026-05-21bpf: refactor __bpf_list_add to take insertion point via **prev_ptrKaitao Cheng
2026-05-21bpf: Introduce the bpf_list_del kfunc.Kaitao Cheng
2026-05-21bpf: allow non-owning list-node args via __nonown_allowedKaitao Cheng
2026-05-21bpf: clear list node owner and unlink before dropKaitao Cheng
2026-05-21bpf: refactor __bpf_list_del to take list node pointerKaitao Cheng
2026-05-20bpf: Reject NULL data/sig in bpf_verify_pkcs7_signatureKP Singh
2026-05-18bpf: Check tail zero of bpf_common_attr using offsetofendLeon Hwang
2026-05-17bpf,x86: Fix exception unwinding with outgoing stack argumentsYonghong Song
2026-05-17bpf: Check global subprog exception pathsKumar Kartikeya Dwivedi
2026-05-16bpf: Clean up redundant stack arg checks for non-JITed programsYonghong Song
2026-05-16bpf: Fix arg_track_join log to use sa prefix for stack arg slotsYonghong Song
2026-05-16bpf: Validate outgoing stack args when btf_prepare_func_args failsYonghong Song
2026-05-15bpf: make bpf_session_is_return() reference optionalArnd Bergmann
2026-05-14bpf: Use array_map_meta_equal for percpu array inner map replacementGuannan Wang
2026-05-13bpf: Report maximum combined stack depthPaul Chaignon
2026-05-13bpf,x86: Implement JIT support for stack argumentsYonghong Song
2026-05-13bpf: Disable private stack for x86_64 if stack arguments usedYonghong Song
2026-05-13bpf: Reject stack arguments if tail call reachableYonghong Song
2026-05-13bpf: Support stack arguments for kfunc callsYonghong Song
2026-05-13bpf: Enable r11 based insnsYonghong Song
2026-05-13bpf: Prepare architecture JIT support for stack argumentsYonghong Song
2026-05-13bpf: Reject stack arguments in non-JITed programsYonghong Song
2026-05-13bpf: Extend liveness analysis to track stack argument slotsYonghong Song
2026-05-13bpf: Use arg_is_fp() in has_fp_args()Yonghong Song
2026-05-13bpf: Refactor record_call_access() to extract per-arg logicYonghong Song
2026-05-13bpf: Add precision marking and backtracking for stack argument slotsYonghong Song
2026-05-13bpf: Refactor jmp history to use dedicated spi/frame fieldsYonghong Song
2026-05-13bpf: Support stack arguments for bpf functionsYonghong Song
2026-05-13bpf: Set sub->arg_cnt earlier in btf_prepare_func_args()Yonghong Song
2026-05-13bpf: Remove copy_register_state wrapper functionYonghong Song
2026-05-12bpf: Add syscall common attributes support for map_createLeon Hwang
2026-05-12bpf: Add syscall common attributes support for btf_loadLeon Hwang
2026-05-12bpf: Add syscall common attributes support for prog_loadLeon Hwang
2026-05-12bpf: Refactor reporting log_true_size for prog_loadLeon Hwang
2026-05-12bpf: Extend BPF syscall with common attributes supportLeon Hwang
2026-05-11bpf: Fix s16 truncation for large bpf-to-bpf call offsetsYazhou Tang
2026-05-11bpf: Fix out-of-bounds read in bpf_patch_call_args()Yazhou Tang
2026-05-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.1-rc3Alexei Starovoitov
2026-05-09bpf: Fix off-by-one boundary validation in arena direct-value accessJunyoung Jang
2026-05-09bpf: Don't run arg-tracking analysis twice on main subprogPaul Chaignon
2026-04-30bpf: Print breakdown of insns processed by subprogsPaul Chaignon
2026-04-27bpf: Remove obsolete WARN_ON callJiri Olsa
2026-04-27bpf: Export cnum_umin/umax() helpers for netronome driverAlan Maguire
2026-04-27bpf: range_within() must check cnum ranges instead of min/max pairsEduard Zingerman