summaryrefslogtreecommitdiffstats
path: root/tools/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* libperf: evlist: Fix --cpu argument on hybrid platformJames Clark2024-12-111-2/+16
* Merge tag 'perf-tools-for-v6.13-2024-11-24' of git://git.kernel.org/pub/scm/l...Linus Torvalds2024-11-266-4/+145
|\
| * libsubcmd: Move va_end() before exitLuo Yifan2024-11-131-1/+1
| * tools api io: Ensure line_len_out is always initializedIan Rogers2024-11-091-0/+1
| * tools subcmd: Add non-waitpid check_if_command_finished()Ian Rogers2024-10-281-0/+33
| * Merge tag 'v6.12-rc3' into perf-tools-nextNamhyung Kim2024-10-1416-75/+145
| |\
| * | tools/perf: Correctly calculate sample period for inherited SAMPLE_READ valuesBen Gainey2024-10-022-2/+109
| * | libperf: Explicitly specify install-html dependenciesAkihiko Odaki2024-09-271-1/+1
* | | Merge tag 'mm-nonmm-stable-2024-11-24-02-05' of git://git.kernel.org/pub/scm/...Linus Torvalds2024-11-261-2/+0
|\ \ \
| * | | tools/lib/list_sort: remove unnecessary header includesKuan-Wei Chiu2024-11-061-2/+0
| | |/ | |/|
* | | Merge tag 'bpf-next-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds2024-11-2126-476/+917
|\ \ \
| * | | libbpf: Change hash_combine parameters from long to unsigned longSidong Yang2024-11-161-1/+1
| * | | libbpf: Fix memory leak in bpf_program__attach_uprobe_multiJiri Olsa2024-11-151-6/+5
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfAlexei Starovoitov2024-11-132-1/+5
| |\ \ \
| * | | | libbpf: Stringify errno in log messages in the remaining codeMykyta Yatsenko2024-11-126-53/+56
| * | | | libbpf: Stringify errno in log messages in btf*.cMykyta Yatsenko2024-11-122-13/+16
| * | | | libbpf: Stringify errno in log messages in libbpf.cMykyta Yatsenko2024-11-121-200/+156
| * | | | libbpf: Introduce errstr() for stringifying errnoMykyta Yatsenko2024-11-122-0/+78
| * | | | libbpf: Add support for uprobe multi session attachJiri Olsa2024-11-113-3/+20
| * | | | bpf: Add support for uprobe multi session attachJiri Olsa2024-11-111-0/+1
| * | | | libbpf: start v1.6 development cycleAndrii Nakryiko2024-10-292-1/+4
| * | | | libbpf: define __uptr.Kui-Feng Lee2024-10-241-0/+1
| * | | | libbpf: move global data mmap()'ing into bpf_object__load()Andrii Nakryiko2024-10-241-43/+40
| * | | | libsubcmd: Silence compiler warningEder Zulian2024-10-231-1/+1
| * | | | libbpf: Prevent compiler warnings/errorsEder Zulian2024-10-231-2/+2
| * | | | libbpf: Fix possible compiler warnings in hashmapNamhyung Kim2024-10-111-10/+10
| * | | | libbpf: never interpret subprogs in .text as entry programsAndrii Nakryiko2024-10-111-1/+1
| * | | | libbpf: fix sym_is_subprog() logic for weak global subprogsAndrii Nakryiko2024-10-101-1/+1
| * | | | libbpf: Do not resolve size on duplicate FUNCsEric Long2024-10-081-0/+4
| * | | | libbpf: Add missing per-arch include pathBjörn Töpel2024-10-081-1/+2
| * | | | libbpf: Support creating light skeleton of either endiannessTony Ambardar2024-10-044-53/+139
| * | | | libbpf: Support linking bpf objects of either endiannessTony Ambardar2024-10-041-16/+62
| * | | | libbpf: Support opening bpf objects of either endiannessTony Ambardar2024-10-042-9/+52
| * | | | libbpf: Support BTF.ext loading and output in either endiannessTony Ambardar2024-10-044-57/+253
| * | | | libbpf: Fix output .symtab byte-order during linkingTony Ambardar2024-10-041-0/+2
| * | | | libbpf: Fix header comment typos for BTF.extTony Ambardar2024-10-041-2/+2
| * | | | libbpf: Improve log message formattingTony Ambardar2024-10-045-8/+8
| * | | | libbpf: Remove unneeded semicolonChen Ni2024-10-041-1/+1
| * | | | libbpf: Fix expected_attach_type set handling in program load callbackTao Chen2024-10-041-4/+8
| * | | | libbpf: Change log level of BTF loading error messageIhor Solodrai2024-10-041-4/+5
| | |/ / | |/| |
* | | | Merge back thermal control material for 6.13Rafael J. Wysocki2024-11-115-26/+279
|\ \ \ \ | |_|/ / |/| | |
| * | | thermal/lib: Fix memory leak on error in thermal_genl_auto()Daniel Lezcano2024-10-241-4/+7
| * | | tools/lib/thermal: Add the threshold netlink ABIDaniel Lezcano2024-10-245-14/+241
| * | | tools/lib/thermal: Make more generic the command encoding functionDaniel Lezcano2024-10-241-9/+32
| |/ /
* | | tools/lib/thermal: Remove the thermal.h soft link when doing make cleanzhang jiao2024-11-041-1/+3
* | | tools/lib/thermal: Fix sampling handler context ptrEmil Dahl Juhl2024-11-041-0/+2
|/ /
* | Merge tag 'memblock-v6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-09-251-0/+53
|\ \
| * | memblock test: fix implicit declaration of function 'memparse'Wei Yang2024-08-061-0/+53
* | | Merge tag 'perf-tools-for-v6.12-1-2024-09-19' of git://git.kernel.org/pub/scm...Linus Torvalds2024-09-229-21/+35
|\ \ \ | | |/ | |/|
| * | tools: Drop nonsensical -O6Sam James2024-09-113-11/+1