index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
bpf
/
btf.c
Age
Commit message (
Expand
)
Author
2024-04-30
bpf: Add support for kprobe session context
Jiri Olsa
2024-04-23
bpf: add support for bpf_wq user type
Benjamin Tissoires
2024-04-16
btf: Avoid weak external references
Ard Biesheuvel
2024-03-11
bpf: Recognize btf_decl_tag("arg: Arena") as PTR_TO_ARENA.
Alexei Starovoitov
2024-03-06
bpf: Allow all printable characters in BTF DATASEC names
Eduard Zingerman
2024-02-13
bpf: don't infer PTR_TO_CTX for programs with unnamed context type
Andrii Nakryiko
2024-02-13
bpf: handle bpf_user_pt_regs_t typedef explicitly for PTR_TO_CTX global arg
Andrii Nakryiko
2024-02-13
bpf: simplify btf_get_prog_ctx_type() into btf_is_prog_ctx_type()
Andrii Nakryiko
2024-02-13
bpf: Create argument information for nullable arguments.
Kui-Feng Lee
2024-02-13
bpf: Move __kfunc_param_match_suffix() to btf.c.
Kui-Feng Lee
2024-02-13
bpf: add btf pointer to struct bpf_ctx_arg_aux.
Kui-Feng Lee
2024-02-08
bpf, btf: Check btf for register_bpf_struct_ops
Geliang Tang
2024-02-08
bpf, btf: Add check_btf_kconfigs helper
Geliang Tang
2024-02-08
bpf, btf: Fix return value of register_btf_id_dtor_kfuncs
Geliang Tang
2024-02-02
bpf: don't emit warnings intended for global subprogs for static subprogs
Andrii Nakryiko
2024-01-31
bpf: treewide: Annotate BPF kfuncs in BTF
Daniel Xu
2024-01-30
bpf: add arg:nullable tag to be combined with trusted pointers
Andrii Nakryiko
2024-01-30
bpf: add __arg_trusted global func arg tag
Andrii Nakryiko
2024-01-29
bpf: move arg:ctx type enforcement check inside the main logic loop
Andrii Nakryiko
2024-01-23
bpf: export btf_ctx_access to modules.
Kui-Feng Lee
2024-01-23
bpf, net: switch to dynamic registration
Kui-Feng Lee
2024-01-23
bpf: add struct_ops_tab to btf.
Kui-Feng Lee
2024-01-23
bpf: refactory struct_ops type initialization to a function.
Kui-Feng Lee
2024-01-23
bpf: support multiple tags per argument
Andrii Nakryiko
2024-01-23
bpf: prepare btf_prepare_func_args() for multiple tags per argument
Andrii Nakryiko
2024-01-23
bpf: make sure scalar args don't accept __arg_nonnull tag
Andrii Nakryiko
2024-01-17
bpf: enforce types for __arg_ctx-tagged arguments in global subprogs
Andrii Nakryiko
2024-01-17
bpf: extract bpf_ctx_convert_map logic and make it more reusable
Andrii Nakryiko
2023-12-19
bpf: add support for passing dynptr pointer to global subprog
Andrii Nakryiko
2023-12-19
bpf: support 'arg:xxx' btf_decl_tag-based hints for global subprog args
Andrii Nakryiko
2023-12-19
bpf: move subprog call logic back to verifier.c
Andrii Nakryiko
2023-12-19
bpf: prepare btf_prepare_func_args() for handling static subprogs
Andrii Nakryiko
2023-12-19
bpf: reuse btf_prepare_func_args() check for main program BTF validation
Andrii Nakryiko
2023-12-19
bpf: abstract away global subprog arg preparation logic from reg state setup
Andrii Nakryiko
2023-12-11
bpf: tidy up exception callback management a bit
Andrii Nakryiko
2023-11-09
bpf: Move GRAPH_{ROOT,NODE}_MASK macros into btf_field_type enum
Dave Marchevsky
2023-10-11
bpf: Add bpf_sock_addr_set_sun_path() to allow writing unix sockaddr from bpf
Daan De Meyer
2023-09-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
2023-09-16
bpf: Add support for custom exception callbacks
Kumar Kartikeya Dwivedi
2023-09-12
bpf: Fix a erroneous check after snprintf()
Christophe JAILLET
2023-09-08
bpf: Add BPF_KPTR_PERCPU as a field type
Yonghong Song
2023-09-02
Merge tag 'probes-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...
Linus Torvalds
2023-08-23
tracing/probes: Support BTF argument on module functions
Masami Hiramatsu (Google)
2023-08-03
net: invert the netdevice.h vs xdp.h dependency
Jakub Kicinski
2023-07-13
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2023-07-13
bpf: Fix an error in verifying a field in a union
Yafang Shao
2023-07-13
bpf: Fix an error around PTR_UNTRUSTED
Yafang Shao
2023-07-03
bpf, btf: Warn but return no error for NULL btf from __register_btf_kfunc_id_...
SeongJae Park
2023-06-30
bpf: Resolve modifiers when walking structs
Stanislav Fomichev
2023-06-24
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
[next]