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.
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
An ipvlan bug fix in 'net' conflicted with the abstraction away of the IPV6 specific support in 'net-next'. Similarly, a bug fix for mlx5 in 'net' conflicted with the flow action conversion in 'net-next'. Signed-off-by: David S. Miller <[email protected]>
- Loading branch information
Showing
399 changed files
with
4,109 additions
and
1,563 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
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 |
---|---|---|
|
@@ -2848,6 +2848,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 | ||
|
@@ -2873,6 +2876,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]> | ||
|
@@ -12890,6 +12895,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] | ||
|
@@ -13718,6 +13730,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 | ||
|
@@ -16663,6 +16684,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] | ||
|
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 |
---|---|---|
|
@@ -28,6 +28,8 @@ | |
#include <asm/virt.h> | ||
|
||
.text | ||
.pushsection .hyp.text, "ax" | ||
|
||
.align 11 | ||
|
||
ENTRY(__hyp_stub_vectors) | ||
|
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 |
---|---|---|
@@ -1,5 +1,4 @@ | ||
include include/uapi/asm-generic/Kbuild.asm | ||
|
||
generic-y += kvm_para.h | ||
generic-y += shmparam.h | ||
generic-y += ucontext.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
include include/uapi/asm-generic/Kbuild.asm | ||
|
||
generic-y += kvm_para.h | ||
generic-y += shmparam.h | ||
generic-y += ucontext.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
include include/uapi/asm-generic/Kbuild.asm | ||
|
||
generic-y += shmparam.h | ||
generic-y += ucontext.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
include include/uapi/asm-generic/Kbuild.asm | ||
|
||
generic-y += kvm_para.h | ||
generic-y += shmparam.h | ||
generic-y += ucontext.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
Oops, something went wrong.