All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] x86/P2M: reduce time group type changes take
@ 2014-04-17 15:39 Jan Beulich
  2014-04-17 15:43 ` [PATCH 1/6] x86/EPT: don't walk entire page tables when globally changing types Jan Beulich
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: Jan Beulich @ 2014-04-17 15:39 UTC (permalink / raw)
  To: xen-devel
  Cc: Kevin Tian, Keir Fraser, suravee.suthikulpanit, Tim Deegan,
	Eddie Dong, Jun Nakajima, Boris Ostrovsky

1: EPT: don't walk entire page tables when globally changing types
2: EPT: don't walk entire page tables when changing types on a range
3: P2M: simplify write_p2m_entry()
4: NPT: don't walk entire page tables when changing types on a range
5: NPT: don't walk entire page tables when globally changing types
6: P2M: cleanup

Beyond this series it might also be worthwhile considering to make
HVMOP_set_mem_type use p2m_change_type_range(), avoiding
the need for explicit preemption there.

Signed-off-by: Jan Beulich <jbeulich@suse.com>

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

end of thread, other threads:[~2014-04-18 21:58 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-17 15:39 [PATCH 0/6] x86/P2M: reduce time group type changes take Jan Beulich
2014-04-17 15:43 ` [PATCH 1/6] x86/EPT: don't walk entire page tables when globally changing types Jan Beulich
2014-04-17 15:44 ` [PATCH 2/6] x86/EPT: don't walk entire page tables when changing types on a range Jan Beulich
2014-04-17 15:45 ` [PATCH 3/6] x86/P2M: simplify write_p2m_entry() Jan Beulich
2014-04-17 15:46 ` [PATCH 4/6] x86/NPT: don't walk entire page tables when changing types on a range Jan Beulich
2014-04-18 22:01   ` Boris Ostrovsky
2014-04-17 15:47 ` [PATCH 5/6] x86/NPT: don't walk entire page tables when globally changing types Jan Beulich
2014-04-17 15:47 ` [PATCH 6/6] x86/P2M: cleanup Jan Beulich

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.