index
:
linux.git
arm64-uaccess
for-next
master
nocache-cleanup
vsnprintf
Linux kernel source tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
bpf
/
btf.c
Age
Commit message (
Expand
)
Author
3 days
bpf: Mark bpf_btf_find_by_name_kind() as sleepable
Kumar Kartikeya Dwivedi
4 days
bpf: Mark sched_process_wait argument as nullable
Kumar Kartikeya Dwivedi
4 days
bpf: Mark signal tracepoint siginfo arguments as scalar
Kumar Kartikeya Dwivedi
4 days
bpf: Fix NULL-ptr-deref in btf_var_show()
Jiayuan Chen
4 days
bpf: Fix NULL-ptr-deref when showing a void BTF type
Jiayuan Chen
2026-08-20
Merge tag 'bpf-next-7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Linus Torvalds
2026-08-19
Merge tag 'trace-v7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
Linus Torvalds
2026-08-17
bpf: Correct kfunc argument diagnostics
Kumar Kartikeya Dwivedi
2026-08-15
bpf: Add source and instruction diagnostic context
Kumar Kartikeya Dwivedi
2026-08-13
bpf: Drop duplicate blank lines in kernel/bpf/
Leon Hwang
2026-08-12
cachefiles,netfs: sunset ondemand mode
Gao Xiang
2026-08-08
bpf: Support __arena and __arena__nullable on struct_ops arguments
Tejun Heo
2026-08-08
bpf: Support __arena and __arena__nullable kfunc argument suffixes
Tejun Heo
2026-08-03
bpf: Remove unused BTF_FMODEL_STRUCT_ARG
Yonghong Song
2026-08-03
bpf: Rename ARG_CONST_SIZE{,_OR_ZERO} to ARG_MEM_SIZE{,_OR_ZERO}
Amery Hung
2026-07-28
bpf: Make btf_get_module_btf() and btf_relocate_id() non-static
Mykyta Yatsenko
2026-07-21
bpf: Mark bpf_refcount field as unique
Kumar Kartikeya Dwivedi
2026-07-21
bpf: Preserve unique-field state across nested structs
Kumar Kartikeya Dwivedi
2026-07-21
bpf: Fix offset warn check for bpf_res_spin_lock
Kumar Kartikeya Dwivedi
2026-07-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.2-rc4
Kumar Kartikeya Dwivedi
2026-07-16
bpf: Fix tracing of kfuncs with implicit args
Ihor Solodrai
2026-07-09
bpf: Give vmlinux BTF init its own mutex
Daniel Borkmann
2026-07-07
bpf: Reject MEM_ALLOC BTF accesses past object bounds
Yiyang Chen
2026-06-21
bpf: Allow type tag BTF records to succeed other modifier records
Emil Tsalapatis
2026-06-09
bpf: Validate BTF repeated field counts before expansion
Paul Moses
2026-06-05
bpf: Reject registration of duplicated kfunc
Song Chen
2026-06-04
bpf: clean up btf_scan_decl_tags()
Matt Bobrowski
2026-06-01
bpf: Allow subprogs to return arena pointers
Emil Tsalapatis
2026-06-01
verifier: parse BTF type tags for function arguments
Emil Tsalapatis
2026-06-01
bpf: Refactor object relationship tracking and fix dynptr UAF bug
Amery Hung
2026-05-13
bpf: Prepare architecture JIT support for stack arguments
Yonghong Song
2026-05-13
bpf: Support stack arguments for bpf functions
Yonghong Song
2026-05-13
bpf: Set sub->arg_cnt earlier in btf_prepare_func_args()
Yonghong Song
2026-05-12
bpf: Add syscall common attributes support for btf_load
Leon Hwang
2026-04-20
bpf: Extend BTF UAPI vlen, kinds to use unused bits
Alan Maguire
2026-04-19
bpf: Refactor dynptr mutability tracking
Amery Hung
2026-03-26
btf: Support kernel parsing of BTF with layout info
Alan Maguire
2026-03-24
bpf: Support pointer param types via SCALAR_VALUE for trampolines
Slava Imameev
2026-03-24
bpf: Switch CONFIG_CFI_CLANG to CONFIG_CFI
Carlos Llamas
2026-03-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.0-rc5
Alexei Starovoitov
2026-03-18
bpf: Release module BTF IDR before module unload
Kumar Kartikeya Dwivedi
2026-03-03
bpf: Allow void global functions in the verifier
Emil Tsalapatis
2026-02-21
Convert 'alloc_flex' family to use the new default GFP_KERNEL argument
Linus Torvalds
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2026-02-02
bpf: Replace snprintf("%s") with strscpy
Thorsten Blum
2026-01-24
bpf: add fsession support
Menglong Dong
2026-01-20
bpf: Refactor btf_kfunc_id_set_contains
Ihor Solodrai
2026-01-13
bpf: Skip anonymous types in type lookup for performance
Donglin Peng
2026-01-13
btf: Verify BTF sorting
Donglin Peng
[next]