index
:
linux.git
sunxi/cedar/a33-support
sunxi/cedar/mmio-trace
sunxi/cedrus/jpeg-base
sunxi/cedrus/jpeg-nv16
sunxi/platform/irq-debounce
Linux kernel
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
bpf
/
btf.c
Age
Commit message (
Expand
)
Author
2022-03-28
bpf: Fix maximum permitted number of arguments check
Yuntao Wang
2022-03-21
bpf: Simplify check in btf_parse_hdr()
Yuntao Wang
2022-03-20
bpf: Check for NULL return from bpf_get_btf_vmlinux
Kumar Kartikeya Dwivedi
2022-03-19
bpf: Always raise reference in btf_get_module_btf
Kumar Kartikeya Dwivedi
2022-03-18
bpf: Factor out fd returning from bpf_btf_find_by_name_kind
Kumar Kartikeya Dwivedi
2022-03-05
bpf: Reject programs that try to load __percpu memory.
Hao Luo
2022-03-05
bpf: Harden register offset checks for release helpers and kfuncs
Kumar Kartikeya Dwivedi
2022-03-05
bpf: Fix PTR_TO_BTF_ID var_off check
Kumar Kartikeya Dwivedi
2022-02-28
bpf: Add config to allow loading modules with BTF mismatches
Connor O'Brien
2022-02-23
bpf: Cleanup comments
Tom Rix
2022-02-19
bpf: Initialize ret to 0 inside btf_populate_kfunc_set()
Souptick Joarder (HPE)
2022-02-17
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2022-02-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-02-16
bpf: Fix crash due to out of bounds access into reg2btf_ids.
Kumar Kartikeya Dwivedi
2022-02-16
libbpf: Split bpf_core_apply_relo()
Mauricio Vásquez
2022-02-04
bpf: Implement bpf_core_types_are_compat().
Matteo Croce
2022-02-03
bpf: Fix a btf decl_tag bug when tagging a function
Yonghong Song
2022-01-27
bpf: reject program if a __user tagged memory accessed in kernel way
Yonghong Song
2022-01-25
bpf: fix register_btf_kfunc_id_set for !CONFIG_DEBUG_INFO_BTF
Stanislav Fomichev
2022-01-24
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2022-01-19
bpf: Generalize check_ctx_reg for reuse with other types
Daniel Borkmann
2022-01-18
bpf: Add reference tracking support to kfunc
Kumar Kartikeya Dwivedi
2022-01-18
bpf: Introduce mem, size argument pair support for kfunc
Kumar Kartikeya Dwivedi
2022-01-18
bpf: Remove check_kfunc_call callback and old kfunc BTF ID API
Kumar Kartikeya Dwivedi
2022-01-18
bpf: Populate kfunc BTF ID sets in struct btf
Kumar Kartikeya Dwivedi
2022-01-18
bpf: Fix UAF due to race between btf_try_get_module and load_module
Kumar Kartikeya Dwivedi
2021-12-18
bpf: Extend kfunc with PTR_TO_CTX, PTR_TO_MEM argument support
Kumar Kartikeya Dwivedi
2021-12-18
bpf: Add MEM_RDONLY for helper args that are pointers to rdonly mem.
Hao Luo
2021-12-18
bpf: Convert PTR_TO_MEM_OR_NULL to composable types.
Hao Luo
2021-12-18
bpf: Introduce MEM_RDONLY flag
Hao Luo
2021-12-18
bpf: Replace PTR_TO_XXX_OR_NULL with PTR_TO_XXX | PTR_MAYBE_NULL
Hao Luo
2021-12-13
bpf: Allow access to int pointer arguments in tracing programs
Jiri Olsa
2021-12-11
bpf: Silence coverity false positive warning.
Alexei Starovoitov
2021-12-11
bpf: Use kmemdup() to replace kmalloc + memcpy
Jiapeng Chong
2021-12-10
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2021-12-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-12-08
bpf: Remove redundant assignment to pointer t
Colin Ian King
2021-12-06
bpf: Silence purge_cand_cache build warning.
Alexei Starovoitov
2021-12-04
bpf: Disallow BPF_LOG_KERNEL log level for bpf(BPF_BTF_LOAD)
Hou Tao
2021-12-03
libbpf: Reduce bpf_core_apply_relo_insn() stack usage.
Alexei Starovoitov
2021-12-02
bpf: Fix bpf_check_mod_kfunc_call for built-in modules
Kumar Kartikeya Dwivedi
2021-12-02
bpf: Make CONFIG_DEBUG_INFO_BTF depend upon CONFIG_BPF_SYSCALL
Kumar Kartikeya Dwivedi
2021-12-02
bpf: Add bpf_core_add_cands() and wire it into bpf_core_apply_relo_insn().
Alexei Starovoitov
2021-12-02
bpf: Adjust BTF log size limit.
Alexei Starovoitov
2021-12-02
bpf: Pass a set of bpf_core_relo-s to prog_load command.
Alexei Starovoitov
2021-12-02
bpf: Prepare relo_core.c for kernel duty.
Alexei Starovoitov
2021-12-02
bpf: Rename btf_member accessors.
Alexei Starovoitov
2021-11-12
bpf: Introduce btf_tracing_ids
Song Liu
2021-11-12
bpf: Extend BTF_ID_LIST_GLOBAL with parameter for number of IDs
Song Liu
2021-11-11
bpf: Support BTF_KIND_TYPE_TAG for btf_type_tag attributes
Yonghong Song
[next]