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
Conflicts: drivers/net/wireless/iwlwifi/pcie/tx.c Minor iwlwifi conflict in TX queue disabling between 'net', which removed a bogus warning, and 'net-next' which added some status register poking code. Signed-off-by: David S. Miller <[email protected]>
- Loading branch information
Showing
155 changed files
with
1,384 additions
and
572 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 |
---|---|---|
|
@@ -1823,6 +1823,11 @@ S: Kattreinstr 38 | |
S: D-64295 | ||
S: Germany | ||
|
||
N: Avi Kivity | ||
E: [email protected] | ||
D: Kernel-based Virtual Machine (KVM) | ||
S: Ra'annana, Israel | ||
|
||
N: Andi Kleen | ||
E: [email protected] | ||
U: http://www.halobates.de | ||
|
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 |
---|---|---|
|
@@ -526,17 +526,17 @@ F: drivers/video/geode/ | |
F: arch/x86/include/asm/geode.h | ||
|
||
AMD IOMMU (AMD-VI) | ||
M: Joerg Roedel <[email protected]> | ||
M: Joerg Roedel <[email protected]> | ||
L: [email protected] | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git | ||
S: Supported | ||
S: Maintained | ||
F: drivers/iommu/amd_iommu*.[ch] | ||
F: include/linux/amd-iommu.h | ||
|
||
AMD MICROCODE UPDATE SUPPORT | ||
M: Andreas Herrmann <andreas.herrmann3@amd.com> | ||
M: Andreas Herrmann <herrmann.der.user@googlemail.com> | ||
L: [email protected] | ||
S: Supported | ||
S: Maintained | ||
F: arch/x86/kernel/microcode_amd.c | ||
|
||
AMS (Apple Motion Sensor) DRIVER | ||
|
@@ -841,6 +841,14 @@ T: git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git | |
F: arch/arm/mach-sa1100/jornada720.c | ||
F: arch/arm/mach-sa1100/include/mach/jornada720.h | ||
|
||
ARM/IGEP MACHINE SUPPORT | ||
M: Enric Balletbo i Serra <[email protected]> | ||
M: Javier Martinez Canillas <[email protected]> | ||
L: [email protected] | ||
L: [email protected] (moderated for non-subscribers) | ||
S: Maintained | ||
F: arch/arm/mach-omap2/board-igep0020.c | ||
|
||
ARM/INCOME PXA270 SUPPORT | ||
M: Marek Vasut <[email protected]> | ||
L: [email protected] (moderated for non-subscribers) | ||
|
@@ -2708,10 +2716,10 @@ F: include/linux/edac.h | |
|
||
EDAC-AMD64 | ||
M: Doug Thompson <[email protected]> | ||
M: Borislav Petkov <[email protected]> | ||
M: Borislav Petkov <[email protected]> | ||
L: [email protected] | ||
W: bluesmoke.sourceforge.net | ||
S: Supported | ||
S: Maintained | ||
F: drivers/edac/amd64_edac* | ||
|
||
EDAC-E752X | ||
|
@@ -3753,7 +3761,7 @@ S: Maintained | |
F: drivers/platform/x86/ideapad-laptop.c | ||
|
||
IDE/ATAPI DRIVERS | ||
M: Borislav Petkov <[email protected]> | ||
M: Borislav Petkov <[email protected]> | ||
L: [email protected] | ||
S: Maintained | ||
F: Documentation/cdrom/ide-cd | ||
|
@@ -4282,8 +4290,8 @@ F: include/linux/lockd/ | |
F: include/linux/sunrpc/ | ||
|
||
KERNEL VIRTUAL MACHINE (KVM) | ||
M: Avi Kivity <[email protected]> | ||
M: Marcelo Tosatti <[email protected]> | ||
M: Gleb Natapov <[email protected]> | ||
L: [email protected] | ||
W: http://kvm.qumranet.com | ||
S: Supported | ||
|
@@ -5415,7 +5423,7 @@ S: Maintained | |
F: sound/drivers/opl4/ | ||
|
||
OPROFILE | ||
M: Robert Richter <[email protected]> | ||
M: Robert Richter <[email protected]> | ||
L: [email protected] | ||
S: Maintained | ||
F: arch/*/include/asm/oprofile*.h | ||
|
@@ -8207,7 +8215,7 @@ F: drivers/platform/x86 | |
|
||
X86 MCE INFRASTRUCTURE | ||
M: Tony Luck <[email protected]> | ||
M: Borislav Petkov <bp@amd64.org> | ||
M: Borislav Petkov <bp@alien8.de> | ||
L: [email protected] | ||
S: Maintained | ||
F: arch/x86/kernel/cpu/mcheck/* | ||
|
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.