aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/lib
AgeCommit message (Expand)AuthorFilesLines
2026-03-09docs: kdoc_files: allows the caller to use a different xforms classMauro Carvalho Chehab1-2/+7
2026-03-05libbpf: Optimize kprobe.session attachment for exact function namesAndrey Grodzovsky1-1/+18
2026-03-05libbpf: Support appending split BTF in btf__add_btf()Josef Bacik1-9/+18
2026-03-03docs: kdoc_parser: move nested match transforms to xforms_lists.pyMauro Carvalho Chehab2-22/+13
2026-03-03docs: kdoc_re: make NestedMatch use KernReMauro Carvalho Chehab2-20/+29
2026-03-03docs: kdoc_re: Change NestedMath args replacement to \0Mauro Carvalho Chehab2-5/+5
2026-03-03docs: kdoc_re: don't recompile NestedMatch regex every timeMauro Carvalho Chehab1-13/+22
2026-03-03docs: kdoc_re: handle strings and escape chars on NextMatchMauro Carvalho Chehab1-0/+18
2026-03-03docs: xforms_lists: ignore context analysis and lock attributesRandy Dunlap2-0/+15
2026-03-03docs: kdoc_parser: move transform lists to a separate fileMauro Carvalho Chehab3-141/+160
2026-03-03docs: kdoc_re: better show KernRe() at documentationMauro Carvalho Chehab1-1/+22
2026-03-03docs: kdoc_parser: handle struct member macro VIRTIO_DECLARE_FEATURES(name)Randy Dunlap1-0/+1
2026-03-03docs: kdoc_parser: add support for LIST_HEADMauro Carvalho Chehab1-0/+1
2026-03-03docs: kdoc_parser: fix parser to support multi-word typesMauro Carvalho Chehab1-2/+2
2026-03-03docs: kdoc_parser: don't exclude defaults from prototypeMauro Carvalho Chehab1-1/+0
2026-03-03docs: kdoc_parser: fix the default_value logic for variablesMauro Carvalho Chehab1-2/+2
2026-03-03docs: kdoc_parser: fix variable regexes to work with size_tMauro Carvalho Chehab1-3/+4
2026-03-03docs: kdoc_parser: don't mangle with function definesMauro Carvalho Chehab1-5/+7
2026-03-03docs: kdoc_parser: move var transformers to the beginningMauro Carvalho Chehab1-10/+13
2026-03-03docs: kdoc_re: don't go past the end of a lineMauro Carvalho Chehab1-1/+1
2026-03-03docs: kdoc_re: add support for groups()Mauro Carvalho Chehab1-0/+7
2026-03-03libbpf: Add support to detect nop,nop5 instructions combo for usdt probeJiri Olsa1-4/+43
2026-03-03libbpf: Add uprobe syscall feature detectionJiri Olsa2-0/+26
2026-02-21Merge tag 'perf-tools-for-v7.0-1-2026-02-21' of git://git.kernel.org/pub/scm/linux/kernel/git/perf/perf-toolsLinus Torvalds9-21/+571
2026-02-19Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds6-9/+84
2026-02-18Merge tag 'mm-stable-2026-02-18-19-48' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-0/+29
2026-02-18libbpf: Remove extern declaration of bpf_stream_vprintk()Ihor Solodrai1-3/+0
2026-02-17bpftool: Fix truncated netlink dumpsJakub Kicinski1-1/+3
2026-02-17libbpf: Delay feature gate check until object prepare timeEmil Tsalapatis1-7/+13
2026-02-17libbpf: Do not use PROG_TYPE_TRACEPOINT program for feature gatingEmil Tsalapatis1-2/+3
2026-02-15Merge tag 'docs-7.0-2' of git://git.kernel.org/pub/scm/linux/kernel/git/docs/linuxLinus Torvalds1-0/+1
2026-02-13libbpf: Fix invalid write loop logic in bpf_linker__add_buf()Amery Hung1-1/+1
2026-02-13libbpf: Add gating for arena globals relocation featureEmil Tsalapatis3-2/+71
2026-02-12tools: bitmap: add missing bitmap_[subset(), andnot()]Lorenzo Stoakes1-0/+29
2026-02-10Merge tag 'bpf-next-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextLinus Torvalds9-79/+467
2026-02-10perf evlist: Special map propagation for tool events that read on 1 CPUIan Rogers2-4/+34
2026-02-09Merge tag 'docs-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/docs/linuxLinus Torvalds15-313/+642
2026-02-09docs: kdoc_parser: allow __exit in function prototypesRandy Dunlap1-0/+1
2026-02-03libperf build: Always place libperf includes firstIan Rogers1-1/+1
2026-02-02docs: kdoc: Fix pdfdocs build for toolsMauro Carvalho Chehab1-3/+7
2026-01-26Revert "perf tools: Fix arm64 build by generating unistd_64.h"Leo Yan1-12/+2
2026-01-24libbpf: add fsession supportMenglong Dong2-0/+4
2026-01-23Merge branch 'mauro' into docs-mwJonathan Corbet15-254/+393
2026-01-23docs: parse_features: make documentation more consistentMauro Carvalho Chehab1-7/+20
2026-01-23docs: jobserver: do some documentation improvementsMauro Carvalho Chehab1-8/+12
2026-01-23docs: kabi: helpers: add documentation for each "enum" valueMauro Carvalho Chehab1-20/+20
2026-01-23docs: kabi: helpers: add helper for debug bits 7 and 8Mauro Carvalho Chehab1-0/+2
2026-01-23docs: kabi: system_symbols: end docstring phrases with a dotMauro Carvalho Chehab1-7/+7
2026-01-23docs: python: abi_regex: do some improvements at documentationMauro Carvalho Chehab1-6/+20
2026-01-23docs: python: abi_parser: do some improvements at documentationMauro Carvalho Chehab1-15/+18