summaryrefslogtreecommitdiff
path: root/kernel/bpf/btf.c
AgeCommit message (Expand)AuthorFilesLines
10 daysbpf: Mark bpf_btf_find_by_name_kind() as sleepableKumar Kartikeya Dwivedi1-0/+1
10 daysbpf: Mark sched_process_wait argument as nullableKumar Kartikeya Dwivedi1-0/+4
10 daysbpf: Mark signal tracepoint siginfo arguments as scalarKumar Kartikeya Dwivedi1-0/+3
10 daysbpf: Fix NULL-ptr-deref in btf_var_show()Jiayuan Chen1-1/+9
10 daysbpf: Fix NULL-ptr-deref when showing a void BTF typeJiayuan Chen1-1/+8
2026-08-20Merge tag 'bpf-next-7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf...Linus Torvalds1-33/+67
2026-08-19Merge tag 'trace-v7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds1-2/+2
2026-08-17bpf: Correct kfunc argument diagnosticsKumar Kartikeya Dwivedi1-4/+4
2026-08-15bpf: Add source and instruction diagnostic contextKumar Kartikeya Dwivedi1-0/+10
2026-08-13bpf: Drop duplicate blank lines in kernel/bpf/Leon Hwang1-1/+0
2026-08-12cachefiles,netfs: sunset ondemand modeGao Xiang1-7/+0
2026-08-08bpf: Support __arena and __arena__nullable on struct_ops argumentsTejun Heo1-3/+7
2026-08-08bpf: Support __arena and __arena__nullable kfunc argument suffixesTejun Heo1-1/+17
2026-08-03bpf: Remove unused BTF_FMODEL_STRUCT_ARGYonghong Song1-2/+0
2026-08-03bpf: Rename ARG_CONST_SIZE{,_OR_ZERO} to ARG_MEM_SIZE{,_OR_ZERO}Amery Hung1-1/+1
2026-07-28bpf: Make btf_get_module_btf() and btf_relocate_id() non-staticMykyta Yatsenko1-2/+2
2026-07-21bpf: Mark bpf_refcount field as uniqueKumar Kartikeya Dwivedi1-1/+1
2026-07-21bpf: Preserve unique-field state across nested structsKumar Kartikeya Dwivedi1-12/+14
2026-07-21bpf: Fix offset warn check for bpf_res_spin_lockKumar Kartikeya Dwivedi1-1/+1
2026-07-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.2-rc4Kumar Kartikeya Dwivedi1-0/+29
2026-07-16bpf: Fix tracing of kfuncs with implicit argsIhor Solodrai1-0/+29
2026-07-09bpf: Give vmlinux BTF init its own mutexDaniel Borkmann1-1/+1
2026-07-07bpf: Reject MEM_ALLOC BTF accesses past object boundsYiyang Chen1-6/+11
2026-06-21bpf: Allow type tag BTF records to succeed other modifier recordsEmil Tsalapatis1-86/+123
2026-06-09bpf: Validate BTF repeated field counts before expansionPaul Moses1-5/+4
2026-06-05bpf: Reject registration of duplicated kfuncSong Chen1-1/+35
2026-06-04bpf: clean up btf_scan_decl_tags()Matt Bobrowski1-16/+30
2026-06-01bpf: Allow subprogs to return arena pointersEmil Tsalapatis1-16/+50
2026-06-01verifier: parse BTF type tags for function argumentsEmil Tsalapatis1-35/+85
2026-06-01bpf: Refactor object relationship tracking and fix dynptr UAF bugAmery Hung1-1/+1
2026-05-13bpf: Prepare architecture JIT support for stack argumentsYonghong Song1-1/+7
2026-05-13bpf: Support stack arguments for bpf functionsYonghong Song1-4/+10
2026-05-13bpf: Set sub->arg_cnt earlier in btf_prepare_func_args()Yonghong Song1-1/+1
2026-05-12bpf: Add syscall common attributes support for btf_loadLeon Hwang1-23/+7
2026-04-20bpf: Extend BTF UAPI vlen, kinds to use unused bitsAlan Maguire1-17/+10
2026-04-19bpf: Refactor dynptr mutability trackingAmery Hung1-1/+1
2026-03-26btf: Support kernel parsing of BTF with layout infoAlan Maguire1-4/+56
2026-03-24bpf: Support pointer param types via SCALAR_VALUE for trampolinesSlava Imameev1-10/+7
2026-03-24bpf: Switch CONFIG_CFI_CLANG to CONFIG_CFICarlos Llamas1-1/+1
2026-03-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.0-rc5Alexei Starovoitov1-4/+20
2026-03-18bpf: Release module BTF IDR before module unloadKumar Kartikeya Dwivedi1-4/+20
2026-03-03bpf: Allow void global functions in the verifierEmil Tsalapatis1-3/+4
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-2/+2
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-17/+18
2026-02-02bpf: Replace snprintf("%s") with strscpyThorsten Blum1-2/+3
2026-01-24bpf: add fsession supportMenglong Dong1-0/+2
2026-01-20bpf: Refactor btf_kfunc_id_set_containsIhor Solodrai1-17/+53
2026-01-13bpf: Skip anonymous types in type lookup for performanceDonglin Peng1-4/+6
2026-01-13btf: Verify BTF sortingDonglin Peng1-0/+43