forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'hkdk/odroidxu4-4.14.y' into odroidxu4-v…
…4.14
- Loading branch information
Showing
3,199 changed files
with
595,102 additions
and
302,196 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
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 |
---|---|---|
|
@@ -373,3 +373,19 @@ Contact: Linux kernel mailing list <[email protected]> | |
Description: information about CPUs heterogeneity. | ||
|
||
cpu_capacity: capacity of cpu#. | ||
|
||
What: /sys/devices/system/cpu/vulnerabilities | ||
/sys/devices/system/cpu/vulnerabilities/meltdown | ||
/sys/devices/system/cpu/vulnerabilities/spectre_v1 | ||
/sys/devices/system/cpu/vulnerabilities/spectre_v2 | ||
Date: January 2018 | ||
Contact: Linux kernel mailing list <[email protected]> | ||
Description: Information about CPU vulnerabilities | ||
|
||
The files are named after the code names of CPU | ||
vulnerabilities. The output of those files reflects the | ||
state of the CPUs in the system. Possible output values: | ||
|
||
"Not affected" CPU is not affected by the vulnerability | ||
"Vulnerable" CPU is affected and no mitigation in effect | ||
"Mitigation: $M" CPU is affected and mitigation $M is in effect |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,6 @@ whole; patches welcome! | |
kasan | ||
ubsan | ||
kmemleak | ||
kmemcheck | ||
gdb-kernel-debugging | ||
kgdb | ||
kselftest | ||
|
Oops, something went wrong.