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 pull request #82 from torvalds/master
Sync up with Linus
- Loading branch information
Showing
240 changed files
with
5,724 additions
and
1,891 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 |
---|---|---|
|
@@ -1614,6 +1614,7 @@ M: Lorenzo Pieralisi <[email protected]> | |
L: [email protected] (moderated for non-subscribers) | ||
S: Maintained | ||
F: arch/arm/boot/dts/vexpress* | ||
F: arch/arm64/boot/dts/arm/vexpress* | ||
F: arch/arm/mach-vexpress/ | ||
F: */*/vexpress* | ||
F: */*/*/vexpress* | ||
|
@@ -2562,19 +2563,31 @@ F: arch/powerpc/include/uapi/asm/spu*.h | |
F: arch/powerpc/oprofile/*cell* | ||
F: arch/powerpc/platforms/cell/ | ||
|
||
CEPH DISTRIBUTED FILE SYSTEM CLIENT | ||
CEPH COMMON CODE (LIBCEPH) | ||
M: Ilya Dryomov <[email protected]> | ||
M: "Yan, Zheng" <[email protected]> | ||
M: Sage Weil <[email protected]> | ||
L: [email protected] | ||
W: http://ceph.com/ | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git | ||
T: git git://github.com/ceph/ceph-client.git | ||
S: Supported | ||
F: Documentation/filesystems/ceph.txt | ||
F: fs/ceph/ | ||
F: net/ceph/ | ||
F: include/linux/ceph/ | ||
F: include/linux/crush/ | ||
|
||
CEPH DISTRIBUTED FILE SYSTEM CLIENT (CEPH) | ||
M: "Yan, Zheng" <[email protected]> | ||
M: Sage Weil <[email protected]> | ||
M: Ilya Dryomov <[email protected]> | ||
L: [email protected] | ||
W: http://ceph.com/ | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git | ||
T: git git://github.com/ceph/ceph-client.git | ||
S: Supported | ||
F: Documentation/filesystems/ceph.txt | ||
F: fs/ceph/ | ||
|
||
CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM: | ||
L: [email protected] | ||
S: Orphan | ||
|
@@ -6147,6 +6160,7 @@ L: [email protected] | |
Q: https://patchwork.kernel.org/project/linux-nvdimm/list/ | ||
S: Supported | ||
F: drivers/nvdimm/pmem.c | ||
F: include/linux/pmem.h | ||
|
||
LINUX FOR IBM pSERIES (RS/6000) | ||
M: Paul Mackerras <[email protected]> | ||
|
@@ -6161,7 +6175,7 @@ M: Michael Ellerman <[email protected]> | |
W: http://www.penguinppc.org/ | ||
L: [email protected] | ||
Q: http://patchwork.ozlabs.org/project/linuxppc-dev/list/ | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git | ||
S: Supported | ||
F: Documentation/powerpc/ | ||
F: arch/powerpc/ | ||
|
@@ -8366,10 +8380,12 @@ RADOS BLOCK DEVICE (RBD) | |
M: Ilya Dryomov <[email protected]> | ||
M: Sage Weil <[email protected]> | ||
M: Alex Elder <[email protected]> | ||
M: [email protected] | ||
L: [email protected] | ||
W: http://ceph.com/ | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git | ||
T: git git://github.com/ceph/ceph-client.git | ||
S: Supported | ||
F: Documentation/ABI/testing/sysfs-bus-rbd | ||
F: drivers/block/rbd.c | ||
F: drivers/block/rbd_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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -80,3 +80,7 @@ | |
status = "okay"; | ||
}; | ||
}; | ||
|
||
&rtc { | ||
system-power-controller; | ||
}; |
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.