Name Last commit Last update
Documentation Merge tag 'ovl-fixes-5.11-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs
LICENSES LICENSES: Add the CC-BY-4.0 license
arch Revert "x86/setup: don't remove E820_TYPE_RAM for pfn 0"
block Merge tag 'block-5.11-2021-01-29' of git://git.kernel.dk/linux-block
certs .gitignore: add SPDX License Identifier
crypto X.509: Fix crash caused by NULL pointer
drivers Merge tag 'acpi-5.11-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
fs mm: hugetlbfs: fix cannot migrate the fallocated HugeTLB page
include mm/vmalloc: separate put pages and flush VM flags
init init/gcov: allow CONFIG_CONSTRUCTORS on UML to fix module gcov
ipc Merge branch 'akpm' (patches from Andrew)
kernel init/gcov: allow CONFIG_CONSTRUCTORS on UML to fix module gcov
lib ubsan: disable unsigned-overflow check for i386
mm memblock: do not start bottom-up allocations with kernel_end
net Merge tag 'net-5.11-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
samples Merge tag 'arm-soc-drivers-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
scripts Merge tag 'kbuild-fixes-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
security cap: fix conversions on getxattr
sound ALSA: hda/via: Apply the workaround generically for Clevo machines
tools Merge tag 'net-5.11-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
usr Merge branch 'work.fdpic' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
virt Merge tag 'kvmarm-fixes-5.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD
.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 .gitattributes: use 'dts' diff driver for dts files
.gitignore .gitignore: docs: ignore sphinx_*/ directories
.mailmap mailmap: add entries for Manivannan Sadhasivam
COPYING COPYING: state that all contributions really are covered by this file
CREDITS MAINTAINERS: dccp: move Gerrit Renker to CREDITS
Kbuild kbuild: rename hostprogs-y/always to hostprogs/always-y
Kconfig kbuild: ensure full rebuild when the compiler is updated
MAINTAINERS Merge tag 'arm-soc-fixes-v5.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
Makefile Linux 5.11-rc6
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.