-
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 'x86/entry' into ras/core
to fixup conflicts in arch/x86/kernel/cpu/mce/core.c so MCE specific follow up patches can be applied without creating a horrible merge conflict afterwards.
- Loading branch information
Showing
14,668 changed files
with
839,723 additions
and
302,237 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 |
---|---|---|
|
@@ -56,6 +56,7 @@ modules.order | |
/linux | ||
/vmlinux | ||
/vmlinux.32 | ||
/vmlinux.symvers | ||
/vmlinux-gdb.py | ||
/vmlinuz | ||
/System.map | ||
|
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
What: /sys/devices/system/cpu/cpuidle/current_governor_ro | ||
Date: April, 2020 | ||
Contact: linux-pm@vger.kernel.org | ||
Description: | ||
current_governor_ro shows current using cpuidle governor, but read only. | ||
with the update that cpuidle governor can be changed at runtime in default, | ||
both current_governor and current_governor_ro co-exist under | ||
/sys/devices/system/cpu/cpuidle/ file, it's duplicate so make | ||
current_governor_ro obselete. |
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 |
---|---|---|
@@ -0,0 +1,22 @@ | ||
These files allow sending arbitrary IPC commands to the PMC/SCU which | ||
may be dangerous. These will be removed eventually and should not be | ||
used in any new applications. | ||
|
||
What: /sys/bus/platform/devices/INT34D2:00/simplecmd | ||
Date: Jun 2015 | ||
KernelVersion: 4.1 | ||
Contact: Mika Westerberg <mika.westerberg@linux.intel.com> | ||
Description: This interface allows userspace to send an arbitrary | ||
IPC command to the PMC/SCU. | ||
|
||
Format: %d %d where first number is command and | ||
second number is subcommand. | ||
|
||
What: /sys/bus/platform/devices/INT34D2:00/northpeak | ||
Date: Jun 2015 | ||
KernelVersion: 4.1 | ||
Contact: Mika Westerberg <mika.westerberg@linux.intel.com> | ||
Description: This interface allows userspace to enable and disable | ||
Northpeak through the PMC/SCU. | ||
|
||
Format: %u. |
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 |
---|---|---|
@@ -0,0 +1,103 @@ | ||
What: /sys/devices/platform/firmware\:zynqmp-firmware/ggs* | ||
Date: March 2020 | ||
KernelVersion: 5.6 | ||
Contact: "Jolly Shah" <jollys@xilinx.com> | ||
Description: | ||
Read/Write PMU global general storage register value, | ||
GLOBAL_GEN_STORAGE{0:3}. | ||
Global general storage register that can be used | ||
by system to pass information between masters. | ||
|
||
The register is reset during system or power-on | ||
resets. Three registers are used by the FSBL and | ||
other Xilinx software products: GLOBAL_GEN_STORAGE{4:6}. | ||
|
||
Usage: | ||
# cat /sys/devices/platform/firmware\:zynqmp-firmware/ggs0 | ||
# echo <value> > /sys/devices/platform/firmware\:zynqmp-firmware/ggs0 | ||
|
||
Example: | ||
# cat /sys/devices/platform/firmware\:zynqmp-firmware/ggs0 | ||
# echo 0x1234ABCD > /sys/devices/platform/firmware\:zynqmp-firmware/ggs0 | ||
|
||
Users: Xilinx | ||
|
||
What: /sys/devices/platform/firmware\:zynqmp-firmware/pggs* | ||
Date: March 2020 | ||
KernelVersion: 5.6 | ||
Contact: "Jolly Shah" <jollys@xilinx.com> | ||
Description: | ||
Read/Write PMU persistent global general storage register | ||
value, PERS_GLOB_GEN_STORAGE{0:3}. | ||
Persistent global general storage register that | ||
can be used by system to pass information between | ||
masters. | ||
|
||
This register is only reset by the power-on reset | ||
and maintains its value through a system reset. | ||
Four registers are used by the FSBL and other Xilinx | ||
software products: PERS_GLOB_GEN_STORAGE{4:7}. | ||
Register is reset only by a POR reset. | ||
|
||
Usage: | ||
# cat /sys/devices/platform/firmware\:zynqmp-firmware/pggs0 | ||
# echo <value> > /sys/devices/platform/firmware\:zynqmp-firmware/pggs0 | ||
|
||
Example: | ||
# cat /sys/devices/platform/firmware\:zynqmp-firmware/pggs0 | ||
# echo 0x1234ABCD > /sys/devices/platform/firmware\:zynqmp-firmware/pggs0 | ||
|
||
Users: Xilinx | ||
|
||
What: /sys/devices/platform/firmware\:zynqmp-firmware/shutdown_scope | ||
Date: March 2020 | ||
KernelVersion: 5.6 | ||
Contact: "Jolly Shah" <jollys@xilinx.com> | ||
Description: | ||
This sysfs interface allows to set the shutdown scope for the | ||
next shutdown request. When the next shutdown is performed, the | ||
platform specific portion of PSCI-system_off can use the chosen | ||
shutdown scope. | ||
|
||
Following are available shutdown scopes(subtypes): | ||
|
||
subsystem: Only the APU along with all of its peripherals | ||
not used by other processing units will be | ||
shut down. This may result in the FPD power | ||
domain being shut down provided that no other | ||
processing unit uses FPD peripherals or DRAM. | ||
ps_only: The complete PS will be shut down, including the | ||
RPU, PMU, etc. Only the PL domain (FPGA) | ||
remains untouched. | ||
system: The complete system/device is shut down. | ||
|
||
Usage: | ||
# cat /sys/devices/platform/firmware\:zynqmp-firmware/shutdown_scope | ||
# echo <scope> > /sys/devices/platform/firmware\:zynqmp-firmware/shutdown_scope | ||
|
||
Example: | ||
# cat /sys/devices/platform/firmware\:zynqmp-firmware/shutdown_scope | ||
# echo "subsystem" > /sys/devices/platform/firmware\:zynqmp-firmware/shutdown_scope | ||
|
||
Users: Xilinx | ||
|
||
What: /sys/devices/platform/firmware\:zynqmp-firmware/health_status | ||
Date: March 2020 | ||
KernelVersion: 5.6 | ||
Contact: "Jolly Shah" <jollys@xilinx.com> | ||
Description: | ||
This sysfs interface allows to set the health status. If PMUFW | ||
is compiled with CHECK_HEALTHY_BOOT, it will check the healthy | ||
bit on FPD WDT expiration. If healthy bit is set by a user | ||
application running in Linux, PMUFW will do APU only restart. If | ||
healthy bit is not set during FPD WDT expiration, PMUFW will do | ||
system restart. | ||
|
||
Usage: | ||
Set healthy bit | ||
# echo 1 > /sys/devices/platform/firmware\:zynqmp-firmware/health_status | ||
|
||
Unset healthy bit | ||
# echo 0 > /sys/devices/platform/firmware\:zynqmp-firmware/health_status | ||
|
||
Users: Xilinx |
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.