index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
lib
/
bpf
/
relo_core.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-08-24
libbpf: fix signedness determination in CO-RE relo handling logic
Andrii Nakryiko
1
-1
/
+1
2023-03-01
libbpf: Remove several dead assignments
Viktor Malik
1
-3
/
+0
2022-07-09
bpf: Correctly propagate errors up from bpf_core_composites_match
Daniel Müller
1
-1
/
+8
2022-07-06
bpf, libbpf: Add type match support
Daniel Müller
1
-4
/
+275
2022-06-25
bpf: Merge "types_are_compat" logic into relo_core.c
Daniel Müller
1
-0
/
+80
2022-06-07
libbpf: Add enum64 relocation support
Yonghong Song
1
-17
/
+37
2022-06-07
libbpf: Fix an error in 64bit relocation value computation
Yonghong Song
1
-1
/
+1
2022-06-07
libbpf: Permit 64bit relocation value
Yonghong Song
1
-22
/
+27
2022-06-04
libbpf: Fix a couple of typos
Daniel Müller
1
-4
/
+4
2022-04-27
libbpf: Fix up verifier log for unguarded failed CO-RE relos
Andrii Nakryiko
1
-4
/
+4
2022-04-27
libbpf: Simplify bpf_core_parse_spec() signature
Andrii Nakryiko
1
-19
/
+15
2022-04-27
libbpf: Refactor CO-RE relo human description formatting routine
Andrii Nakryiko
1
-26
/
+38
2022-04-27
libbpf: Fix anonymous type check in CO-RE logic
Andrii Nakryiko
1
-1
/
+1
2022-02-16
libbpf: Split bpf_core_apply_relo()
Mauricio Vásquez
1
-56
/
+23
2021-12-14
libbpf: Fix potential uninit memory read
Andrii Nakryiko
1
-0
/
+1
2021-12-13
libbpf: Don't validate TYPE_ID relo's original imm value
Andrii Nakryiko
1
-5
/
+14
2021-12-04
libbpf: Reduce bpf_core_apply_relo_insn() stack usage.
Alexei Starovoitov
1
-43
/
+19
2021-12-02
bpf: Define enum bpf_core_relo_kind as uapi.
Alexei Starovoitov
1
-42
/
+42
2021-12-02
bpf: Prepare relo_core.c for kernel duty.
Alexei Starovoitov
1
-11
/
+65
2021-12-02
libbpf: Replace btf__type_by_id() with btf_type_by_id().
Alexei Starovoitov
1
-11
/
+8
2021-10-26
libbpf: Use __BYTE_ORDER__
Ilya Leoshkevich
1
-1
/
+1
2021-07-26
libbpf: Split CO-RE logic into relo_core.c.
Alexei Starovoitov
1
-0
/
+1295