index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
lib
/
bpf
/
linker.c
Age
Commit message (
Expand
)
Author
2024-06-21
libbpf: Checking the btf_type kind when fixing variable offsets
Donglin Peng
2024-06-05
libbpf: Make use of BTF field iterator in BPF linker code
Andrii Nakryiko
2024-02-01
libbpf: Add missed btf_ext__raw_data() API
Andrii Nakryiko
2023-12-21
libbpf: Skip DWARF sections in linker sanity check
Alyssa Ross
2023-12-08
libbpf: Add pr_warn() for EINVAL cases in linker_sanity_check_elf
Sergei Trofimovich
2023-03-27
libbpf: Fix double-free when linker processes empty sections
Eduard Zingerman
2023-03-01
libbpf: Cleanup linker_append_elf_relos
Viktor Malik
2022-06-07
libbpf: Add enum64 support for bpf linking
Yonghong Song
2022-06-03
libbpf: Fix is_pow_of_2
Yuze Chi
2021-11-26
libbpf: Fix using invalidated memory in bpf_linker
Andrii Nakryiko
2021-11-26
libbpf: Fix glob_syms memory leak in bpf_linker
Andrii Nakryiko
2021-11-11
libbpf: Turn btf_dedup_opts into OPTS-based struct
Andrii Nakryiko
2021-10-28
libbpf: Use O_CLOEXEC uniformly when opening fds
Kumar Kartikeya Dwivedi
2021-10-25
libbpf: Use __BYTE_ORDER__
Ilya Leoshkevich
2021-10-22
libbpf: Add btf__type_cnt() and btf__raw_data() APIs
Hengqi Chen
2021-10-21
libbpf: Use Elf64-specific types explicitly for dealing with ELF
Andrii Nakryiko
2021-09-28
libbpf: Fix segfault in static linker for objects without BTF
Kumar Kartikeya Dwivedi
2021-05-25
libbpf: Streamline error reporting for high-level APIs
Andrii Nakryiko
2021-05-24
libbpf: Add support for new llvm bpf relocations
Yonghong Song
2021-05-11
libbpf: Fix ELF symbol visibility update logic
Andrii Nakryiko
2021-05-11
libbpf: Add per-file linker opts
Andrii Nakryiko
2021-04-23
libbpf: Support extern resolution for BTF-defined maps in .maps section
Andrii Nakryiko
2021-04-23
libbpf: Add linker extern resolution support for functions and global variables
Andrii Nakryiko
2021-04-23
libbpf: Tighten BTF type ID rewriting with error checking
Andrii Nakryiko
2021-04-23
libbpf: Extend sanity checking ELF symbols with externs validation
Andrii Nakryiko
2021-04-23
libbpf: Make few internal helpers available outside of libbpf.c
Andrii Nakryiko
2021-04-23
libbpf: Factor out symtab and relos sanity checks
Andrii Nakryiko
2021-04-03
libbpf: Remove redundant semi-colon
Yang Yingliang
2021-03-30
libbpf: Fix memory leak when emitting final btf_ext
Andrii Nakryiko
2021-03-26
libbpf: Preserve empty DATASEC BTFs during static linking
Andrii Nakryiko
2021-03-22
libbpf: Skip BTF fixup if object file has no BTF
Andrii Nakryiko
2021-03-18
libbpf: Add BPF static linker BTF and BTF.ext support
Andrii Nakryiko
2021-03-18
libbpf: Add BPF static linker APIs
Andrii Nakryiko