index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
bpf
/
btf.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-11-07
bpf: Introduce helper bpf_find_vma
Song Liu
1
-1
/
+4
2021-10-22
bpf: Add BTF_KIND_DECL_TAG typedef support
Yonghong Song
1
-2
/
+2
2021-10-18
bpf: Rename BTF_KIND_TAG to BTF_KIND_DECL_TAG
Yonghong Song
1
-22
/
+22
2021-10-05
bpf: selftests: Add selftests for module kfunc support
Kumar Kartikeya Dwivedi
1
-0
/
+1
2021-10-05
bpf: Enable TCP congestion control kfunc from modules
Kumar Kartikeya Dwivedi
1
-0
/
+2
2021-10-05
bpf: btf: Introduce helpers for dynamic BTF set registration
Kumar Kartikeya Dwivedi
1
-0
/
+52
2021-09-14
bpf: Support for new btf kind BTF_KIND_TAG
Yonghong Song
1
-0
/
+128
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
2020-09-29
bpf: Fix context type resolving for extension programs
Toke Høiland-Jørgensen
1
-1
/
+8
2020-09-29
bpf: Move prog->aux->linked_prog and trampoline into bpf_link on attach
Toke Høiland-Jørgensen
1
-3
/
+3
2020-09-28
bpf: Add bpf_seq_printf_btf helper
Alan Maguire
1
-2
/
+2
2020-09-28
bpf: Move to generic BTF show support, apply it to seq files/strings
Alan Maguire
1
-102
/
+905
2020-09-28
bpf: change logging calls from verbose() to bpf_log() and use log pointer
Toke Høiland-Jørgensen
1
-3
/
+3
2020-09-21
bpf: Allow specifying a BTF ID per argument in function protos
Lorenz Bauer
1
-13
/
+0
2020-09-21
btf: Make btf_set_contains take a const pointer
Lorenz Bauer
1
-1
/
+1
2020-08-25
bpf: Add BTF_SET_START/END macros
Jiri Olsa
1
-0
/
+14
2020-08-25
bpf: Add btf_struct_ids_match function
Jiri Olsa
1
-0
/
+31
2020-08-25
bpf: Factor btf_struct_access function
Jiri Olsa
1
-10
/
+65
2020-08-25
bpf: Remove recursion call in btf_struct_access
Jiri Olsa
1
-6
/
+5
2020-08-25
bpf: Add type_id pointer as argument to __btf_resolve_size
Jiri Olsa
1
-4
/
+9
[prev]
[next]