Name Last commit Last update
Documentation KVM: X86: Reset vcpu->arch.cpuid_nent to 0 if SET_CPUID* fails
LICENSES LICENSES: Rename other to deprecated
arch KVM: x86: Rename cpuid_update() callback to vcpu_after_set_cpuid()
block Merge tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
certs .gitignore: add SPDX License Identifier
crypto Merge branch 'rwonce/rework' of git://git.kernel.org/pub/scm/linux/kernel/git/will/linux
drivers KVM: arm64: vgic-v4: Plug race between non-residency and v4.1 doorbell
fs Merge tag 'for-5.8-part2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
include kvm: x86: Add "last CPU" to some KVM_EXIT information
init Merge tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
ipc mmap locking API: use coccinelle to convert mmap_sem rwsem call sites
kernel x86/kvm: Add "nopvspin" parameter to disable PV spinlocks
lib Merge tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
mm Merge tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
net Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
samples binderfs: add gitignore for generated sample program
scripts Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
security Merge tag 'LSM-add-setgid-hook-5.8-author-fix' of git://github.com/micah-morton/linux
sound Merge tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
tools Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
usr bpfilter: match bit size of bpfilter_umh to that of the kernel
virt KVM: async_pf: change kvm_setup_async_pf()/kvm_arch_setup_async_pf() return type to bool
.clang-format block: add bio_for_each_bvec_all()
.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 modpost: generate vmlinux.symvers and reuse it for the second modpost
.mailmap Merge tag 'docs-5.8' of git://git.lwn.net/linux
COPYING COPYING: state that all contributions really are covered by this file
CREDITS mailmap: change email for Ricardo Ribalda
Kbuild kbuild: rename hostprogs-y/always to hostprogs/always-y
Kconfig kbuild: ensure full rebuild when the compiler is updated
MAINTAINERS Merge branch 'i2c/for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux
Makefile Linux 5.8-rc1
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.