summaryrefslogtreecommitdiffstats
path: root/tools/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-nonmm-stable-2024-11-24-02-05' of git://git.kernel.org/pub/scm/...Linus Torvalds6 days1-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 Torvalds10 days26-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
| * | libsubcmd: Don't free the usage stringAditya Gupta2024-09-041-5/+3
| * | tools build: Correct bpf fixdep dependenciesBrian Norris2024-08-052-3/+11
| * | tools build: Correct libsubcmd fixdep dependenciesBrian Norris2024-08-051-1/+1
| * | perf list: Give clues if failed to open tracing events directoryTiezhu Yang2024-08-011-1/+1
| * | libperf: Add gitignoreCharlie Jenkins2024-08-011-0/+5
| * | perf annotate: Add disasm_line__parse() to parse raw instruction for powerpcAthira Rajeev2024-07-311-0/+13
| |/
* | libbpf: Add bpf_object__token_fd accessorIhor Solodrai2024-09-133-0/+14
* | libbpf: Fix uretprobe.multi.s programs auto attachmentJiri Olsa2024-09-101-1/+1