Go to file
Sean Christopherson df84cef531 KVM: selftests: Stop conflating vCPU index and ID in perf tests
Track vCPUs by their 'struct kvm_vcpu' object, and stop assuming that a
vCPU's ID is the same as its index when referencing a vCPU's metadata.

Signed-off-by: Sean Christopherson <seanjc@google.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2022-06-11 11:47:20 -04:00
arch KVM: x86: Bug the VM on an out-of-bounds data read 2022-06-10 10:01:34 -04:00
block
certs
crypto
Documentation KVM: Fix references to non-existent KVM_CAP_TRIPLE_FAULT_EVENT 2022-06-11 10:14:28 -04:00
drivers
fs
include KVM: VMX: Enable Notify VM exit 2022-06-08 05:56:24 -04:00
init
ipc
kernel KVM/riscv fixes for 5.19, take #1 2022-06-09 09:45:00 -04:00
lib
LICENSES
mm
net
samples
scripts
security
sound
tools KVM: selftests: Stop conflating vCPU index and ID in perf tests 2022-06-11 11:47:20 -04:00
usr
virt Merge branch 'kvm-5.20-early' 2022-06-09 11:38:12 -04:00
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS MAINTAINERS: Limit KVM RISC-V entry to existing selftests 2022-06-09 09:18:22 +05:30
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.