aboutsummaryrefslogtreecommitdiffstats
path: root/tools/power
Commit message (Expand)AuthorAgeFilesLines
* tools/power/x86/intel-speed-select: Set higher of cpuinfo_max_freq or base_fr...Srinivas Pandruvada2021-02-071-0/+11
* tools/power/x86/intel-speed-select: Set scaling_max_freq to base_frequencySrinivas Pandruvada2021-02-071-0/+21
* tools: Factor HOSTCC, HOSTLD, HOSTAR definitionsJean-Philippe Brucker2021-01-301-1/+0
* Merge branch 'turbostat' of git://git.kernel.org/pub/scm/linux/kernel/git/len...Linus Torvalds2020-11-104-138/+507
|\
| * tools/power turbostat: update version numberLen Brown2020-11-101-1/+1
| * tools/power turbostat: harden against cpu hotplugLen Brown2020-10-231-9/+14
| * tools/power turbostat: adjust for temperature offsetLen Brown2020-10-231-33/+29
| * tools/power turbostat: Build with _FILE_OFFSET_BITS=64Alexander Monakov2020-09-031-0/+1
| * tools/power turbostat: Support AMD Family 19hKim Phillips2020-09-031-23/+11
| * tools/power turbostat: Remove empty columns for JacobsvilleAntti Laakso2020-09-031-3/+30
| * tools/power turbostat: Add a new GFXAMHz column that exposes gt_act_freq_mhz.Rafael Antognolli2020-09-031-0/+50
| * tools/power x86_energy_perf_policy: Input/output error in a VMOndřej Lysoněk2020-09-031-13/+54
| * tools/power turbostat: Skip pc8, pc9, pc10 columns, if they are disabledLen Brown2020-09-031-3/+6
| * tools/power turbostat: Support additional CPU model numbersLen Brown2020-09-031-0/+4
| * tools/power turbostat: Fix output formatting for ACPI CST enumerationDavid Arcari2020-09-031-0/+20
| * tools/power turbostat: Replace HTTP links with HTTPS ones: TURBOSTAT UTILITYAlexander A. Klimov2020-09-031-1/+1
| * tools/power turbostat: Use sched_getcpu() instead of hardcoded cpu 0Prarit Bhargava2020-09-031-3/+10
| * tools/power turbostat: Enable accumulate RAPL displayChen Yu2020-09-031-22/+16
| * tools/power turbostat: Introduce functions to accumulate RAPL consumptionChen Yu2020-09-032-7/+219
| * tools/power turbostat: Make the energy variable to be 64 bitChen Yu2020-09-031-17/+13
| * tools/power turbostat: Always print idle in the system configuration headerDoug Smythies2020-09-031-3/+0
| * tools/power turbostat: Print /dev/cpu_dma_latencyLen Brown2020-09-031-0/+28
* | Merge tag 'pm-5.10-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2020-10-232-2/+2
|\ \
| | \
| | \
| *-. \ Merge branches 'pm-core', 'pm-sleep', 'pm-tools' and 'powercap'Rafael J. Wysocki2020-10-232-2/+2
| |\ \ \
| | | * | Merge tag 'linux-cpupower-5.10-rc1' of git://git.kernel.org/pub/scm/linux/ker...Rafael J. Wysocki2020-10-162-2/+2
| | |/| |
| | | * | cpupower: speed up generating git version stringMartin Kaistra2020-08-201-1/+1
| | | * | cpupowerutils: fix spelling mistake "dependant" -> "dependent"Colin Ian King2020-08-201-1/+1
* | | | | Merge tag 'linux-kselftest-fixes-5.10-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds2020-10-141-5/+9
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | tools: Avoid comma separated statementsJoe Perches2020-10-021-5/+9
| | |/ / | |/| |
* | | | Merge tag 'acpi-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2020-10-142-1/+3
|\ \ \ \ | |_|/ / |/| | |
| | | |
| | \ \
| *-. \ \ Merge branches 'acpi-extlog', 'acpi-memhotplug', 'acpi-button', 'acpi-tools' ...Rafael J. Wysocki2020-10-131-0/+2
| |\ \ \ \ | | | |/ / | | |/| |
| | | * | tools/power/acpi: Serialize MakefileThomas Renninger2020-10-021-0/+2
| | |/ /
| * / / ACPICA: Tree-wide: fix various typos and spelling mistakesColin Ian King2020-10-081-1/+1
| |/ /
* | | Merge tag 'platform-drivers-x86-v5.10-1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2020-10-143-15/+18
|\ \ \
| * | | tools/power/x86/intel-speed-select: Update version for v5.10Srinivas Pandruvada2020-10-071-1/+1
| * | | tools/power/x86/intel-speed-select: Fix missing base-freq core IDsJonathan Doman2020-10-073-14/+17
| |/ /
* / / notifier: Fix broken error handling patternPeter Zijlstra2020-09-011-1/+1
|/ /
* | Merge tag 'acpi-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2020-08-031-1/+1
|\ \
| * | ACPI: Use valid link to the ACPI specificationTiezhu Yang2020-07-271-1/+1
| |/
* | Merge tag 'pm-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2020-08-035-112/+159
|\ \
| * | pm-graph v5.7 - important s2idle fixesTodd Brandt2020-07-272-102/+149
| * | cpupower: Replace HTTP links with HTTPS onesAlexander A. Klimov2020-07-171-2/+2
| * | cpupower: Fix NULL but dereferenced coccicheck errorsShuah Khan2020-07-061-5/+5
| * | cpupower: Fix comparing pointer to 0 coccicheck warnsShuah Khan2020-07-061-3/+3
| |/
* | tools/power/x86/intel-speed-select: Update version for v5.9Srinivas Pandruvada2020-07-161-1/+1
* | tools/power/x86/intel-speed-select: Add retries for mail box commandsSrinivas Pandruvada2020-07-161-16/+36
* | tools/power/x86/intel-speed-select: Add option to delay mbox commandsSrinivas Pandruvada2020-07-161-0/+15
* | tools/power/x86/intel-speed-select: Ignore -o option processing on errorSrinivas Pandruvada2020-07-161-1/+5
* | tools/power/x86/intel-speed-select: Change path for caching topology infoSrinivas Pandruvada2020-07-161-2/+4
|/
* Merge branch 'acpica'Rafael J. Wysocki2020-06-101-5/+6
|\