forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge tag 'v4.18-rc5' into x86/mm, to pick up fixes
Signed-off-by: Ingo Molnar <[email protected]>
- Loading branch information
Showing
415 changed files
with
3,904 additions
and
2,059 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -581,7 +581,7 @@ W: https://www.infradead.org/~dhowells/kafs/ | |
|
||
AGPGART DRIVER | ||
M: David Airlie <[email protected]> | ||
T: git git://people.freedesktop.org/~airlied/linux (part of drm maint) | ||
T: git git://anongit.freedesktop.org/drm/drm | ||
S: Maintained | ||
F: drivers/char/agp/ | ||
F: include/linux/agp* | ||
|
@@ -4460,6 +4460,7 @@ F: Documentation/blockdev/drbd/ | |
|
||
DRIVER CORE, KOBJECTS, DEBUGFS AND SYSFS | ||
M: Greg Kroah-Hartman <[email protected]> | ||
R: "Rafael J. Wysocki" <[email protected]> | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git | ||
S: Supported | ||
F: Documentation/kobject.txt | ||
|
@@ -4630,7 +4631,7 @@ F: include/uapi/drm/vmwgfx_drm.h | |
DRM DRIVERS | ||
M: David Airlie <[email protected]> | ||
L: [email protected] | ||
T: git git://people.freedesktop.org/~airlied/linux | ||
T: git git://anongit.freedesktop.org/drm/drm | ||
B: https://bugs.freedesktop.org/ | ||
C: irc://chat.freenode.net/dri-devel | ||
S: Maintained | ||
|
@@ -10213,11 +10214,13 @@ F: sound/soc/codecs/sgtl5000* | |
|
||
NXP TDA998X DRM DRIVER | ||
M: Russell King <[email protected]> | ||
S: Supported | ||
S: Maintained | ||
T: git git://git.armlinux.org.uk/~rmk/linux-arm.git drm-tda998x-devel | ||
T: git git://git.armlinux.org.uk/~rmk/linux-arm.git drm-tda998x-fixes | ||
F: drivers/gpu/drm/i2c/tda998x_drv.c | ||
F: include/drm/i2c/tda998x.h | ||
F: include/dt-bindings/display/tda998x.h | ||
K: "nxp,tda998x" | ||
|
||
NXP TFA9879 DRIVER | ||
M: Peter Rosin <[email protected]> | ||
|
@@ -11835,7 +11838,7 @@ S: Supported | |
F: arch/hexagon/ | ||
|
||
QUALCOMM HIDMA DRIVER | ||
M: Sinan Kaya <okaya@codeaurora.org> | ||
M: Sinan Kaya <okaya@kernel.org> | ||
L: [email protected] | ||
L: [email protected] | ||
L: [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
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 |
---|---|---|
@@ -1 +1,4 @@ | ||
obj-$(CONFIG_TRUSTED_FOUNDATIONS) += trusted_foundations.o | ||
|
||
# tf_generic_smc() fails to build with -fsanitize-coverage=trace-pc | ||
KCOV_INSTRUMENT := n |
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.