-
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.
yaml --- r: 276194 b: refs/heads/master c: 0a4ebed h: refs/heads/master v: v3
- Loading branch information
Linus Torvalds
committed
Dec 1, 2011
1 parent
af8cac3
commit 202280e
Showing
14,595 changed files
with
1,022,244 additions
and
784,036 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,2 @@ | ||
--- | ||
refs/heads/master: 939255798a468e1a92f03546de6e87be7b491e57 | ||
refs/heads/master: 0a4ebed781dbb9ecbfef2374d29da1ab3b1a63f3 |
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
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,22 @@ | ||
What: /sys/firmware/acpi/pm_profile | ||
Date: 03-Nov-2011 | ||
KernelVersion: v3.2 | ||
Contact: linux-acpi@vger.kernel.org | ||
Description: The ACPI pm_profile sysfs interface exports the platform | ||
power management (and performance) requirement expectations | ||
as provided by BIOS. The integer value is directly passed as | ||
retrieved from the FADT ACPI table. | ||
Values: For possible values see ACPI specification: | ||
5.2.9 Fixed ACPI Description Table (FADT) | ||
Field: Preferred_PM_Profile | ||
|
||
Currently these values are defined by spec: | ||
0 Unspecified | ||
1 Desktop | ||
2 Mobile | ||
3 Workstation | ||
4 Enterprise Server | ||
5 SOHO Server | ||
6 Appliance PC | ||
7 Performance Server | ||
>7 Reserved |
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,19 @@ | ||
What: /sys/kernel/debug/ideapad/cfg | ||
Date: Sep 2011 | ||
KernelVersion: 3.2 | ||
Contact: Ike Panhc <ike.pan@canonical.com> | ||
Description: | ||
|
||
cfg shows the return value of _CFG method in VPC2004 device. It tells machine | ||
capability and what graphic component within the machine. | ||
|
||
|
||
What: /sys/kernel/debug/ideapad/status | ||
Date: Sep 2011 | ||
KernelVersion: 3.2 | ||
Contact: Ike Panhc <ike.pan@canonical.com> | ||
Description: | ||
|
||
status shows infos we can read and tells its meaning and 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
What: security/evm | ||
Date: March 2011 | ||
Contact: Mimi Zohar <zohar@us.ibm.com> | ||
Description: | ||
EVM protects a file's security extended attributes(xattrs) | ||
against integrity attacks. The initial method maintains an | ||
HMAC-sha1 value across the extended attributes, storing the | ||
value as the extended attribute 'security.evm'. | ||
|
||
EVM depends on the Kernel Key Retention System to provide it | ||
with a trusted/encrypted key for the HMAC-sha1 operation. | ||
The key is loaded onto the root's keyring using keyctl. Until | ||
EVM receives notification that the key has been successfully | ||
loaded onto the keyring (echo 1 > <securityfs>/evm), EVM | ||
can not create or validate the 'security.evm' xattr, but | ||
returns INTEGRITY_UNKNOWN. Loading the key and signaling EVM | ||
should be done as early as possible. Normally this is done | ||
in the initramfs, which has already been measured as part | ||
of the trusted boot. For more information on creating and | ||
loading existing trusted/encrypted keys, refer to: | ||
Documentation/keys-trusted-encrypted.txt. (A sample dracut | ||
patch, which loads the trusted/encrypted key and enables | ||
EVM, is available from http://linux-ima.sourceforge.net/#EVM.) |
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
21 changes: 21 additions & 0 deletions
21
trunk/Documentation/ABI/testing/sysfs-bus-i2c-devices-fsa9480
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,21 @@ | ||
What: /sys/bus/i2c/devices/.../device | ||
Date: February 2011 | ||
Contact: Minkyu Kang <mk7.kang@samsung.com> | ||
Description: | ||
show what device is attached | ||
NONE - no device | ||
USB - USB device is attached | ||
UART - UART is attached | ||
CHARGER - Charger is attaced | ||
JIG - JIG is attached | ||
|
||
What: /sys/bus/i2c/devices/.../switch | ||
Date: February 2011 | ||
Contact: Minkyu Kang <mk7.kang@samsung.com> | ||
Description: | ||
show or set the state of manual switch | ||
VAUDIO - switch to VAUDIO path | ||
UART - switch to UART path | ||
AUDIO - switch to AUDIO path | ||
DHOST - switch to DHOST path | ||
AUTO - switch automatically by device |
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
46 changes: 46 additions & 0 deletions
46
trunk/Documentation/ABI/testing/sysfs-bus-pci-drivers-ehci_hcd
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,46 @@ | ||
What: /sys/bus/pci/drivers/ehci_hcd/.../companion | ||
/sys/bus/usb/devices/usbN/../companion | ||
Date: January 2007 | ||
KernelVersion: 2.6.21 | ||
Contact: Alan Stern <stern@rowland.harvard.edu> | ||
Description: | ||
PCI-based EHCI USB controllers (i.e., high-speed USB-2.0 | ||
controllers) are often implemented along with a set of | ||
"companion" full/low-speed USB-1.1 controllers. When a | ||
high-speed device is plugged in, the connection is routed | ||
to the EHCI controller; when a full- or low-speed device | ||
is plugged in, the connection is routed to the companion | ||
controller. | ||
|
||
Sometimes you want to force a high-speed device to connect | ||
at full speed, which can be accomplished by forcing the | ||
connection to be routed to the companion controller. | ||
That's what this file does. Writing a port number to the | ||
file causes connections on that port to be routed to the | ||
companion controller, and writing the negative of a port | ||
number returns the port to normal operation. | ||
|
||
For example: To force the high-speed device attached to | ||
port 4 on bus 2 to run at full speed: | ||
|
||
echo 4 >/sys/bus/usb/devices/usb2/../companion | ||
|
||
To return the port to high-speed operation: | ||
|
||
echo -4 >/sys/bus/usb/devices/usb2/../companion | ||
|
||
Reading the file gives the list of ports currently forced | ||
to the companion controller. | ||
|
||
Note: Some EHCI controllers do not have companions; they | ||
may contain an internal "transaction translator" or they | ||
may be attached directly to a "rate-matching hub". This | ||
mechanism will not work with such controllers. Also, it | ||
cannot be used to force a port on a high-speed hub to | ||
connect at full speed. | ||
|
||
Note: When this file was first added, it appeared in a | ||
different sysfs directory. The location given above is | ||
correct for 2.6.35 (and probably several earlier kernel | ||
versions as well). | ||
|
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.