forked from torvalds/linux
-
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.
Linux 5.15-rc3 Signed-off-by: Miguel Ojeda <[email protected]>
- Loading branch information
Showing
10,726 changed files
with
611,780 additions
and
280,999 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 |
---|---|---|
|
@@ -229,6 +229,7 @@ Matthew Wilcox <[email protected]> <[email protected]> | |
Matthew Wilcox <[email protected]> <[email protected]> | ||
Matthew Wilcox <[email protected]> <[email protected]> | ||
Matthew Wilcox <[email protected]> <[email protected]> | ||
Matthias Fuchs <[email protected]> <[email protected]> | ||
Matthieu CASTET <[email protected]> | ||
Matt Ranostay <[email protected]> <[email protected]> | ||
Matt Ranostay <[email protected]> Matthew Ranostay <[email protected]> | ||
|
@@ -341,6 +342,7 @@ Sumit Semwal <[email protected]> | |
Takashi YOSHII <[email protected]> | ||
Tejun Heo <[email protected]> | ||
Thomas Graf <[email protected]> | ||
Thomas Körper <[email protected]> <[email protected]> | ||
Thomas Pedersen <[email protected]> | ||
Tiezhu Yang <[email protected]> <[email protected]> | ||
Todor Tomov <[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 |
---|---|---|
|
@@ -128,6 +128,8 @@ Date: Aug 28, 2020 | |
KernelVersion: 5.10.0 | ||
Contact: [email protected] | ||
Description: The last executed device administrative command's status/error. | ||
Also last configuration error overloaded. | ||
Writing to it will clear the status. | ||
|
||
What: /sys/bus/dsa/devices/wq<m>.<n>/block_on_fault | ||
Date: Oct 27, 2020 | ||
|
@@ -211,6 +213,13 @@ Contact: [email protected] | |
Description: Indicate whether ATS disable is turned on for the workqueue. | ||
0 indicates ATS is on, and 1 indicates ATS is off for the workqueue. | ||
|
||
What: /sys/bus/dsa/devices/wq<m>.<n>/occupancy | ||
Date May 25, 2021 | ||
KernelVersion: 5.14.0 | ||
Contact: [email protected] | ||
Description: Show the current number of entries in this WQ if WQ Occupancy | ||
Support bit WQ capabilities is 1. | ||
|
||
What: /sys/bus/dsa/devices/engine<m>.<n>/group_id | ||
Date: Oct 25, 2019 | ||
KernelVersion: 5.6.0 | ||
|
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 |
---|---|---|
|
@@ -215,6 +215,17 @@ Description: Sets the skip reset on timeout option for the device. Value of | |
"0" means device will be reset in case some CS has timed out, | ||
otherwise it will not be reset. | ||
|
||
What: /sys/kernel/debug/habanalabs/hl<n>/state_dump | ||
Date: Oct 2021 | ||
KernelVersion: 5.15 | ||
Contact: [email protected] | ||
Description: Gets the state dump occurring on a CS timeout or failure. | ||
State dump is used for debug and is created each time in case of | ||
a problem in a CS execution, before reset. | ||
Reading from the node returns the newest state dump available. | ||
Writing an integer X discards X state dumps, so that the | ||
next read would return X+1-st newest state dump. | ||
|
||
What: /sys/kernel/debug/habanalabs/hl<n>/stop_on_err | ||
Date: Mar 2020 | ||
KernelVersion: 5.6 | ||
|
@@ -230,6 +241,14 @@ Description: Displays a list with information about the currently user | |
pointers (user virtual addresses) that are pinned and mapped | ||
to DMA addresses | ||
|
||
What: /sys/kernel/debug/habanalabs/hl<n>/userptr_lookup | ||
Date: Aug 2021 | ||
KernelVersion: 5.15 | ||
Contact: [email protected] | ||
Description: Allows to search for specific user pointers (user virtual | ||
addresses) that are pinned and mapped to DMA addresses, and see | ||
their resolution to the specific dma address. | ||
|
||
What: /sys/kernel/debug/habanalabs/hl<n>/vm | ||
Date: Jan 2019 | ||
KernelVersion: 5.1 | ||
|
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 |
---|---|---|
|
@@ -28,6 +28,18 @@ Description: | |
For more details refer Documentation/admin-guide/iostats.rst | ||
|
||
|
||
What: /sys/block/<disk>/diskseq | ||
Date: February 2021 | ||
Contact: Matteo Croce <[email protected]> | ||
Description: | ||
The /sys/block/<disk>/diskseq files reports the disk | ||
sequence number, which is a monotonically increasing | ||
number assigned to every drive. | ||
Some devices, like the loop device, refresh such number | ||
every time the backing file is changed. | ||
The value type is 64 bit unsigned. | ||
|
||
|
||
What: /sys/block/<disk>/<part>/stat | ||
Date: February 2008 | ||
Contact: Jerome Marchand <[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 |
---|---|---|
|
@@ -55,6 +55,43 @@ Date: Oct, 2016 | |
KernelVersion: v4.10 | ||
Contact: [email protected] | ||
Description: | ||
(RW) Write to the file to turn on or off the SATA ncq (native | ||
command queueing) support. By default this feature is turned | ||
off. | ||
(RW) Write to the file to turn on or off the SATA NCQ (native | ||
command queueing) priority support. By default this feature is | ||
turned off. If the device does not support the SATA NCQ | ||
priority feature, writing "1" to this file results in an error | ||
(see ncq_prio_supported). | ||
|
||
|
||
What: /sys/block/*/device/sas_ncq_prio_enable | ||
Date: Oct, 2016 | ||
KernelVersion: v4.10 | ||
Contact: [email protected] | ||
Description: | ||
(RW) This is the equivalent of the ncq_prio_enable attribute | ||
file for SATA devices connected to a SAS host-bus-adapter | ||
(HBA) implementing support for the SATA NCQ priority feature. | ||
This file does not exist if the HBA driver does not implement | ||
support for the SATA NCQ priority feature, regardless of the | ||
device support for this feature (see sas_ncq_prio_supported). | ||
|
||
|
||
What: /sys/block/*/device/ncq_prio_supported | ||
Date: Aug, 2021 | ||
KernelVersion: v5.15 | ||
Contact: [email protected] | ||
Description: | ||
(RO) Indicates if the device supports the SATA NCQ (native | ||
command queueing) priority feature. | ||
|
||
|
||
What: /sys/block/*/device/sas_ncq_prio_supported | ||
Date: Aug, 2021 | ||
KernelVersion: v5.15 | ||
Contact: [email protected] | ||
Description: | ||
(RO) This is the equivalent of the ncq_prio_supported attribute | ||
file for SATA devices connected to a SAS host-bus-adapter | ||
(HBA) implementing support for the SATA NCQ priority feature. | ||
This file does not exist if the HBA driver does not implement | ||
support for the SATA NCQ priority feature, regardless of the | ||
device support for this feature. |
13 changes: 13 additions & 0 deletions
13
Documentation/ABI/testing/sysfs-bus-event_source-devices-uncore
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/event_source/devices/uncore_*/alias | ||
Date: June 2021 | ||
KernelVersion: 5.15 | ||
Contact: Linux kernel mailing list <[email protected]> | ||
Description: Read-only. An attribute to describe the alias name of | ||
the uncore PMU if an alias exists on some platforms. | ||
The 'perf(1)' tool should treat both names the same. | ||
They both can be used to access the uncore PMU. | ||
|
||
Example: | ||
|
||
$ cat /sys/devices/uncore_cha_2/alias | ||
uncore_type_0_2 |
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,31 @@ | ||
What: /sys/bus/iio/devices/iio:deviceX/out_temp_raw | ||
Date: August 2021 | ||
KernelVersion: 5.15 | ||
Contact: Andreas Klinger <[email protected]> | ||
Description: | ||
Set the temperature. This value is sent to the sensor for | ||
temperature compensation. | ||
Default value: 25000 (25 °C) | ||
|
||
What: /sys/bus/iio/devices/iio:deviceX/out_humidityrelative_raw | ||
Date: August 2021 | ||
KernelVersion: 5.15 | ||
Contact: Andreas Klinger <[email protected]> | ||
Description: | ||
Set the relative humidity. This value is sent to the sensor for | ||
humidity compensation. | ||
Default value: 50000 (50 % relative humidity) | ||
|
||
What: /sys/bus/iio/devices/iio:deviceX/in_resistance_calibbias | ||
Date: August 2021 | ||
KernelVersion: 5.15 | ||
Contact: Andreas Klinger <[email protected]> | ||
Description: | ||
Set the bias value for the resistance which is used for | ||
calculation of in_concentration_input as follows: | ||
|
||
x = (in_resistance_raw - in_resistance_calibbias) * 0.65 | ||
|
||
in_concentration_input = 500 / (1 + e^x) | ||
|
||
Default value: 30000 |
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 |
---|---|---|
|
@@ -121,6 +121,23 @@ Description: | |
child buses, and re-discover devices removed earlier | ||
from this part of the device tree. | ||
|
||
What: /sys/bus/pci/devices/.../reset_method | ||
Date: August 2021 | ||
Contact: Amey Narkhede <[email protected]> | ||
Description: | ||
Some devices allow an individual function to be reset | ||
without affecting other functions in the same slot. | ||
|
||
For devices that have this support, a file named | ||
reset_method is present in sysfs. Reading this file | ||
gives names of the supported and enabled reset methods and | ||
their ordering. Writing a space-separated list of names of | ||
reset methods sets the reset methods and ordering to be | ||
used when resetting the device. Writing an empty string | ||
disables the ability to reset the device. Writing | ||
"default" enables all supported reset methods in the | ||
default ordering. | ||
|
||
What: /sys/bus/pci/devices/.../reset | ||
Date: July 2009 | ||
Contact: Michael S. Tsirkin <[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 |
---|---|---|
|
@@ -28,3 +28,17 @@ Description: | |
value comes from an ACPI _PXM method or a similar firmware | ||
source. Initial users for this file would be devices like | ||
arm smmu which are populated by arm64 acpi_iort. | ||
|
||
What: /sys/bus/platform/devices/.../msi_irqs/ | ||
Date: August 2021 | ||
Contact: Barry Song <[email protected]> | ||
Description: | ||
The /sys/devices/.../msi_irqs directory contains a variable set | ||
of files, with each file being named after a corresponding msi | ||
irq vector allocated to that device. | ||
|
||
What: /sys/bus/platform/devices/.../msi_irqs/<N> | ||
Date: August 2021 | ||
Contact: Barry Song <[email protected]> | ||
Description: | ||
This attribute will show "msi" if <N> is a valid msi irq |
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.