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.
Conflicts: arch/powerpc/platforms/pseries/hvCall.S include/linux/percpu.h
- Loading branch information
Showing
10,178 changed files
with
897,588 additions
and
465,973 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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
What: /sys/bus/pci/drivers/qla2xxx/.../devices/* | ||
Date: September 2009 | ||
Contact: QLogic Linux Driver <[email protected]> | ||
Description: qla2xxx-udev.sh currently looks for uevent CHANGE events to | ||
signal a firmware-dump has been generated by the driver and is | ||
ready for retrieval. | ||
Users: qla2xxx-udev.sh. Proposed changes should be mailed to | ||
[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 |
---|---|---|
|
@@ -4,7 +4,7 @@ Contact: Jerome Marchand <[email protected]> | |
Description: | ||
The /sys/block/<disk>/stat files displays the I/O | ||
statistics of disk <disk>. They contain 11 fields: | ||
1 - reads completed succesfully | ||
1 - reads completed successfully | ||
2 - reads merged | ||
3 - sectors read | ||
4 - time spent reading (ms) | ||
|
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 |
---|---|---|
|
@@ -31,3 +31,31 @@ Date: March 2009 | |
Kernel Version: 2.6.30 | ||
Contact: [email protected] | ||
Description: A symbolic link to /sys/block/cciss!cXdY | ||
|
||
Where: /sys/bus/pci/devices/<dev>/ccissX/rescan | ||
Date: August 2009 | ||
Kernel Version: 2.6.31 | ||
Contact: [email protected] | ||
Description: Kicks of a rescan of the controller to discover logical | ||
drive topology changes. | ||
|
||
Where: /sys/bus/pci/devices/<dev>/ccissX/cXdY/lunid | ||
Date: August 2009 | ||
Kernel Version: 2.6.31 | ||
Contact: [email protected] | ||
Description: Displays the 8-byte LUN ID used to address logical | ||
drive Y of controller X. | ||
|
||
Where: /sys/bus/pci/devices/<dev>/ccissX/cXdY/raid_level | ||
Date: August 2009 | ||
Kernel Version: 2.6.31 | ||
Contact: [email protected] | ||
Description: Displays the RAID level of logical drive Y of | ||
controller X. | ||
|
||
Where: /sys/bus/pci/devices/<dev>/ccissX/cXdY/usage_count | ||
Date: August 2009 | ||
Kernel Version: 2.6.31 | ||
Contact: [email protected] | ||
Description: Displays the usage count (number of opens) of logical drive Y | ||
of controller X. |
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 |
---|---|---|
|
@@ -21,25 +21,27 @@ Contact: Alan Stern <[email protected]> | |
Description: | ||
Each USB device directory will contain a file named | ||
power/level. This file holds a power-level setting for | ||
the device, one of "on", "auto", or "suspend". | ||
the device, either "on" or "auto". | ||
|
||
"on" means that the device is not allowed to autosuspend, | ||
although normal suspends for system sleep will still | ||
be honored. "auto" means the device will autosuspend | ||
and autoresume in the usual manner, according to the | ||
capabilities of its driver. "suspend" means the device | ||
is forced into a suspended state and it will not autoresume | ||
in response to I/O requests. However remote-wakeup requests | ||
from the device may still be enabled (the remote-wakeup | ||
setting is controlled separately by the power/wakeup | ||
attribute). | ||
capabilities of its driver. | ||
|
||
During normal use, devices should be left in the "auto" | ||
level. The other levels are meant for administrative uses. | ||
level. The "on" level is meant for administrative uses. | ||
If you want to suspend a device immediately but leave it | ||
free to wake up in response to I/O requests, you should | ||
write "0" to power/autosuspend. | ||
|
||
Device not capable of proper suspend and resume should be | ||
left in the "on" level. Although the USB spec requires | ||
devices to support suspend/resume, many of them do not. | ||
In fact so many don't that by default, the USB core | ||
initializes all non-hub devices in the "on" level. Some | ||
drivers may change this setting when they are bound. | ||
|
||
What: /sys/bus/usb/devices/.../power/persist | ||
Date: May 2007 | ||
KernelVersion: 2.6.23 | ||
|
@@ -144,3 +146,16 @@ Description: | |
|
||
Write a 1 to force the device to disconnect | ||
(equivalent to unplugging a wired USB device). | ||
|
||
What: /sys/bus/usb/drivers/.../remove_id | ||
Date: November 2009 | ||
Contact: CHENG Renquan <[email protected]> | ||
Description: | ||
Writing a device ID to this file will remove an ID | ||
that was dynamically added via the new_id sysfs entry. | ||
The format for the device ID is: | ||
idVendor idProduct. After successfully | ||
removing an ID, the driver will no longer support the | ||
device. This is useful to ensure auto probing won't | ||
match the driver to the device. For example: | ||
# echo "046d c315" > /sys/bus/usb/drivers/foo/remove_id |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
What: /sys/class/uwb_rc/uwbN/wusbhc/wusb_chid | ||
Date: July 2008 | ||
KernelVersion: 2.6.27 | ||
Contact: David Vrabel <[email protected]> | ||
Description: | ||
Write the CHID (16 space-separated hex octets) for this host controller. | ||
This starts the host controller, allowing it to accept connection from | ||
WUSB devices. | ||
|
||
Set an all zero CHID to stop the host controller. | ||
|
||
What: /sys/class/uwb_rc/uwbN/wusbhc/wusb_trust_timeout | ||
Date: July 2008 | ||
KernelVersion: 2.6.27 | ||
Contact: David Vrabel <[email protected]> | ||
Description: | ||
Devices that haven't sent a WUSB packet to the host | ||
within 'wusb_trust_timeout' ms are considered to have | ||
disconnected and are removed. The default value of | ||
4000 ms is the value required by the WUSB | ||
specification. | ||
|
||
Since this relates to security (specifically, the | ||
lifetime of PTKs and GTKs) it should not be changed | ||
from the default. | ||
|
||
What: /sys/class/uwb_rc/uwbN/wusbhc/wusb_phy_rate | ||
Date: August 2009 | ||
KernelVersion: 2.6.32 | ||
Contact: David Vrabel <[email protected]> | ||
Description: | ||
The maximum PHY rate to use for all connected devices. | ||
This is only of limited use for testing and | ||
development as the hardware's automatic rate | ||
adaptation is better then this simple control. | ||
|
||
Refer to [ECMA-368] section 10.3.1.1 for the value to | ||
use. |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -60,6 +60,19 @@ Description: | |
Users: hotplug memory remove tools | ||
https://w3.opensource.ibm.com/projects/powerpc-utils/ | ||
|
||
|
||
What: /sys/devices/system/memoryX/nodeY | ||
Date: October 2009 | ||
Contact: Linux Memory Management list <[email protected]> | ||
Description: | ||
When CONFIG_NUMA is enabled, a symbolic link that | ||
points to the corresponding NUMA node directory. | ||
|
||
For example, the following symbolic link is created for | ||
memory section 9 on node0: | ||
/sys/devices/system/memory/memory9/node0 -> ../../node/node0 | ||
|
||
|
||
What: /sys/devices/system/node/nodeX/memoryY | ||
Date: September 2008 | ||
Contact: Gary Hade <[email protected]> | ||
|
@@ -70,4 +83,3 @@ Description: | |
memory section directory. For example, the following symbolic | ||
link is created for memory section 9 on node0. | ||
/sys/devices/system/node/node0/memory9 -> ../../memory/memory9 | ||
|
Oops, something went wrong.