No description
Find a file
Sean Christopherson 5f73db112e KVM: x86: Move guts of kvm_arch_vcpu_setup() into kvm_arch_vcpu_create()
Fold setup() into create() now that the two are called back-to-back by
common KVM code.  This paves the way for removing kvm_arch_vcpu_setup().

Signed-off-by: Sean Christopherson <sean.j.christopherson@intel.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2020-01-27 19:59:25 +01:00
arch KVM: x86: Move guts of kvm_arch_vcpu_setup() into kvm_arch_vcpu_create() 2020-01-27 19:59:25 +01:00
block
certs
crypto
Documentation
drivers
fs
include KVM: Unexport kvm_vcpu_cache and kvm_vcpu_{un}init() 2020-01-27 19:59:24 +01:00
init
ipc
kernel
lib
LICENSES
mm
net
samples
scripts
security
sound
tools tools/kvm_stat: Fix kvm_exit filter name 2020-01-23 09:51:06 +01:00
usr
virt KVM: Move initialization of preempt notifier to kvm_vcpu_init() 2020-01-27 19:59:25 +01:00
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
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.