blob: 1d21eebaa7ae57b02623eaac441f48a6f9d97203 [file] [log] [blame]
33433913459a ("libbpf: Fix uninitialized variable in btf_parse_type_sec")
3289959b97ca ("libbpf: Support BTF loading and raw data output in both endianness")
f86ed050bcee ("libbpf: Add btf__str_by_offset() as a more generic variant of name_by_offset")
4a3b33f8579a ("libbpf: Add BTF writing APIs")
a871b0431024 ("libbpf: Add btf__new_empty() to create an empty BTF object")
919d2b1dbb07 ("libbpf: Allow modification of BTF and add btf__add_str API")
192f5a1fe689 ("libbpf: Generalize common logic for managing dynamically-sized arrays")
b86042478fa0 ("libbpf: Remove assumption of single contiguous memory for BTF data")
740e69c3c511 ("libbpf: Refactor internals of BTF type index")
521095842027 ("libbpf: Deprecate notion of BPF program "title" in favor of "section name"")
8505e8709b5e ("libbpf: Implement generalized .BTF.ext func/line info adjustment")
c3c556966de7 ("libbpf: Make RELO_CALL work for multi-prog sections and sub-program calls")
db2b8b06423c ("libbpf: Support CO-RE relocations for multi-prog sections")
c112239272c6 ("libbpf: Parse multi-function sections into multiple BPF programs")
2e80be60c465 ("libbpf: Fix compilation warnings for 64-bit printf args")
3418c56de81f ("libbpf: Avoid false unuinitialized variable warning in bpf_core_apply_relo")
9c0f8cbdc0e9 ("libbpf: Normalize and improve logging across few functions")
50e09460d9f8 ("libbpf: Skip well-known ELF sections when iterating ELF")
88a82120282b ("libbpf: Factor out common ELF operations and improve logging")
dca5612f8eb9 ("libbpf: Add perf_buffer APIs for better integration with outside epoll loop")
eacaaed784e2 ("libbpf: Implement enum value-based CO-RE relocations")
3fc32f40c402 ("libbpf: Implement type-based CO-RE relocations support")
029258d7b228 ("libbpf: Remove any use of reallocarray() in libbpf")
353c788c2054 ("libbpf: Improve relocation ambiguity detection")
28b93c64499a ("libbpf: Clean up and improve CO-RE reloc logging")
70785cfb1928 ("libbpf: Switch tracing and CO-RE helper macros to bpf_probe_read_kernel()")
109cea5a594f ("libbpf: Sanitize BPF program code for bpf_probe_read_{kernel, user}[_str]")
47b6cb4d0add ("libbpf: Make kernel feature probing lazy")