This repository has been archived by the owner on Dec 14, 2022. It is now read-only.
forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 17
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
Conflicts: drivers/net/geneve.c Here we had an overlapping change, where in 'net' the extraneous stats bump was being removed whilst in 'net-next' the final argument to udp_tunnel6_xmit_skb() was being changed. Signed-off-by: David S. Miller <[email protected]>
- Loading branch information
Showing
550 changed files
with
4,562 additions
and
2,905 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -181,17 +181,3 @@ For general information, go to the Intel support website at: | |
If an issue is identified with the released source code on the supported | ||
kernel with a supported adapter, email the specific information related to the | ||
issue to [email protected]. | ||
|
||
|
||
License | ||
======= | ||
|
||
This software program is released under the terms of a license agreement | ||
between you ('Licensee') and Intel. Do not use or load this software or any | ||
associated materials (collectively, the 'Software') until you have carefully | ||
read the full terms and conditions of the file COPYING located in this software | ||
package. By loading or using the Software, you agree to the terms of this | ||
Agreement. If you do not agree with the terms of this Agreement, do not install | ||
or use the Software. | ||
|
||
* Other names and brands may be claimed as the property of others. |
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 |
---|---|---|
|
@@ -318,7 +318,7 @@ M: Zhang Rui <[email protected]> | |
L: [email protected] | ||
W: https://01.org/linux-acpi | ||
S: Supported | ||
F: drivers/acpi/video.c | ||
F: drivers/acpi/acpi_video.c | ||
|
||
ACPI WMI DRIVER | ||
L: [email protected] | ||
|
@@ -2984,6 +2984,7 @@ F: kernel/cpuset.c | |
CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG) | ||
M: Johannes Weiner <[email protected]> | ||
M: Michal Hocko <[email protected]> | ||
M: Vladimir Davydov <[email protected]> | ||
L: [email protected] | ||
L: [email protected] | ||
S: Maintained | ||
|
@@ -5586,7 +5587,7 @@ R: Jesse Brandeburg <[email protected]> | |
R: Shannon Nelson <[email protected]> | ||
R: Carolyn Wyborny <[email protected]> | ||
R: Don Skidmore <[email protected]> | ||
R: Matthew Vick <matthew.vick@intel.com> | ||
R: Bruce Allan <bruce.w.allan@intel.com> | ||
R: John Ronciak <[email protected]> | ||
R: Mitch Williams <[email protected]> | ||
L: [email protected] | ||
|
@@ -8302,7 +8303,7 @@ F: include/linux/delayacct.h | |
F: kernel/delayacct.c | ||
|
||
PERFORMANCE EVENTS SUBSYSTEM | ||
M: Peter Zijlstra <[email protected]> | ||
M: Peter Zijlstra <[email protected]> | ||
M: Ingo Molnar <[email protected]> | ||
M: Arnaldo Carvalho de Melo <[email protected]> | ||
L: [email protected] | ||
|
@@ -8961,6 +8962,13 @@ F: drivers/rpmsg/ | |
F: Documentation/rpmsg.txt | ||
F: include/linux/rpmsg.h | ||
|
||
RENESAS ETHERNET DRIVERS | ||
R: Sergei Shtylyov <[email protected]> | ||
L: [email protected] | ||
L: [email protected] | ||
F: drivers/net/ethernet/renesas/ | ||
F: include/linux/sh_eth.h | ||
|
||
RESET CONTROLLER FRAMEWORK | ||
M: Philipp Zabel <[email protected]> | ||
S: Maintained | ||
|
@@ -9443,8 +9451,10 @@ F: include/scsi/sg.h | |
|
||
SCSI SUBSYSTEM | ||
M: "James E.J. Bottomley" <[email protected]> | ||
L: [email protected] | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git | ||
M: "Martin K. Petersen" <[email protected]> | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsi.git | ||
L: [email protected] | ||
S: Maintained | ||
F: drivers/scsi/ | ||
F: include/scsi/ | ||
|
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 |
---|---|---|
|
@@ -18,8 +18,3 @@ | |
reg = <0x80000000 0x10000000>; | ||
}; | ||
}; | ||
|
||
&L2 { | ||
arm,data-latency = <2 1 2>; | ||
arm,tag-latency = <3 2 3>; | ||
}; |
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.