-
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.
Prepare input updates for 6.2 merge window.
- Loading branch information
Showing
12,194 changed files
with
634,802 additions
and
222,497 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,4 @@ | ||
Alan Cox <alan@lxorguk.ukuu.org.uk> | ||
Alan Cox <root@hraefn.swansea.linux.org.uk> | ||
Christoph Hellwig <hch@lst.de> | ||
Marc Gonzalez <marc.w.gonzalez@free.fr> |
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,12 @@ | ||
edition = "2021" | ||
newline_style = "Unix" | ||
|
||
# Unstable options that help catching some mistakes in formatting and that we may want to enable | ||
# when they become stable. | ||
# | ||
# They are kept here since they are useful to run from time to time. | ||
#format_code_in_doc_comments = true | ||
#reorder_impl_items = true | ||
#comment_width = 100 | ||
#wrap_comments = true | ||
#normalize_comments = true |
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,13 @@ | ||
What: /sys/bus/platform/drivers/amd_pmc/*/smu_fw_version | ||
Date: October 2022 | ||
Contact: Mario Limonciello <mario.limonciello@amd.com> | ||
Description: Reading this file reports the version of the firmware loaded to | ||
System Management Unit (SMU) contained in AMD CPUs and | ||
APUs. | ||
|
||
What: /sys/bus/platform/drivers/amd_pmc/*/smu_program | ||
Date: October 2022 | ||
Contact: Mario Limonciello <mario.limonciello@amd.com> | ||
Description: Reading this file reports the program corresponding to the SMU | ||
firmware version. The program field is used to disambiguate two | ||
APU/CPU models that can share the same firmware binary. |
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,13 @@ | ||
What: /sys/devices/platform/*/cnqf_enable | ||
Date: September 2022 | ||
Contact: Shyam Sundar S K <Shyam-sundar.S-k@amd.com> | ||
Description: Reading this file tells if the AMD Platform Management(PMF) | ||
Cool n Quiet Framework(CnQF) feature is enabled or not. | ||
|
||
This feature is not enabled by default and gets only turned on | ||
if OEM BIOS passes a "flag" to PMF ACPI function (index 11 or 12) | ||
or in case the user writes "on". | ||
|
||
To turn off CnQF user can write "off" to the sysfs node. | ||
Note: Systems that support auto mode will not have this sysfs file | ||
available. |
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.