index
:
pub/scm/linux/kernel/git/jyang/linux.git
master
Jiaxun Yang kernel tree
Jiaxun Yang
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
lib
/
bpf
/
btf.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-07-10
libbpf: Fix double-free of distilled base BTF on .BTF.ext parse error
Naveed Khan
1
-5
/
+5
2026-06-25
libbpf: fix -Wformat warnings from format/argument type mismatches
Andrii Nakryiko
1
-5
/
+5
2026-04-22
libbpf: Fix deduplication of typedef with base definitions
Antoine Tenart
1
-1
/
+3
2026-04-20
libbpf: Adjust btf_vlen() to return a __u32
Alan Maguire
1
-18
/
+32
2026-03-26
libbpf: BTF validation can use layout for unknown kinds
Alan Maguire
1
-2
/
+6
2026-03-26
libbpf: Add layout encoding support
Alan Maguire
1
-2
/
+61
2026-03-26
libbpf: Use layout to compute an unknown kind size
Alan Maguire
1
-9
/
+43
2026-03-26
libbpf: Support layout section handling in BTF
Alan Maguire
1
-153
/
+320
2026-03-05
libbpf: Support appending split BTF in btf__add_btf()
Josef Bacik
1
-9
/
+18
2026-01-13
btf: Refactor the code by calling str_is_empty
Donglin Peng
1
-17
/
+17
2026-01-13
libbpf: Verify BTF sorting
Donglin Peng
1
-0
/
+25
2026-01-13
libbpf: Optimize type lookup with binary search for sorted BTF
Donglin Peng
1
-24
/
+64
2026-01-13
libbpf: Add BTF permutation support for type reordering
Donglin Peng
1
-0
/
+133
2025-12-05
libbpf: Add debug messaging in dedup equivalence/identity matching
Alan Maguire
1
-5
/
+24
2025-11-14
libbpf: Fix BTF dedup to support recursive typedef definitions
Paul Houssel
1
-16
/
+55
2025-11-04
libbpf: Fix parsing of multi-split BTF
Alan Maguire
1
-2
/
+2
2025-10-01
libbpf: move libbpf_errstr() into libbpf_utils.c
Andrii Nakryiko
1
-1
/
+0
2025-06-06
libbpf: Handle unsupported mmap-based /sys/kernel/btf/vmlinux correctly
Andrii Nakryiko
1
-3
/
+3
2025-05-23
libbpf: Use mmap to parse vmlinux BTF from sysfs
Lorenz Bauer
1
-18
/
+71
2025-05-20
libbpf/btf: Fix string handling to support multi-split BTF
Alan Maguire
1
-1
/
+1
2025-05-05
libbpf: Improve BTF dedup handling of "identical" BTF types
Andrii Nakryiko
1
-48
/
+89
2025-04-29
libbpf: Add identical pointer detection to btf_dedup_is_equiv()
Alan Maguire
1
-0
/
+16
2025-04-15
libbpf: Verify section type in btf_find_elf_sections
Ihor Solodrai
1
-0
/
+6
2025-03-17
libbpf: Pass BPF token from find_prog_btf_id to BPF_BTF_GET_FD_BY_ID
Mykyta Yatsenko
1
-2
/
+13
2025-02-05
libbpf: Introduce kflag for type_tags and decl_tags in BTF
Ihor Solodrai
1
-23
/
+63
2025-02-03
libbpf: Fix accessing BTF.ext core_relo header
Tony Ambardar
1
-2
/
+2
2025-01-16
libbpf: Fix return zero when elf_begin failed
Pu Lehui
1
-0
/
+1
2024-12-02
libbpf: Improve debug message when the base BTF cannot be found
Ben Olson
1
-1
/
+1
2024-11-16
libbpf: Change hash_combine parameters from long to unsigned long
Sidong Yang
1
-1
/
+1
2024-11-11
libbpf: Stringify errno in log messages in btf*.c
Mykyta Yatsenko
1
-12
/
+14
2024-10-03
libbpf: Support BTF.ext loading and output in either endianness
Tony Ambardar
1
-57
/
+219
2024-10-03
libbpf: Improve log message formatting
Tony Ambardar
1
-3
/
+3
2024-09-09
libbpf: Fix some typos in comments
Yusheng Zheng
1
-1
/
+1
2024-09-05
libbpf: fix some typos in libbpf
Lin Yikai
1
-1
/
+1
2024-08-30
libbpf: Ensure new BTF objects inherit input endianness
Tony Ambardar
1
-0
/
+4
2024-07-01
libbpf: Fix error handling in btf__distill_base()
Alan Maguire
1
-1
/
+1
2024-06-24
libbpf: Skip base btf sanity checks
Antoine Tenart
1
-1
/
+1
2024-06-21
libbpf: Split field iter code into its own file kernel
Alan Maguire
1
-162
/
+0
2024-06-17
libbpf: Make btf_parse_elf process .BTF.base transparently
Eduard Zingerman
1
-54
/
+110
2024-06-17
libbpf: Split BTF relocation
Alan Maguire
1
-0
/
+17
2024-06-17
libbpf: Add btf__distill_base() creating split BTF with distilled base BTF
Alan Maguire
1
-6
/
+313
2024-06-05
libbpf: Remove callback-based type/string BTF field visitor helpers
Andrii Nakryiko
1
-130
/
+0
2024-06-05
libbpf: Make use of BTF field iterator in BTF handling code
Andrii Nakryiko
1
-22
/
+54
2024-06-05
libbpf: Make use of BTF field iterator in BPF linker code
Andrii Nakryiko
1
-2
/
+2
2024-06-05
libbpf: Add BTF field iterator
Andrii Nakryiko
1
-0
/
+162
2024-03-04
libbpf: Correct debug message in btf__load_vmlinux_btf
Chen Shen
1
-1
/
+1
2024-02-01
libbpf: Add missed btf_ext__raw_data() API
Andrii Nakryiko
1
-1
/
+5
2024-02-01
libbpf: Add btf__new_split() API that was declared but not implemented
Andrii Nakryiko
1
-0
/
+5
2024-01-29
libbpf: Add some details for BTF parsing failures
Ian Rogers
1
-4
/
+18
2024-01-24
libbpf: Wire up BPF token support at BPF object level
Andrii Nakryiko
1
-2
/
+8
[next]