No description
Find a file
Paolo Bonzini 3f5ad8be37 KVM: hyperv: fix locking of struct kvm_hv fields
Introduce a new mutex to avoid an AB-BA deadlock between kvm->lock and
vcpu->mutex.  Protect accesses in kvm_hv_setup_tsc_page too, as suggested
by Roman.

Reported-by: Dmitry Vyukov <dvyukov@google.com>
Reviewed-by: Roman Kagan <rkagan@virtuozzo.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2016-12-16 17:53:38 +01:00
arch KVM: hyperv: fix locking of struct kvm_hv fields 2016-12-16 17:53:38 +01:00
block
certs
crypto
Documentation KVM: hyperv: fix locking of struct kvm_hv fields 2016-12-16 17:53:38 +01:00
drivers Revert "nvme: add support for the Write Zeroes command" 2016-12-13 19:53:37 -08:00
firmware
fs
include arm64 updates for 4.10: 2016-12-13 16:39:21 -08:00
init
ipc
kernel
lib
mm
net
samples
scripts
security
sound
tools arm64 updates for 4.10: 2016-12-13 16:39:21 -08:00
usr
virt
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile
README

Linux kernel
============

This file was moved to Documentation/admin-guide/README.rst

Please notice that there are several guides for kernel developers and users.
These guides can be rendered in a number of formats, like HTML and PDF.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.
See Documentation/00-INDEX for a list of what is contained in each file.

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.