aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/lib
AgeCommit message (Expand)AuthorFilesLines
2026-01-23docs: kdoc: python_version: Improve docstrings and commentsMauro Carvalho Chehab1-4/+16
2026-01-23docs: kdoc: enrich_formatter: Improve docstrings and commentsMauro Carvalho Chehab1-5/+15
2026-01-23docs: kdoc: parse_data_structs: Improve docstrings and commentsMauro Carvalho Chehab1-23/+39
2026-01-23docs: kdoc_re: Improve docstrings and commentsMauro Carvalho Chehab1-7/+11
2026-01-23docs: kdoc_output: Improve docstrings and commentsMauro Carvalho Chehab1-25/+35
2026-01-23docs: kdoc_parser: Improve docstrings and commentsMauro Carvalho Chehab1-77/+92
2026-01-23docs: kdoc_item: Improve docstrings and commentsMauro Carvalho Chehab1-0/+18
2026-01-23docs: kdoc_files: Improve docstrings and commentsMauro Carvalho Chehab1-11/+12
2026-01-23docs: kdoc: latex_fonts: Improve docstrings and commentsMauro Carvalho Chehab1-39/+56
2026-01-22perf sched stats: Add schedstat v17 supportSwapnil Sapkal3-1/+179
2026-01-22perf sched stats: Add schedstat v16 supportSwapnil Sapkal3-1/+161
2026-01-22perf sched stats: Add record and rawdump supportSwapnil Sapkal4-0/+190
2026-01-20bpf: Migrate bpf_stream_vprintk() to KF_IMPLICIT_ARGSIhor Solodrai1-3/+3
2026-01-20Merge branch 'mauro' into docs-mwJonathan Corbet1-7/+28
2026-01-20jobserver: Split up the big try: blockJonathan Corbet1-53/+90
2026-01-20docs: kdoc: fix logic to handle unissued warningsMauro Carvalho Chehab1-7/+28
2026-01-20tools: lib: thermal: Correct CFLAGS and LDFLAGS in pkg-config templateRomain Gantois1-2/+2
2026-01-13btf: Refactor the code by calling str_is_emptyDonglin Peng2-19/+19
2026-01-13libbpf: Verify BTF sortingDonglin Peng1-0/+25
2026-01-13libbpf: Optimize type lookup with binary search for sorted BTFDonglin Peng1-24/+64
2026-01-13libbpf: Add BTF permutation support for type reorderingDonglin Peng3-0/+176
2026-01-13libsubcmd: Fix null intersection case in exclude_cmds()Sri Jayaramappa1-4/+6
2026-01-12tools: jobserver: Prevent deadlock caused by incorrect jobserver configuration and enhance error reportingChangbin Du1-1/+6
2026-01-09libbpf: Fix OOB read in btf_dump_get_bitfield_valueVarun R Mallya1-0/+9
2026-01-06libbpf: Add BPF_F_CPU and BPF_F_ALL_CPUS flags support for percpu mapsLeon Hwang3-19/+36
2025-12-22kdoc: allow dots in inline @param namesSteven Price1-1/+1
2025-12-22docs: kernel-doc.rst: Parse DEFINE_ macros without prefixesMauro Carvalho Chehab1-6/+12
2025-12-22kernel-doc: add support to handle DEFINE_ variablesMauro Carvalho Chehab2-7/+23
2025-12-22kernel-doc: add support for handling global variablesMauro Carvalho Chehab2-1/+102
2025-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after 6.19-rc1Alexei Starovoitov4-18/+43
2025-12-17Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds1-3/+4
2025-12-16libbpf: Move arena globals to the end of the arenaEmil Tsalapatis1-4/+13
2025-12-16libbpf: Turn relo_core->sym_off unsignedEmil Tsalapatis1-7/+7
2025-12-09libbpf: Fix -Wdiscarded-qualifiers under C23Mikhail Gavrilov1-3/+4
2025-12-07Merge tag 'perf-tools-for-v6.19-2025-12-06' of git://git.kernel.org/pub/scm/linux/kernel/git/perf/perf-toolsLinus Torvalds3-15/+39
2025-12-05libbpf: Add support for associating BPF program with struct_opsAmery Hung5-0/+89
2025-12-05libbpf: Add debug messaging in dedup equivalence/identity matchingAlan Maguire1-5/+24
2025-12-05libperf: Use 'extern' in LIBPERF_API visibility macroArnaldo Carvalho de Melo1-1/+1
2025-12-04libperf cpumap: Fix perf_cpu_map__max for an empty/NULL mapIan Rogers1-4/+6
2025-12-03Merge tag 'bpf-next-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextLinus Torvalds8-55/+362
2025-12-03Merge tag 'docs-6.19' of git://git.lwn.net/linuxLinus Torvalds18-0/+5919
2025-12-02Merge tag 's390-6.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds2-6/+0
2025-12-02perf tools: Minimal DEFERRED_CALLCHAIN supportNamhyung Kim1-0/+13
2025-11-29docs: kdoc: various fixes for grammar, spelling, punctuationRandy Dunlap5-26/+26
2025-11-29docs: kdoc_parser: use '@' for Excess enum valueRandy Dunlap1-1/+1
2025-11-29docs: kdoc_parser: add data/function attributes to ignoreRandy Dunlap1-0/+3
2025-11-25libbpf: Fix some incorrect @param descriptions in the comment of libbpf.hJianyun Gao1-11/+16
2025-11-21tools/docs/get_feat.py: convert get_feat.pl to PythonMauro Carvalho Chehab1-0/+494
2025-11-18docs: bring some order to our Python module hierarchyJonathan Corbet9-10/+10
2025-11-18docs: Move the python libraries to tools/lib/pythonJonathan Corbet14-0/+5422