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.
Merge branch 'linus' into perf/urgent
Merge reason: we need to fix a non-trivial merge conflict. Signed-off-by: Ingo Molnar <[email protected]>
- Loading branch information
Showing
6,588 changed files
with
366,001 additions
and
229,008 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 |
---|---|---|
|
@@ -7,7 +7,7 @@ Date: 09-Jul-2007 | |
KernelVersion v2.6.22 | ||
Contact: [email protected] | ||
Description: Current state of the transmitter. | ||
This file is deprecated and sheduled to be removed in 2014, | ||
This file is deprecated and scheduled to be removed in 2014, | ||
because its not possible to express the 'soft and hard block' | ||
state of the rfkill driver. | ||
Values: A numeric value. | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -182,3 +182,14 @@ Description: | |
USB2 hardware LPM is enabled for the device. Developer can | ||
write y/Y/1 or n/N/0 to the file to enable/disable the | ||
feature. | ||
|
||
What: /sys/bus/usb/devices/.../removable | ||
Date: February 2012 | ||
Contact: Matthew Garrett <[email protected]> | ||
Description: | ||
Some information about whether a given USB device is | ||
physically fixed to the platform can be inferred from a | ||
combination of hub decriptor bits and platform-specific data | ||
such as ACPI. This file will read either "removable" or | ||
"fixed" if the information is available, and "unknown" | ||
otherwise. |
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 |
---|---|---|
|
@@ -65,6 +65,13 @@ Description: | |
Defines the penalty which will be applied to an | ||
originator message's tq-field on every hop. | ||
|
||
What: /sys/class/net/<mesh_iface>/mesh/routing_algo | ||
Date: Dec 2011 | ||
Contact: Marek Lindner <[email protected]> | ||
Description: | ||
Defines the routing procotol this mesh instance | ||
uses to find the optimal paths through the mesh. | ||
|
||
What: /sys/class/net/<mesh_iface>/mesh/vis_mode | ||
Date: May 2010 | ||
Contact: Marek Lindner <[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
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 |
---|---|---|
|
@@ -165,3 +165,21 @@ Description: | |
|
||
Not all drivers support this attribute. If it isn't supported, | ||
attempts to read or write it will yield I/O errors. | ||
|
||
What: /sys/devices/.../power/pm_qos_latency_us | ||
Date: March 2012 | ||
Contact: Rafael J. Wysocki <[email protected]> | ||
Description: | ||
The /sys/devices/.../power/pm_qos_resume_latency_us attribute | ||
contains the PM QoS resume latency limit for the given device, | ||
which is the maximum allowed time it can take to resume the | ||
device, after it has been suspended at run time, from a resume | ||
request to the moment the device will be ready to process I/O, | ||
in microseconds. If it is equal to 0, however, this means that | ||
the PM QoS resume latency may be arbitrary. | ||
|
||
Not all drivers support this attribute. If it isn't supported, | ||
it is not present. | ||
|
||
This attribute has no effect on system-wide suspend/resume and | ||
hibernation. |
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,58 @@ | ||
What: /sys/devices/socX | ||
Date: January 2012 | ||
contact: Lee Jones <[email protected]> | ||
Description: | ||
The /sys/devices/ directory contains a sub-directory for each | ||
System-on-Chip (SoC) device on a running platform. Information | ||
regarding each SoC can be obtained by reading sysfs files. This | ||
functionality is only available if implemented by the platform. | ||
|
||
The directory created for each SoC will also house information | ||
about devices which are commonly contained in /sys/devices/platform. | ||
It has been agreed that if an SoC device exists, its supported | ||
devices would be better suited to appear as children of that SoC. | ||
|
||
What: /sys/devices/socX/machine | ||
Date: January 2012 | ||
contact: Lee Jones <[email protected]> | ||
Description: | ||
Read-only attribute common to all SoCs. Contains the SoC machine | ||
name (e.g. Ux500). | ||
|
||
What: /sys/devices/socX/family | ||
Date: January 2012 | ||
contact: Lee Jones <[email protected]> | ||
Description: | ||
Read-only attribute common to all SoCs. Contains SoC family name | ||
(e.g. DB8500). | ||
|
||
What: /sys/devices/socX/soc_id | ||
Date: January 2012 | ||
contact: Lee Jones <[email protected]> | ||
Description: | ||
Read-only attribute supported by most SoCs. In the case of | ||
ST-Ericsson's chips this contains the SoC serial number. | ||
|
||
What: /sys/devices/socX/revision | ||
Date: January 2012 | ||
contact: Lee Jones <[email protected]> | ||
Description: | ||
Read-only attribute supported by most SoCs. Contains the SoC's | ||
manufacturing revision number. | ||
|
||
What: /sys/devices/socX/process | ||
Date: January 2012 | ||
contact: Lee Jones <[email protected]> | ||
Description: | ||
Read-only attribute supported ST-Ericsson's silicon. Contains the | ||
the process by which the silicon chip was manufactured. | ||
|
||
What: /sys/bus/soc | ||
Date: January 2012 | ||
contact: Lee Jones <[email protected]> | ||
Description: | ||
The /sys/bus/soc/ directory contains the usual sub-folders | ||
expected under most buses. /sys/bus/soc/devices is of particular | ||
interest, as it contains a symlink for each SoC device found on | ||
the system. Each symlink points back into the aforementioned | ||
/sys/devices/socX devices. |
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 was deleted.
Oops, something went wrong.
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.