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 'kvm-ppc-fixes' of git://git.kernel.org/pub/scm/linux/ke…
…rnel/git/paulus/powerpc This fix was intended for 4.13, but didn't get in because both maintainers were on vacation. Paul Mackerras: "It adds mutual exclusion between list_add_rcu and list_del_rcu calls on the kvm->arch.spapr_tce_tables list. Without this, userspace could potentially trigger corruption of the list and cause a host crash or worse."
- Loading branch information
Showing
488 changed files
with
6,346 additions
and
2,101 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 |
---|---|---|
|
@@ -27,5 +27,11 @@ You have to add the following kernel parameters in your elilo.conf: | |
Macbook Pro 17", iMac 20" : | ||
video=efifb:i20 | ||
|
||
Accepted options: | ||
|
||
nowc Don't map the framebuffer write combined. This can be used | ||
to workaround side-effects and slowdowns on other CPU cores | ||
when large amounts of console data are written. | ||
|
||
-- | ||
Edgar Hucek <[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
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 |
---|---|---|
|
@@ -1161,7 +1161,7 @@ M: Brendan Higgins <[email protected]> | |
R: Benjamin Herrenschmidt <[email protected]> | ||
R: Joel Stanley <[email protected]> | ||
L: [email protected] | ||
L: [email protected] | ||
L: [email protected] (moderated for non-subscribers) | ||
S: Maintained | ||
F: drivers/irqchip/irq-aspeed-i2c-ic.c | ||
F: drivers/i2c/busses/i2c-aspeed.c | ||
|
@@ -5834,7 +5834,7 @@ F: drivers/staging/greybus/spi.c | |
F: drivers/staging/greybus/spilib.c | ||
F: drivers/staging/greybus/spilib.h | ||
|
||
GREYBUS LOOBACK/TIME PROTOCOLS DRIVERS | ||
GREYBUS LOOPBACK/TIME PROTOCOLS DRIVERS | ||
M: Bryan O'Donoghue <[email protected]> | ||
S: Maintained | ||
F: drivers/staging/greybus/loopback.c | ||
|
@@ -7110,7 +7110,6 @@ M: Marc Zyngier <[email protected]> | |
L: [email protected] | ||
S: Maintained | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core | ||
T: git git://git.infradead.org/users/jcooper/linux.git irqchip/core | ||
F: Documentation/devicetree/bindings/interrupt-controller/ | ||
F: drivers/irqchip/ | ||
|
||
|
@@ -10398,7 +10397,7 @@ L: [email protected] | |
T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git | ||
S: Maintained | ||
F: Documentation/devicetree/bindings/pinctrl/ | ||
F: Documentation/pinctrl.txt | ||
F: Documentation/driver-api/pinctl.rst | ||
F: drivers/pinctrl/ | ||
F: include/linux/pinctrl/ | ||
|
||
|
@@ -14019,6 +14018,7 @@ F: drivers/block/virtio_blk.c | |
F: include/linux/virtio*.h | ||
F: include/uapi/linux/virtio_*.h | ||
F: drivers/crypto/virtio/ | ||
F: mm/balloon_compaction.c | ||
|
||
VIRTIO CRYPTO DRIVER | ||
M: Gonglei <[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
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 |
---|---|---|
|
@@ -53,6 +53,7 @@ | |
"allwinner,sun50i-a64"; | ||
|
||
aliases { | ||
ethernet0 = &emac; | ||
serial0 = &uart0; | ||
}; | ||
|
||
|
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,2 @@ | ||
ashldi3.c | ||
bswapsi.c |
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.