-
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 'v3.3-rc1' into stable/for-linus-fixes-3.3
* commit 'v3.3-rc1': (9775 commits) Linux 3.3-rc1 x86, syscall: Need __ARCH_WANT_SYS_IPC for 32 bits qnx4: don't leak ->BitMap on late failure exits qnx4: reduce the insane nesting in qnx4_checkroot() qnx4: di_fname is an array, for crying out loud... KEYS: Permit key_serial() to be called with a const key pointer keys: fix user_defined key sparse messages ima: fix cred sparse warning uml: fix compile for x86-64 MPILIB: Add a missing ENOMEM check tpm: fix (ACPI S3) suspend regression nvme: fix merge error due to change of 'make_request_fn' fn type xen: using EXPORT_SYMBOL requires including export.h gpio: tps65910: Use correct offset for gpio initialization acpi/apei/einj: Add extensions to EINJ from rev 5.0 of acpi spec intel_idle: Split up and provide per CPU initialization func ACPI processor: Remove unneeded variable passed by acpi_processor_hotadd_init V2 tg3: Fix single-vector MSI-X code openvswitch: Fix multipart datapath dumps. ipv6: fix per device IP snmp counters ...
- Loading branch information
Showing
10,081 changed files
with
520,022 additions
and
302,083 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,75 @@ | ||
What: /sys/bus/xen-backend/devices/*/devtype | ||
Date: Feb 2009 | ||
KernelVersion: 2.6.38 | ||
Contact: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | ||
Description: | ||
The type of the device. e.g., one of: 'vbd' (block), | ||
'vif' (network), or 'vfb' (framebuffer). | ||
|
||
What: /sys/bus/xen-backend/devices/*/nodename | ||
Date: Feb 2009 | ||
KernelVersion: 2.6.38 | ||
Contact: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | ||
Description: | ||
XenStore node (under /local/domain/NNN/) for this | ||
backend device. | ||
|
||
What: /sys/bus/xen-backend/devices/vbd-*/physical_device | ||
Date: April 2011 | ||
KernelVersion: 3.0 | ||
Contact: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | ||
Description: | ||
The major:minor number (in hexidecimal) of the | ||
physical device providing the storage for this backend | ||
block device. | ||
|
||
What: /sys/bus/xen-backend/devices/vbd-*/mode | ||
Date: April 2011 | ||
KernelVersion: 3.0 | ||
Contact: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | ||
Description: | ||
Whether the block device is read-only ('r') or | ||
read-write ('w'). | ||
|
||
What: /sys/bus/xen-backend/devices/vbd-*/statistics/f_req | ||
Date: April 2011 | ||
KernelVersion: 3.0 | ||
Contact: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | ||
Description: | ||
Number of flush requests from the frontend. | ||
|
||
What: /sys/bus/xen-backend/devices/vbd-*/statistics/oo_req | ||
Date: April 2011 | ||
KernelVersion: 3.0 | ||
Contact: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | ||
Description: | ||
Number of requests delayed because the backend was too | ||
busy processing previous requests. | ||
|
||
What: /sys/bus/xen-backend/devices/vbd-*/statistics/rd_req | ||
Date: April 2011 | ||
KernelVersion: 3.0 | ||
Contact: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | ||
Description: | ||
Number of read requests from the frontend. | ||
|
||
What: /sys/bus/xen-backend/devices/vbd-*/statistics/rd_sect | ||
Date: April 2011 | ||
KernelVersion: 3.0 | ||
Contact: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | ||
Description: | ||
Number of sectors read by the frontend. | ||
|
||
What: /sys/bus/xen-backend/devices/vbd-*/statistics/wr_req | ||
Date: April 2011 | ||
KernelVersion: 3.0 | ||
Contact: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | ||
Description: | ||
Number of write requests from the frontend. | ||
|
||
What: /sys/bus/xen-backend/devices/vbd-*/statistics/wr_sect | ||
Date: April 2011 | ||
KernelVersion: 3.0 | ||
Contact: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | ||
Description: | ||
Number of sectors written by the frontend. |
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,77 @@ | ||
What: /sys/devices/system/xen_memory/xen_memory0/max_retry_count | ||
Date: May 2011 | ||
KernelVersion: 2.6.39 | ||
Contact: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | ||
Description: | ||
The maximum number of times the balloon driver will | ||
attempt to increase the balloon before giving up. See | ||
also 'retry_count' below. | ||
A value of zero means retry forever and is the default one. | ||
|
||
What: /sys/devices/system/xen_memory/xen_memory0/max_schedule_delay | ||
Date: May 2011 | ||
KernelVersion: 2.6.39 | ||
Contact: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | ||
Description: | ||
The limit that 'schedule_delay' (see below) will be | ||
increased to. The default value is 32 seconds. | ||
|
||
What: /sys/devices/system/xen_memory/xen_memory0/retry_count | ||
Date: May 2011 | ||
KernelVersion: 2.6.39 | ||
Contact: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | ||
Description: | ||
The current number of times that the balloon driver | ||
has attempted to increase the size of the balloon. | ||
The default value is one. With max_retry_count being | ||
zero (unlimited), this means that the driver will attempt | ||
to retry with a 'schedule_delay' delay. | ||
|
||
What: /sys/devices/system/xen_memory/xen_memory0/schedule_delay | ||
Date: May 2011 | ||
KernelVersion: 2.6.39 | ||
Contact: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | ||
Description: | ||
The time (in seconds) to wait between attempts to | ||
increase the balloon. Each time the balloon cannot be | ||
increased, 'schedule_delay' is increased (until | ||
'max_schedule_delay' is reached at which point it | ||
will use the max value). | ||
|
||
What: /sys/devices/system/xen_memory/xen_memory0/target | ||
Date: April 2008 | ||
KernelVersion: 2.6.26 | ||
Contact: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | ||
Description: | ||
The target number of pages to adjust this domain's | ||
memory reservation to. | ||
|
||
What: /sys/devices/system/xen_memory/xen_memory0/target_kb | ||
Date: April 2008 | ||
KernelVersion: 2.6.26 | ||
Contact: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | ||
Description: | ||
As target above, except the value is in KiB. | ||
|
||
What: /sys/devices/system/xen_memory/xen_memory0/info/current_kb | ||
Date: April 2008 | ||
KernelVersion: 2.6.26 | ||
Contact: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | ||
Description: | ||
Current size (in KiB) of this domain's memory | ||
reservation. | ||
|
||
What: /sys/devices/system/xen_memory/xen_memory0/info/high_kb | ||
Date: April 2008 | ||
KernelVersion: 2.6.26 | ||
Contact: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | ||
Description: | ||
Amount (in KiB) of high memory in the balloon. | ||
|
||
What: /sys/devices/system/xen_memory/xen_memory0/info/low_kb | ||
Date: April 2008 | ||
KernelVersion: 2.6.26 | ||
Contact: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | ||
Description: | ||
Amount (in KiB) of low (or normal) memory in the | ||
balloon. |
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
12 changes: 12 additions & 0 deletions
12
Documentation/ABI/testing/sysfs-class-rtc-rtc0-device-rtc_calibration
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,12 @@ | ||
What: Attribute for calibrating ST-Ericsson AB8500 Real Time Clock | ||
Date: Oct 2011 | ||
KernelVersion: 3.0 | ||
Contact: Mark Godfrey <mark.godfrey@stericsson.com> | ||
Description: The rtc_calibration attribute allows the userspace to | ||
calibrate the AB8500.s 32KHz Real Time Clock. | ||
Every 60 seconds the AB8500 will correct the RTC's value | ||
by adding to it the value of this attribute. | ||
The range of the attribute is -127 to +127 in units of | ||
30.5 micro-seconds (half-parts-per-million of the 32KHz clock) | ||
Users: The /vendor/st-ericsson/base_utilities/core/rtc_calibration | ||
daemon uses this interface. |
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,34 @@ | ||
What: /sys/devices/platform/docg3/f[0-3]_dps[01]_is_keylocked | ||
Date: November 2011 | ||
KernelVersion: 3.3 | ||
Contact: Robert Jarzmik <robert.jarzmik@free.fr> | ||
Description: | ||
Show whether the floor (0 to 4), protection area (0 or 1) is | ||
keylocked. Each docg3 chip (or floor) has 2 protection areas, | ||
which can cover any part of it, block aligned, called DPS. | ||
The protection has information embedded whether it blocks reads, | ||
writes or both. | ||
The result is: | ||
0 -> the DPS is not keylocked | ||
1 -> the DPS is keylocked | ||
Users: None identified so far. | ||
|
||
What: /sys/devices/platform/docg3/f[0-3]_dps[01]_protection_key | ||
Date: November 2011 | ||
KernelVersion: 3.3 | ||
Contact: Robert Jarzmik <robert.jarzmik@free.fr> | ||
Description: | ||
Enter the protection key for the floor (0 to 4), protection area | ||
(0 or 1). Each docg3 chip (or floor) has 2 protection areas, | ||
which can cover any part of it, block aligned, called DPS. | ||
The protection has information embedded whether it blocks reads, | ||
writes or both. | ||
The protection key is a string of 8 bytes (value 0-255). | ||
Entering the correct value toggle the lock, and can be observed | ||
through f[0-3]_dps[01]_is_keylocked. | ||
Possible values are: | ||
- 8 bytes | ||
Typical values are: | ||
- "00000000" | ||
- "12345678" | ||
Users: None identified so far. |
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,7 +1,7 @@ | ||
What: /sys/module/hid_logitech/drivers/hid:logitech/<dev>/range. | ||
Date: July 2011 | ||
KernelVersion: 3.2 | ||
Contact: Michal Mal� <madcatxster@gmail.com> | ||
Contact: Michal Malý <madcatxster@gmail.com> | ||
Description: Display minimum, maximum and current range of the steering | ||
wheel. Writing a value within min and max boundaries sets the | ||
range of the wheel. |
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,9 @@ | ||
What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/quirks | ||
Date: November 2011 | ||
Contact: Benjamin Tissoires <benjamin.tissoires@gmail.com> | ||
Description: The integer value of this attribute corresponds to the | ||
quirks actually in place to handle the device's protocol. | ||
When read, this attribute returns the current settings (see | ||
MT_QUIRKS_* in hid-multitouch.c). | ||
When written this attribute change on the fly the quirks, then | ||
the protocol to handle the device. |
Oops, something went wrong.