summaryrefslogtreecommitdiff
path: root/tools/lib
AgeCommit message (Expand)Author
2026-02-10Merge tag 'bpf-next-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf...Linus Torvalds
2026-02-10perf evlist: Special map propagation for tool events that read on 1 CPUIan Rogers
2026-02-09Merge tag 'docs-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/docs/linuxLinus Torvalds
2026-02-09docs: 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
2026-01-09libbpf: Fix OOB read in btf_dump_get_bitfield_valueVarun R Mallya
2026-01-06libbpf: Add BPF_F_CPU and BPF_F_ALL_CPUS flags support for percpu mapsLeon Hwang
2025-12-22kdoc: allow dots in inline @param namesSteven Price
2025-12-22docs: kernel-doc.rst: Parse DEFINE_ macros without prefixesMauro Carvalho Chehab
2025-12-22kernel-doc: add support to handle DEFINE_ variablesMauro Carvalho Chehab
2025-12-22kernel-doc: add support for handling global variablesMauro Carvalho Chehab
2025-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after 6.19-rc1Alexei Starovoitov
2025-12-17Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds
2025-12-16libbpf: Move arena globals to the end of the arenaEmil Tsalapatis
2025-12-16libbpf: Turn relo_core->sym_off unsignedEmil Tsalapatis
2025-12-09libbpf: Fix -Wdiscarded-qualifiers under C23Mikhail Gavrilov