All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] halt polling changes
@ 2016-05-13 10:16 Christian Borntraeger
  2016-05-13 10:16 ` [PATCH 1/2] KVM: halt_polling: provide a way to qualify wakeups during poll Christian Borntraeger
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Christian Borntraeger @ 2016-05-13 10:16 UTC (permalink / raw)
  To: Paolo Bonzini, Radim Krčmář
  Cc: KVM, Cornelia Huck, linux-s390, Christian Borntraeger

Paolo, Radim,

here is the updated version of halt polling patches that improves s390.
Lots of uperf/iperf measurements showed several improvements without
things going over board. So I would like to go with this approach.
Patch 1 was several days in linux-next (I just added Radims ACk
from an earlier version), so it does not seem to break mips,arm,power and
x86.

Still ok for 4.7 or shall I defer this for 4.8?

Christian Borntraeger (2):
  KVM: halt_polling: provide a way to qualify wakeups during poll
  KVM: s390: set halt polling to 80 microseconds

 arch/arm/include/asm/kvm_host.h     |  2 ++
 arch/arm64/include/asm/kvm_host.h   |  2 ++
 arch/mips/include/asm/kvm_host.h    |  2 ++
 arch/mips/kvm/mips.c                |  1 +
 arch/powerpc/include/asm/kvm_host.h |  2 ++
 arch/powerpc/kvm/book3s.c           |  1 +
 arch/powerpc/kvm/booke.c            |  1 +
 arch/s390/include/asm/kvm_host.h    |  5 ++++-
 arch/s390/kvm/Kconfig               |  1 +
 arch/s390/kvm/interrupt.c           |  5 +++++
 arch/s390/kvm/kvm-s390.c            |  6 ++++++
 arch/x86/include/asm/kvm_host.h     |  2 ++
 arch/x86/kvm/x86.c                  |  1 +
 include/linux/kvm_host.h            | 15 +++++++++++++++
 include/trace/events/kvm.h          | 11 +++++++----
 virt/kvm/Kconfig                    |  3 +++
 virt/kvm/kvm_main.c                 |  8 ++++++--
 17 files changed, 61 insertions(+), 7 deletions(-)

-- 
2.5.5

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

end of thread, other threads:[~2016-05-13 16:47 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-13 10:16 [PATCH 0/2] halt polling changes Christian Borntraeger
2016-05-13 10:16 ` [PATCH 1/2] KVM: halt_polling: provide a way to qualify wakeups during poll Christian Borntraeger
2016-05-13 12:02   ` Paolo Bonzini
2016-05-13 12:26     ` Christian Borntraeger
2016-05-13 12:29       ` Paolo Bonzini
2016-05-13 16:47   ` David Matlack
2016-05-13 10:16 ` [PATCH 2/2] KVM: s390: set halt polling to 80 microseconds Christian Borntraeger
2016-05-13 12:03 ` [PATCH 0/2] halt polling changes Paolo Bonzini

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.