No description
Find a file
Paolo Bonzini feb84f6daa KVM: selftests: document the default implementation of vm_vaddr_populate_bitmap
Explain the meaning of the bit manipulations of vm_vaddr_populate_bitmap.
These correspond to the "canonical addresses" of x86 and other
architectures, but that is not obvious.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2022-12-27 06:00:49 -05:00
arch KVM: x86/mmu: Don't install TDP MMU SPTE if SP has unexpected level 2022-12-23 12:33:53 -05:00
block
certs
crypto
Documentation KVM: x86: Add proper ReST tables for userspace MSR exits/flags 2022-12-14 13:28:31 -05:00
drivers
fs Merge branch kvm-arm64/mte-map-shared into kvmarm-master/next 2022-12-05 14:38:24 +00:00
include Merge remote-tracking branch 'kvm/queue' into HEAD 2022-12-12 15:54:07 -05:00
init
io_uring
ipc
kernel
lib
LICENSES
mm KVM/arm64 updates for 6.2 2022-12-09 09:12:12 +01:00
net
rust
samples
scripts
security
sound
tools KVM: selftests: document the default implementation of vm_vaddr_populate_bitmap 2022-12-27 06:00:49 -05:00
usr
virt Merge remote-tracking branch 'kvm/queue' into HEAD 2022-12-12 15:54:07 -05:00
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
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.