summaryrefslogtreecommitdiff
path: root/tools/power
AgeCommit message (Expand)AuthorFilesLines
2025-08-28pm: cpupower: Fix the snapshot-order of tsc,mperf, clock in mperf_stop()Gautham R. Shenoy1-2/+2
2025-05-02pm: cpupower: bench: Prevent NULL dereference on malloc failureZhongqiu Han1-0/+4
2025-03-13cpupower: fix TSC MHz calculationHe Rongguang1-6/+9
2024-05-17tools/power turbostat: Fix Bzy_MHz documentation typoPeng Liu1-1/+1
2024-05-17tools/power turbostat: Fix added raw MSR outputDoug Smythies1-3/+4
2024-04-13tools/power x86_energy_perf_policy: Fix file leak in get_pkg_num()Samasth Norway Ananda1-0/+1
2023-11-28tools/power/turbostat: Fix a knl bugZhang Rui1-1/+1
2023-10-10cpupower: add Makefile dependencies for install targetsIvan Babrou2-5/+5
2023-05-30cpupower: Make TSC read per CPU for Mperf monitorWyes Karny1-17/+14
2023-04-05tools/power turbostat: Fix /dev/cpu_dma_latency warningsPrarit Bhargava2-1/+3
2022-06-09tools/power turbostat: fix ICX DRAM power numbersLen Brown1-0/+1
2021-05-22tweewide: Fix most Shebang linesFinn Behrens1-1/+1
2021-05-14Revert "tools/power turbostat: adjust for temperature offset"Len Brown1-29/+33
2021-05-11tools/power turbostat: Fix offset overflow issue in index convertingCalvin Walton1-5/+6
2021-05-11tools/power/turbostat: Fix turbostat for AMD Zen CPUsBas Nieuwenhuizen1-2/+6
2021-05-11tools/power/x86/intel-speed-select: Increase string sizeSrinivas Pandruvada1-2/+10
2021-02-07tools/power/x86/intel-speed-select: Set higher of cpuinfo_max_freq or base_fr...Srinivas Pandruvada1-0/+11
2021-02-07tools/power/x86/intel-speed-select: Set scaling_max_freq to base_frequencySrinivas Pandruvada1-0/+21
2021-01-30tools: Factor HOSTCC, HOSTLD, HOSTAR definitionsJean-Philippe Brucker1-1/+0
2020-11-10Merge branch 'turbostat' of git://git.kernel.org/pub/scm/linux/kernel/git/len...Linus Torvalds4-138/+507
2020-11-10tools/power turbostat: update version numberLen Brown1-1/+1
2020-10-24Merge tag 'pm-5.10-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2-2/+2
2020-10-23tools/power turbostat: harden against cpu hotplugLen Brown1-9/+14
2020-10-23tools/power turbostat: adjust for temperature offsetLen Brown1-33/+29
2020-10-23Merge branches 'pm-core', 'pm-sleep', 'pm-tools' and 'powercap'Rafael J. Wysocki2-2/+2
2020-10-16Merge tag 'linux-cpupower-5.10-rc1' of git://git.kernel.org/pub/scm/linux/ker...Rafael J. Wysocki2-2/+2
2020-10-15Merge tag 'linux-kselftest-fixes-5.10-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds1-5/+9
2020-10-14Merge tag 'acpi-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2-1/+3
2020-10-14Merge tag 'platform-drivers-x86-v5.10-1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds3-15/+18
2020-10-13Merge branches 'acpi-extlog', 'acpi-memhotplug', 'acpi-button', 'acpi-tools' ...Rafael J. Wysocki1-0/+2
2020-10-08ACPICA: Tree-wide: fix various typos and spelling mistakesColin Ian King1-1/+1
2020-10-07tools/power/x86/intel-speed-select: Update version for v5.10Srinivas Pandruvada1-1/+1
2020-10-07tools/power/x86/intel-speed-select: Fix missing base-freq core IDsJonathan Doman3-14/+17
2020-10-02tools/power/acpi: Serialize MakefileThomas Renninger1-0/+2
2020-10-02tools: Avoid comma separated statementsJoe Perches1-5/+9
2020-09-03tools/power turbostat: Build with _FILE_OFFSET_BITS=64Alexander Monakov1-0/+1
2020-09-03tools/power turbostat: Support AMD Family 19hKim Phillips1-23/+11
2020-09-03tools/power turbostat: Remove empty columns for JacobsvilleAntti Laakso1-3/+30
2020-09-03tools/power turbostat: Add a new GFXAMHz column that exposes gt_act_freq_mhz.Rafael Antognolli1-0/+50
2020-09-03tools/power x86_energy_perf_policy: Input/output error in a VMOndřej Lysoněk1-13/+54
2020-09-03tools/power turbostat: Skip pc8, pc9, pc10 columns, if they are disabledLen Brown1-3/+6
2020-09-03tools/power turbostat: Support additional CPU model numbersLen Brown1-0/+4
2020-09-03tools/power turbostat: Fix output formatting for ACPI CST enumerationDavid Arcari1-0/+20
2020-09-03tools/power turbostat: Replace HTTP links with HTTPS ones: TURBOSTAT UTILITYAlexander A. Klimov1-1/+1
2020-09-03tools/power turbostat: Use sched_getcpu() instead of hardcoded cpu 0Prarit Bhargava1-3/+10
2020-09-03tools/power turbostat: Enable accumulate RAPL displayChen Yu1-22/+16
2020-09-03tools/power turbostat: Introduce functions to accumulate RAPL consumptionChen Yu2-7/+219
2020-09-03tools/power turbostat: Make the energy variable to be 64 bitChen Yu1-17/+13
2020-09-03tools/power turbostat: Always print idle in the system configuration headerDoug Smythies1-3/+0
2020-09-03tools/power turbostat: Print /dev/cpu_dma_latencyLen Brown1-0/+28