All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] Please pull my kvm-ppc-next-4.16-1 tag
@ 2018-01-19  4:48 ` Paul Mackerras
  0 siblings, 0 replies; 24+ messages in thread
From: Paul Mackerras @ 2018-01-19  4:48 UTC (permalink / raw)
  To: Paolo Bonzini, kvm; +Cc: kvm-ppc

Hi Paolo,

Please do a pull from my kvm-ppc-next-4.16-1 tag to get a PPC KVM
update for 4.16.  The tag has a summary of the changes (see below).
Four of the commits come from the topic/ppc-kvm branch of Michael
Ellerman's powerpc tree and are also present in his next branch.

Thanks,
Paul.

The following changes since commit ae64f9bd1d3621b5e60d7363bc20afb46aede215:

  Linux 4.15-rc2 (2017-12-03 11:01:47 -0500)

are available in the git repository at:

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

for you to fetch changes up to 9b9b13a6d1537ddc4caccd6f1c41b78edbc08437:

  KVM: PPC: Book3S HV: Keep XIVE escalation interrupt masked unless ceded (2018-01-19 12:10:21 +1100)

----------------------------------------------------------------
PPC KVM update for 4.16

- Allow HPT guests to run on a radix host on POWER9 v2.2 CPUs
  without requiring the complex thread synchronization that earlier
  CPU versions required.

- A series from Ben Herrenschmidt to improve the handling of
  escalation interrupts with the XIVE interrupt controller.

- Provide for the decrementer register to be copied across on
  migration.

- Various minor cleanups and bugfixes.

----------------------------------------------------------------
Alexander Graf (1):
      KVM: PPC: Book3S HV: Remove vcpu->arch.dec usage

Benjamin Herrenschmidt (8):
      powerpc/xive: Move definition of ESB bits
      powerpc/xive: Add interrupt flag to disable automatic EOI
      KVM: PPC: Book3S HV: Add more info about XIVE queues in debugfs
      KVM: PPC: Book3S HV: Enable use of the new XIVE "single escalation" feature
      KVM: PPC: Book3S HV: Don't use existing "prodded" flag for XIVE escalations
      KVM: PPC: Book3S HV: Check DR not IR to chose real vs virt mode MMIOs
      KVM: PPC: Book3S HV: Make xive_pushed a byte, not a word
      KVM: PPC: Book3S HV: Keep XIVE escalation interrupt masked unless ceded

Markus Elfring (1):
      KVM: PPC: Use seq_puts() in kvmppc_exit_timing_show()

Michael Neuling (1):
      powerpc/pseries: Add H_GET_CPU_CHARACTERISTICS flags & wrapper

Paul Mackerras (11):
      KVM: PPC: Book3S HV: Avoid shifts by negative amounts
      KVM: PPC: Book3S HV: Fix typo in kvmppc_hv_get_dirty_log_radix()
      KVM: PPC: Book3S HV: Remove useless statement
      KVM: PPC: Book3S HV: Fix conditions for starting vcpu
      KVM: PPC: Book3S: Eliminate some unnecessary checks
      KVM: PPC: Book3S HV: Enable migration of decrementer register
      KVM: PPC: Book3S HV: Make sure we don't re-enter guest without XIVE loaded
      KVM: PPC: Book3S HV: Do SLB load/unload with guest LPCR value loaded
      KVM: PPC: Book3S HV: Allow HPT and radix on the same core for POWER9 v2.2
      KVM: PPC: Book3S HV: Improve handling of debug-trigger HMIs on POWER9
      Merge remote-tracking branch 'remotes/powerpc/topic/ppc-kvm' into kvm-ppc-next

 Documentation/virtual/kvm/api.txt         |   1 +
 arch/powerpc/include/asm/hmi.h            |   4 +
 arch/powerpc/include/asm/hvcall.h         |  17 +++
 arch/powerpc/include/asm/kvm_book3s_64.h  |  14 +-
 arch/powerpc/include/asm/kvm_host.h       |   6 +-
 arch/powerpc/include/asm/opal-api.h       |   1 +
 arch/powerpc/include/asm/plpar_wrappers.h |  14 ++
 arch/powerpc/include/asm/reg.h            |   5 +-
 arch/powerpc/include/asm/xive-regs.h      |  35 +++++
 arch/powerpc/include/asm/xive.h           |  41 +-----
 arch/powerpc/include/uapi/asm/kvm.h       |   2 +
 arch/powerpc/kernel/asm-offsets.c         |   4 +
 arch/powerpc/kernel/mce.c                 | 142 ++++++++++++++----
 arch/powerpc/kvm/book3s_64_mmu_radix.c    |   2 +-
 arch/powerpc/kvm/book3s_hv.c              |  54 ++++---
 arch/powerpc/kvm/book3s_hv_ras.c          |   8 +-
 arch/powerpc/kvm/book3s_hv_rmhandlers.S   | 237 +++++++++++++++++++-----------
 arch/powerpc/kvm/book3s_xive.c            | 109 +++++++++++---
 arch/powerpc/kvm/book3s_xive.h            |  15 +-
 arch/powerpc/kvm/powerpc.c                |  14 +-
 arch/powerpc/kvm/timing.c                 |   3 +-
 arch/powerpc/sysdev/xive/common.c         |   3 +-
 arch/powerpc/sysdev/xive/native.c         |  18 ++-
 23 files changed, 530 insertions(+), 219 deletions(-)

^ permalink raw reply	[flat|nested] 24+ messages in thread
* [GIT PULL] Please pull my kvm-ppc-next-4.16-2 tag
  2018-01-19  4:48 ` Paul Mackerras
@ 2018-02-09  9:41 ` Paul Mackerras
  -1 siblings, 0 replies; 24+ messages in thread
From: Paul Mackerras @ 2018-02-09  9:41 UTC (permalink / raw)
  To: Paolo Bonzini, Radim Krčmář, kvm; +Cc: kvm-ppc, David Gibson

Paolo or Radim,

Please do a pull from my kvm-ppc-next-4.16-2 tag to get some PPC KVM
fixes that I would like to have go into 4.16.  Most of them are quite
self-contained; there are two that are larger (and arguably don't
quite count as bug fixes), but I have checked them carefully and
convinced myself that they have a low risk of causing regressions, and
they do address issues that have been found in testing, so I put them
in.

With things like this I would normally put them in my kvm-ppc-fixes
branch and base it on current upstream.  However, as far as I can see
the kvm next branch hasn't been merged upstream yet.  Therefore I made
this series a continuation of my kvm-ppc-next branch.

When do you expect that kvm/next will get merged upstream?

Thanks,
Paul.

The following changes since commit 9b9b13a6d1537ddc4caccd6f1c41b78edbc08437:

  KVM: PPC: Book3S HV: Keep XIVE escalation interrupt masked unless ceded (2018-01-19 12:10:21 +1100)

are available in the git repository at:

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

for you to fetch changes up to 09f984961c137c4b252c368adab7e1c9f035fa59:

  KVM: PPC: Book3S: Add MMIO emulation for VMX instructions (2018-02-09 16:51:51 +1100)

----------------------------------------------------------------
Second PPC KVM update for 4.16

Seven fixes that are either trivial or that address bugs that people
are actually hitting.  The main ones are:

- Drop spinlocks before reading guest memory

- Fix a bug causing corruption of VCPU state in PR KVM with preemption
  enabled

- Make HPT resizing work on POWER9

- Add MMIO emulation for vector loads and stores, because guests now
  use these instructions in memcpy and similar routines.

----------------------------------------------------------------
Alexander Graf (2):
      KVM: PPC: Book3S PR: Fix svcpu copying with preemption enabled
      KVM: PPC: Book3S HV: Branch inside feature section

David Gibson (1):
      KVM: PPC: Book3S HV: Make HPT resizing work on POWER9

Jose Ricardo Ziviani (1):
      KVM: PPC: Book3S: Add MMIO emulation for VMX instructions

Paul Mackerras (2):
      KVM: PPC: Book3S HV: Drop locks before reading guest memory
      KVM: PPC: Book3S HV: Fix handling of secondary HPTEG in HPT resizing code

Ulf Magnusson (1):
      KVM: PPC: Book3S PR: Fix broken select due to misspelling

 arch/powerpc/include/asm/kvm_book3s.h   |   6 +-
 arch/powerpc/include/asm/kvm_host.h     |   2 +
 arch/powerpc/include/asm/kvm_ppc.h      |   4 +
 arch/powerpc/include/asm/ppc-opcode.h   |   6 ++
 arch/powerpc/kvm/Kconfig                |   2 +-
 arch/powerpc/kvm/book3s_64_mmu_hv.c     |  38 +++++---
 arch/powerpc/kvm/book3s_hv.c            |  16 +++-
 arch/powerpc/kvm/book3s_hv_rmhandlers.S |   3 +-
 arch/powerpc/kvm/book3s_interrupts.S    |   4 +-
 arch/powerpc/kvm/book3s_pr.c            |  20 ++---
 arch/powerpc/kvm/emulate_loadstore.c    |  36 ++++++++
 arch/powerpc/kvm/powerpc.c              | 153 +++++++++++++++++++++++++++++++-
 12 files changed, 251 insertions(+), 39 deletions(-)

^ permalink raw reply	[flat|nested] 24+ messages in thread

end of thread, other threads:[~2018-12-21 10:48 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-01-19  4:48 [GIT PULL] Please pull my kvm-ppc-next-4.16-1 tag Paul Mackerras
2018-01-19  4:48 ` Paul Mackerras
2018-02-01 15:17 ` Radim Krčmář
2018-02-01 15:17   ` Radim Krčmář
2018-03-29  5:38 ` [GIT PULL] Please pull my kvm-ppc-next-4.17-1 tag Paul Mackerras
2018-03-29 20:34 ` Radim Krčmář
2018-06-04  1:27 ` [GIT PULL] Please pull my kvm-ppc-next-4.18-1 tag Paul Mackerras
2018-06-13  5:51 ` [GIT PULL] Please pull my kvm-ppc-next-4.18-2 tag Paul Mackerras
2018-06-13 16:22 ` [GIT PULL] Please pull my kvm-ppc-next-4.18-1 tag Paolo Bonzini
2018-06-13 21:52 ` Paul Mackerras
2018-07-31  5:56 ` [GIT PULL] Please pull my kvm-ppc-next-4.19-1 tag Paul Mackerras
2018-08-02 11:56 ` Paolo Bonzini
2018-10-10  5:55 ` [GIT PULL] Please pull my kvm-ppc-next-4.20-1 tag Paul Mackerras
2018-10-10 16:38 ` Paolo Bonzini
2018-10-20 10:53 ` [GIT PULL] Please pull my kvm-ppc-next-4.20-2 tag Paul Mackerras
2018-10-21  9:47 ` Paolo Bonzini
2018-12-18  3:05 ` [GIT PULL] Please pull my kvm-ppc-next-4.21-1 tag Paul Mackerras
2018-12-20 13:58 ` Radim Krčmář
2018-12-21  4:24 ` [GIT PULL] Please pull my kvm-ppc-next-4.21-2 tag Paul Mackerras
2018-12-21 10:48 ` Paolo Bonzini
2018-02-09  9:41 [GIT PULL] Please pull my kvm-ppc-next-4.16-2 tag Paul Mackerras
2018-02-09  9:41 ` Paul Mackerras
2018-02-10 14:52 ` Radim Krčmář
2018-02-10 14:52   ` Radim Krčmář

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.