Go to file
Sean Christopherson 9c14ee21fc KVM: SVM: Annotate svm_x86_ops as __initdata
Tag svm_x86_ops with __initdata now the the struct is copied by value to
a common x86 instance of kvm_x86_ops as part of kvm_init().

Signed-off-by: Sean Christopherson <sean.j.christopherson@intel.com>
Message-Id: <20200321202603.19355-10-sean.j.christopherson@intel.com>
Reviewed-by: Vitaly Kuznetsov <vkuznets@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2020-03-31 10:48:11 -04:00
arch KVM: SVM: Annotate svm_x86_ops as __initdata 2020-03-31 10:48:11 -04:00
block
certs
crypto
Documentation KVM PPC update for 5.7 2020-03-31 10:45:49 -04:00
drivers irqchip/gic-v4.1: Eagerly vmap vPEs 2020-03-24 12:15:51 +00:00
fs Two more bug fixes (including a regression) for 5.6 2020-03-01 16:35:08 -06:00
include KVM: Pass kvm_init()'s opaque param to additional arch funcs 2020-03-31 10:48:03 -04:00
init
ipc
kernel block-5.6-2020-02-28 2020-02-28 11:43:30 -08:00
lib
LICENSES
mm
net
samples
scripts
security
sound
tools KVM/arm updates for Linux 5.7 2020-03-31 10:44:53 -04:00
usr
virt KVM: Pass kvm_init()'s opaque param to additional arch funcs 2020-03-31 10:48:03 -04:00
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS KVM/arm updates for Linux 5.7 2020-03-31 10:44:53 -04:00
Makefile Linux 5.6-rc4 2020-03-01 16:38:46 -06:00
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.