index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
reconnect-fixes
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
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-04-18
bpf: Release module BTF IDR before module unload
Kumar Kartikeya Dwivedi
1
-4
/
+20
2024-08-19
bpf: Eliminate remaining "make W=1" warnings in kernel/bpf/btf.o
Alan Maguire
1
-1
/
+1
2024-08-19
bpf: annotate BTF show functions with __printf
Alan Maguire
1
-4
/
+4
2024-04-27
bpf: Generalize check_ctx_reg for reuse with other types
Daniel Borkmann
1
-1
/
+1
2024-04-27
bpf: Extend kfunc with PTR_TO_CTX, PTR_TO_MEM argument support
Kumar Kartikeya Dwivedi
1
-20
/
+73
2023-06-28
bpf/btf: Accept function names that contain dots
Florent Revest
1
-12
/
+8
2023-03-17
btf: fix resolving BTF_KIND_VAR after ARRAY, STRUCT, UNION, PTR
Lorenz Bauer
1
-0
/
+1
2023-03-10
bpf: Fix global subprog context argument resolution logic
Andrii Nakryiko
1
-2
/
+11
2022-12-31
bpf: Prevent decl_tag from being referenced in func_proto arg
Stanislav Fomichev
1
-0
/
+5
2022-10-26
bpf: btf: fix truncated last_member_type_id in btf_struct_resolve
Lorenz Bauer
1
-1
/
+1
2022-06-25
bpf: Fix calling global functions from BPF_PROG_TYPE_EXT programs
Toke Høiland-Jørgensen
1
-2
/
+3
2022-05-01
bpf: Fix crash due to out of bounds access into reg2btf_ids.
Kumar Kartikeya Dwivedi
1
-2
/
+2
2022-05-01
bpf: Add MEM_RDONLY for helper args that are pointers to rdonly mem.
Hao Luo
1
-1
/
+1
2022-05-01
bpf: Convert PTR_TO_MEM_OR_NULL to composable types.
Hao Luo
1
-1
/
+1
2022-05-01
bpf: Introduce MEM_RDONLY flag
Hao Luo
1
-2
/
+1
2022-05-01
bpf: Replace PTR_TO_XXX_OR_NULL with PTR_TO_XXX | PTR_MAYBE_NULL
Hao Luo
1
-2
/
+5
2022-04-08
bpf: Fix UAF due to race between btf_try_get_module and load_module
Kumar Kartikeya Dwivedi
1
-2
/
+24
2022-01-27
bpf: Disallow BPF_LOG_KERNEL log level for bpf(BPF_BTF_LOAD)
Hou Tao
1
-2
/
+1
2022-01-27
bpf: Adjust BTF log size limit.
Alexei Starovoitov
1
-1
/
+1
2021-08-25
bpf: Fix bpf-next builds without CONFIG_BPF_EVENTS
Daniel Xu
1
-0
/
+2
2021-07-29
bpf: Emit better log message if bpf_iter ctx arg btf_id == 0
Yonghong Song
1
-0
/
+5
2021-07-15
bpf: Add map side support for bpf timers.
Alexei Starovoitov
1
-14
/
+63
2021-06-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-3
/
+3
2021-05-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+12
2021-05-24
bpf: Fix spelling mistakes
Zhen Lei
1
-3
/
+3
2021-05-19
bpf: Add bpf_btf_find_by_name_kind() helper.
Alexei Starovoitov
1
-0
/
+62
2021-05-19
bpf: Make btf_load command to be bpfptr_t compatible.
Alexei Starovoitov
1
-4
/
+4
2021-05-07
bpf: Forbid trampoline attach for functions with variable arguments
Jiri Olsa
1
-0
/
+12
2021-03-30
bpf: Remove redundant assignment of variable id
Colin Ian King
1
-1
/
+0
2021-03-26
bpf: Support bpf program calling kernel function
Martin KaFai Lau
1
-5
/
+60
2021-03-26
bpf: Refactor btf_check_func_arg_match
Martin KaFai Lau
1
-73
/
+86
2021-03-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-13
/
+95
2021-03-04
bpf: Add BTF_KIND_FLOAT support
Ilya Leoshkevich
1
-2
/
+81
2021-02-26
bpf: Use MAX_BPF_FUNC_REG_ARGS macro
Dmitrii Banshchikov
1
-11
/
+14
2021-02-24
bpf: Drop imprecise log message
Dmitrii Banshchikov
1
-2
/
+0
2021-02-12
bpf: Support pointers in global func args
Dmitrii Banshchikov
1
-10
/
+45
2021-02-12
bpf: Rename bpf_reg_state variables
Dmitrii Banshchikov
1
-8
/
+12
2021-01-20
bpf: Permit size-0 datasec
Yonghong Song
1
-5
/
+0
2021-01-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2021-01-12
bpf: Support BPF ksym variables in kernel modules
Andrii Nakryiko
1
-2
/
+29
2021-01-12
bpf: Allow empty module BTFs
Andrii Nakryiko
1
-1
/
+1
2020-12-03
bpf: Allow to specify kernel module BTFs when attaching BPF programs
Andrii Nakryiko
1
-0
/
+5
2020-12-03
bpf: Remove hard-coded btf_vmlinux assumption from BPF verifier
Andrii Nakryiko
1
-21
/
+44
2020-11-10
bpf: Compile out btf_parse_module() if module BTF is not enabled
Andrii Nakryiko
1
-0
/
+4
2020-11-10
bpf: Load and verify kernel module BTFs
Andrii Nakryiko
1
-0
/
+194
2020-11-10
bpf: Assign ID to vmlinux BTF and return extra info for BTF in GET_OBJ_INFO
Andrii Nakryiko
1
-3
/
+40
2020-11-10
bpf: Add in-kernel split BTF support
Andrii Nakryiko
1
-52
/
+119
2020-11-10
bpf, btf: Remove the duplicate btf_ids.h include
Wang Qing
1
-1
/
+0
2020-10-02
bpf: Introduce bpf_per_cpu_ptr()
Hao Luo
1
-10
/
+0
2020-10-02
bpf: Introduce pseudo_btf_id
Hao Luo
1
-15
/
+0
[next]