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.
We need the staging fixes in here as well. Signed-off-by: Greg Kroah-Hartman <[email protected]>
- Loading branch information
Showing
566 changed files
with
5,560 additions
and
2,185 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
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 |
---|---|---|
|
@@ -9,7 +9,7 @@ Fenghua Yu <[email protected]> | |
Tony Luck <[email protected]> | ||
Vikas Shivappa <[email protected]> | ||
|
||
This feature is enabled by the CONFIG_X86_RESCTRL and the x86 /proc/cpuinfo | ||
This feature is enabled by the CONFIG_X86_CPU_RESCTRL and the x86 /proc/cpuinfo | ||
flag bits: | ||
RDT (Resource Director Technology) Allocation - "rdt_a" | ||
CAT (Cache Allocation Technology) - "cat_l3", "cat_l2" | ||
|
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 |
---|---|---|
|
@@ -2864,6 +2864,9 @@ F: include/uapi/linux/if_bonding.h | |
BPF (Safe dynamic programs and tools) | ||
M: Alexei Starovoitov <[email protected]> | ||
M: Daniel Borkmann <[email protected]> | ||
R: Martin KaFai Lau <[email protected]> | ||
R: Song Liu <[email protected]> | ||
R: Yonghong Song <[email protected]> | ||
L: [email protected] | ||
L: [email protected] | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf.git | ||
|
@@ -2889,6 +2892,8 @@ F: samples/bpf/ | |
F: tools/bpf/ | ||
F: tools/lib/bpf/ | ||
F: tools/testing/selftests/bpf/ | ||
K: bpf | ||
N: bpf | ||
|
||
BPF JIT for ARM | ||
M: Shubham Bansal <[email protected]> | ||
|
@@ -5197,7 +5202,7 @@ DRM DRIVERS FOR XEN | |
M: Oleksandr Andrushchenko <[email protected]> | ||
T: git git://anongit.freedesktop.org/drm/drm-misc | ||
L: [email protected] | ||
L: xen-devel@lists.xen.org | ||
L: xen-devel@lists.xenproject.org (moderated for non-subscribers) | ||
S: Supported | ||
F: drivers/gpu/drm/xen/ | ||
F: Documentation/gpu/xen-front.rst | ||
|
@@ -11323,10 +11328,12 @@ F: include/dt-bindings/ | |
|
||
OPENCORES I2C BUS DRIVER | ||
M: Peter Korsgaard <[email protected]> | ||
M: Andrew Lunn <[email protected]> | ||
L: [email protected] | ||
S: Maintained | ||
F: Documentation/i2c/busses/i2c-ocores | ||
F: drivers/i2c/busses/i2c-ocores.c | ||
F: include/linux/platform_data/i2c-ocores.h | ||
|
||
OPENRISC ARCHITECTURE | ||
M: Jonas Bonn <[email protected]> | ||
|
@@ -12884,6 +12891,13 @@ F: Documentation/devicetree/bindings/net/dsa/realtek-smi.txt | |
F: drivers/net/dsa/realtek-smi* | ||
F: drivers/net/dsa/rtl83* | ||
|
||
REDPINE WIRELESS DRIVER | ||
M: Amitkumar Karwar <[email protected]> | ||
M: Siva Rebbagondla <[email protected]> | ||
L: [email protected] | ||
S: Maintained | ||
F: drivers/net/wireless/rsi/ | ||
|
||
REGISTER MAP ABSTRACTION | ||
M: Mark Brown <[email protected]> | ||
L: [email protected] | ||
|
@@ -13712,6 +13726,15 @@ L: [email protected] | |
S: Supported | ||
F: drivers/net/ethernet/sfc/ | ||
|
||
SFF/SFP/SFP+ MODULE SUPPORT | ||
M: Russell King <[email protected]> | ||
L: [email protected] | ||
S: Maintained | ||
F: drivers/net/phy/phylink.c | ||
F: drivers/net/phy/sfp* | ||
F: include/linux/phylink.h | ||
F: include/linux/sfp.h | ||
|
||
SGI GRU DRIVER | ||
M: Dimitri Sivanich <[email protected]> | ||
S: Maintained | ||
|
@@ -16652,6 +16675,15 @@ S: Maintained | |
F: drivers/platform/x86/ | ||
F: drivers/platform/olpc/ | ||
|
||
X86 PLATFORM DRIVERS - ARCH | ||
R: Darren Hart <[email protected]> | ||
R: Andy Shevchenko <[email protected]> | ||
L: [email protected] | ||
L: [email protected] | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core | ||
S: Maintained | ||
F: arch/x86/platform | ||
|
||
X86 VDSO | ||
M: Andy Lutomirski <[email protected]> | ||
L: [email protected] | ||
|
@@ -16684,6 +16716,24 @@ T: git git://linuxtv.org/media_tree.git | |
S: Maintained | ||
F: drivers/media/tuners/tuner-xc2028.* | ||
|
||
XDP (eXpress Data Path) | ||
M: Alexei Starovoitov <[email protected]> | ||
M: Daniel Borkmann <[email protected]> | ||
M: David S. Miller <[email protected]> | ||
M: Jakub Kicinski <[email protected]> | ||
M: Jesper Dangaard Brouer <[email protected]> | ||
M: John Fastabend <[email protected]> | ||
L: [email protected] | ||
L: [email protected] | ||
S: Supported | ||
F: net/core/xdp.c | ||
F: include/net/xdp.h | ||
F: kernel/bpf/devmap.c | ||
F: kernel/bpf/cpumap.c | ||
F: include/trace/events/xdp.h | ||
K: xdp | ||
N: xdp | ||
|
||
XDP SOCKETS (AF_XDP) | ||
M: Björn Töpel <[email protected]> | ||
M: Magnus Karlsson <[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
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
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.