kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] make kvm guest mode to be rcu quiescent state
@ 2011-04-28  9:52 Gleb Natapov
  2011-04-28  9:52 ` [PATCH 1/2] rcu: export rcu_note_context_switch() function Gleb Natapov
  2011-04-28  9:52 ` [PATCH 2/2] KVM: make guest mode entry to be rcu quiescent state Gleb Natapov
  0 siblings, 2 replies; 24+ messages in thread
From: Gleb Natapov @ 2011-04-28  9:52 UTC (permalink / raw)
  To: linux-kernel; +Cc: paulmck, avi, mtosatti, kvm

CPU may spend a lot of time in a guest mode while other CPUs wait for
rcu grace period to elapse. This patch series makes guest mode into
quiescent state to shorten wait time.

Gleb Natapov (2):
  rcu: export rcu_note_context_switch() function
  KVM: make guest mode entry to be rcu quiescent state

 include/linux/kvm_host.h |    1 +
 include/linux/rcutiny.h  |    6 +-----
 kernel/rcutiny.c         |    7 +++++++
 kernel/rcutree.c         |    1 +
 4 files changed, 10 insertions(+), 5 deletions(-)

-- 
1.7.2.3

^ permalink raw reply	[flat|nested] 24+ messages in thread
* [PATCH 0/2] make kvm guest mode to be rcu quiescent state
@ 2011-05-04 13:31 Gleb Natapov
  2011-05-04 13:31 ` [PATCH 2/2] KVM: make guest mode entry " Gleb Natapov
  0 siblings, 1 reply; 24+ messages in thread
From: Gleb Natapov @ 2011-05-04 13:31 UTC (permalink / raw)
  To: linux-kernel; +Cc: avi, mtosatti, kvm, paulmck

CPU may spend a lot of time in a guest mode while other CPUs wait for
rcu grace period to elapse. This patch series makes guest mode into
quiescent state to shorten wait time.

Gleb Natapov (2):
  rcu: provide rcu_virt_note_context_switch() function.
  KVM: make guest mode entry to be rcu quiescent state

 include/linux/kvm_host.h |    9 +++++++++
 include/linux/rcutiny.h  |    8 ++++++++
 include/linux/rcutree.h  |   10 ++++++++++
 kernel/rcutree.c         |    1 +
 4 files changed, 28 insertions(+), 0 deletions(-)

-- 
1.7.4.4

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

end of thread, other threads:[~2011-05-11  9:57 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-28  9:52 [PATCH 0/2] make kvm guest mode to be rcu quiescent state Gleb Natapov
2011-04-28  9:52 ` [PATCH 1/2] rcu: export rcu_note_context_switch() function Gleb Natapov
2011-04-28 10:01   ` Avi Kivity
2011-04-28 10:11     ` Gleb Natapov
2011-04-29  8:36   ` Paul E. McKenney
2011-04-29  8:39     ` Paul E. McKenney
2011-04-29 18:02       ` Gleb Natapov
2011-04-29 18:23         ` Gleb Natapov
2011-04-30 12:59         ` Paul E. McKenney
2011-04-30 19:43           ` Avi Kivity
2011-05-02 10:56           ` Gleb Natapov
2011-05-02 13:36             ` Paul E. McKenney
2011-05-02 14:10               ` Gleb Natapov
2011-05-03  6:25                 ` Paul E. McKenney
2011-05-04 13:10                   ` Gleb Natapov
2011-04-28  9:52 ` [PATCH 2/2] KVM: make guest mode entry to be rcu quiescent state Gleb Natapov
2011-05-03 13:13   ` Marcelo Tosatti
2011-05-03 13:20     ` Avi Kivity
2011-05-03 13:21     ` Gleb Natapov
2011-05-03 13:29       ` Marcelo Tosatti
2011-05-03 13:39         ` Gleb Natapov
2011-05-03 15:42           ` Marcelo Tosatti
  -- strict thread matches above, loose matches on Subject: below --
2011-05-04 13:31 [PATCH 0/2] make kvm guest mode " Gleb Natapov
2011-05-04 13:31 ` [PATCH 2/2] KVM: make guest mode entry " Gleb Natapov
2011-05-11  9:57   ` Avi Kivity

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).