Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds authored
Pull more crypto fixes from Herbert Xu:
 "This fixes a couple of issues in arm64/chacha that was introduced in
  5.0"

* 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6:
  crypto: arm64/chacha - fix hchacha_block_neon() for big endian
  crypto: arm64/chacha - fix chacha_4block_xor_neon() for big endian
fa3294c5
Name Last commit Last update
Documentation Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
LICENSES Merge tag 'docs-4.20' of git://git.lwn.net/linux
arch Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
block Merge tag 'for-linus-20190215' of git://git.kernel.dk/linux-block
certs kbuild: remove redundant target cleaning on failure
crypto net: crypto set sk to NULL when af_alg_release.
drivers Merge tag 'iommu-fix-v5.0-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu
firmware kbuild: change filechk to surround the given command with { }
fs Merge branch 'akpm' (patches from Andrew)
include Revert "x86/fault: BUG() when uaccess helpers fault on kernel addresses"
init revert "initramfs: cleanup incomplete rootfs"
ipc ipc: IPCMNI limit check for semmni
kernel Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
lib kasan: turn off asan-stack for clang-8 and earlier
mm Merge branch 'akpm' (patches from Andrew)
net Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
samples samples: mei: use /dev/mei0 instead of /dev/mei
scripts kasan: turn off asan-stack for clang-8 and earlier
security Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
sound Merge tag 'sound-5.0' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound
tools selftests: fib_tests: sleep after changing carrier. again.
usr user/Makefile: Fix typo and capitalization in comment section
virt kvm: properly check debugfs dentry before using it
.clang-format clang-format: Update .clang-format 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 Merge tag 'mips_fixes_4.21_1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux
COPYING COPYING: use the new text with points to the license files
CREDITS CREDITS/MAINTAINERS: Retire parisc-linux.org email domain
Kbuild kbuild: use assignment instead of define ... endef for filechk_* rules
Kconfig kconfig: move the "Executable file formats" menu to fs/Kconfig.binfmt
MAINTAINERS Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Makefile Linux 5.0-rc8
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.