forked from raspberrypi/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 pull request raspberrypi#654 from ojeda/sync
Sync with v5.17-rc2
- Loading branch information
Showing
432 changed files
with
4,637 additions
and
2,084 deletions.
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 |
---|---|---|
|
@@ -70,6 +70,7 @@ Boris Brezillon <[email protected]> <[email protected]> | |
Boris Brezillon <[email protected]> <[email protected]> | ||
Brian Avery <[email protected]> | ||
Brian King <[email protected]> | ||
Brian Silverman <[email protected]> <[email protected]> | ||
Changbin Du <[email protected]> <[email protected]> | ||
Changbin Du <[email protected]> <[email protected]> | ||
Chao Yu <[email protected]> <[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
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 |
---|---|---|
|
@@ -10,6 +10,7 @@ gpio | |
gpio-aggregator | ||
sysfs | ||
gpio-mockup | ||
gpio-sim | ||
|
||
.. only:: subproject and html | ||
|
||
|
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,20 @@ | ||
.. SPDX-License-Identifier: GPL-2.0 | ||
============ | ||
Kernel tools | ||
============ | ||
|
||
This book covers user-space tools that are shipped with the kernel source; | ||
more additions are needed here: | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
rtla/index | ||
|
||
.. only:: subproject and html | ||
|
||
Indices | ||
======= | ||
|
||
* :ref:`genindex` |
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,26 @@ | ||
.. SPDX-License-Identifier: GPL-2.0 | ||
================================ | ||
The realtime Linux analysis tool | ||
================================ | ||
|
||
RTLA provides a set of tools for the analysis of the kernel's realtime | ||
behavior on specific hardware. | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
rtla | ||
rtla-osnoise | ||
rtla-osnoise-hist | ||
rtla-osnoise-top | ||
rtla-timerlat | ||
rtla-timerlat-hist | ||
rtla-timerlat-top | ||
|
||
.. only:: subproject and html | ||
|
||
Indices | ||
======= | ||
|
||
* :ref:`genindex` |
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 |
---|---|---|
|
@@ -190,8 +190,9 @@ M: Johannes Berg <[email protected]> | |
L: [email protected] | ||
S: Maintained | ||
W: https://wireless.wiki.kernel.org/ | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git | ||
Q: https://patchwork.kernel.org/project/linux-wireless/list/ | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless.git | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-next.git | ||
F: Documentation/driver-api/80211/cfg80211.rst | ||
F: Documentation/networking/regulatory.rst | ||
F: include/linux/ieee80211.h | ||
|
@@ -7208,8 +7209,10 @@ F: drivers/net/mdio/of_mdio.c | |
F: drivers/net/pcs/ | ||
F: drivers/net/phy/ | ||
F: include/dt-bindings/net/qca-ar803x.h | ||
F: include/linux/linkmode.h | ||
F: include/linux/*mdio*.h | ||
F: include/linux/mdio/*.h | ||
F: include/linux/mii.h | ||
F: include/linux/of_net.h | ||
F: include/linux/phy.h | ||
F: include/linux/phy_fixed.h | ||
|
@@ -11366,8 +11369,9 @@ M: Johannes Berg <[email protected]> | |
L: [email protected] | ||
S: Maintained | ||
W: https://wireless.wiki.kernel.org/ | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git | ||
Q: https://patchwork.kernel.org/project/linux-wireless/list/ | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless.git | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-next.git | ||
F: Documentation/networking/mac80211-injection.rst | ||
F: Documentation/networking/mac80211_hwsim/mac80211_hwsim.rst | ||
F: drivers/net/wireless/mac80211_hwsim.[ch] | ||
|
@@ -13374,9 +13378,10 @@ NETWORKING DRIVERS (WIRELESS) | |
M: Kalle Valo <[email protected]> | ||
L: [email protected] | ||
S: Maintained | ||
Q: http://patchwork.kernel.org/project/linux-wireless/list/ | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next.git | ||
W: https://wireless.wiki.kernel.org/ | ||
Q: https://patchwork.kernel.org/project/linux-wireless/list/ | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless.git | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-next.git | ||
F: Documentation/devicetree/bindings/net/wireless/ | ||
F: drivers/net/wireless/ | ||
|
||
|
@@ -13449,7 +13454,11 @@ L: [email protected] | |
S: Maintained | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net.git | ||
F: arch/x86/net/* | ||
F: include/linux/ip.h | ||
F: include/linux/ipv6* | ||
F: include/net/fib* | ||
F: include/net/ip* | ||
F: include/net/route.h | ||
F: net/ipv4/ | ||
F: net/ipv6/ | ||
|
||
|
@@ -13510,10 +13519,6 @@ F: include/net/tls.h | |
F: include/uapi/linux/tls.h | ||
F: net/tls/* | ||
|
||
NETWORKING [WIRELESS] | ||
L: [email protected] | ||
Q: http://patchwork.kernel.org/project/linux-wireless/list/ | ||
|
||
NETXEN (1/10) GbE SUPPORT | ||
M: Manish Chopra <[email protected]> | ||
M: Rahul Verma <[email protected]> | ||
|
@@ -16532,8 +16537,9 @@ M: Johannes Berg <[email protected]> | |
L: [email protected] | ||
S: Maintained | ||
W: https://wireless.wiki.kernel.org/ | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git | ||
Q: https://patchwork.kernel.org/project/linux-wireless/list/ | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless.git | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-next.git | ||
F: Documentation/ABI/stable/sysfs-class-rfkill | ||
F: Documentation/driver-api/rfkill.rst | ||
F: include/linux/rfkill.h | ||
|
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.