summaryrefslogtreecommitdiff
path: root/kernel/bpf/helpers.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-14bpf: Fix arm64 KASAN false positive after bpf_throwMykyta Yatsenko1-3/+5
2026-08-13bpf: Drop duplicate blank lines in kernel/bpf/Leon Hwang1-1/+0
2026-08-06bpf: Mark existing lock-safe kfuncs with KF_SPINLOCK_SAFEKaitao Cheng1-27/+29
2026-08-03bpf: Rename ARG_CONST_SIZE{,_OR_ZERO} to ARG_MEM_SIZE{,_OR_ZERO}Amery Hung1-13/+13
2026-08-03bpf: Split kfunc map argument into __const_map and __mapAmery Hung1-8/+8
2026-07-24bpf: Fix CFI mismatch in task work callbackMykyta Yatsenko1-4/+5
2026-06-21Merge tag 'mm-nonmm-stable-2026-06-21-10-22' of git://git.kernel.org/pub/scm/...Linus Torvalds1-1/+1
2026-06-17treewide: fix transposed "sign" typos and update spelling.txtShardul Deshpande1-1/+1
2026-06-08bpf: Fix NULL pointer dereference in bpf_task_from_vpid()Sechang Lim1-2/+4
2026-06-05bpf: Clear rb node linkage when freeing bpf_rb_rootKaitao Cheng1-2/+9
2026-06-01bpf: Unify release handling for helpers and kfuncsAmery Hung1-1/+1
2026-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.1-rc5Alexei Starovoitov1-0/+5
2026-05-21bpf: add bpf_list_is_first/last/empty kfuncsKaitao Cheng1-0/+40
2026-05-21bpf: Add bpf_list_add to insert node after a given list nodeKaitao Cheng1-0/+11
2026-05-21bpf: refactor __bpf_list_add to take insertion point via **prev_ptrKaitao Cheng1-10/+26
2026-05-21bpf: Introduce the bpf_list_del kfunc.Kaitao Cheng1-0/+10
2026-05-21bpf: clear list node owner and unlink before dropKaitao Cheng1-8/+19
2026-05-21bpf: refactor __bpf_list_del to take list node pointerKaitao Cheng1-8/+15
2026-05-20bpf: Reject NULL data/sig in bpf_verify_pkcs7_signatureKP Singh1-0/+5
2026-05-17bpf,x86: Fix exception unwinding with outgoing stack argumentsYonghong Song1-1/+1
2026-04-19bpf: Refactor dynptr mutability trackingAmery Hung1-18/+18
2026-04-16bpf: allow UTF-8 literals in bpf_bprintf_prepare()Yihan Ding1-1/+16
2026-04-07bpf: Retire rcu_trace_implies_rcu_gp()Kumar Kartikeya Dwivedi1-1/+1
2026-04-02bpf: Migrate dynptr file to kmalloc_nolockMykyta Yatsenko1-2/+2
2026-04-02bpf: Migrate bpf_task_work to kmalloc_nolockMykyta Yatsenko1-18/+36
2026-03-29bpf: Support struct btf_struct_meta via KF_IMPLICIT_ARGSIhor Solodrai1-20/+158
2026-03-03s390: Introduce bpf_get_lowcore() kfuncIlya Leoshkevich1-0/+3
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-2/+2
2026-02-06bpf: Remove task local storage percpu counterAmery Hung1-4/+0
2026-02-05bpf: Prevent reentrance into call_rcu_tasks_trace()Alexei Starovoitov1-1/+13
2026-02-04bpf: Reset prog callback in bpf_async_cancel_and_free()Kumar Kartikeya Dwivedi1-0/+1
2026-02-04bpf: Check for running wq callback when freeing bpf_async_cbKumar Kartikeya Dwivedi1-1/+1
2026-02-04bpf: Add a recursion check to prevent loops in bpf_timerAlexei Starovoitov1-0/+16
2026-02-04bpf: Tighten conditions when timer/wq can be called synchronouslyAlexei Starovoitov1-7/+10
2026-02-03bpf: Introduce bpf_timer_cancel_async() kfuncAlexei Starovoitov1-0/+48
2026-02-03bpf: Enable bpf_timer and bpf_wq in any contextAlexei Starovoitov1-183/+225
2026-02-03bpf: Add bpf_stream_print_stack stack dumping kfuncEmil Tsalapatis1-0/+1
2026-01-21bpf: add bpf_strncasecmp kfuncYuzuki Ishiyama1-5/+25
2026-01-20bpf: Simplify bpf_timer_cancel()Mykyta Yatsenko1-16/+11
2026-01-20bpf: Introduce lock-free bpf_async_update_prog_callback()Mykyta Yatsenko1-30/+37
2026-01-20bpf: Remove unnecessary arguments from bpf_async_set_callback()Mykyta Yatsenko1-5/+4
2026-01-20bpf: Factor out timer deletion helperMykyta Yatsenko1-11/+18
2026-01-20bpf: Fix memory access flags in helper prototypesZesen Liu1-1/+1
2026-01-20bpf: Migrate bpf_stream_vprintk() to KF_IMPLICIT_ARGSIhor Solodrai1-1/+1
2026-01-20bpf: Migrate bpf_task_work_schedule_* kfuncs to KF_IMPLICIT_ARGSIhor Solodrai1-16/+14
2026-01-20bpf: Migrate bpf_wq_set_callback_impl() to KF_IMPLICIT_ARGSIhor Solodrai1-6/+5
2026-01-02bpf: Replace __opt annotation with __nullable for kfuncsPuranjay Mohan1-14/+14
2026-01-02bpf: Remove redundant KF_TRUSTED_ARGS flag from all kfuncsPuranjay Mohan1-10/+10
2025-12-03Merge tag 'net-next-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-4/+2