forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge tag 'v5.2-rc6' into rdma.git for-next
For dependencies in next patches. Resolve conflicts: - Use uverbs_get_cleared_udata() with new cq allocation flow - Continue to delete nes despite SPDX conflict - Resolve list appends in mlx5_command_str() - Use u16 for vport_rule stuff - Resolve list appends in struct ib_client Signed-off-by: Jason Gunthorpe <[email protected]>
- Loading branch information
Showing
22,590 changed files
with
38,425 additions
and
154,126 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 |
---|---|---|
|
@@ -81,6 +81,7 @@ Greg Kroah-Hartman <greg@echidna.(none)> | |
Greg Kroah-Hartman <[email protected]> | ||
Greg Kroah-Hartman <[email protected]> | ||
Gregory CLEMENT <[email protected]> <[email protected]> | ||
Hanjun Guo <[email protected]> <[email protected]> | ||
Henk Vergonet <[email protected]> | ||
Henrik Kretzschmar <[email protected]> | ||
Henrik Rydberg <[email protected]> | ||
|
@@ -238,6 +239,7 @@ Vlad Dogaru <[email protected]> <[email protected]> | |
Vladimir Davydov <[email protected]> <[email protected]> | ||
Vladimir Davydov <[email protected]> <[email protected]> | ||
Takashi YOSHII <[email protected]> | ||
Will Deacon <[email protected]> <[email protected]> | ||
Yakir Yang <[email protected]> <[email protected]> | ||
Yusuke Goda <[email protected]> | ||
Gustavo Padovan <[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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3364,6 +3364,14 @@ S: Braunschweiger Strasse 79 | |
S: 31134 Hildesheim | ||
S: Germany | ||
|
||
N: Martin Schwidefsky | ||
D: Martin was the most significant contributor to the initial s390 | ||
D: port of the Linux Kernel and later the maintainer of the s390 | ||
D: architecture backend for almost two decades. | ||
D: He passed away in 2019, and will be greatly missed. | ||
S: Germany | ||
W: https://lwn.net/Articles/789028/ | ||
|
||
N: Marcel Selhorst | ||
E: [email protected] | ||
D: TPM driver | ||
|
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
What: /sys/bus/siox/devices/siox-X/active | ||
KernelVersion: 4.16 | ||
Contact: Gavin Schenk <g.schenk@eckelmann.de>, Uwe Kleine-König <[email protected]> | ||
Contact: Thorsten Scherer <t.scherer@eckelmann.de>, Uwe Kleine-König <[email protected]> | ||
Description: | ||
On reading represents the current state of the bus. If it | ||
contains a "0" the bus is stopped and connected devices are | ||
|
@@ -12,7 +12,7 @@ Description: | |
|
||
What: /sys/bus/siox/devices/siox-X/device_add | ||
KernelVersion: 4.16 | ||
Contact: Gavin Schenk <g.schenk@eckelmann.de>, Uwe Kleine-König <[email protected]> | ||
Contact: Thorsten Scherer <t.scherer@eckelmann.de>, Uwe Kleine-König <[email protected]> | ||
Description: | ||
Write-only file. Write | ||
|
||
|
@@ -27,61 +27,61 @@ Description: | |
|
||
What: /sys/bus/siox/devices/siox-X/device_remove | ||
KernelVersion: 4.16 | ||
Contact: Gavin Schenk <g.schenk@eckelmann.de>, Uwe Kleine-König <[email protected]> | ||
Contact: Thorsten Scherer <t.scherer@eckelmann.de>, Uwe Kleine-König <[email protected]> | ||
Description: | ||
Write-only file. A single write removes the last device in the siox chain. | ||
|
||
What: /sys/bus/siox/devices/siox-X/poll_interval_ns | ||
KernelVersion: 4.16 | ||
Contact: Gavin Schenk <g.schenk@eckelmann.de>, Uwe Kleine-König <[email protected]> | ||
Contact: Thorsten Scherer <t.scherer@eckelmann.de>, Uwe Kleine-König <[email protected]> | ||
Description: | ||
Defines the interval between two poll cycles in nano seconds. | ||
Note this is rounded to jiffies on writing. On reading the current value | ||
is returned. | ||
|
||
What: /sys/bus/siox/devices/siox-X-Y/connected | ||
KernelVersion: 4.16 | ||
Contact: Gavin Schenk <g.schenk@eckelmann.de>, Uwe Kleine-König <[email protected]> | ||
Contact: Thorsten Scherer <t.scherer@eckelmann.de>, Uwe Kleine-König <[email protected]> | ||
Description: | ||
Read-only value. "0" means the Yth device on siox bus X isn't "connected" i.e. | ||
communication with it is not ensured. "1" signals a working connection. | ||
|
||
What: /sys/bus/siox/devices/siox-X-Y/inbytes | ||
KernelVersion: 4.16 | ||
Contact: Gavin Schenk <g.schenk@eckelmann.de>, Uwe Kleine-König <[email protected]> | ||
Contact: Thorsten Scherer <t.scherer@eckelmann.de>, Uwe Kleine-König <[email protected]> | ||
Description: | ||
Read-only value reporting the inbytes value provided to siox-X/device_add | ||
|
||
What: /sys/bus/siox/devices/siox-X-Y/status_errors | ||
KernelVersion: 4.16 | ||
Contact: Gavin Schenk <g.schenk@eckelmann.de>, Uwe Kleine-König <[email protected]> | ||
Contact: Thorsten Scherer <t.scherer@eckelmann.de>, Uwe Kleine-König <[email protected]> | ||
Description: | ||
Counts the number of time intervals when the read status byte doesn't yield the | ||
expected value. | ||
|
||
What: /sys/bus/siox/devices/siox-X-Y/type | ||
KernelVersion: 4.16 | ||
Contact: Gavin Schenk <g.schenk@eckelmann.de>, Uwe Kleine-König <[email protected]> | ||
Contact: Thorsten Scherer <t.scherer@eckelmann.de>, Uwe Kleine-König <[email protected]> | ||
Description: | ||
Read-only value reporting the type value provided to siox-X/device_add. | ||
|
||
What: /sys/bus/siox/devices/siox-X-Y/watchdog | ||
KernelVersion: 4.16 | ||
Contact: Gavin Schenk <g.schenk@eckelmann.de>, Uwe Kleine-König <[email protected]> | ||
Contact: Thorsten Scherer <t.scherer@eckelmann.de>, Uwe Kleine-König <[email protected]> | ||
Description: | ||
Read-only value reporting if the watchdog of the siox device is | ||
active. "0" means the watchdog is not active and the device is expected to | ||
be operational. "1" means the watchdog keeps the device in reset. | ||
|
||
What: /sys/bus/siox/devices/siox-X-Y/watchdog_errors | ||
KernelVersion: 4.16 | ||
Contact: Gavin Schenk <g.schenk@eckelmann.de>, Uwe Kleine-König <[email protected]> | ||
Contact: Thorsten Scherer <t.scherer@eckelmann.de>, Uwe Kleine-König <[email protected]> | ||
Description: | ||
Read-only value reporting the number to time intervals when the | ||
watchdog was active. | ||
|
||
What: /sys/bus/siox/devices/siox-X-Y/outbytes | ||
KernelVersion: 4.16 | ||
Contact: Gavin Schenk <g.schenk@eckelmann.de>, Uwe Kleine-König <[email protected]> | ||
Contact: Thorsten Scherer <t.scherer@eckelmann.de>, Uwe Kleine-König <[email protected]> | ||
Description: | ||
Read-only value reporting the outbytes value provided to siox-X/device_add. |
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 |
---|---|---|
|
@@ -11,24 +11,31 @@ Date: February 2014 | |
KernelVersion: 3.15 | ||
Contact: [email protected] | ||
Description: | ||
Boolean value indicating whether the PHY device has | ||
any fixups registered against it (phy_register_fixup) | ||
This attribute contains the boolean value whether a given PHY | ||
device has had any "fixup" workaround running on it, encoded as | ||
a boolean. This information is provided to help troubleshooting | ||
PHY configurations. | ||
|
||
What: /sys/class/mdio_bus/<bus>/<device>/phy_id | ||
Date: November 2012 | ||
KernelVersion: 3.8 | ||
Contact: [email protected] | ||
Description: | ||
32-bit hexadecimal value corresponding to the PHY device's OUI, | ||
model and revision number. | ||
This attribute contains the 32-bit PHY Identifier as reported | ||
by the device during bus enumeration, encoded in hexadecimal. | ||
This ID is used to match the device with the appropriate | ||
driver. | ||
|
||
What: /sys/class/mdio_bus/<bus>/<device>/phy_interface | ||
Date: February 2014 | ||
KernelVersion: 3.15 | ||
Contact: [email protected] | ||
Description: | ||
String value indicating the PHY interface, possible | ||
values are:. | ||
This attribute contains the PHY interface as configured by the | ||
Ethernet driver during bus enumeration, encoded in string. | ||
This interface mode is used to configure the Ethernet MAC with the | ||
appropriate mode for its data lines to the PHY hardware. | ||
Possible values are: | ||
<empty> (not available), mii, gmii, sgmii, tbi, rev-mii, | ||
rmii, rgmii, rgmii-id, rgmii-rxid, rgmii-txid, rtbi, smii | ||
xgmii, moca, qsgmii, trgmii, 1000base-x, 2500base-x, rxaui, | ||
|
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 |
---|---|---|
|
@@ -29,7 +29,7 @@ Contact: Bjørn Mork <[email protected]> | |
Description: | ||
Unsigned integer. | ||
|
||
Write a number ranging from 1 to 127 to add a qmap mux | ||
Write a number ranging from 1 to 254 to add a qmap mux | ||
based network device, supported by recent Qualcomm based | ||
modems. | ||
|
||
|
@@ -46,5 +46,5 @@ Contact: Bjørn Mork <[email protected]> | |
Description: | ||
Unsigned integer. | ||
|
||
Write a number ranging from 1 to 127 to delete a previously | ||
Write a number ranging from 1 to 254 to delete a previously | ||
created qmap mux based network 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
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.