开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
lib
/
bpf
/
relo_core.c
Age
Commit message (
Expand
)
Author
2022-07-08
bpf: Correctly propagate errors up from bpf_core_composites_match
Daniel Müller
2022-07-05
bpf, libbpf: Add type match support
Daniel Müller
2022-06-24
bpf: Merge "types_are_compat" logic into relo_core.c
Daniel Müller
2022-06-07
libbpf: Add enum64 relocation support
Yonghong Song
2022-06-07
libbpf: Fix an error in 64bit relocation value computation
Yonghong Song
2022-06-07
libbpf: Permit 64bit relocation value
Yonghong Song
2022-06-03
libbpf: Fix a couple of typos
Daniel Müller
2022-04-26
libbpf: Fix up verifier log for unguarded failed CO-RE relos
Andrii Nakryiko
2022-04-26
libbpf: Simplify bpf_core_parse_spec() signature
Andrii Nakryiko
2022-04-26
libbpf: Refactor CO-RE relo human description formatting routine
Andrii Nakryiko
2022-04-26
libbpf: Fix anonymous type check in CO-RE logic
Andrii Nakryiko
2022-02-16
libbpf: Split bpf_core_apply_relo()
Mauricio Vásquez
2021-12-14
libbpf: Fix potential uninit memory read
Andrii Nakryiko
2021-12-12
libbpf: Don't validate TYPE_ID relo's original imm value
Andrii Nakryiko
2021-12-03
libbpf: Reduce bpf_core_apply_relo_insn() stack usage.
Alexei Starovoitov
2021-12-02
bpf: Define enum bpf_core_relo_kind as uapi.
Alexei Starovoitov
2021-12-02
bpf: Prepare relo_core.c for kernel duty.
Alexei Starovoitov
2021-12-02
libbpf: Replace btf__type_by_id() with btf_type_by_id().
Alexei Starovoitov
2021-10-25
libbpf: Use __BYTE_ORDER__
Ilya Leoshkevich
2021-07-26
libbpf: Split CO-RE logic into relo_core.c.
Alexei Starovoitov