index
:
drm-tip
drm-tip
maintainer-tools
rerere-cache
tip
DRM current development and nightly trees
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
lib
/
bpf
/
linker.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-11-11
libbpf: Stringify errno in log messages in the remaining code
Mykyta Yatsenko
1
-9
/
+12
2024-10-07
libbpf: Do not resolve size on duplicate FUNCs
Eric Long
1
-0
/
+4
2024-10-03
libbpf: Support linking bpf objects of either endianness
Tony Ambardar
1
-16
/
+62
2024-10-03
libbpf: Fix output .symtab byte-order during linking
Tony Ambardar
1
-0
/
+2
2024-09-05
libbpf: fix some typos in libbpf
Lin Yikai
1
-2
/
+2
2024-06-21
libbpf: Checking the btf_type kind when fixing variable offsets
Donglin Peng
1
-2
/
+9
2024-06-05
libbpf: Make use of BTF field iterator in BPF linker code
Andrii Nakryiko
1
-22
/
+36
2024-02-01
libbpf: Add missed btf_ext__raw_data() API
Andrii Nakryiko
1
-1
/
+1
2023-12-21
libbpf: Skip DWARF sections in linker sanity check
Alyssa Ross
1
-0
/
+3
2023-12-08
libbpf: Add pr_warn() for EINVAL cases in linker_sanity_check_elf
Sergei Trofimovich
1
-4
/
+20
2023-03-27
libbpf: Fix double-free when linker processes empty sections
Eduard Zingerman
1
-1
/
+13
2023-03-01
libbpf: Cleanup linker_append_elf_relos
Viktor Malik
1
-9
/
+2
2022-06-07
libbpf: Add enum64 support for bpf linking
Yonghong Song
1
-0
/
+2
2022-06-03
libbpf: Fix is_pow_of_2
Yuze Chi
1
-5
/
+0
2021-11-26
libbpf: Fix using invalidated memory in bpf_linker
Andrii Nakryiko
1
-1
/
+4
2021-11-26
libbpf: Fix glob_syms memory leak in bpf_linker
Andrii Nakryiko
1
-0
/
+1
2021-11-11
libbpf: Turn btf_dedup_opts into OPTS-based struct
Andrii Nakryiko
1
-1
/
+3
2021-10-28
libbpf: Use O_CLOEXEC uniformly when opening fds
Kumar Kartikeya Dwivedi
1
-2
/
+2
2021-10-25
libbpf: Use __BYTE_ORDER__
Ilya Leoshkevich
1
-6
/
+6
2021-10-22
libbpf: Add btf__type_cnt() and btf__raw_data() APIs
Hengqi Chen
1
-14
/
+14
2021-10-21
libbpf: Use Elf64-specific types explicitly for dealing with ELF
Andrii Nakryiko
1
-1
/
+0
2021-09-28
libbpf: Fix segfault in static linker for objects without BTF
Kumar Kartikeya Dwivedi
1
-1
/
+7
2021-05-25
libbpf: Streamline error reporting for high-level APIs
Andrii Nakryiko
1
-11
/
+11
2021-05-24
libbpf: Add support for new llvm bpf relocations
Yonghong Song
1
-1
/
+2
2021-05-11
libbpf: Fix ELF symbol visibility update logic
Andrii Nakryiko
1
-1
/
+1
2021-05-11
libbpf: Add per-file linker opts
Andrii Nakryiko
1
-4
/
+12
2021-04-23
libbpf: Support extern resolution for BTF-defined maps in .maps section
Andrii Nakryiko
1
-0
/
+132
2021-04-23
libbpf: Add linker extern resolution support for functions and global variables
Andrii Nakryiko
1
-59
/
+790
2021-04-23
libbpf: Tighten BTF type ID rewriting with error checking
Andrii Nakryiko
1
-0
/
+7
2021-04-23
libbpf: Extend sanity checking ELF symbols with externs validation
Andrii Nakryiko
1
-9
/
+40
2021-04-23
libbpf: Make few internal helpers available outside of libbpf.c
Andrii Nakryiko
1
-8
/
+6
2021-04-23
libbpf: Factor out symtab and relos sanity checks
Andrii Nakryiko
1
-106
/
+127
2021-04-03
libbpf: Remove redundant semi-colon
Yang Yingliang
1
-1
/
+1
2021-03-30
libbpf: Fix memory leak when emitting final btf_ext
Andrii Nakryiko
1
-8
/
+16
2021-03-26
libbpf: Preserve empty DATASEC BTFs during static linking
Andrii Nakryiko
1
-1
/
+12
2021-03-22
libbpf: Skip BTF fixup if object file has no BTF
Andrii Nakryiko
1
-0
/
+3
2021-03-18
libbpf: Add BPF static linker BTF and BTF.ext support
Andrii Nakryiko
1
-2
/
+767
2021-03-18
libbpf: Add BPF static linker APIs
Andrii Nakryiko
1
-0
/
+1176