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 dependencies to apply a fix. Signed-off-by: Ingo Molnar <[email protected]>
- Loading branch information
Showing
3,971 changed files
with
167,218 additions
and
77,489 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 |
---|---|---|
|
@@ -2576,7 +2576,7 @@ S: Toronto, Ontario | |
S: Canada | ||
|
||
N: Zwane Mwaikambo | ||
E: [email protected] | ||
E: [email protected] | ||
D: Various driver hacking | ||
D: Lowlevel x86 kernel hacking | ||
D: General debugging | ||
|
@@ -2895,6 +2895,11 @@ S: Framewood Road | |
S: Wexham SL3 6PJ | ||
S: United Kingdom | ||
|
||
N: Richard Purdie | ||
E: [email protected] | ||
D: Backlight subsystem maintainer | ||
S: United Kingdom | ||
|
||
N: Daniel Quinlan | ||
E: [email protected] | ||
W: http://www.pathname.com/~quinlan/ | ||
|
@@ -3152,6 +3157,11 @@ N: Dipankar Sarma | |
E: [email protected] | ||
D: RCU | ||
|
||
N: Yoshinori Sato | ||
E: [email protected] | ||
D: uClinux for Renesas H8/300 (H8300) | ||
D: http://uclinux-h8.sourceforge.jp/ | ||
|
||
N: Hannu Savolainen | ||
E: [email protected] | ||
D: Maintainer of the sound drivers until 2.1.x days. | ||
|
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 |
---|---|---|
@@ -1,13 +1,13 @@ | ||
|
||
What: /sys/class/net/<iface>/batman-adv/iface_status | ||
Date: May 2010 | ||
Contact: Marek Lindner <[email protected]> | ||
Contact: Marek Lindner <[email protected]> | ||
Description: | ||
Indicates the status of <iface> as it is seen by batman. | ||
|
||
What: /sys/class/net/<iface>/batman-adv/mesh_iface | ||
Date: May 2010 | ||
Contact: Marek Lindner <[email protected]> | ||
Contact: Marek Lindner <[email protected]> | ||
Description: | ||
The /sys/class/net/<iface>/batman-adv/mesh_iface file | ||
displays the batman mesh interface this <iface> | ||
|
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,30 +1,31 @@ | ||
|
||
What: /sys/class/net/<mesh_iface>/mesh/aggregated_ogms | ||
Date: May 2010 | ||
Contact: Marek Lindner <[email protected]> | ||
Contact: Marek Lindner <[email protected]> | ||
Description: | ||
Indicates whether the batman protocol messages of the | ||
mesh <mesh_iface> shall be aggregated or not. | ||
|
||
What: /sys/class/net/<mesh_iface>/mesh/ap_isolation | ||
What: /sys/class/net/<mesh_iface>/mesh/<vlan_subdir>/ap_isolation | ||
Date: May 2011 | ||
Contact: Antonio Quartulli <[email protected]> | ||
Contact: Antonio Quartulli <[email protected]> | ||
Description: | ||
Indicates whether the data traffic going from a | ||
wireless client to another wireless client will be | ||
silently dropped. | ||
silently dropped. <vlan_subdir> is empty when referring | ||
to the untagged lan. | ||
|
||
What: /sys/class/net/<mesh_iface>/mesh/bonding | ||
Date: June 2010 | ||
Contact: Simon Wunderlich <[email protected].de> | ||
Contact: Simon Wunderlich <sw@simonwunderlich.de> | ||
Description: | ||
Indicates whether the data traffic going through the | ||
mesh will be sent using multiple interfaces at the | ||
same time (if available). | ||
|
||
What: /sys/class/net/<mesh_iface>/mesh/bridge_loop_avoidance | ||
Date: November 2011 | ||
Contact: Simon Wunderlich <[email protected].de> | ||
Contact: Simon Wunderlich <sw@simonwunderlich.de> | ||
Description: | ||
Indicates whether the bridge loop avoidance feature | ||
is enabled. This feature detects and avoids loops | ||
|
@@ -41,21 +42,21 @@ Description: | |
|
||
What: /sys/class/net/<mesh_iface>/mesh/gw_bandwidth | ||
Date: October 2010 | ||
Contact: Marek Lindner <[email protected]> | ||
Contact: Marek Lindner <[email protected]> | ||
Description: | ||
Defines the bandwidth which is propagated by this | ||
node if gw_mode was set to 'server'. | ||
|
||
What: /sys/class/net/<mesh_iface>/mesh/gw_mode | ||
Date: October 2010 | ||
Contact: Marek Lindner <[email protected]> | ||
Contact: Marek Lindner <[email protected]> | ||
Description: | ||
Defines the state of the gateway features. Can be | ||
either 'off', 'client' or 'server'. | ||
|
||
What: /sys/class/net/<mesh_iface>/mesh/gw_sel_class | ||
Date: October 2010 | ||
Contact: Marek Lindner <[email protected]> | ||
Contact: Marek Lindner <[email protected]> | ||
Description: | ||
Defines the selection criteria this node will use | ||
to choose a gateway if gw_mode was set to 'client'. | ||
|
@@ -77,25 +78,14 @@ Description: | |
|
||
What: /sys/class/net/<mesh_iface>/mesh/orig_interval | ||
Date: May 2010 | ||
Contact: Marek Lindner <[email protected]> | ||
Contact: Marek Lindner <[email protected]> | ||
Description: | ||
Defines the interval in milliseconds in which batman | ||
sends its protocol messages. | ||
|
||
What: /sys/class/net/<mesh_iface>/mesh/routing_algo | ||
Date: Dec 2011 | ||
Contact: Marek Lindner <[email protected]> | ||
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]> | ||
Description: | ||
Each batman node only maintains information about its | ||
own local neighborhood, therefore generating graphs | ||
showing the topology of the entire mesh is not easily | ||
feasible without having a central instance to collect | ||
the local topologies from all nodes. This file allows | ||
to activate the collecting (server) mode. |
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,152 @@ | ||
What: /sys/class/powercap/ | ||
Date: September 2013 | ||
KernelVersion: 3.13 | ||
Contact: [email protected] | ||
Description: | ||
The powercap/ class sub directory belongs to the power cap | ||
subsystem. Refer to | ||
Documentation/power/powercap/powercap.txt for details. | ||
|
||
What: /sys/class/powercap/<control type> | ||
Date: September 2013 | ||
KernelVersion: 3.13 | ||
Contact: [email protected] | ||
Description: | ||
A <control type> is a unique name under /sys/class/powercap. | ||
Here <control type> determines how the power is going to be | ||
controlled. A <control type> can contain multiple power zones. | ||
|
||
What: /sys/class/powercap/<control type>/enabled | ||
Date: September 2013 | ||
KernelVersion: 3.13 | ||
Contact: [email protected] | ||
Description: | ||
This allows to enable/disable power capping for a "control type". | ||
This status affects every power zone using this "control_type. | ||
|
||
What: /sys/class/powercap/<control type>/<power zone> | ||
Date: September 2013 | ||
KernelVersion: 3.13 | ||
Contact: [email protected] | ||
Description: | ||
A power zone is a single or a collection of devices, which can | ||
be independently monitored and controlled. A power zone sysfs | ||
entry is qualified with the name of the <control type>. | ||
E.g. intel-rapl:0:1:1. | ||
|
||
What: /sys/class/powercap/<control type>/<power zone>/<child power zone> | ||
Date: September 2013 | ||
KernelVersion: 3.13 | ||
Contact: [email protected] | ||
Description: | ||
Power zones may be organized in a hierarchy in which child | ||
power zones provide monitoring and control for a subset of | ||
devices under the parent. For example, if there is a parent | ||
power zone for a whole CPU package, each CPU core in it can | ||
be a child power zone. | ||
|
||
What: /sys/class/powercap/.../<power zone>/name | ||
Date: September 2013 | ||
KernelVersion: 3.13 | ||
Contact: [email protected] | ||
Description: | ||
Specifies the name of this power zone. | ||
|
||
What: /sys/class/powercap/.../<power zone>/energy_uj | ||
Date: September 2013 | ||
KernelVersion: 3.13 | ||
Contact: [email protected] | ||
Description: | ||
Current energy counter in micro-joules. Write "0" to reset. | ||
If the counter can not be reset, then this attribute is | ||
read-only. | ||
|
||
What: /sys/class/powercap/.../<power zone>/max_energy_range_uj | ||
Date: September 2013 | ||
KernelVersion: 3.13 | ||
Contact: [email protected] | ||
Description: | ||
Range of the above energy counter in micro-joules. | ||
|
||
|
||
What: /sys/class/powercap/.../<power zone>/power_uw | ||
Date: September 2013 | ||
KernelVersion: 3.13 | ||
Contact: [email protected] | ||
Description: | ||
Current power in micro-watts. | ||
|
||
What: /sys/class/powercap/.../<power zone>/max_power_range_uw | ||
Date: September 2013 | ||
KernelVersion: 3.13 | ||
Contact: [email protected] | ||
Description: | ||
Range of the above power value in micro-watts. | ||
|
||
What: /sys/class/powercap/.../<power zone>/constraint_X_name | ||
Date: September 2013 | ||
KernelVersion: 3.13 | ||
Contact: [email protected] | ||
Description: | ||
Each power zone can define one or more constraints. Each | ||
constraint can have an optional name. Here "X" can have values | ||
from 0 to max integer. | ||
|
||
What: /sys/class/powercap/.../<power zone>/constraint_X_power_limit_uw | ||
Date: September 2013 | ||
KernelVersion: 3.13 | ||
Contact: [email protected] | ||
Description: | ||
Power limit in micro-watts should be applicable for | ||
the time window specified by "constraint_X_time_window_us". | ||
Here "X" can have values from 0 to max integer. | ||
|
||
What: /sys/class/powercap/.../<power zone>/constraint_X_time_window_us | ||
Date: September 2013 | ||
KernelVersion: 3.13 | ||
Contact: [email protected] | ||
Description: | ||
Time window in micro seconds. This is used along with | ||
constraint_X_power_limit_uw to define a power constraint. | ||
Here "X" can have values from 0 to max integer. | ||
|
||
|
||
What: /sys/class/powercap/<control type>/.../constraint_X_max_power_uw | ||
Date: September 2013 | ||
KernelVersion: 3.13 | ||
Contact: [email protected] | ||
Description: | ||
Maximum allowed power in micro watts for this constraint. | ||
Here "X" can have values from 0 to max integer. | ||
|
||
What: /sys/class/powercap/<control type>/.../constraint_X_min_power_uw | ||
Date: September 2013 | ||
KernelVersion: 3.13 | ||
Contact: [email protected] | ||
Description: | ||
Minimum allowed power in micro watts for this constraint. | ||
Here "X" can have values from 0 to max integer. | ||
|
||
What: /sys/class/powercap/.../<power zone>/constraint_X_max_time_window_us | ||
Date: September 2013 | ||
KernelVersion: 3.13 | ||
Contact: [email protected] | ||
Description: | ||
Maximum allowed time window in micro seconds for this | ||
constraint. Here "X" can have values from 0 to max integer. | ||
|
||
What: /sys/class/powercap/.../<power zone>/constraint_X_min_time_window_us | ||
Date: September 2013 | ||
KernelVersion: 3.13 | ||
Contact: [email protected] | ||
Description: | ||
Minimum allowed time window in micro seconds for this | ||
constraint. Here "X" can have values from 0 to max integer. | ||
|
||
What: /sys/class/powercap/.../<power zone>/enabled | ||
Date: September 2013 | ||
KernelVersion: 3.13 | ||
Contact: [email protected] | ||
Description | ||
This allows to enable/disable power capping at power zone level. | ||
This applies to current power zone and its children. |
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.