Hi all,
We are pleased to announce the release of PowerTOP v2.12.
About PowerTOP:
PowerTOP is a Linux tool to diagnose issues with power consumption and power management.
In addition to being a diagnostic tool, PowerTOP also has an interactive mode you can use
to experiment with various power management settings, for cases where the Linux
distribution has not enabled those settings.
PowerTOP reports which components in the system are most likely to able for
higher-than-needed power consumption, ranging from software applications to active
components in the system. Detailed screens are available for CPU C and P states, device
activity, and software activity. For many years, PowerTOP has been used heavily by Intel,
Linux distributors, and various parts of the open source community.
About PowerTOP v2.12 release:
This is a minor release with a few updates to README file, use of DIPM (Device Interface
Power Management) for SATA link PM and updates to the build scripts. We have also enabled
support for Comet Lake mobile and desktop, Skylake server and atom based Tremont (Jasper
Lake). Thanks to the contributors from the open source community.
Thank you to everyone who contributed to this release! Stay safe and stay healthy!.
Anthony Wong (1):
README: suggest to install autoconf-archive
Gayatri Kammela (8):
README: Update README file
intel_cpus: Enable Jasper Lake support in PowerTop
src/cpu: intel_cpus: Re-arrange the order of cpu model numbers
intel_cpus: Enable Sky Lake server support in PowerTop
src/display.cpp: Fix: Add the missing part of the patch changes
configure.ac: Add a new release candidate v2.12-rc1 to PowerTop
powertop.pot: Update powertop.pot
configure.ac: Add a new release v2.12 to PowerTop
Joe Konno (4):
Revert "configure.ac: version strings from git describe"
configure.ac: required version to 2.69
configure.ac: ax_add_fortify_source
po: update translation files and template
Nivedita Swaminathan (1):
intel_cpus: Enable Comet Lake (Mobile) and Comet Lake (Desktop) support
Ross Burton (1):
tuningsysfs: use med_power_with_dipm for SATA link power management
Change log:
.gitignore | 1 -
Makefile.am | 2 -
README | 25 +++---
autogen.sh | 1 -
configure.ac | 9 +--
m4/ax_cxx_compile_stdcxx_11.m4 | 142 ----------------------------------
m4/ax_pthread.m4 | 332
-------------------------------------------------------------------------------
m4/gcc_fortify_source_cc.m4 | 29 -------
po/ca.po | 14 ++--
po/cs_CZ.po | 14 ++--
po/de_DE.po | 14 ++--
po/en_GB.po | 14 ++--
po/en_US.po | 14 ++--
po/es_ES.po | 14 ++--
po/hu_HU.po | 14 ++--
po/id_ID.po | 14 ++--
po/nl_NL.po | 14 ++--
po/powertop.pot | 16 ++--
po/zh_TW.po | 14 ++--
scripts/version | 13 ----
src/cpu/intel_cpus.cpp | 48 ++++++++----
src/display.cpp | 2 +-
src/tuning/tuningsysfs.cpp | 2 +-
23 files changed, 125 insertions(+), 637 deletions(-)
delete mode 100644 m4/ax_cxx_compile_stdcxx_11.m4
delete mode 100644 m4/ax_pthread.m4
delete mode 100644 m4/gcc_fortify_source_cc.m4
delete mode 100644 scripts/version
Thanks ,
Gayatri Kammela
Show replies by date