Merge remote-tracking branch 'drm/drm-next' into drm-misc-next
Maarten Lankhorst authored

This picks up rc2 for us as well.
Signed-off-by: default avatarMaarten Lankhorst <maarten.lankhorst@linux.intel.com>
4672b1d6
Name Last commit Last update
Documentation Merge remote-tracking branch 'drm/drm-next' into drm-misc-next
LICENSES LICENSES: Rename other to deprecated
arch Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
block blk-mq: fix hang caused by freeze/unfreeze sequence
certs treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36
crypto treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 102
drivers Merge remote-tracking branch 'drm/drm-next' into drm-misc-next
fs Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
include Merge remote-tracking branch 'drm/drm-next' into drm-misc-next
init treewide: Add SPDX license identifier - Makefile/Kconfig
ipc treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 52
kernel Merge tag 'trace-v5.2-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
lib Merge tag 'for-linus-20190524' of git://git.kernel.dk/linux-block
mm treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 98
net Merge tag 'spdx-5.2-rc2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
samples treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36
scripts Merge tag 'devicetree-fixes-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux
security Merge tag 'spdx-5.2-rc2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
sound treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 119
tools Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
usr user/Makefile: Fix typo and capitalization in comment section
virt Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
.clang-format Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
.cocciconfig scripts: add Linux .cocciconfig for coccinelle
.get_maintainer.ignore Opt out of scripts/get_maintainer.pl
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile
README
Linux kernel
============

There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.  The formatted documentation can also be read online at:

    https://www.kernel.org/doc/html/latest/

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.