-
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 efi/core, to refresh the branch and to pick…
… up recent fixes Signed-off-by: Ingo Molnar <mingo@kernel.org>
- Loading branch information
Showing
10,745 changed files
with
636,339 additions
and
290,707 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
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: /config/iio | ||
Date: October 2015 | ||
KernelVersion: 4.4 | ||
Contact: linux-iio@vger.kernel.org | ||
Description: | ||
This represents Industrial IO configuration entry point | ||
directory. It contains sub-groups corresponding to IIO | ||
objects. | ||
|
||
What: /config/iio/triggers | ||
Date: October 2015 | ||
KernelVersion: 4.4 | ||
Description: | ||
Industrial IO software triggers directory. | ||
|
||
What: /config/iio/triggers/hrtimers | ||
Date: October 2015 | ||
KernelVersion: 4.4 | ||
Description: | ||
High resolution timers directory. Creating a directory here | ||
will result in creating a hrtimer trigger in the IIO subsystem. |
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: /config/rdma_cm | ||
Date: November 29, 2015 | ||
KernelVersion: 4.4.0 | ||
Description: Interface is used to configure RDMA-cable HCAs in respect to | ||
RDMA-CM attributes. | ||
|
||
Attributes are visible only when configfs is mounted. To mount | ||
configfs in /config directory use: | ||
# mount -t configfs none /config/ | ||
|
||
In order to set parameters related to a specific HCA, a directory | ||
for this HCA has to be created: | ||
mkdir -p /config/rdma_cm/<hca> | ||
|
||
|
||
What: /config/rdma_cm/<hca>/ports/<port-num>/default_roce_mode | ||
Date: November 29, 2015 | ||
KernelVersion: 4.4.0 | ||
Description: RDMA-CM based connections from HCA <hca> at port <port-num> | ||
will be initiated with this RoCE type as default. | ||
The possible RoCE types are either "IB/RoCE v1" or "RoCE v2". | ||
This parameter has RW access. |
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,6 @@ | ||
What: /config/usb-gadget/gadget/functions/tcm.name | ||
Date: Dec 2015 | ||
KernelVersion: 4.5 | ||
Description: | ||
There are no attributes because all the configuration | ||
is performed in the "target" subsystem of configfs. |
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,24 @@ | ||
What: /sys/bus/iio/devices/iio:deviceX/in_allow_async_readout | ||
Date: December 2015 | ||
KernelVersion: 4.4 | ||
Contact: linux-iio@vger.kernel.org | ||
Description: | ||
By default (value '0'), the capture thread checks for the Conversion | ||
Ready Flag to being set prior to committing a new value to the sample | ||
buffer. This synchronizes the in-chip conversion rate with the | ||
in-driver readout rate at the cost of an additional register read. | ||
|
||
Writing '1' will remove the polling for the Conversion Ready Flags to | ||
save the additional i2c transaction, which will improve the bandwidth | ||
available for reading data. However, samples can be occasionally skipped | ||
or repeated, depending on the beat between the capture and conversion | ||
rates. | ||
|
||
What: /sys/bus/iio/devices/iio:deviceX/in_shunt_resistor | ||
Date: December 2015 | ||
KernelVersion: 4.4 | ||
Contact: linux-iio@vger.kernel.org | ||
Description: | ||
The value of the shunt resistor may be known only at runtime fom an | ||
eeprom content read by a client application. This attribute allows to | ||
set its value in ohms. |
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,16 @@ | ||
What: /sys/class/infiniband/<hca>/ports/<port-number>/gid_attrs/ndevs/<gid-index> | ||
Date: November 29, 2015 | ||
KernelVersion: 4.4.0 | ||
Contact: linux-rdma@vger.kernel.org | ||
Description: The net-device's name associated with the GID resides | ||
at index <gid-index>. | ||
|
||
What: /sys/class/infiniband/<hca>/ports/<port-number>/gid_attrs/types/<gid-index> | ||
Date: November 29, 2015 | ||
KernelVersion: 4.4.0 | ||
Contact: linux-rdma@vger.kernel.org | ||
Description: The RoCE type of the associated GID resides at index <gid-index>. | ||
This could either be "IB/RoCE v1" for IB and RoCE v1 based GODs | ||
or "RoCE v2" for RoCE v2 based GIDs. | ||
|
||
|
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,23 @@ | ||
What: /sys/class/net/<iface>/qmi/raw_ip | ||
Date: Dec 2015 | ||
KernelVersion: 4.4 | ||
Contact: Bjørn Mork <bjorn@mork.no> | ||
Description: | ||
Boolean. Default: 'N' | ||
|
||
Set this to 'Y' to change the network device link | ||
framing from '802.3' to 'raw-ip'. | ||
|
||
The netdev will change to reflect the link framing | ||
mode. The netdev is an ordinary ethernet device in | ||
'802.3' mode, and the driver expects to exchange | ||
frames with an ethernet header over the USB link. The | ||
netdev is a headerless p-t-p device in 'raw-ip' mode, | ||
and the driver expects to echange IPv4 or IPv6 packets | ||
without any L2 header over the USB link. | ||
|
||
Userspace is in full control of firmware configuration | ||
through the delegation of the QMI protocol. Userspace | ||
is responsible for coordination of driver and firmware | ||
link framing mode, changing this setting to 'Y' if the | ||
firmware is configured for 'raw-ip' 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,51 @@ | ||
What: /sys/class/watchdog/watchdogn/bootstatus | ||
Date: August 2015 | ||
Contact: Wim Van Sebroeck <wim@iguana.be> | ||
Description: | ||
It is a read only file. It contains status of the watchdog | ||
device at boot. It is equivalent to WDIOC_GETBOOTSTATUS of | ||
ioctl interface. | ||
|
||
What: /sys/class/watchdog/watchdogn/identity | ||
Date: August 2015 | ||
Contact: Wim Van Sebroeck <wim@iguana.be> | ||
Description: | ||
It is a read only file. It contains identity string of | ||
watchdog device. | ||
|
||
What: /sys/class/watchdog/watchdogn/nowayout | ||
Date: August 2015 | ||
Contact: Wim Van Sebroeck <wim@iguana.be> | ||
Description: | ||
It is a read only file. While reading, it gives '1' if that | ||
device supports nowayout feature else, it gives '0'. | ||
|
||
What: /sys/class/watchdog/watchdogn/state | ||
Date: August 2015 | ||
Contact: Wim Van Sebroeck <wim@iguana.be> | ||
Description: | ||
It is a read only file. It gives active/inactive status of | ||
watchdog device. | ||
|
||
What: /sys/class/watchdog/watchdogn/status | ||
Date: August 2015 | ||
Contact: Wim Van Sebroeck <wim@iguana.be> | ||
Description: | ||
It is a read only file. It contains watchdog device's | ||
internal status bits. It is equivalent to WDIOC_GETSTATUS | ||
of ioctl interface. | ||
|
||
What: /sys/class/watchdog/watchdogn/timeleft | ||
Date: August 2015 | ||
Contact: Wim Van Sebroeck <wim@iguana.be> | ||
Description: | ||
It is a read only file. It contains value of time left for | ||
reset generation. It is equivalent to WDIOC_GETTIMELEFT of | ||
ioctl interface. | ||
|
||
What: /sys/class/watchdog/watchdogn/timeout | ||
Date: August 2015 | ||
Contact: Wim Van Sebroeck <wim@iguana.be> | ||
Description: | ||
It is a read only file. It is read to know about current | ||
value of timeout programmed. |
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
Oops, something went wrong.