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 branch 'for_linus' into for_next
- Loading branch information
Showing
248 changed files
with
2,656 additions
and
1,579 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 |
---|---|---|
|
@@ -51,6 +51,7 @@ Greg Kroah-Hartman <[email protected]> | |
Greg Kroah-Hartman <[email protected]> | ||
Henk Vergonet <[email protected]> | ||
Henrik Kretzschmar <[email protected]> | ||
Henrik Rydberg <[email protected]> | ||
Herbert Xu <[email protected]> | ||
Jacob Shin <[email protected]> | ||
James Bottomley <jejb@mulgrave.(none)> | ||
|
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 |
---|---|---|
|
@@ -724,15 +724,15 @@ F: include/uapi/linux/apm_bios.h | |
F: drivers/char/apm-emulation.c | ||
|
||
APPLE BCM5974 MULTITOUCH DRIVER | ||
M: Henrik Rydberg <rydberg@euromail.se> | ||
M: Henrik Rydberg <rydberg@bitmath.org> | ||
L: [email protected] | ||
S: Maintained | ||
S: Odd fixes | ||
F: drivers/input/mouse/bcm5974.c | ||
|
||
APPLE SMC DRIVER | ||
M: Henrik Rydberg <rydberg@euromail.se> | ||
M: Henrik Rydberg <rydberg@bitmath.org> | ||
L: [email protected] | ||
S: Maintained | ||
S: Odd fixes | ||
F: drivers/hwmon/applesmc.c | ||
|
||
APPLETALK NETWORK LAYER | ||
|
@@ -2259,6 +2259,7 @@ F: drivers/gpio/gpio-bt8xx.c | |
BTRFS FILE SYSTEM | ||
M: Chris Mason <[email protected]> | ||
M: Josef Bacik <[email protected]> | ||
M: David Sterba <[email protected]> | ||
L: [email protected] | ||
W: http://btrfs.wiki.kernel.org/ | ||
Q: http://patchwork.kernel.org/project/linux-btrfs/list/ | ||
|
@@ -4940,10 +4941,10 @@ F: include/uapi/linux/input.h | |
F: include/linux/input/ | ||
|
||
INPUT MULTITOUCH (MT) PROTOCOL | ||
M: Henrik Rydberg <rydberg@euromail.se> | ||
M: Henrik Rydberg <rydberg@bitmath.org> | ||
L: [email protected] | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/rydberg/input-mt.git | ||
S: Maintained | ||
S: Odd fixes | ||
F: Documentation/input/multi-touch-protocol.txt | ||
F: drivers/input/input-mt.c | ||
K: \b(ABS|SYN)_MT_ | ||
|
@@ -5279,6 +5280,15 @@ W: www.open-iscsi.org | |
Q: http://patchwork.kernel.org/project/linux-rdma/list/ | ||
F: drivers/infiniband/ulp/iser/ | ||
|
||
ISCSI EXTENSIONS FOR RDMA (ISER) TARGET | ||
M: Sagi Grimberg <[email protected]> | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master | ||
L: [email protected] | ||
L: [email protected] | ||
S: Supported | ||
W: http://www.linux-iscsi.org | ||
F: drivers/infiniband/ulp/isert | ||
|
||
ISDN SUBSYSTEM | ||
M: Karsten Keil <[email protected]> | ||
L: [email protected] (subscribers-only) | ||
|
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 |
---|---|---|
|
@@ -21,6 +21,7 @@ | |
|
||
#include <asm/barrier.h> | ||
|
||
#include <linux/bug.h> | ||
#include <linux/init.h> | ||
#include <linux/types.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
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.