Linux 5.1-rc7
Linus Torvalds authored
37624b58
Name Last commit Last update
Documentation mm: do not boost watermarks to avoid fragmentation for the DISCONTIG memory model
LICENSES LICENSES: Add GCC runtime library exception text
arch Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm
block bfq: update internal depth state when queue depth changes
certs kexec, KEYS: Make use of platform keyring for signature verify
crypto crypto: lrw - Fix atomic sleep when walking skcipher
drivers Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
fs Merge tag 'for-linus-20190428' of git://git.kernel.dk/linux-block
include Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
init init: initialize jump labels before command line option parsing
ipc Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
kernel Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
lib lib/test_vmalloc.c: do not create cpumask_t variable on stack
mm mm/page_alloc.c: fix never set ALLOC_NOFRAGMENT flag
net Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
samples Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
scripts locking/atomics: Don't assume that scripts are executable
security Merge branch 'for-5.1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
sound ALSA: hda/realtek - add two more pin configuration sets to quirk table
tools Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
usr user/Makefile: Fix typo and capitalization in comment section
virt KVM: fix spectrev1 gadgets
.clang-format clang-format: Update with the latest for_each macro list
.cocciconfig scripts: add Linux .cocciconfig for coccinelle
.get_maintainer.ignore Add hch to .get_maintainer.ignore
.gitattributes .gitattributes: set git diff driver for C source code files
.gitignore kbuild: Add support for DT binding schema checks
.mailmap Update Nicolas Pitre's email address
COPYING COPYING: use the new text with points to the license files
CREDITS Merge tag 'char-misc-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
Kbuild Merge tag 'kbuild-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
Kconfig kconfig: move the "Executable file formats" menu to fs/Kconfig.binfmt
MAINTAINERS Merge tag 'leds-for-5.1-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds
Makefile Linux 5.1-rc7
README Drop all 00-INDEX files from Documentation/
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.