All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] Please pull my kvm-ppc-next branch
@ 2015-09-05  7:45 ` Paul Mackerras
  0 siblings, 0 replies; 101+ messages in thread
From: Paul Mackerras @ 2015-09-05  7:45 UTC (permalink / raw)
  To: Paolo Bonzini, kvm; +Cc: Alexander Graf, kvm-ppc

Paolo,

Please pull the commits listed below into your tree.  I would like
them to go in for 4.3 as they are all small bug fixes not new
features, and they all can only affect HV-mode KVM on IBM server
machines (in fact one has no effect on code at all since it is a typo
fix for a comment).

Please let me know if you want me to re-post all the patches.

Thanks,
Paul.

The following changes since commit e3dbc572fe11a5231568e106fa3dcedd1d1bec0f:

  Merge tag 'signed-kvm-ppc-next' of git://github.com/agraf/linux-2.6 into kvm-queue (2015-08-22 14:57:59 -0700)

are available in the git repository at:

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

for you to fetch changes up to 4e33d1f0a145d48e8cf287954bbf791af8387cfb:

  KVM: PPC: Book3S: Fix typo in top comment about locking (2015-09-04 07:28:05 +1000)

----------------------------------------------------------------
Gautham R. Shenoy (2):
      KVM: PPC: Book3S HV: Fix race in starting secondary threads
      KVM: PPC: Book3S HV: Exit on H_DOORBELL if HOST_IPI is set

Greg Kurz (1):
      KVM: PPC: Book3S: Fix typo in top comment about locking

Thomas Huth (1):
      KVM: PPC: Book3S: Fix size of the PSPB register

 arch/powerpc/include/asm/kvm_host.h     |  2 +-
 arch/powerpc/kvm/book3s_hv.c            | 10 +++++++++-
 arch/powerpc/kvm/book3s_hv_rmhandlers.S |  9 +++++++++
 arch/powerpc/kvm/book3s_xics.c          |  2 +-
 4 files changed, 20 insertions(+), 3 deletions(-)

^ permalink raw reply	[flat|nested] 101+ messages in thread
* [GIT PULL] Please pull my kvm-ppc-next branch
@ 2017-02-19 23:25 Paul Mackerras
  0 siblings, 0 replies; 101+ messages in thread
From: Paul Mackerras @ 2017-02-19 23:25 UTC (permalink / raw)
  To: Paolo Bonzini, kvm

Paolo,

Please do a pull from my kvm-ppc-next branch to get some fixes which I
would like to have in 4.11.  There are four small commits there; two
are fixes for potential host crashes in the new HPT resizing code, and
the other two are changes to printks to make KVM on PPC a little less
noisy.

Thanks,
Paul.

The following changes since commit ee10689117c0186fd4fe7feca8d48c7316f65d70:

  Merge branch 'kvm-ppc-next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc into HEAD (2017-02-15 12:30:20 +0100)

are available in the git repository at:

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

for you to fetch changes up to bcd3bb63dbc87a3bbb21e95a09cd26bb6479c332:

  KVM: PPC: Book3S HV: Disable HPT resizing on POWER9 for now (2017-02-18 14:22:47 +1100)

----------------------------------------------------------------
David Gibson (1):
      KVM: PPC: Book3S HV: Prevent double-free on HPT resize commit path

Paul Mackerras (1):
      KVM: PPC: Book3S HV: Disable HPT resizing on POWER9 for now

Thomas Huth (1):
      KVM: PPC: Book3S HV: Turn "KVM guest htab" message into a debug message

Vipin K Parashar (1):
      KVM: PPC: Book3S PR: Ratelimit copy data failure error messages

 arch/powerpc/kvm/book3s_32_mmu.c    |  3 ++-
 arch/powerpc/kvm/book3s_64_mmu.c    |  3 ++-
 arch/powerpc/kvm/book3s_64_mmu_hv.c | 13 +++++++++++--
 arch/powerpc/kvm/powerpc.c          |  3 ++-
 4 files changed, 17 insertions(+), 5 deletions(-)

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

end of thread, other threads:[~2017-11-02 17:16 UTC | newest]

Thread overview: 101+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-05  7:45 [GIT PULL] Please pull my kvm-ppc-next branch Paul Mackerras
2015-09-05  7:45 ` Paul Mackerras
2015-09-07  8:29 ` Paolo Bonzini
2015-09-07  8:29   ` Paolo Bonzini
2015-10-26  4:17 ` Paul Mackerras
2015-10-26  4:17   ` Paul Mackerras
2015-11-02 12:53   ` Paolo Bonzini
2015-11-02 12:53     ` Paolo Bonzini
2016-01-15 10:35 ` Paul Mackerras
2016-01-15 10:35   ` Paul Mackerras
2016-01-15 16:49   ` Paolo Bonzini
2016-01-15 16:49     ` Paolo Bonzini
2016-03-03  2:38 ` Paul Mackerras
2016-03-03  2:38   ` Paul Mackerras
2016-03-03 13:46   ` Paolo Bonzini
2016-03-03 13:46     ` Paolo Bonzini
2016-05-13  5:23 ` Paul Mackerras
2016-05-13  5:23   ` Paul Mackerras
2016-05-13  7:44   ` Christian Borntraeger
2016-05-13  7:44     ` Christian Borntraeger
2016-05-13  8:24     ` Paul Mackerras
2016-05-13  8:24       ` Paul Mackerras
2016-07-11 15:46 ` Paul Mackerras
2016-07-11 15:46   ` Paul Mackerras
2016-07-11 16:11   ` Paolo Bonzini
2016-07-11 16:11     ` Paolo Bonzini
2016-09-13  4:58 ` Paul Mackerras
2016-09-13  4:58   ` Paul Mackerras
2016-09-13 13:10   ` Paolo Bonzini
2016-09-13 13:10     ` Paolo Bonzini
2016-09-28  4:46 ` Paul Mackerras
2016-09-28  4:46   ` Paul Mackerras
2016-09-29 14:46   ` Radim Krčmář
2016-09-29 14:46     ` Radim Krčmář
2016-09-29 20:00   ` Thomas Huth
2016-09-29 20:00     ` Thomas Huth
2016-11-28 22:53 ` Paul Mackerras
2016-11-28 22:53   ` Paul Mackerras
2016-11-30 17:25   ` Radim Krčmář
2016-11-30 17:25     ` Radim Krčmář
2016-12-06  9:35 ` Paul Mackerras
2016-12-06  9:35   ` Paul Mackerras
2016-12-06 13:50   ` Radim Krčmář
2016-12-06 13:50     ` Radim Krčmář
2017-02-01  9:24 ` Paul Mackerras
2017-02-01  9:24   ` Paul Mackerras
2017-02-07 17:17   ` Paolo Bonzini
2017-02-07 17:17     ` Paolo Bonzini
2017-04-19 11:01 ` Paul Mackerras
2017-04-19 11:01   ` Paul Mackerras
2017-04-19 12:32   ` Alexey Kardashevskiy
2017-04-19 12:32     ` Alexey Kardashevskiy
2017-04-20  1:28     ` Paul Mackerras
2017-04-20  1:28       ` Paul Mackerras
2017-04-21  7:52 ` Paul Mackerras
2017-04-21  7:52   ` Paul Mackerras
2017-04-21 10:28   ` Paolo Bonzini
2017-04-21 10:28     ` Paolo Bonzini
2017-04-29  0:25 ` [GIT PULL] Please pull my kvm-ppc-next branch again Paul Mackerras
2017-04-29  0:25   ` Paul Mackerras
2017-04-29 12:39   ` Paolo Bonzini
2017-04-29 12:39     ` Paolo Bonzini
2017-05-06 10:02     ` Paul Mackerras
2017-05-06 10:02       ` Paul Mackerras
2017-05-06 15:22       ` Paolo Bonzini
2017-05-06 15:22         ` Paolo Bonzini
2017-05-08  3:31         ` Paul Mackerras
2017-05-08  3:31           ` Paul Mackerras
2017-05-08  7:28           ` Paolo Bonzini
2017-05-08  7:28             ` Paolo Bonzini
2017-05-08 13:39             ` Paolo Bonzini
2017-05-08 13:39               ` Paolo Bonzini
2017-05-09  1:09               ` Paul Mackerras
2017-05-09  1:09                 ` Paul Mackerras
2017-05-09  2:03               ` Michael Ellerman
2017-05-09  2:03                 ` Michael Ellerman
2017-05-09  2:17                 ` Linus Torvalds
2017-05-09  2:17                   ` Linus Torvalds
2017-05-09  9:24                   ` Paolo Bonzini
2017-05-09  9:24                     ` Paolo Bonzini
2017-05-09 13:31                     ` Benjamin Herrenschmidt
2017-05-09 13:31                       ` Benjamin Herrenschmidt
2017-05-09 13:53                       ` Paolo Bonzini
2017-05-09 13:53                         ` Paolo Bonzini
2017-05-11  6:33                         ` Michael Ellerman
2017-05-11  6:33                           ` Michael Ellerman
2017-05-09 23:31                     ` Paul Mackerras
2017-05-09 23:31                       ` Paul Mackerras
2017-05-11  6:28                     ` Michael Ellerman
2017-05-11  6:28                       ` Michael Ellerman
2017-05-11  6:37                   ` Michael Ellerman
2017-05-11  6:37                     ` Michael Ellerman
2017-07-02  7:11 ` [GIT PULL] Please pull my kvm-ppc-next branch Paul Mackerras
2017-07-02  7:11   ` Paul Mackerras
2017-09-01  6:36 ` Paul Mackerras
2017-09-01  6:36   ` Paul Mackerras
2017-11-02  6:54 ` Paul Mackerras
2017-11-02  6:54   ` Paul Mackerras
2017-11-02 17:16   ` Paolo Bonzini
2017-11-02 17:16     ` Paolo Bonzini
  -- strict thread matches above, loose matches on Subject: below --
2017-02-19 23:25 Paul Mackerras

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.