Linux kernel source tree
Go to file
Wanpeng Li 404d5d7bff KVM: X86: Introduce more exit_fastpath_completion enum values
Adds a fastpath_t typedef since enum lines are a bit long, and replace
EXIT_FASTPATH_SKIP_EMUL_INS with two new exit_fastpath_completion enum values.

- EXIT_FASTPATH_EXIT_HANDLED  kvm will still go through it's full run loop,
                              but it would skip invoking the exit handler.

- EXIT_FASTPATH_REENTER_GUEST complete fastpath, guest can be re-entered
                              without invoking the exit handler or going
                              back to vcpu_run

Tested-by: Haiwei Li <lihaiwei@tencent.com>
Cc: Haiwei Li <lihaiwei@tencent.com>
Signed-off-by: Wanpeng Li <wanpengli@tencent.com>
Message-Id: <1588055009-12677-4-git-send-email-wanpengli@tencent.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2020-05-15 12:26:19 -04:00
Documentation KVM: Documentation: Fix up cpuid page 2020-05-15 12:26:15 -04:00
LICENSES
arch KVM: X86: Introduce more exit_fastpath_completion enum values 2020-05-15 12:26:19 -04:00
block
certs
crypto
drivers
fs
include kvm: Replace vcpu->swait with rcuwait 2020-05-13 12:14:56 -04:00
init
ipc
kernel rcuwait: Let rcuwait_wake_up() return whether or not a task was awoken 2020-05-13 12:14:52 -04:00
lib
mm
net
samples
scripts
security
sound
tools Merge branch 'kvm-amd-fixes' into HEAD 2020-05-13 12:14:05 -04:00
usr
virt KVM: No need to retry for hva_to_pfn_remapped() 2020-05-15 12:26:14 -04:00
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile
README

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.