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
/
tools
/
lib
/
bpf
/
linker.c
Age
Commit message (
Expand
)
Author
Files
Lines
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