index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
nocache-cleanup
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
bpf
/
btf.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-06-21
bpf: Allow type tag BTF records to succeed other modifier records
Emil Tsalapatis
1
-86
/
+123
2026-06-09
bpf: Validate BTF repeated field counts before expansion
Paul Moses
1
-5
/
+4
2026-06-05
bpf: Reject registration of duplicated kfunc
Song Chen
1
-1
/
+35
2026-06-04
bpf: clean up btf_scan_decl_tags()
Matt Bobrowski
1
-16
/
+30
2026-06-01
bpf: Allow subprogs to return arena pointers
Emil Tsalapatis
1
-16
/
+50
2026-06-01
verifier: parse BTF type tags for function arguments
Emil Tsalapatis
1
-35
/
+85
2026-06-01
bpf: Refactor object relationship tracking and fix dynptr UAF bug
Amery Hung
1
-1
/
+1
2026-05-13
bpf: Prepare architecture JIT support for stack arguments
Yonghong Song
1
-1
/
+7
2026-05-13
bpf: Support stack arguments for bpf functions
Yonghong Song
1
-4
/
+10
2026-05-13
bpf: Set sub->arg_cnt earlier in btf_prepare_func_args()
Yonghong Song
1
-1
/
+1
2026-05-12
bpf: Add syscall common attributes support for btf_load
Leon Hwang
1
-23
/
+7
2026-04-20
bpf: Extend BTF UAPI vlen, kinds to use unused bits
Alan Maguire
1
-17
/
+10
2026-04-19
bpf: Refactor dynptr mutability tracking
Amery Hung
1
-1
/
+1
2026-03-26
btf: Support kernel parsing of BTF with layout info
Alan Maguire
1
-4
/
+56
2026-03-24
bpf: Support pointer param types via SCALAR_VALUE for trampolines
Slava Imameev
1
-10
/
+7
2026-03-24
bpf: Switch CONFIG_CFI_CLANG to CONFIG_CFI
Carlos Llamas
1
-1
/
+1
2026-03-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.0-rc5
Alexei Starovoitov
1
-4
/
+20
2026-03-18
bpf: Release module BTF IDR before module unload
Kumar Kartikeya Dwivedi
1
-4
/
+20
2026-03-03
bpf: Allow void global functions in the verifier
Emil Tsalapatis
1
-3
/
+4
2026-02-21
Convert 'alloc_flex' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-1
/
+1
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-2
/
+2
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-17
/
+18
2026-02-02
bpf: Replace snprintf("%s") with strscpy
Thorsten Blum
1
-2
/
+3
2026-01-24
bpf: add fsession support
Menglong Dong
1
-0
/
+2
2026-01-20
bpf: Refactor btf_kfunc_id_set_contains
Ihor Solodrai
1
-17
/
+53
2026-01-13
bpf: Skip anonymous types in type lookup for performance
Donglin Peng
1
-4
/
+6
2026-01-13
btf: Verify BTF sorting
Donglin Peng
1
-0
/
+43
2026-01-13
btf: Optimize type lookup with binary search
Donglin Peng
1
-9
/
+81
2026-01-12
bpf, btf: Enforce destructor kfunc type with CFI
Sami Tolvanen
1
-0
/
+7
2025-12-22
bpf: allow calling kfuncs from raw_tp programs
Puranjay Mohan
1
-0
/
+1
2025-09-23
bpf: Allow union argument in trampoline based programs
Leon Hwang
1
-4
/
+4
2025-09-23
bpf: bpf task work plumbing
Mykyta Yatsenko
1
-0
/
+7
2025-09-23
bpf: refactor special field-type detection
Mykyta Yatsenko
1
-51
/
+33
2025-07-30
Merge tag 'bpf-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...
Linus Torvalds
1
-29
/
+87
2025-07-16
bpf: Clean up individual BTF_ID code
Feng Yang
1
-2
/
+1
2025-07-07
bpf: support for void/primitive __arg_untrusted global func params
Eduard Zingerman
1
-1
/
+14
2025-07-07
bpf: attribute __arg_untrusted for global function parameters
Eduard Zingerman
1
-5
/
+33
2025-07-07
bpf: rdonly_untrusted_mem for btf id walk pointer leafs
Eduard Zingerman
1
-0
/
+6
2025-06-25
bpf: add btf_type_is_i{32,64} helpers
Anton Protopopov
1
-15
/
+26
2025-06-17
sysfs: treewide: switch back to bin_attribute::read()/write()
Thomas Weißschuh
1
-1
/
+1
2025-06-13
bpf: Include verifier memory allocations in memcg statistics
Eduard Zingerman
1
-7
/
+8
2025-05-28
Merge tag 'bpf-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...
Linus Torvalds
1
-25
/
+20
2025-05-19
bpf: WARN_ONCE on verifier bugs
Paul Chaignon
1
-2
/
+2
2025-05-05
bpf: Replace offsetof() with struct_size()
Thorsten Blum
1
-10
/
+9
2025-04-23
bpf: Allow access to const void pointer arguments in tracing programs
KaFai Wan
1
-11
/
+7
2025-04-23
bpf: Use proper type to calculate bpf_raw_tp_null_args.mask index
Shung-Hsi Yu
1
-2
/
+2
2025-04-21
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
1
-3
/
+3
2025-04-17
bpf: Prepare to reuse get_ctx_arg_idx
Amery Hung
1
-3
/
+3
2025-04-10
trace: tcp: Add tracepoint for tcp_sendmsg_locked()
Breno Leitao
1
-0
/
+1
2025-03-30
Merge tag 'bpf_res_spin_lock' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-2
/
+24
[next]