summaryrefslogtreecommitdiffstats
path: root/tools/lib
AgeCommit message (Expand)AuthorLines
2026-02-09Merge tag 'docs-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/docs/linuxLinus Torvalds-314/+643
2026-02-09docs: kdoc_parser: allow __exit in function prototypesRandy Dunlap-0/+1
2026-02-03libperf build: Always place libperf includes firstIan Rogers-1/+1
2026-02-02docs: kdoc: Fix pdfdocs build for toolsMauro Carvalho Chehab-3/+7
2026-01-26Revert "perf tools: Fix arm64 build by generating unistd_64.h"Leo Yan-12/+2
2026-01-24libbpf: add fsession supportMenglong Dong-0/+4
2026-01-23Merge branch 'mauro' into docs-mwJonathan Corbet-255/+394
2026-01-23docs: parse_features: make documentation more consistentMauro Carvalho Chehab-7/+20
2026-01-23docs: jobserver: do some documentation improvementsMauro Carvalho Chehab-8/+12
2026-01-23docs: kabi: helpers: add documentation for each "enum" valueMauro Carvalho Chehab-20/+20
2026-01-23docs: kabi: helpers: add helper for debug bits 7 and 8Mauro Carvalho Chehab-0/+2
2026-01-23docs: kabi: system_symbols: end docstring phrases with a dotMauro Carvalho Chehab-7/+7
2026-01-23docs: python: abi_regex: do some improvements at documentationMauro Carvalho Chehab-6/+20
2026-01-23docs: python: abi_parser: do some improvements at documentationMauro Carvalho Chehab-15/+18
2026-01-23docs: kdoc: python_version: Improve docstrings and commentsMauro Carvalho Chehab-4/+16
2026-01-23docs: kdoc: enrich_formatter: Improve docstrings and commentsMauro Carvalho Chehab-5/+15
2026-01-23docs: kdoc: parse_data_structs: Improve docstrings and commentsMauro Carvalho Chehab-23/+39
2026-01-23docs: kdoc_re: Improve docstrings and commentsMauro Carvalho Chehab-7/+11
2026-01-23docs: kdoc_output: Improve docstrings and commentsMauro Carvalho Chehab-25/+35
2026-01-23docs: kdoc_parser: Improve docstrings and commentsMauro Carvalho Chehab-78/+93
2026-01-23docs: kdoc_item: Improve docstrings and commentsMauro Carvalho Chehab-0/+18
2026-01-23docs: kdoc_files: Improve docstrings and commentsMauro Carvalho Chehab-11/+12
2026-01-23docs: kdoc: latex_fonts: Improve docstrings and commentsMauro Carvalho Chehab-39/+56
2026-01-22perf sched stats: Add schedstat v17 supportSwapnil Sapkal-1/+179
2026-01-22perf sched stats: Add schedstat v16 supportSwapnil Sapkal-1/+161
2026-01-22perf sched stats: Add record and rawdump supportSwapnil Sapkal-0/+190
2026-01-20bpf: Migrate bpf_stream_vprintk() to KF_IMPLICIT_ARGSIhor Solodrai-3/+3
2026-01-20Merge branch 'mauro' into docs-mwJonathan Corbet-7/+28
2026-01-20jobserver: Split up the big try: blockJonathan Corbet-53/+90
2026-01-20docs: kdoc: fix logic to handle unissued warningsMauro Carvalho Chehab-7/+28
2026-01-20tools: lib: thermal: Correct CFLAGS and LDFLAGS in pkg-config templateRomain Gantois-2/+2
2026-01-13btf: Refactor the code by calling str_is_emptyDonglin Peng-19/+19
2026-01-13libbpf: Verify BTF sortingDonglin Peng-0/+25
2026-01-13libbpf: Optimize type lookup with binary search for sorted BTFDonglin Peng-25/+65
2026-01-13libbpf: Add BTF permutation support for type reorderingDonglin Peng-0/+176
2026-01-13libsubcmd: Fix null intersection case in exclude_cmds()Sri Jayaramappa-4/+6
2026-01-12tools: jobserver: Prevent deadlock caused by incorrect jobserver configuratio...Changbin Du-1/+6
2026-01-09libbpf: Fix OOB read in btf_dump_get_bitfield_valueVarun R Mallya-0/+9
2026-01-06libbpf: Add BPF_F_CPU and BPF_F_ALL_CPUS flags support for percpu mapsLeon Hwang-19/+36
2025-12-22kdoc: allow dots in inline @param namesSteven Price-1/+1
2025-12-22docs: kernel-doc.rst: Parse DEFINE_ macros without prefixesMauro Carvalho Chehab-6/+12
2025-12-22kernel-doc: add support to handle DEFINE_ variablesMauro Carvalho Chehab-7/+23
2025-12-22kernel-doc: add support for handling global variablesMauro Carvalho Chehab-1/+102
2025-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after 6.19-rc1Alexei Starovoitov-18/+43
2025-12-17Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds-3/+4
2025-12-16libbpf: Move arena globals to the end of the arenaEmil Tsalapatis-4/+13
2025-12-16libbpf: Turn relo_core->sym_off unsignedEmil Tsalapatis-7/+7
2025-12-09libbpf: Fix -Wdiscarded-qualifiers under C23Mikhail Gavrilov-3/+4
2025-12-07Merge tag 'perf-tools-for-v6.19-2025-12-06' of git://git.kernel.org/pub/scm/l...Linus Torvalds-15/+39
2025-12-05libbpf: Add support for associating BPF program with struct_opsAmery Hung-0/+89