cpupower: Add Chinese Simplified translationAdd Chinese Simplified translations for cpufrequtils package.Signed-off-by: Kieran Moy <kfatyuip@gmail.com>Reviewed-by: Candice Cheng <ccheng@linuxfou
cpupower: Add Chinese Simplified translationAdd Chinese Simplified translations for cpufrequtils package.Signed-off-by: Kieran Moy <kfatyuip@gmail.com>Reviewed-by: Candice Cheng <ccheng@linuxfoundation.org>Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
show more ...
cpupower: Add Georgian translationAdd Georgian language for cpupowerSigned-off-by: Zurab Kargareteli <zuraxt@gmail.com>Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
cpupower: update German translationUpdate the German translation of cpupower, and change the encodingto UTF-8.[skhan@linuxfoundation.org: fix merge conflicts]Signed-off-by: Benjamin Weis <benja
cpupower: update German translationUpdate the German translation of cpupower, and change the encodingto UTF-8.[skhan@linuxfoundation.org: fix merge conflicts]Signed-off-by: Benjamin Weis <benjamin.weis@gmx.com>Acked-by: Dominik Brodowski <linux@dominikbrodowski.net>Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
cpupower: correct spelling of intervalFix up multiple instances of "intervall" to correct"interval" (all save one Italian instance).Signed-off-by: Nick Black <dankamongmen@gmail.com>Signed-off-
cpupower: correct spelling of intervalFix up multiple instances of "intervall" to correct"interval" (all save one Italian instance).Signed-off-by: Nick Black <dankamongmen@gmail.com>Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
treewide: convert ISO_8859-1 text comments to utf-8Almost all files in the kernel are either plain text or UTF-8 encoded. Acouple however are ISO_8859-1, usually just a few characters in a Ccomm
treewide: convert ISO_8859-1 text comments to utf-8Almost all files in the kernel are either plain text or UTF-8 encoded. Acouple however are ISO_8859-1, usually just a few characters in a Ccomments, for historic reasons.This converts them all to UTF-8 for consistency.Link: http://lkml.kernel.org/r/20180724111600.4158975-1-arnd@arndb.deSigned-off-by: Arnd Bergmann <arnd@arndb.de>Acked-by: Simon Horman <horms@verge.net.au> [IPVS portion]Acked-by: Jonathan Cameron <Jonathan.Cameron@huawei.com> [IIO]Acked-by: Michael Ellerman <mpe@ellerman.id.au> [powerpc]Acked-by: Rob Herring <robh@kernel.org>Cc: Joe Perches <joe@perches.com>Cc: Arnd Bergmann <arnd@arndb.de>Cc: Samuel Ortiz <sameo@linux.intel.com>Cc: "David S. Miller" <davem@davemloft.net>Cc: Rob Herring <robh+dt@kernel.org>Signed-off-by: Andrew Morton <akpm@linux-foundation.org>Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
cpupowerutils - cpufrequtils extended with quite some featuresCPU power consumption vs performance tuning is no longerlimited to CPU frequency switching anymore: deep sleep states,traditional dyn
cpupowerutils - cpufrequtils extended with quite some featuresCPU power consumption vs performance tuning is no longerlimited to CPU frequency switching anymore: deep sleep states,traditional dynamic frequency scaling and hidden turbo/boostfrequencies are tied close together and depend on each other.The first two exist on different architectures like PPC, Itanium andARM, the latter (so far) only on X86. On X86 the APU (CPU+GPU) willonly run most efficiently if CPU and GPU has proper power managementin place.Users and Developers want to have *one* tool to get an overview whattheir system supports and to monitor and debug CPU power managementin detail. The tool should compile and work on as many architecturesas possible.Once this tool stabilizes a bit, it is intended to replace theIntel-specific tools in tools/power/x86Signed-off-by: Dominik Brodowski <linux@dominikbrodowski.net>