index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
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
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