No description
Find a file
Lai Jiangshan 61b05a9fd4 KVM: X86: Don't unload MMU in kvm_vcpu_flush_tlb_guest()
kvm_mmu_unload() destroys all the PGD caches.  Use the lighter
kvm_mmu_sync_roots() and kvm_mmu_sync_prev_roots() instead.

Signed-off-by: Lai Jiangshan <laijs@linux.alibaba.com>
Message-Id: <20211019110154.4091-5-jiangshanlai@gmail.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2021-10-22 05:44:43 -04:00
arch KVM: X86: Don't unload MMU in kvm_vcpu_flush_tlb_guest() 2021-10-22 05:44:43 -04:00
block
certs
crypto
Documentation kvm: x86: mmu: Make NX huge page recovery period configurable 2021-10-22 05:19:28 -04:00
drivers Initial KVM RISC-V support 2021-10-05 04:19:24 -04:00
fs
include KVM: x86: Report host tsc and realtime values in KVM_GET_CLOCK 2021-10-18 14:43:44 -04:00
init
ipc
kernel
lib
LICENSES
mm
net
samples
scripts
security
sound
tools KVM: selftests: set CPUID before setting sregs in vcpu creation 2021-10-22 05:19:29 -04:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS RISC-V: KVM: Add MAINTAINERS entry 2021-10-04 16:14:10 +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.