summaryrefslogtreecommitdiff
path: root/kernel/bpf/btf.c
AgeCommit message (Expand)Author
3 daysbpf: Mark bpf_btf_find_by_name_kind() as sleepableKumar Kartikeya Dwivedi
4 daysbpf: Mark sched_process_wait argument as nullableKumar Kartikeya Dwivedi
4 daysbpf: Mark signal tracepoint siginfo arguments as scalarKumar Kartikeya Dwivedi
4 daysbpf: Fix NULL-ptr-deref in btf_var_show()Jiayuan Chen
4 daysbpf: Fix NULL-ptr-deref when showing a void BTF typeJiayuan Chen
2026-08-20Merge tag 'bpf-next-7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf...Linus Torvalds
2026-08-19Merge tag 'trace-v7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds
2026-08-17bpf: Correct kfunc argument diagnosticsKumar Kartikeya Dwivedi
2026-08-15bpf: Add source and instruction diagnostic contextKumar Kartikeya Dwivedi
2026-08-13bpf: Drop duplicate blank lines in kernel/bpf/Leon Hwang
2026-08-12cachefiles,netfs: sunset ondemand modeGao Xiang
2026-08-08bpf: Support __arena and __arena__nullable on struct_ops argumentsTejun Heo
2026-08-08bpf: Support __arena and __arena__nullable kfunc argument suffixesTejun Heo
2026-08-03bpf: Remove unused BTF_FMODEL_STRUCT_ARGYonghong Song
2026-08-03bpf: Rename ARG_CONST_SIZE{,_OR_ZERO} to ARG_MEM_SIZE{,_OR_ZERO}Amery Hung
2026-07-28bpf: Make btf_get_module_btf() and btf_relocate_id() non-staticMykyta Yatsenko
2026-07-21bpf: Mark bpf_refcount field as uniqueKumar Kartikeya Dwivedi
2026-07-21bpf: Preserve unique-field state across nested structsKumar Kartikeya Dwivedi
2026-07-21bpf: Fix offset warn check for bpf_res_spin_lockKumar Kartikeya Dwivedi
2026-07-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.2-rc4Kumar Kartikeya Dwivedi
2026-07-16bpf: Fix tracing of kfuncs with implicit argsIhor Solodrai
2026-07-09bpf: Give vmlinux BTF init its own mutexDaniel Borkmann
2026-07-07bpf: Reject MEM_ALLOC BTF accesses past object boundsYiyang Chen
2026-06-21bpf: Allow type tag BTF records to succeed other modifier recordsEmil Tsalapatis
2026-06-09bpf: Validate BTF repeated field counts before expansionPaul Moses
2026-06-05bpf: Reject registration of duplicated kfuncSong Chen
2026-06-04bpf: clean up btf_scan_decl_tags()Matt Bobrowski
2026-06-01bpf: Allow subprogs to return arena pointersEmil Tsalapatis
2026-06-01verifier: parse BTF type tags for function argumentsEmil Tsalapatis
2026-06-01bpf: Refactor object relationship tracking and fix dynptr UAF bugAmery Hung
2026-05-13bpf: Prepare architecture JIT support for stack argumentsYonghong 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-12bpf: Add syscall common attributes support for btf_loadLeon Hwang
2026-04-20bpf: Extend BTF UAPI vlen, kinds to use unused bitsAlan Maguire
2026-04-19bpf: Refactor dynptr mutability trackingAmery Hung
2026-03-26btf: Support kernel parsing of BTF with layout infoAlan Maguire
2026-03-24bpf: Support pointer param types via SCALAR_VALUE for trampolinesSlava Imameev
2026-03-24bpf: Switch CONFIG_CFI_CLANG to CONFIG_CFICarlos Llamas
2026-03-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.0-rc5Alexei Starovoitov
2026-03-18bpf: Release module BTF IDR before module unloadKumar Kartikeya Dwivedi
2026-03-03bpf: Allow void global functions in the verifierEmil Tsalapatis
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-02-02bpf: Replace snprintf("%s") with strscpyThorsten Blum
2026-01-24bpf: add fsession supportMenglong Dong
2026-01-20bpf: Refactor btf_kfunc_id_set_containsIhor Solodrai
2026-01-13bpf: Skip anonymous types in type lookup for performanceDonglin Peng
2026-01-13btf: Verify BTF sortingDonglin Peng