linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Paolo Bonzini <pbonzini@redhat.com>
To: torvalds@linux-foundation.org
Cc: linux-kernel@vger.kernel.org, rkrcmar@redhat.com, kvm@vger.kernel.org
Subject: [GIT PULL] KVM fixes for Linux 4.17-rc6
Date: Thu, 17 May 2018 19:21:59 +0200	[thread overview]
Message-ID: <1526577719-39368-1-git-send-email-pbonzini@redhat.com> (raw)

Linus,

The following changes since commit 75bc37fefc4471e718ba8e651aa74673d4e0a9eb:

  Linux 4.17-rc4 (2018-05-06 16:57:38 -1000)

are available in the git repository at:

  git://git.kernel.org/pub/scm/virt/kvm/kvm.git tags/for-linus

for you to fetch changes up to 633711e82878dc29083fc5d2605166755e25b57a:

  kvm: rename KVM_HINTS_DEDICATED to KVM_HINTS_REALTIME (2018-05-17 19:12:13 +0200)

----------------------------------------------------------------
* ARM/ARM64 locking fixes
* x86 fixes: PCID, UMIP, locking
* Improved support for recent Windows version that have a 2048 Hz
APIC timer.
* Rename KVM_HINTS_DEDICATED CPUID bit to KVM_HINTS_REALTIME
* Better behaved selftests.

----------------------------------------------------------------
Andre Przywara (4):
      KVM: arm/arm64: Properly protect VGIC locks from IRQs
      KVM: arm/arm64: VGIC/ITS: Promote irq_lock() in update_affinity
      KVM: arm/arm64: VGIC/ITS: protect kvm_read_guest() calls with SRCU lock
      KVM: arm/arm64: VGIC/ITS save/restore: protect kvm_read_guest() calls

Junaid Shahid (1):
      kvm: x86: Suppress CR3_PCID_INVD bit only when PCIDs are enabled

Marian Rotariu (1):
      x86: Delay skip of emulated hypercall instruction

Michael S. Tsirkin (1):
      kvm: rename KVM_HINTS_DEDICATED to KVM_HINTS_REALTIME

Paolo Bonzini (2):
      KVM: hyperv: idr_find needs RCU protection
      KVM: selftests: exit with 0 status code when tests cannot be run

Sean Christopherson (1):
      KVM: vmx: update sec exec controls for UMIP iff emulating UMIP

Wanpeng Li (2):
      KVM: Extend MAX_IRQ_ROUTES to 4096 for all archs
      KVM: X86: Lower the default timer frequency limit to 200us

 Documentation/virtual/kvm/cpuid.txt               |  6 ++--
 arch/arm/include/asm/kvm_mmu.h                    | 16 +++++++++
 arch/arm64/include/asm/kvm_mmu.h                  | 16 +++++++++
 arch/x86/include/uapi/asm/kvm_para.h              |  2 +-
 arch/x86/kernel/kvm.c                             |  8 ++---
 arch/x86/kvm/hyperv.c                             |  6 ++--
 arch/x86/kvm/vmx.c                                | 28 ++++++++--------
 arch/x86/kvm/x86.c                                | 26 +++++++++------
 include/linux/kvm_host.h                          |  8 +----
 tools/testing/selftests/kvm/Makefile              |  2 +-
 tools/testing/selftests/kvm/include/test_util.h   |  1 +
 tools/testing/selftests/kvm/lib/kvm_util.c        | 16 ++++-----
 tools/testing/selftests/kvm/sync_regs_test.c      | 40 ++++++++++++++++++-----
 tools/testing/selftests/kvm/vmx_tsc_adjust_test.c |  4 +--
 virt/kvm/arm/vgic/vgic-debug.c                    |  5 +--
 virt/kvm/arm/vgic/vgic-its.c                      | 34 ++++++++++---------
 virt/kvm/arm/vgic/vgic-v3.c                       |  4 +--
 virt/kvm/arm/vgic/vgic.c                          | 22 ++++++++-----
 18 files changed, 157 insertions(+), 87 deletions(-)

                 reply	other threads:[~2018-05-17 17:22 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1526577719-39368-1-git-send-email-pbonzini@redhat.com \
    --to=pbonzini@redhat.com \
    --cc=kvm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=rkrcmar@redhat.com \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).