aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/power/cpupower
AgeCommit message (Expand)AuthorFilesLines
2026-04-06cpupower: remove extern declarations in cmd functionsKaushlendra Kumar6-12/+0
2026-03-25cpupower-info.1: describe the --perf-bias optionRoberto Ricci1-1/+8
2026-03-25cpupower-frequency-info.1: document --boost and --epp optionsRoberto Ricci1-0/+6
2026-03-25cpupower-frequency-info.1: use the proper name of the --perf optionRoberto Ricci1-1/+1
2026-03-25cpupower-idle-info.1: fix short option namesRoberto Ricci1-2/+2
2026-03-03cpupower: Add intel_pstate turbo boost support for Intel platformsZhang Rui3-4/+48
2026-03-03cpupower: Add support for setting EPP via systemd serviceJan Kiszka2-0/+11
2026-02-28cpupower: fix swapped power/energy unit labelsKaushlendra Kumar1-2/+2
2026-01-16cpupower: make systemd unit installation optionalJoão Marcos Costa1-5/+12
2025-12-15tools/power cpupower: Show C0 in idle-info dumpKaushlendra Kumar1-1/+1
2025-12-15tools/power cpupower: Reset errno before strtoull()Kaushlendra Kumar1-0/+1
2025-12-15tools/cpupower: Use strcspn() to strip trailing newlineKaushlendra Kumar1-4/+2
2025-12-15tools/cpupower: Fix inverted APERF capability checkKaushlendra Kumar1-1/+1
2025-12-15cpupower: idle_monitor: fix incorrect value logged after stopKaushlendra Kumar1-1/+1
2025-11-05tools/power/cpupower: Support building libcpupower staticallyZuo An1-11/+21
2025-10-01Merge tag 'kbuild-6.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kbuild/linuxLinus Torvalds1-3/+0
2025-09-24tools/cpupower: Fix incorrect size in cpuidle_state_disable()Kaushlendra Kumar1-2/+3
2025-09-19Merge 6.17-rc6 into kbuild-nextNathan Chancellor5-35/+83
2025-09-16tools/cpupower: fix error return value in cpupower_write_sysfs()Kaushlendra Kumar1-1/+1
2025-08-15cpupower: Allow control of boost feature on non-x86 based systems with boost support.Shinji Nomoto5-33/+81
2025-08-15cpupower: Fix a bug where the -t option of the set subcommand was not working.Shinji Nomoto1-2/+2
2025-08-12.gitignore: ignore compile_commands.json globallyAndrii Nakryiko1-3/+0
2025-07-01cpupower: Improve Python binding's MakefileJohn B. Wyatt IV1-5/+7
2025-06-18pm: cpupower: Fix printing of CORE, CPU fields in cpupower-monitorGautham R. Shenoy1-4/+0
2025-06-18pm: cpupower: Fix the snapshot-order of tsc,mperf, clock in mperf_stop()Gautham R. Shenoy1-2/+2
2025-06-09cpupower: split unitdir from libdir in MakefileFrancesco Poli (wintermute)1-4/+5
2025-05-13cpupower: do not install files to /etc/default/Francesco Poli (wintermute)4-11/+15
2025-05-13cpupower: do not call systemctl at install timeFrancesco Poli (wintermute)2-7/+14
2025-05-13cpupower: do not write DESTDIR to cpupower.serviceFrancesco Poli (wintermute)1-1/+1
2025-05-02cpupower: change binding's makefile to use -lcpupowerJohn B. Wyatt IV2-10/+11
2025-05-02cpupower: add a systemd service to run cpupowerFrancesco Poli (wintermute)5-0/+104
2025-03-07cpupower: Make lib versioning scheme more obvious and fix version linkThomas Renninger1-8/+11
2025-03-06cpupower: Implement CPU physical core queryingJohn B. Wyatt IV2-8/+43
2025-03-06pm: cpupower: remove hard-coded topology depth valuesShuah Khan1-11/+29
2025-03-06pm: cpupower: Fix cmd_monitor() error legs to free cpu_topologyShuah Khan1-0/+2
2025-02-20cpupower: monitor: Exit with error status if execvp() failYiwei Lin1-1/+5
2025-02-19pm: cpupower: bench: Prevent NULL dereference on malloc failureZhongqiu Han1-0/+4
2025-01-13pm: cpupower: Add missing residency header changes in cpuidle.h to SWIGJohn B. Wyatt IV1-0/+2
2024-12-27pm: cpupower: Add header changes for cpufreq.h to SWIG bindingsJohn B. Wyatt IV1-0/+3
2024-12-20pm: cpupower: Add install and uninstall options to bindings makefileJohn B. Wyatt IV2-0/+35
2024-12-20cpupower: Adjust whitespace for amd-pstate specific printsMario Limonciello1-4/+6
2024-12-20cpupower: Don't fetch maximum latency when EPP is enabledMario Limonciello1-0/+3
2024-12-20cpupower: Add support for showing energy performance preferenceMario Limonciello3-1/+46
2024-12-20cpupower: Don't try to read frequency from hardware when kernel uses aperfmperfMario Limonciello1-1/+6
2024-12-20cpupower: Add support for amd-pstate preferred core rankingsMario Limonciello1-0/+8
2024-12-20cpupower: Add support for parsing 'enabled' or 'disabled' strings from tableMario Limonciello1-0/+4
2024-12-20cpupower: Remove spurious return statementMario Limonciello1-1/+0
2024-12-16cpupower: fix TSC MHz calculationHe Rongguang1-6/+9
2024-12-09cpupower: revise is_valid flag handling for idle_monitorwangfushuai4-6/+6
2024-12-09pm: cpupower: Makefile: Fix cross compilationPeng Fan1-0/+8