public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
From: Paul Mackerras <paulus@ozlabs.org>
To: Paolo Bonzini <pbonzini@redhat.com>, kvm@vger.kernel.org
Cc: "Radim Krčmář" <rkrcmar@redhat.com>, kvm-ppc@vger.kernel.org
Subject: [GIT PULL] Please pull my kvm-ppc-next-5.7-1 tag
Date: Tue, 31 Mar 2020 10:08:02 +1100	[thread overview]
Message-ID: <20200330230802.GB27514@blackberry> (raw)

Paolo,

Please do a pull from my kvm-ppc-next-5.7-1 tag to get a PPC KVM
update for 5.7.

Thanks,
Paul.

The following changes since commit 1c482452d5db0f52e4e8eed95bd7314eec537d78:

  Merge tag 'kvm-s390-next-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEAD (2020-03-16 18:19:34 +0100)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc tags/kvm-ppc-next-5.7-1

for you to fetch changes up to 9a5788c615f52f6d7bf0b61986a632d4ec86791d:

  KVM: PPC: Book3S HV: Add a capability for enabling secure guests (2020-03-26 11:09:04 +1100)

----------------------------------------------------------------
KVM PPC update for 5.7

* Add a capability for enabling secure guests under the Protected
  Execution Framework ultravisor

* Various bug fixes and cleanups.

----------------------------------------------------------------
Fabiano Rosas (1):
      KVM: PPC: Book3S HV: Skip kvmppc_uvmem_free if Ultravisor is not supported

Greg Kurz (3):
      KVM: PPC: Book3S PR: Fix kernel crash with PR KVM
      KVM: PPC: Book3S PR: Move kvmppc_mmu_init() into PR KVM
      KVM: PPC: Kill kvmppc_ops::mmu_destroy() and kvmppc_mmu_destroy()

Gustavo Romero (1):
      KVM: PPC: Book3S HV: Treat TM-related invalid form instructions on P9 like the valid ones

Joe Perches (1):
      KVM: PPC: Use fallthrough;

Laurent Dufour (2):
      KVM: PPC: Book3S HV: Check caller of H_SVM_* Hcalls
      KVM: PPC: Book3S HV: H_SVM_INIT_START must call UV_RETURN

Michael Ellerman (1):
      KVM: PPC: Book3S HV: Use RADIX_PTE_INDEX_SIZE in Radix MMU code

Michael Roth (1):
      KVM: PPC: Book3S HV: Fix H_CEDE return code for nested guests

Paul Mackerras (2):
      KVM: PPC: Book3S HV: Use __gfn_to_pfn_memslot in HPT page fault handler
      KVM: PPC: Book3S HV: Add a capability for enabling secure guests

 Documentation/virt/kvm/api.rst              |  17 ++++
 arch/powerpc/include/asm/kvm_asm.h          |   3 +
 arch/powerpc/include/asm/kvm_book3s_uvmem.h |   6 ++
 arch/powerpc/include/asm/kvm_host.h         |   1 +
 arch/powerpc/include/asm/kvm_ppc.h          |   4 +-
 arch/powerpc/kvm/book3s.c                   |   5 --
 arch/powerpc/kvm/book3s.h                   |   1 +
 arch/powerpc/kvm/book3s_32_mmu.c            |   2 +-
 arch/powerpc/kvm/book3s_32_mmu_host.c       |   2 +-
 arch/powerpc/kvm/book3s_64_mmu.c            |   2 +-
 arch/powerpc/kvm/book3s_64_mmu_host.c       |   2 +-
 arch/powerpc/kvm/book3s_64_mmu_hv.c         | 119 +++++++++++++---------------
 arch/powerpc/kvm/book3s_64_mmu_radix.c      |   2 +-
 arch/powerpc/kvm/book3s_hv.c                |  55 +++++++++----
 arch/powerpc/kvm/book3s_hv_tm.c             |  28 +++++--
 arch/powerpc/kvm/book3s_hv_tm_builtin.c     |  16 +++-
 arch/powerpc/kvm/book3s_hv_uvmem.c          |  19 ++++-
 arch/powerpc/kvm/book3s_pr.c                |   6 +-
 arch/powerpc/kvm/booke.c                    |  11 +--
 arch/powerpc/kvm/booke.h                    |   2 -
 arch/powerpc/kvm/e500.c                     |   1 -
 arch/powerpc/kvm/e500_mmu.c                 |   4 -
 arch/powerpc/kvm/e500mc.c                   |   1 -
 arch/powerpc/kvm/powerpc.c                  |  17 +++-
 include/uapi/linux/kvm.h                    |   1 +
 25 files changed, 205 insertions(+), 122 deletions(-)

             reply	other threads:[~2020-03-30 23:08 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-30 23:08 Paul Mackerras [this message]
2020-03-31 14:47 ` [GIT PULL] Please pull my kvm-ppc-next-5.7-1 tag Paolo Bonzini

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=20200330230802.GB27514@blackberry \
    --to=paulus@ozlabs.org \
    --cc=kvm-ppc@vger.kernel.org \
    --cc=kvm@vger.kernel.org \
    --cc=pbonzini@redhat.com \
    --cc=rkrcmar@redhat.com \
    /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