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 commit 'v2.6.37-rc1' into for-2.6.37
- Loading branch information
Showing
9,796 changed files
with
963,722 additions
and
504,219 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 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,14 @@ | ||
What: dv1394 (a.k.a. "OHCI-DV I/O support" for FireWire) | ||
Date: May 2010 (scheduled), finally removed in kernel v2.6.37 | ||
Contact: [email protected] | ||
Description: | ||
/dev/dv1394/* were character device files, one for each FireWire | ||
controller and for NTSC and PAL respectively, from which DV data | ||
could be received by read() or transmitted by write(). A few | ||
ioctl()s allowed limited control. | ||
This special-purpose interface has been superseded by libraw1394 + | ||
libiec61883 which are functionally equivalent, support HDV, and | ||
transparently work on top of the newer firewire kernel drivers. | ||
|
||
Users: | ||
ffmpeg/libavformat (if configured for DV1394) |
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,15 @@ | ||
What: raw1394 (a.k.a. "Raw IEEE1394 I/O support" for FireWire) | ||
Date: May 2010 (scheduled), finally removed in kernel v2.6.37 | ||
Contact: [email protected] | ||
Description: | ||
/dev/raw1394 was a character device file that allowed low-level | ||
access to FireWire buses. Its major drawbacks were its inability | ||
to implement sensible device security policies, and its low level | ||
of abstraction that required userspace clients do duplicate much | ||
of the kernel's ieee1394 core functionality. | ||
Replaced by /dev/fw*, i.e. the <linux/firewire-cdev.h> ABI of | ||
firewire-core. | ||
|
||
Users: | ||
libraw1394 (works with firewire-cdev too, transparent to library ABI | ||
users) |
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,16 @@ | ||
What: video1394 (a.k.a. "OHCI-1394 Video support" for FireWire) | ||
Date: May 2010 (scheduled), finally removed in kernel v2.6.37 | ||
Contact: [email protected] | ||
Description: | ||
/dev/video1394/* were character device files, one for each FireWire | ||
controller, which were used for isochronous I/O. It was added as an | ||
alternative to raw1394's isochronous I/O functionality which had | ||
performance issues in its first generation. Any video1394 user had | ||
to use raw1394 + libraw1394 too because video1394 did not provide | ||
asynchronous I/O for device discovery and configuration. | ||
Replaced by /dev/fw*, i.e. the <linux/firewire-cdev.h> ABI of | ||
firewire-core. | ||
|
||
Users: | ||
libdc1394 (works with firewire-cdev too, transparent to library ABI | ||
users) |
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,99 @@ | ||
What: /sys/class/ata_... | ||
Date: August 2008 | ||
Contact: Gwendal Grignou<[email protected]> | ||
Description: | ||
|
||
Provide a place in sysfs for storing the ATA topology of the system. This allows | ||
retrieving various information about ATA objects. | ||
|
||
Files under /sys/class/ata_port | ||
------------------------------- | ||
|
||
For each port, a directory ataX is created where X is the ata_port_id of | ||
the port. The device parent is the ata host device. | ||
|
||
idle_irq (read) | ||
|
||
Number of IRQ received by the port while idle [some ata HBA only]. | ||
|
||
nr_pmp_links (read) | ||
|
||
If a SATA Port Multiplier (PM) is connected, number of link behind it. | ||
|
||
Files under /sys/class/ata_link | ||
------------------------------- | ||
|
||
Behind each port, there is a ata_link. If there is a SATA PM in the | ||
topology, 15 ata_link objects are created. | ||
|
||
If a link is behind a port, the directory name is linkX, where X is | ||
ata_port_id of the port. | ||
If a link is behind a PM, its name is linkX.Y where X is ata_port_id | ||
of the parent port and Y the PM port. | ||
|
||
hw_sata_spd_limit | ||
|
||
Maximum speed supported by the connected SATA device. | ||
|
||
sata_spd_limit | ||
|
||
Maximum speed imposed by libata. | ||
|
||
sata_spd | ||
|
||
Current speed of the link [1.5, 3Gps,...]. | ||
|
||
Files under /sys/class/ata_device | ||
--------------------------------- | ||
|
||
Behind each link, up to two ata device are created. | ||
The name of the directory is devX[.Y].Z where: | ||
- X is ata_port_id of the port where the device is connected, | ||
- Y the port of the PM if any, and | ||
- Z the device id: for PATA, there is usually 2 devices [0,1], | ||
only 1 for SATA. | ||
|
||
class | ||
Device class. Can be "ata" for disk, "atapi" for packet device, | ||
"pmp" for PM, or "none" if no device was found behind the link. | ||
|
||
dma_mode | ||
|
||
Transfer modes supported by the device when in DMA mode. | ||
Mostly used by PATA device. | ||
|
||
pio_mode | ||
|
||
Transfer modes supported by the device when in PIO mode. | ||
Mostly used by PATA device. | ||
|
||
xfer_mode | ||
|
||
Current transfer mode. | ||
|
||
id | ||
|
||
Cached result of IDENTIFY command, as described in ATA8 7.16 and 7.17. | ||
Only valid if the device is not a PM. | ||
|
||
gscr | ||
|
||
Cached result of the dump of PM GSCR register. | ||
Valid registers are: | ||
0: SATA_PMP_GSCR_PROD_ID, | ||
1: SATA_PMP_GSCR_REV, | ||
2: SATA_PMP_GSCR_PORT_INFO, | ||
32: SATA_PMP_GSCR_ERROR, | ||
33: SATA_PMP_GSCR_ERROR_EN, | ||
64: SATA_PMP_GSCR_FEAT, | ||
96: SATA_PMP_GSCR_FEAT_EN, | ||
130: SATA_PMP_GSCR_SII_GPIO | ||
Only valid if the device is a PM. | ||
|
||
spdn_cnt | ||
|
||
Number of time libata decided to lower the speed of link due to errors. | ||
|
||
ering | ||
|
||
Formatted output of the error ring of the 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,99 @@ | ||
What: /sys/block/zram<id>/disksize | ||
Date: August 2010 | ||
Contact: Nitin Gupta <[email protected]> | ||
Description: | ||
The disksize file is read-write and specifies the disk size | ||
which represents the limit on the *uncompressed* worth of data | ||
that can be stored in this disk. | ||
|
||
What: /sys/block/zram<id>/initstate | ||
Date: August 2010 | ||
Contact: Nitin Gupta <[email protected]> | ||
Description: | ||
The disksize file is read-only and shows the initialization | ||
state of the device. | ||
|
||
What: /sys/block/zram<id>/reset | ||
Date: August 2010 | ||
Contact: Nitin Gupta <[email protected]> | ||
Description: | ||
The disksize file is write-only and allows resetting the | ||
device. The reset operation frees all the memory assocaited | ||
with this device. | ||
|
||
What: /sys/block/zram<id>/num_reads | ||
Date: August 2010 | ||
Contact: Nitin Gupta <[email protected]> | ||
Description: | ||
The num_reads file is read-only and specifies the number of | ||
reads (failed or successful) done on this device. | ||
|
||
What: /sys/block/zram<id>/num_writes | ||
Date: August 2010 | ||
Contact: Nitin Gupta <[email protected]> | ||
Description: | ||
The num_writes file is read-only and specifies the number of | ||
writes (failed or successful) done on this device. | ||
|
||
What: /sys/block/zram<id>/invalid_io | ||
Date: August 2010 | ||
Contact: Nitin Gupta <[email protected]> | ||
Description: | ||
The invalid_io file is read-only and specifies the number of | ||
non-page-size-aligned I/O requests issued to this device. | ||
|
||
What: /sys/block/zram<id>/notify_free | ||
Date: August 2010 | ||
Contact: Nitin Gupta <[email protected]> | ||
Description: | ||
The notify_free file is read-only and specifies the number of | ||
swap slot free notifications received by this device. These | ||
notifications are send to a swap block device when a swap slot | ||
is freed. This statistic is applicable only when this disk is | ||
being used as a swap disk. | ||
|
||
What: /sys/block/zram<id>/discard | ||
Date: August 2010 | ||
Contact: Nitin Gupta <[email protected]> | ||
Description: | ||
The discard file is read-only and specifies the number of | ||
discard requests received by this device. These requests | ||
provide information to block device regarding blocks which are | ||
no longer used by filesystem. | ||
|
||
What: /sys/block/zram<id>/zero_pages | ||
Date: August 2010 | ||
Contact: Nitin Gupta <[email protected]> | ||
Description: | ||
The zero_pages file is read-only and specifies number of zero | ||
filled pages written to this disk. No memory is allocated for | ||
such pages. | ||
|
||
What: /sys/block/zram<id>/orig_data_size | ||
Date: August 2010 | ||
Contact: Nitin Gupta <[email protected]> | ||
Description: | ||
The orig_data_size file is read-only and specifies uncompressed | ||
size of data stored in this disk. This excludes zero-filled | ||
pages (zero_pages) since no memory is allocated for them. | ||
Unit: bytes | ||
|
||
What: /sys/block/zram<id>/compr_data_size | ||
Date: August 2010 | ||
Contact: Nitin Gupta <[email protected]> | ||
Description: | ||
The compr_data_size file is read-only and specifies compressed | ||
size of data stored in this disk. So, compression ratio can be | ||
calculated using orig_data_size and this statistic. | ||
Unit: bytes | ||
|
||
What: /sys/block/zram<id>/mem_used_total | ||
Date: August 2010 | ||
Contact: Nitin Gupta <[email protected]> | ||
Description: | ||
The mem_used_total file is read-only and specifies the amount | ||
of memory, including allocator fragmentation and metadata | ||
overhead, allocated for this disk. So, allocator space | ||
efficiency can be calculated using compr_data_size and this | ||
statistic. | ||
Unit: bytes |
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 |
---|---|---|
|
@@ -77,3 +77,91 @@ Description: | |
devices this attribute is set to "enabled" by bus type code or | ||
device drivers and in that cases it should be safe to leave the | ||
default value. | ||
|
||
What: /sys/devices/.../power/wakeup_count | ||
Date: September 2010 | ||
Contact: Rafael J. Wysocki <[email protected]> | ||
Description: | ||
The /sys/devices/.../wakeup_count attribute contains the number | ||
of signaled wakeup events associated with the device. This | ||
attribute is read-only. If the device is not enabled to wake up | ||
the system from sleep states, this attribute is empty. | ||
|
||
What: /sys/devices/.../power/wakeup_active_count | ||
Date: September 2010 | ||
Contact: Rafael J. Wysocki <[email protected]> | ||
Description: | ||
The /sys/devices/.../wakeup_active_count attribute contains the | ||
number of times the processing of wakeup events associated with | ||
the device was completed (at the kernel level). This attribute | ||
is read-only. If the device is not enabled to wake up the | ||
system from sleep states, this attribute is empty. | ||
|
||
What: /sys/devices/.../power/wakeup_hit_count | ||
Date: September 2010 | ||
Contact: Rafael J. Wysocki <[email protected]> | ||
Description: | ||
The /sys/devices/.../wakeup_hit_count attribute contains the | ||
number of times the processing of a wakeup event associated with | ||
the device might prevent the system from entering a sleep state. | ||
This attribute is read-only. If the device is not enabled to | ||
wake up the system from sleep states, this attribute is empty. | ||
|
||
What: /sys/devices/.../power/wakeup_active | ||
Date: September 2010 | ||
Contact: Rafael J. Wysocki <[email protected]> | ||
Description: | ||
The /sys/devices/.../wakeup_active attribute contains either 1, | ||
or 0, depending on whether or not a wakeup event associated with | ||
the device is being processed (1). This attribute is read-only. | ||
If the device is not enabled to wake up the system from sleep | ||
states, this attribute is empty. | ||
|
||
What: /sys/devices/.../power/wakeup_total_time_ms | ||
Date: September 2010 | ||
Contact: Rafael J. Wysocki <[email protected]> | ||
Description: | ||
The /sys/devices/.../wakeup_total_time_ms attribute contains | ||
the total time of processing wakeup events associated with the | ||
device, in milliseconds. This attribute is read-only. If the | ||
device is not enabled to wake up the system from sleep states, | ||
this attribute is empty. | ||
|
||
What: /sys/devices/.../power/wakeup_max_time_ms | ||
Date: September 2010 | ||
Contact: Rafael J. Wysocki <[email protected]> | ||
Description: | ||
The /sys/devices/.../wakeup_max_time_ms attribute contains | ||
the maximum time of processing a single wakeup event associated | ||
with the device, in milliseconds. This attribute is read-only. | ||
If the device is not enabled to wake up the system from sleep | ||
states, this attribute is empty. | ||
|
||
What: /sys/devices/.../power/wakeup_last_time_ms | ||
Date: September 2010 | ||
Contact: Rafael J. Wysocki <[email protected]> | ||
Description: | ||
The /sys/devices/.../wakeup_last_time_ms attribute contains | ||
the value of the monotonic clock corresponding to the time of | ||
signaling the last wakeup event associated with the device, in | ||
milliseconds. This attribute is read-only. If the device is | ||
not enabled to wake up the system from sleep states, this | ||
attribute is empty. | ||
|
||
What: /sys/devices/.../power/autosuspend_delay_ms | ||
Date: September 2010 | ||
Contact: Alan Stern <[email protected]> | ||
Description: | ||
The /sys/devices/.../power/autosuspend_delay_ms attribute | ||
contains the autosuspend delay value (in milliseconds). Some | ||
drivers do not want their device to suspend as soon as it | ||
becomes idle at run time; they want the device to remain | ||
inactive for a certain minimum period of time first. That | ||
period is called the autosuspend delay. Negative values will | ||
prevent the device from being suspended at run time (similar | ||
to writing "on" to the power/control attribute). Values >= | ||
1000 will cause the autosuspend timer expiration to be rounded | ||
up to the nearest second. | ||
|
||
Not all drivers support this attribute. If it isn't supported, | ||
attempts to read or write it will yield I/O errors. |
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: state | ||
Date: Sep 2010 | ||
KernelVersion: 2.6.37 | ||
Contact: Vernon Mauery <[email protected]> | ||
Description: The state file allows a means by which to change in and | ||
out of Premium Real-Time Mode (PRTM), as well as the | ||
ability to query the current state. | ||
0 => PRTM off | ||
1 => PRTM enabled | ||
Users: The ibm-prtm userspace daemon uses this interface. | ||
|
||
|
||
What: version | ||
Date: Sep 2010 | ||
KernelVersion: 2.6.37 | ||
Contact: Vernon Mauery <[email protected]> | ||
Description: The version file provides a means by which to query | ||
the RTL table version that lives in the Extended | ||
BIOS Data Area (EBDA). | ||
Users: The ibm-prtm userspace daemon uses this interface. | ||
|
||
|
Oops, something went wrong.