forked from Freescale/linux-fslc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'linus' into core/urgent, to merge in dependent changes
Signed-off-by: Ingo Molnar <[email protected]>
- Loading branch information
Showing
2,158 changed files
with
43,262 additions
and
27,226 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -156,6 +156,8 @@ Morten Welinder <[email protected]> | |
Morten Welinder <[email protected]> | ||
Mythri P K <[email protected]> | ||
Nguyen Anh Quynh <[email protected]> | ||
Nicolas Pitre <[email protected]> <[email protected]> | ||
Nicolas Pitre <[email protected]> <[email protected]> | ||
Paolo 'Blaisorblade' Giarrusso <[email protected]> | ||
Patrick Mochel <[email protected]> | ||
Paul Burton <[email protected]> <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -511,10 +511,30 @@ Description: Control Symetric Multi Threading (SMT) | |
control: Read/write interface to control SMT. Possible | ||
values: | ||
|
||
"on" SMT is enabled | ||
"off" SMT is disabled | ||
"forceoff" SMT is force disabled. Cannot be changed. | ||
"notsupported" SMT is not supported by the CPU | ||
"on" SMT is enabled | ||
"off" SMT is disabled | ||
"forceoff" SMT is force disabled. Cannot be changed. | ||
"notsupported" SMT is not supported by the CPU | ||
"notimplemented" SMT runtime toggling is not | ||
implemented for the architecture | ||
|
||
If control status is "forceoff" or "notsupported" writes | ||
are rejected. | ||
|
||
What: /sys/devices/system/cpu/cpu#/power/energy_perf_bias | ||
Date: March 2019 | ||
Contact: [email protected] | ||
Description: Intel Energy and Performance Bias Hint (EPB) | ||
|
||
EPB for the given CPU in a sliding scale 0 - 15, where a value | ||
of 0 corresponds to a hint preference for highest performance | ||
and a value of 15 corresponds to the maximum energy savings. | ||
|
||
In order to change the EPB value for the CPU, write either | ||
a number in the 0 - 15 sliding scale above, or one of the | ||
strings: "performance", "balance-performance", "normal", | ||
"balance-power", "power" (that represent values reflected by | ||
their meaning), to this attribute. | ||
|
||
This attribute is present for all online CPUs supporting the | ||
Intel EPB feature. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.