Messages in this thread |  | | | From | Gleb Natapov <> | | Subject | [PATCH 0/2] make kvm guest mode to be rcu quiescent state | | Date | Wed, 4 May 2011 16:31:02 +0300 |
| |
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
|  |