index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
tools
/
bpf
/
resolve_btfids
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-22
Merge tag 'perf-tools-for-v7.3-2026-08-21' of git://git.kernel.org/pub/scm/linux/kernel/git/perf/perf-tools
Linus Torvalds
1
-3
/
+0
2026-08-12
resolve_btfids: Emit arena attributes from kfunc parameter suffixes
Kumar Kartikeya Dwivedi
1
-20
/
+52
2026-08-06
docs, resolve_btfids: Document kfunc BTF annotation emission
Ihor Solodrai
1
-0
/
+11
2026-08-06
resolve_btfids: Emit bpf_kfunc and bpf_fastcall decl tags
Ihor Solodrai
1
-1
/
+30
2026-08-06
resolve_btfids: Process KF_ARENA_* flags in resolve_btfids
Ihor Solodrai
1
-5
/
+134
2026-08-06
resolve_btfids: Deduplicate BTF after btf2btf transformations
Ihor Solodrai
1
-0
/
+6
2026-07-30
resolve_btfids: Enforce consistent kfunc flags across BTF ID sets
Ihor Solodrai
1
-4
/
+13
2026-07-30
resolve_btfids: Discover kfuncs from BTF ID sets
Ihor Solodrai
1
-60
/
+29
2026-07-30
resolve_btfids: Fix the _impl lookup for module BTF
Ihor Solodrai
1
-1
/
+1
2026-07-30
resolve_btfids: Keep collected kfuncs in a rbtree
Ihor Solodrai
1
-8
/
+42
2026-07-30
resolve_btfids: Index BTF ID symbols by address
Ihor Solodrai
1
-23
/
+71
2026-07-30
resolve_btfids: Implement generic ensure_mem() to grow arrays
Ihor Solodrai
1
-22
/
+33
2026-07-25
tools/build: selftests: Remove some duplicate toolchain definitions
James Clark
1
-3
/
+0
2026-07-08
tools/resolve_btfids: Include libsubcmd headers directly from source tree
Thomas Weißschuh
1
-3
/
+2
2026-03-29
bpf: Support struct btf_struct_meta via KF_IMPLICIT_ARGS
Ihor Solodrai
1
-0
/
+1
2026-03-07
resolve_btfids: Fix linker flags detection
Ihor Solodrai
1
-2
/
+7
2026-02-24
resolve_btfids: Fix memory leaks reported by ASAN
Ihor Solodrai
1
-27
/
+54
2026-02-24
selftests/bpf: Pass through build flags to bpftool and resolve_btfids
Ihor Solodrai
1
-2
/
+5
2026-02-04
resolve_btfids: Refactor the sort_btf_by_name function
Donglin Peng
1
-7
/
+11
2026-01-20
resolve_btfids: Support for KF_IMPLICIT_ARGS
Ihor Solodrai
1
-0
/
+382
2026-01-20
resolve_btfids: Introduce finalize_btf() step
Ihor Solodrai
1
-21
/
+48
2026-01-13
tools/resolve_btfids: Support BTF sorting feature
Donglin Peng
1
-0
/
+64
2025-12-31
resolve_btfids: Implement --patch_btfids
Ihor Solodrai
1
-0
/
+117
2025-12-19
resolve_btfids: Change in-place update with raw binary output
Ihor Solodrai
1
-81
/
+143
2025-12-19
resolve_btfids: Always build with -Wall -Werror
Ihor Solodrai
1
-1
/
+2
2025-12-19
resolve_btfids: Introduce enum btf_id_kind
Ihor Solodrai
1
-23
/
+60
2025-12-19
resolve_btfids: Factor out load_btf()
Ihor Solodrai
1
-13
/
+34
2025-12-19
resolve_btfids: Rename object btf field to btf_path
Ihor Solodrai
1
-5
/
+5
2025-06-10
tools/resolve_btfids: Fix build when cross compiling kernel with clang.
Suleiman Souhlal
1
-1
/
+1
2025-02-25
Merge tag 'perf-tools-fixes-for-v6.14-2-2025-02-25' of git://git.kernel.org/pub/scm/linux/kernel/git/perf/perf-tools
Linus Torvalds
1
-2
/
+0
2025-02-18
tools: Remove redundant quiet setup
Charlie Jenkins
1
-2
/
+0
2024-12-10
tools/resolve_btfids: Add --fatal_warnings option
Thomas Weißschuh
1
-2
/
+10
2024-10-23
resolve_btfids: Fix compiler warnings
Eder Zulian
1
-2
/
+2
2024-07-22
tools/resolve_btfids: Fix comparison of distinct pointer types warning in resolve_btfids
Liwei Song
1
-1
/
+1
2024-06-17
resolve_btfids: Handle presence of .BTF.base section
Alan Maguire
1
-0
/
+8
2024-05-24
bpf: Fix potential integer overflow in resolve_btfids
Friedrich Vock
1
-1
/
+1
2024-02-07
tools/resolve_btfids: Fix cross-compilation to non-host endianness
Viktor Malik
1
-0
/
+35
2024-02-07
tools/resolve_btfids: Refactor set sorting with types from btf_ids.h
Viktor Malik
1
-14
/
+21
2023-06-05
tools/resolve_btfids: Fix setting HOSTCFLAGS
Viktor Malik
1
-2
/
+2
2023-04-27
Merge tag 'mm-nonmm-stable-2023-04-27-16-01' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
1
-1
/
+1
2023-04-08
ELF: fix all "Elf" typos
Alexey Dobriyan
1
-1
/
+1
2023-03-06
tools/resolve_btfids: Add /libsubcmd to .gitignore
Rong Tao
1
-0
/
+1
2023-02-09
tools/resolve_btfids: Pass HOSTCFLAGS as EXTRA_CFLAGS to prepare targets
Jiri Olsa
1
-1
/
+1
2023-02-07
tools/resolve_btfids: Tidy HOST_OVERRIDES
Ian Rogers
1
-2
/
+2
2023-02-07
tools/resolve_btfids: Compile resolve_btfids as host program
Jiri Olsa
2
-4
/
+9
2023-01-25
tools/resolve_btfids: Alter how HOSTCC is forced
Ian Rogers
1
-10
/
+7
2023-01-25
tools/resolve_btfids: Install subcmd headers
Ian Rogers
2
-6
/
+15
2022-12-15
tools/resolve_btfids: Use pkg-config to locate libelf
Shen Jiamin
1
-2
/
+6
2022-07-21
tools/resolve_btfids: Add support for 8-byte BTF sets
Kumar Kartikeya Dwivedi
1
-6
/
+34
2022-02-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+5
[next]