Linux 5.13-rc6
Linus Torvalds authored
009c9aa5
Name Last commit Last update
Documentation Merge tag 'usb-5.13-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
LICENSES LICENSES: Add the CC-BY-4.0 license
arch Merge tag 'riscv-for-linus-5.13-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux
block Merge tag 'block-5.13-2021-05-22' of git://git.kernel.dk/linux-block
certs Merge tag 'kbuild-v5.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
crypto async_xor: check src_offs is not NULL before updating it
drivers Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
fs Merge tag 'nfs-for-5.13-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
include mm: relocate 'write_protect_seq' in struct mm_struct
init pid: take a reference when initializing `cad_pid`
ipc ipc/mqueue, msg, sem: avoid relying on a stack reference past its expiry
kernel Merge tag 'sched-urgent-2021-06-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
lib lib: crc64: fix kernel-doc warning
mm mm, hugetlb: fix simple resv_huge_pages underflow on UFFDIO_COPY
net Merge tag 'net-5.13-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
samples Merge tag 'vfio-v5.13-rc5' of git://github.com/awilliam/linux-vfio
scripts kbuild: Quote OBJCOPY var to avoid a pahole call break the build
security trusted-keys: match tpm_get_ops on all return paths
sound Merge tag 'sound-5.13-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound
tools Merge tag 'perf-tools-fixes-for-v5.13-2021-06-13' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux
usr .gitignore: prefix local generated files with a slash
virt KVM: VMX: update vcpu posted-interrupt descriptor when assigning device
.clang-format clang-format: Update with the latest for_each macro list
.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.