index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
bpf
/
btf.c
Age
Commit message (
Expand
)
Author
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
2025-03-30
Merge tag 'bpf_res_spin_lock' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2025-03-30
Merge tag 'bpf-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...
Linus Torvalds
2025-03-19
bpf: Implement verifier support for rqspinlock
Kumar Kartikeya Dwivedi
2025-02-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2025-02-25
selftests/bpf: Test gen_pro/epilogue that generate kfuncs
Amery Hung
2025-02-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf bpf-6.14-rc4
Alexei Starovoitov
2025-02-20
bpf: Support selective sampling for bpf timestamping
Jason Xing
2025-02-17
bpf: Support getting referenced kptr from struct_ops argument
Amery Hung
2025-02-13
bpf: Add tracepoints with null-able arguments
Jiri Olsa
2025-02-06
net: Add rx_skb of kfree_skb to raw_tp_null_args[].
Kuniyuki Iwashima
2025-02-05
bpf: Allow kind_flag for BTF type and decl tags
Ihor Solodrai
2025-01-28
Merge tag 'driver-core-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2025-01-09
btf: Switch module BTF attribute to sysfs_bin_attr_simple_read()
Thomas Weißschuh
2025-01-03
bpf: Reject struct_ops registration that uses module ptr and the module btf_i...
Martin KaFai Lau
2024-12-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Alexei Starovoitov
2024-12-13
bpf: Augment raw_tp arguments with PTR_MAYBE_NULL
Kumar Kartikeya Dwivedi
2024-12-13
bpf: Revert "bpf: Mark raw_tp arguments with PTR_MAYBE_NULL"
Kumar Kartikeya Dwivedi
2024-12-13
bpf: Add a __btf_get_by_fd helper
Anton Protopopov
2024-12-12
bpf: Check size for BTF-based ctx access of pointer members
Kumar Kartikeya Dwivedi
2024-11-04
bpf: Mark raw_tp arguments with PTR_MAYBE_NULL
Kumar Kartikeya Dwivedi
2024-10-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Alexei Starovoitov
2024-10-24
bpf: Support __uptr type tag in BTF
Kui-Feng Lee
2024-10-09
bpf: Check the remaining info_cnt before repeating btf fields
Hou Tao
2024-10-07
bpf: Fix memory leak in bpf_core_apply
Jiri Olsa
2024-10-03
bpf: Constify struct btf_kind_operations
Christophe JAILLET
2024-09-24
Merge tag 'bpf-next-6.12-struct-fd' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2024-09-23
Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2024-09-21
Merge tag 'bpf-next-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...
Linus Torvalds
2024-09-13
bpf: Call the missed kfree() when there is no special field in btf
Hou Tao
2024-09-12
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2024-09-11
bpf: Support __nullable argument suffix for tp_btf
Philo Lu
2024-09-05
bpf: allow kfuncs within tracepoint and perf event programs
JP Kobryn
2024-09-04
bpf: add check for invalid name in btf_name_valid_section()
Jeongjun Park
2024-08-30
bpf: Fix a crash when btf_parse_base() returns an error pointer
Martin KaFai Lau
2024-08-29
bpf: Use kvmemdup to simplify the code
Hongbo Li
2024-08-23
bpf: Search for kptrs in prog BTF structs
Dave Marchevsky
2024-08-23
bpf: Let callers of btf_parse_kptr() track life cycle of prog btf
Amery Hung
2024-08-22
bpf: correctly handle malformed BPF_CORE_TYPE_ID_LOCAL relos
Eduard Zingerman
2024-08-21
bpf: extract iterator argument type and name validation logic
Andrii Nakryiko
2024-08-19
bpf: Enable generic kfuncs for BPF_CGROUP_* programs
Matteo Croce
2024-08-15
bpf: Remove __btf_name_valid() and change to btf_name_valid_identifier()
Jeongjun Park
2024-08-13
bpf: trivial conversions for fdget()
Al Viro
[next]