summaryrefslogtreecommitdiff
path: root/tools/bpf
AgeCommit message (Expand)AuthorFilesLines
12 daysMerge tag 'perf-tools-for-v7.3-2026-08-21' of git://git.kernel.org/pub/scm/li...Linus Torvalds1-3/+0
2026-08-14bpftool: Fix double close in map dumpYuan Chen1-3/+1
2026-08-13bpftool: Generate skeleton for global percpu dataLeon Hwang1-12/+41
2026-08-13resolve_btfids: Emit arena attributes from kfunc parameter suffixesKumar Kartikeya Dwivedi1-20/+52
2026-08-08bpf: Do not print a newline after disassembly in bpf_verbose_insn()Eduard Zingerman1-15/+4
2026-08-07docs, resolve_btfids: Document kfunc BTF annotation emissionIhor Solodrai1-0/+11
2026-08-07resolve_btfids: Emit bpf_kfunc and bpf_fastcall decl tagsIhor Solodrai1-1/+30
2026-08-07resolve_btfids: Process KF_ARENA_* flags in resolve_btfidsIhor Solodrai1-5/+134
2026-08-07resolve_btfids: Deduplicate BTF after btf2btf transformationsIhor Solodrai1-0/+6
2026-07-30resolve_btfids: Enforce consistent kfunc flags across BTF ID setsIhor Solodrai1-4/+13
2026-07-30resolve_btfids: Discover kfuncs from BTF ID setsIhor Solodrai1-60/+29
2026-07-30resolve_btfids: Fix the _impl lookup for module BTFIhor Solodrai1-1/+1
2026-07-30resolve_btfids: Keep collected kfuncs in a rbtreeIhor Solodrai1-8/+42
2026-07-30resolve_btfids: Index BTF ID symbols by addressIhor Solodrai1-24/+72
2026-07-30resolve_btfids: Implement generic ensure_mem() to grow arraysIhor Solodrai1-22/+33
2026-07-26tools/build: selftests: Remove some duplicate toolchain definitionsJames Clark1-3/+0
2026-07-20bpftool: Skip prog/map that disappears while looking it up by nameJiayuan Chen1-0/+4
2026-07-08bpftool: Cover loader metadata with the program signatureDaniel Borkmann2-2/+17
2026-07-08bpftool: Check EVP_Digest when computing excl_prog_hashDaniel Borkmann1-2/+5
2026-07-08tools/resolve_btfids: Include libsubcmd headers directly from source treeThomas Weißschuh1-3/+2
2026-07-02bpftool: Use btf_vlen()/btf_kind()/btf_kflag() helpers consistentlyluoliang2-14/+13
2026-07-01bpftool: Add tracing_multi link info outputJiri Olsa1-0/+133
2026-07-01tools/bpf/bpftool: Reset vmlinux BTF after struct_ops commandsYichong Chen1-0/+4
2026-07-01tools/bpf/bpftool: Reset vmlinux BTF after map commandsYichong Chen1-3/+9
2026-07-01bpftool: Strip all -Wformat* flags from bootstrap libbpf buildAndrii Nakryiko1-1/+1
2026-06-22bpftool: Fix vmlinux BTF leak in cgroup commandsYichong Chen1-1/+13
2026-06-15tools/bpf: build: Append extra cflagsLeo Yan1-0/+1
2026-06-15bpftool: Append extra host flagsLeo Yan1-0/+1
2026-06-15bpftool: Avoid adding EXTRA_CFLAGS to HOST_CFLAGSLeo Yan1-2/+6
2026-06-15bpftool: Pass host flags to bootstrap libbpfLeo Yan1-1/+5
2026-06-06bpftool: Restrict feature tests during bootstrap compilationIan Rogers1-0/+5
2026-06-05bpftool: Add rhash map documentationMykyta Yatsenko2-2/+2
2026-06-04bpftool: Use libbpf error code for flow dissector queryWoojin Ji1-2/+2
2026-05-29bpftool: Fix typo in struct_ops map FD generation for light skeletonSiddharth Nayyar1-1/+1
2026-04-21bpftool: Support 24-bit vlenAlan Maguire3-20/+17
2026-04-12bpftool: add missing fsession to the usage and docs of bpftoolMenglong Dong3-3/+3
2026-03-29bpf: Support struct btf_struct_meta via KF_IMPLICIT_ARGSIhor Solodrai1-0/+1
2026-03-24bpftool: Enable aarch64 ISA extensions for JIT disassemblyPuranjay Mohan1-1/+10
2026-03-17bpftool: Allow explicitly skip llvm, libbfd and libcrypto dependenciesMykyta Yatsenko3-4/+47
2026-03-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.0-rc3Alexei Starovoitov1-2/+7
2026-03-07resolve_btfids: Fix linker flags detectionIhor Solodrai1-2/+7
2026-03-06bpftool: Support merging multiple module BTFs in btf dumpJosef Bacik3-17/+121
2026-02-24resolve_btfids: Fix memory leaks reported by ASANIhor Solodrai1-27/+54
2026-02-24selftests/bpf: Pass through build flags to bpftool and resolve_btfidsIhor Solodrai1-2/+5
2026-02-18bpftool: Fix truncated netlink dumpsJakub Kicinski1-1/+4
2026-02-04resolve_btfids: Refactor the sort_btf_by_name functionDonglin Peng1-7/+11
2026-01-29bpftool: Fix dependencies for static buildIhor Solodrai1-2/+2
2026-01-25bpftool: add fsession supportMenglong Dong1-0/+1
2026-01-21resolve_btfids: Support for KF_IMPLICIT_ARGSIhor Solodrai1-0/+382
2026-01-21resolve_btfids: Introduce finalize_btf() stepIhor Solodrai1-21/+48