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 remote branch 'origin/master' into drm-intel-next
Conflicts: drivers/gpu/drm/i915/i915_dma.c drivers/gpu/drm/i915/i915_drv.h drivers/gpu/drm/radeon/r300.c The BSD ringbuffer support that is landing in this branch significantly conflicts with the Ironlake PIPE_CONTROL fix on master, and requires it to be tested successfully anyway.
- Loading branch information
Showing
589 changed files
with
8,519 additions
and
3,084 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
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,16 +18,15 @@ Rules on what kind of patches are accepted, and which ones are not, into the | |
- It cannot contain any "trivial" fixes in it (spelling changes, | ||
whitespace cleanups, etc). | ||
- It must follow the Documentation/SubmittingPatches rules. | ||
- It or an equivalent fix must already exist in Linus' tree. Quote the | ||
respective commit ID in Linus' tree in your patch submission to -stable. | ||
- It or an equivalent fix must already exist in Linus' tree (upstream). | ||
|
||
|
||
Procedure for submitting patches to the -stable tree: | ||
|
||
- Send the patch, after verifying that it follows the above rules, to | ||
[email protected]. | ||
- To have the patch automatically included in the stable tree, add the | ||
the tag | ||
[email protected]. You must note the upstream commit ID in the changelog | ||
of your submission. | ||
- To have the patch automatically included in the stable tree, add the tag | ||
Cc: [email protected] | ||
in the sign-off area. Once the patch is merged it will be applied to | ||
the stable tree without anything else needing to be done by the author | ||
|
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 |
---|---|---|
|
@@ -1960,7 +1960,7 @@ F: lib/kobj* | |
|
||
DRM DRIVERS | ||
M: David Airlie <[email protected]> | ||
L: dri-devel@lists.sourceforge.net | ||
L: dri-devel@lists.freedesktop.org | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git | ||
S: Maintained | ||
F: drivers/gpu/drm/ | ||
|
@@ -4482,17 +4482,17 @@ S: Maintained | |
F: drivers/ata/sata_promise.* | ||
|
||
PS3 NETWORK SUPPORT | ||
M: Geoff Levand <[email protected]> | ||
M: Geoff Levand <[email protected]> | ||
L: [email protected] | ||
L: [email protected] | ||
S: Supported | ||
S: Maintained | ||
F: drivers/net/ps3_gelic_net.* | ||
|
||
PS3 PLATFORM SUPPORT | ||
M: Geoff Levand <[email protected]> | ||
M: Geoff Levand <[email protected]> | ||
L: [email protected] | ||
L: [email protected] | ||
S: Supported | ||
S: Maintained | ||
F: arch/powerpc/boot/ps3* | ||
F: arch/powerpc/include/asm/lv1call.h | ||
F: arch/powerpc/include/asm/ps3*.h | ||
|
@@ -4791,12 +4791,11 @@ F: drivers/s390/crypto/ | |
|
||
S390 ZFCP DRIVER | ||
M: Christof Schmitt <[email protected]> | ||
M: Martin Peschke <mp3@de.ibm.com> | ||
M: Swen Schillig <swen@vnet.ibm.com> | ||
M: [email protected] | ||
L: [email protected] | ||
W: http://www.ibm.com/developerworks/linux/linux390/ | ||
S: Supported | ||
F: Documentation/s390/zfcpdump.txt | ||
F: drivers/s390/scsi/zfcp_* | ||
|
||
S390 IUCV NETWORK LAYER | ||
|
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.