Hi! cpufrequtils-006 is released and available at http://www.kernel.org/pub/linux/utils/kernel/cpufreq/ See also: http://www.kernel.org/pub/linux/utils/kernel/cpufreq/cpufrequtils.html Three major features have been added since cpufrequtils-005: (1) A cpufreq micro benchmark "cpufreq-bench" by Thomas Renninger and Christian Kornacker; (2) cpufreq-aperf by Thomas Renninger which determines the average CPU frequecy over a period of time by making use of APERF/MPEF MSR registers found on recent CPUs; and (3) a new command line option "-r" / "--related-cpus" to cpufreq-info and cpufreq-set: - cpufreq-info -r reports which CPUs need to run at the same hardware frequency, - cpufreq-set -r sets the value for all these "related" CPUs. The diffstat and list of changes follows below. Dominik ---- Claudio Eduardo (1): i18n: update Portuguese translation Dominik Brodowski (20): stat bugfix Do not build/install cpufreq-bench by default libcpufreq: add support for related_cpus cpufreq-info: add support for related_cpus i18n: language improvement, update German translation libcpufreq: add support for transition_latency cpufreq-info: add support for transition_latency i18n: update German translation copyright update Add check for fgets() return value cpufreq-set: add support for related_cpus i18n: update German translation cpufreq-set: bugfix for -f, cleanups cpufreq-set: further cleanup cpufreq-set: further cleanup to main() cpufreq-set: further cleanup to main() #2 cpufreq-set: further cleanup to main() #3 i18n updates aperf: Add check for fgets() return value cpufrequtils-006 Mattia Dongili (2): i18n: update Italian translation i18n: update Italian translation Olivier Blin (1): fix parallel build of ccdv in cpufrequtils Thomas Renninger (12): Introduce cpufreq micro benchmark Introduce cpufreq-aperf cpufreq-bench: Add cpufrequtils lib dir to default headers cpufreq-bench: Print calculation info after the calculations have been done cpufreq-bench: Fix installation of bench README - enhance the README file cpufreq-bench: Don't fail if the output dir does not exist, but try to create it cpufreq-bench: Add ability to pass a default config file via compile parameter cpufreq-bench: Remove unnecessary arguments check and allow no arguments cpufreq-bench: Set default log directory to /var/log/cpufreq-bench cpufreq-bench: Reduce output, only print details in verbose mode cpufreq-bench: Implement a percentage progress bar if we log into a file cpufreq-bench: Add plot helper scripts .gitignore | 2 + Makefile | 38 +++- bench/Makefile | 30 +++ bench/README-BENCH | 124 +++++++++++ bench/benchmark.c | 184 ++++++++++++++++ bench/benchmark.h | 27 +++ bench/config.h | 36 +++ bench/cpufreq-bench_plot.sh | 104 +++++++++ bench/cpufreq-bench_script.sh | 101 +++++++++ bench/example.cfg | 11 + bench/main.c | 203 ++++++++++++++++++ bench/parse.c | 224 ++++++++++++++++++++ bench/parse.h | 50 +++++ bench/system.c | 188 ++++++++++++++++ bench/system.h | 29 +++ lib/cpufreq.c | 23 ++- lib/cpufreq.h | 19 ++- lib/interfaces.h | 7 + lib/proc.c | 19 ++- lib/sysfs.c | 24 ++- man/cpufreq-info.1 | 12 +- man/cpufreq-set.1 | 7 +- po/de.po | 208 +++++++++++-------- po/it.po | 249 +++++++++++++--------- po/pt.po | 305 +++++++++++++++------------ utils/aperf.c | 470 +++++++++++++++++++++++++++++++++++++++++ utils/info.c | 107 +++++++++- utils/set.c | 272 +++++++++++++++--------- -- To unsubscribe from this list: send the line "unsubscribe cpufreq" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html