index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
bpf
/
resolve_btfids
Age
Commit message (
Expand
)
Author
Lines
2026-02-24
resolve_btfids: Fix memory leaks reported by ASAN
Ihor Solodrai
-27
/
+54
2026-02-24
selftests/bpf: Pass through build flags to bpftool and resolve_btfids
Ihor Solodrai
-2
/
+5
2026-02-04
resolve_btfids: Refactor the sort_btf_by_name function
Donglin Peng
-7
/
+11
2026-01-20
resolve_btfids: Support for KF_IMPLICIT_ARGS
Ihor Solodrai
-0
/
+382
2026-01-20
resolve_btfids: Introduce finalize_btf() step
Ihor Solodrai
-21
/
+48
2026-01-13
tools/resolve_btfids: Support BTF sorting feature
Donglin Peng
-0
/
+64
2025-12-31
resolve_btfids: Implement --patch_btfids
Ihor Solodrai
-0
/
+117
2025-12-19
resolve_btfids: Change in-place update with raw binary output
Ihor Solodrai
-81
/
+143
2025-12-19
resolve_btfids: Always build with -Wall -Werror
Ihor Solodrai
-1
/
+2
2025-12-19
resolve_btfids: Introduce enum btf_id_kind
Ihor Solodrai
-23
/
+60
2025-12-19
resolve_btfids: Factor out load_btf()
Ihor Solodrai
-13
/
+34
2025-12-19
resolve_btfids: Rename object btf field to btf_path
Ihor Solodrai
-5
/
+5
2025-06-10
tools/resolve_btfids: Fix build when cross compiling kernel with clang.
Suleiman Souhlal
-1
/
+1
2025-02-25
Merge tag 'perf-tools-fixes-for-v6.14-2-2025-02-25' of git://git.kernel.org/p...
Linus Torvalds
-2
/
+0
2025-02-18
tools: Remove redundant quiet setup
Charlie Jenkins
-2
/
+0
2024-12-10
tools/resolve_btfids: Add --fatal_warnings option
Thomas Weißschuh
-2
/
+10
2024-10-23
resolve_btfids: Fix compiler warnings
Eder Zulian
-2
/
+2
2024-07-22
tools/resolve_btfids: Fix comparison of distinct pointer types warning in res...
Liwei Song
-1
/
+1
2024-06-17
resolve_btfids: Handle presence of .BTF.base section
Alan Maguire
-0
/
+8
2024-05-24
bpf: Fix potential integer overflow in resolve_btfids
Friedrich Vock
-1
/
+1
2024-02-07
tools/resolve_btfids: Fix cross-compilation to non-host endianness
Viktor Malik
-0
/
+35
2024-02-07
tools/resolve_btfids: Refactor set sorting with types from btf_ids.h
Viktor Malik
-14
/
+21
2023-06-05
tools/resolve_btfids: Fix setting HOSTCFLAGS
Viktor Malik
-2
/
+2
2023-04-27
Merge tag 'mm-nonmm-stable-2023-04-27-16-01' of git://git.kernel.org/pub/scm/...
Linus Torvalds
-1
/
+1
2023-04-08
ELF: fix all "Elf" typos
Alexey Dobriyan
-1
/
+1
2023-03-06
tools/resolve_btfids: Add /libsubcmd to .gitignore
Rong Tao
-0
/
+1
2023-02-09
tools/resolve_btfids: Pass HOSTCFLAGS as EXTRA_CFLAGS to prepare targets
Jiri Olsa
-1
/
+1
2023-02-07
tools/resolve_btfids: Tidy HOST_OVERRIDES
Ian Rogers
-2
/
+2
2023-02-07
tools/resolve_btfids: Compile resolve_btfids as host program
Jiri Olsa
-4
/
+9
2023-01-25
tools/resolve_btfids: Alter how HOSTCC is forced
Ian Rogers
-10
/
+7
2023-01-25
tools/resolve_btfids: Install subcmd headers
Ian Rogers
-6
/
+15
2022-12-15
tools/resolve_btfids: Use pkg-config to locate libelf
Shen Jiamin
-2
/
+6
2022-07-21
tools/resolve_btfids: Add support for 8-byte BTF sets
Kumar Kartikeya Dwivedi
-6
/
+34
2022-02-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-1
/
+5
2022-02-03
tools/resolve_btfids: Do not print any commands when building silently
Nathan Chancellor
-1
/
+5
2022-01-14
tools/resolve_btfids: Build with host flags
Connor O'Brien
-2
/
+4
2021-12-16
tools/resolve_btfids: Support cross-building the kernel with clang
Jean-Philippe Brucker
-0
/
+1
2021-12-10
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
-2
/
+3
2021-12-02
tools/resolve_btfids: Skip unresolved symbol warning for empty BTF sets
Kumar Kartikeya Dwivedi
-3
/
+5
2021-11-26
tools/resolve_btf_ids: Close ELF file on error
Andrii Nakryiko
-2
/
+3
2021-10-22
tools/resolve_btfids: Switch to new btf__type_cnt API
Hengqi Chen
-2
/
+2
2021-10-08
tools/resolve_btfids: Install libbpf headers when building
Quentin Monnet
-7
/
+13
2021-10-05
tools: Allow specifying base BTF file in resolve_btfids
Kumar Kartikeya Dwivedi
-9
/
+19
2021-09-13
libbpf: Make libbpf_version.h non-auto-generated
Andrii Nakryiko
-1
/
+0
2021-09-09
libbpf: Add LIBBPF_DEPRECATED_SINCE macro for scheduling API deprecations
Quentin Monnet
-2
/
+4
2021-07-29
tools/resolve_btfids: Emit warnings and patch zero id for missing symbols
Hengqi Chen
-6
/
+7
2021-06-18
bpf: Fix libelf endian handling in resolv_btfids
Tony Ambardar
-0
/
+3
2021-03-31
tools/resolve_btfids: Fix warnings
Stanislav Fomichev
-6
/
+5
2021-02-24
tools/resolve_btfids: Fix build error with older host toolchains
Kun-Chuan Hsieh
-0
/
+5
2021-02-12
tools/resolve_btfids: Add /libbpf to .gitignore
Stanislav Fomichev
-0
/
+1
[next]