开源镜像站
帮助
下载
动态
GitHub
index
:
linux.git
master
Linux kernel mainline source
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
bpf
/
btf.c
Age
Commit message (
Expand
)
Author
7 days
bpf: Fix tracing of kfuncs with implicit args
Ihor Solodrai
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
2026-01-13
btf: Optimize type lookup with binary search
Donglin Peng
2026-01-12
bpf, btf: Enforce destructor kfunc type with CFI
Sami Tolvanen
2025-12-22
bpf: allow calling kfuncs from raw_tp programs
Puranjay Mohan
2025-09-23
bpf: Allow union argument in trampoline based programs
Leon Hwang
2025-09-23
bpf: bpf task work plumbing
Mykyta Yatsenko
2025-09-23
bpf: refactor special field-type detection
Mykyta Yatsenko
2025-07-30
Merge tag 'bpf-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...
Linus Torvalds
2025-07-16
bpf: Clean up individual BTF_ID code
Feng Yang
2025-07-07
bpf: support for void/primitive __arg_untrusted global func params
Eduard Zingerman
2025-07-07
bpf: attribute __arg_untrusted for global function parameters
Eduard Zingerman
2025-07-07
bpf: rdonly_untrusted_mem for btf id walk pointer leafs
Eduard Zingerman
2025-06-25
bpf: add btf_type_is_i{32,64} helpers
Anton Protopopov
2025-06-17
sysfs: treewide: switch back to bin_attribute::read()/write()
Thomas Weißschuh
2025-06-13
bpf: Include verifier memory allocations in memcg statistics
Eduard Zingerman
2025-05-28
Merge tag 'bpf-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...
Linus Torvalds
2025-05-19
bpf: WARN_ONCE on verifier bugs
Paul Chaignon
2025-05-05
bpf: Replace offsetof() with struct_size()
Thorsten Blum
2025-04-23
bpf: Allow access to const void pointer arguments in tracing programs
KaFai Wan
2025-04-23
bpf: Use proper type to calculate bpf_raw_tp_null_args.mask index
Shung-Hsi Yu
2025-04-21
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2025-04-17
bpf: Prepare to reuse get_ctx_arg_idx
Amery Hung
2025-04-10
trace: tcp: Add tracepoint for tcp_sendmsg_locked()
Breno Leitao
[next]