Performance oriented customized Linux kernel based on the mainline kernel.
Find a file
Sean Christopherson 05c19c2fe1 KVM: x86: Open code shared_msr_update() in its only caller
Fold shared_msr_update() into its sole user to eliminate its pointless
bounds check, its godawful printk, its misleading comment (it's called
under a global lock), and its woefully inaccurate name.

Signed-off-by: Sean Christopherson <sean.j.christopherson@intel.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2019-11-23 11:29:38 +01:00
arch KVM: x86: Open code shared_msr_update() in its only caller 2019-11-23 11:29:38 +01:00
block
certs
crypto
Documentation Merge branch 'kvm-tsx-ctrl' into HEAD 2019-11-21 12:03:40 +01:00
drivers Merge branch 'kvm-tsx-ctrl' into HEAD 2019-11-21 12:03:40 +01:00
fs
include Merge branch 'kvm-tsx-ctrl' into HEAD 2019-11-21 12:03:40 +01:00
init
ipc
kernel Merge branch 'kvm-tsx-ctrl' into HEAD 2019-11-21 12:03:40 +01:00
lib
LICENSES
mm
net
samples
scripts
security
sound
tools Merge branch 'kvm-tsx-ctrl' into HEAD 2019-11-21 12:03:40 +01:00
usr
virt KVM: Fix jump label out_free_* in kvm_init() 2019-11-23 11:29:17 +01:00
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap ARM: SoC fixes 2019-11-10 13:41:59 -08:00
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS ARM: SoC fixes 2019-11-10 13:41:59 -08:00
Makefile Linux 5.4-rc7 2019-11-10 16:17:15 -08: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.