git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0924c36
)
cpupower: Introduce idle-set subcommand and C-state enabling/disabling
author
Thomas Renninger
<trenn@suse.de>
Fri, 28 Jun 2013 13:34:31 +0000
(15:34 +0200)
committer
Rafael J. Wysocki
<rafael.j.wysocki@intel.com>
Thu, 4 Jul 2013 23:52:19 +0000
(
01:52
+0200)
Example:
cpupower idle-set -d 3
will disable C-state 3 on all processors (set commands are active on
all CPUs by default), same as:
cpupower -c all idle-set -d 3
Signed-off-by: Thomas Renninger <trenn@suse.de>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
No differences found