summaryrefslogtreecommitdiff
path: root/tools/lib
AgeCommit message (Expand)AuthorFilesLines
7 daysMerge tag 'thermal-7.3-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+2
12 daysMerge tag 'perf-tools-for-v7.3-2026-08-21' of git://git.kernel.org/pub/scm/li...Linus Torvalds5-20/+17
14 daysMerge tag 'docs-7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/docs/linuxLinus Torvalds4-12/+60
14 daysMerge tag 'bpf-next-7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf...Linus Torvalds16-225/+248
2026-08-15libbpf: Fix ring buffer consumer loop on 32-bit position wrapIsrael Téllez García1-1/+1
2026-08-14libbpf: Avoid unnecessary mmap resize for percpu data mapsLeon Hwang1-9/+8
2026-08-13bpftool: Generate skeleton for global percpu dataLeon Hwang1-2/+22
2026-08-13libbpf: Add support for global percpu dataLeon Hwang3-15/+72
2026-08-13libbpf: Probe percpu data featureLeon Hwang2-0/+37
2026-08-11docs: python: abi_regex: convert adjacent index placeholdersAlison Schofield1-2/+1
2026-08-11docs: python: abi_regex: catch the right exception for a bad regexAlison Schofield1-4/+4
2026-08-07tools/lib/thermal: Fix misplaced extern "C" closing braceAndreas Haufler1-2/+2
2026-08-03docs: xforms_lists: support DEFINE_IDTENTRY_IRQ()Randy Dunlap1-0/+1
2026-08-03docs: kdoc_parser: drop extraneous blank line in warning messageRandy Dunlap1-3/+3
2026-08-03scripts/kernel-doc: Fix kdoc for Python 3.9-3.11Ryszard Knop1-1/+2
2026-07-30libbpf: Export btf__find_by_name_kind_own()Ihor Solodrai3-2/+3
2026-07-26tools/build: selftests: Remove some duplicate toolchain definitionsJames Clark3-12/+0
2026-07-26tools/build: Allow versioning LLVM readelfJames Clark1-4/+4
2026-07-22scripts/kernel-doc: Suggest possible names for excess descriptionsRyszard Knop1-2/+49
2026-07-21libbpf: Search /lib64 and /lib in resolve_full_path()Ricardo B. Marlière1-1/+2
2026-07-16tools/lib/api: Fix potential double-free from fdarray__grow()Namhyung Kim1-2/+3
2026-07-15docs: kdoc: fix troff output description typoYousef Alhouseen1-1/+1
2026-07-11perf record: Fix teardown hang on system-wide multi-threaded sessionsIan Rogers1-2/+4
2026-07-11libbpf: Fix double-free of distilled base BTF on .BTF.ext parse errorNaveed Khan1-5/+5
2026-07-08libbpf: Drop in-loader metadata check for load-time verificationDaniel Borkmann4-100/+9
2026-07-08perf record: fix poll storm when monitored threads exitJiawei Sun1-0/+6
2026-07-04libbpf: Detect uprobe syscall with new errorJiri Olsa1-2/+2
2026-07-04libbpf: Change has_nop_combo to work on top of nop10Jiri Olsa1-8/+8
2026-07-01libbpf: Skip bpf_object__probe_loading() when BPF token is in useYuan Chen1-7/+3
2026-06-26libbpf: fix -Wformat warnings from format/argument type mismatchesAndrii Nakryiko9-86/+89
2026-06-25Merge tag 'docs-7.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/docs/...Linus Torvalds1-0/+4
2026-06-23kdoc: xforms: ignore special static/inline macrosRandy Dunlap1-0/+2
2026-06-23kdoc: xforms_lists: handle DECLARE_PER_CPU() in kernel-docRandy Dunlap1-0/+1
2026-06-23kernel-doc: xforms: support __SYSFS_FUNCTION_ALTERNATIVE()Randy Dunlap1-0/+1
2026-06-23Merge tag 'perf-tools-for-v7.2-1-2026-06-22' of git://git.kernel.org/pub/scm/...Linus Torvalds6-13/+127
2026-06-17Merge tag 'bpf-next-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf...Linus Torvalds17-137/+747
2026-06-16Merge tag 'trace-tools-v7.2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-12/+55
2026-06-16Merge tag 'docs-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/docs/linuxLinus Torvalds2-11/+65
2026-06-15libbpf: Initialize CFLAGS before including Makefile.includeLeo Yan1-8/+9
2026-06-15libbpf: Add path_fd to struct bpf_link_create_optsJiri Olsa2-1/+3
2026-06-11tools lib api: Fix mount_overload() snprintf truncation and toupper rangeArnaldo Carvalho de Melo1-2/+2
2026-06-11tools lib api: Fix filename__write_int() writing uninitialized stack dataArnaldo Carvalho de Melo1-2/+3
2026-06-11tools lib api: Fix missing null termination in filename__read_int/ull()Arnaldo Carvalho de Melo1-2/+8
2026-06-10libperf: Document code simplification case for widening struct perf_cpuArnaldo Carvalho de Melo1-0/+8
2026-06-07libbpf: Add support to create tracing multi linkJiri Olsa3-0/+292
2026-06-07libbpf: Add btf_type_is_traceable_func functionJiri Olsa2-0/+80
2026-06-07libbpf: Add bpf_link_create support for tracing_multi linkJiri Olsa2-0/+14
2026-06-07libbpf: Add bpf_object_cleanup_btf functionJiri Olsa1-4/+12
2026-06-07bpf: Add support for tracing_multi link sessionJiri Olsa1-0/+1
2026-06-07bpf: Add support for tracing multi linkJiri Olsa1-0/+1