summaryrefslogtreecommitdiff
path: root/tools/lib
AgeCommit message (Expand)Author
40 hoursMerge tag 'perf-tools-for-v7.0-1-2026-02-21' of git://git.kernel.org/pub/scm/...Linus Torvalds
4 daysMerge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds
4 daysMerge tag 'mm-stable-2026-02-18-19-48' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
5 dayslibbpf: Remove extern declaration of bpf_stream_vprintk()Ihor Solodrai
5 daysbpftool: Fix truncated netlink dumpsJakub Kicinski
6 dayslibbpf: Delay feature gate check until object prepare timeEmil Tsalapatis
6 dayslibbpf: Do not use PROG_TYPE_TRACEPOINT program for feature gatingEmil Tsalapatis
8 daysMerge tag 'docs-7.0-2' of git://git.kernel.org/pub/scm/linux/kernel/git/docs/...Linus Torvalds
10 dayslibbpf: Fix invalid write loop logic in bpf_linker__add_buf()Amery Hung
10 dayslibbpf: Add gating for arena globals relocation featureEmil Tsalapatis
10 daystools: bitmap: add missing bitmap_[subset(), andnot()]Lorenzo Stoakes
13 daysMerge tag 'bpf-next-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf...Linus Torvalds
13 daysperf evlist: Special map propagation for tool events that read on 1 CPUIan Rogers
13 daysMerge tag 'docs-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/docs/linuxLinus Torvalds
14 daysdocs: kdoc_parser: allow __exit in function prototypesRandy Dunlap
2026-02-03libperf build: Always place libperf includes firstIan Rogers
2026-02-02docs: kdoc: Fix pdfdocs build for toolsMauro Carvalho Chehab
2026-01-26Revert "perf tools: Fix arm64 build by generating unistd_64.h"Leo Yan
2026-01-24libbpf: add fsession supportMenglong Dong
2026-01-23Merge branch 'mauro' into docs-mwJonathan Corbet
2026-01-23docs: parse_features: make documentation more consistentMauro Carvalho Chehab
2026-01-23docs: jobserver: do some documentation improvementsMauro Carvalho Chehab
2026-01-23docs: kabi: helpers: add documentation for each "enum" valueMauro Carvalho Chehab
2026-01-23docs: kabi: helpers: add helper for debug bits 7 and 8Mauro Carvalho Chehab
2026-01-23docs: kabi: system_symbols: end docstring phrases with a dotMauro Carvalho Chehab
2026-01-23docs: python: abi_regex: do some improvements at documentationMauro Carvalho Chehab
2026-01-23docs: python: abi_parser: do some improvements at documentationMauro Carvalho Chehab
2026-01-23docs: kdoc: python_version: Improve docstrings and commentsMauro Carvalho Chehab
2026-01-23docs: kdoc: enrich_formatter: Improve docstrings and commentsMauro Carvalho Chehab
2026-01-23docs: kdoc: parse_data_structs: Improve docstrings and commentsMauro Carvalho Chehab
2026-01-23docs: kdoc_re: Improve docstrings and commentsMauro Carvalho Chehab
2026-01-23docs: kdoc_output: Improve docstrings and commentsMauro Carvalho Chehab
2026-01-23docs: kdoc_parser: Improve docstrings and commentsMauro Carvalho Chehab
2026-01-23docs: kdoc_item: Improve docstrings and commentsMauro Carvalho Chehab
2026-01-23docs: kdoc_files: Improve docstrings and commentsMauro Carvalho Chehab
2026-01-23docs: kdoc: latex_fonts: Improve docstrings and commentsMauro Carvalho Chehab
2026-01-22perf sched stats: Add schedstat v17 supportSwapnil Sapkal
2026-01-22perf sched stats: Add schedstat v16 supportSwapnil Sapkal
2026-01-22perf sched stats: Add record and rawdump supportSwapnil Sapkal
2026-01-20bpf: Migrate bpf_stream_vprintk() to KF_IMPLICIT_ARGSIhor Solodrai
2026-01-20Merge branch 'mauro' into docs-mwJonathan Corbet
2026-01-20jobserver: Split up the big try: blockJonathan Corbet
2026-01-20docs: kdoc: fix logic to handle unissued warningsMauro Carvalho Chehab
2026-01-20tools: lib: thermal: Correct CFLAGS and LDFLAGS in pkg-config templateRomain Gantois
2026-01-13btf: Refactor the code by calling str_is_emptyDonglin Peng
2026-01-13libbpf: Verify BTF sortingDonglin Peng
2026-01-13libbpf: Optimize type lookup with binary search for sorted BTFDonglin Peng
2026-01-13libbpf: Add BTF permutation support for type reorderingDonglin Peng
2026-01-13libsubcmd: Fix null intersection case in exclude_cmds()Sri Jayaramappa
2026-01-12tools: jobserver: Prevent deadlock caused by incorrect jobserver configuratio...Changbin Du