forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Simple cases of overlapping changes in the packet scheduler. Must easier to resolve this time. Which probably means that I screwed it up somehow. Signed-off-by: David S. Miller <[email protected]>
- Loading branch information
Showing
148 changed files
with
1,125 additions
and
436 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 |
---|---|---|
|
@@ -15,6 +15,7 @@ Adriana Reus <[email protected]> <[email protected]> | |
Alan Cox <[email protected]> | ||
Alan Cox <[email protected]> | ||
Aleksey Gorelov <[email protected]> | ||
Aleksandar Markovic <[email protected]> <[email protected]> | ||
Al Viro <[email protected]> | ||
Al Viro <[email protected]> | ||
Andreas Herrmann <[email protected]> | ||
|
@@ -101,6 +102,7 @@ Leonid I Ananiev <[email protected]> | |
Linas Vepstas <[email protected]> | ||
Linus Lüssing <[email protected]> <[email protected]> | ||
Linus Lüssing <[email protected]> <[email protected]> | ||
Marcin Nowakowski <[email protected]> <[email protected]> | ||
Mark Brown <[email protected]> | ||
Martin Kepplinger <[email protected]> <[email protected]> | ||
Martin Kepplinger <[email protected]> <[email protected]> | ||
|
@@ -119,6 +121,7 @@ Matt Redfearn <[email protected]> <[email protected]> | |
Mayuresh Janorkar <[email protected]> | ||
Michael Buesch <[email protected]> | ||
Michel Dänzer <[email protected]> | ||
Miodrag Dinic <[email protected]> <[email protected]> | ||
Mitesh shah <[email protected]> | ||
Mohit Kumar <[email protected]> <[email protected]> | ||
Morten Welinder <[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 |
---|---|---|
|
@@ -873,7 +873,7 @@ F: drivers/android/ | |
F: drivers/staging/android/ | ||
|
||
ANDROID GOLDFISH RTC DRIVER | ||
M: Miodrag Dinic <miodrag.dinic@imgtec.com> | ||
M: Miodrag Dinic <miodrag.dinic@mips.com> | ||
S: Supported | ||
F: Documentation/devicetree/bindings/rtc/google,goldfish-rtc.txt | ||
F: drivers/rtc/rtc-goldfish.c | ||
|
@@ -7752,6 +7752,11 @@ S: Maintained | |
F: Documentation/scsi/53c700.txt | ||
F: drivers/scsi/53c700* | ||
|
||
LEAKING_ADDRESSES | ||
M: Tobin C. Harding <[email protected]> | ||
S: Maintained | ||
F: scripts/leaking_addresses.pl | ||
|
||
LED SUBSYSTEM | ||
M: Richard Purdie <[email protected]> | ||
M: Jacek Anaszewski <[email protected]> | ||
|
@@ -9027,7 +9032,7 @@ F: drivers/*/*loongson1* | |
F: drivers/*/*/*loongson1* | ||
|
||
MIPS RINT INSTRUCTION EMULATION | ||
M: Aleksandar Markovic <aleksandar.markovic@imgtec.com> | ||
M: Aleksandar Markovic <aleksandar.markovic@mips.com> | ||
L: [email protected] | ||
S: Supported | ||
F: arch/mips/math-emu/sp_rint.c | ||
|
@@ -10692,10 +10697,9 @@ S: Maintained | |
F: drivers/pinctrl/spear/ | ||
|
||
PISTACHIO SOC SUPPORT | ||
M: James Hartley <[email protected]> | ||
M: Ionela Voinescu <[email protected]> | ||
M: James Hartley <[email protected]> | ||
L: [email protected] | ||
S: Maintained | ||
S: Odd Fixes | ||
F: arch/mips/pistachio/ | ||
F: arch/mips/include/asm/mach-pistachio/ | ||
F: arch/mips/boot/dts/img/pistachio* | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
#ifndef __ASM_ARM_UNALIGNED_H | ||
#define __ASM_ARM_UNALIGNED_H | ||
|
||
/* | ||
* We generally want to set CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS on ARMv6+, | ||
* but we don't want to use linux/unaligned/access_ok.h since that can lead | ||
* to traps on unaligned stm/ldm or strd/ldrd. | ||
*/ | ||
#include <asm/byteorder.h> | ||
|
||
#if defined(__LITTLE_ENDIAN) | ||
# include <linux/unaligned/le_struct.h> | ||
# include <linux/unaligned/be_byteshift.h> | ||
# include <linux/unaligned/generic.h> | ||
# define get_unaligned __get_unaligned_le | ||
# define put_unaligned __put_unaligned_le | ||
#elif defined(__BIG_ENDIAN) | ||
# include <linux/unaligned/be_struct.h> | ||
# include <linux/unaligned/le_byteshift.h> | ||
# include <linux/unaligned/generic.h> | ||
# define get_unaligned __get_unaligned_be | ||
# define put_unaligned __put_unaligned_be | ||
#else | ||
# error need to define endianess | ||
#endif | ||
|
||
#endif /* __ASM_ARM_UNALIGNED_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
Oops, something went wrong.