xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00 of 11] Use a reader-writer lock for the p2m
@ 2012-05-10 14:59 Tim Deegan
  2012-05-10 14:59 ` [PATCH 01 of 11] x86/mm: make p2m lock into an rwlock Tim Deegan
                   ` (11 more replies)
  0 siblings, 12 replies; 15+ messages in thread
From: Tim Deegan @ 2012-05-10 14:59 UTC (permalink / raw)
  To: xen-devel; +Cc: Andres Lagar-Cavilla

This is a cleaned-up version of my patch of two weeks ago to make the 
p2m lock into an rwlock, with some updates from Andres folded in.
With these applied, p2m lookups are no longer serialized in the 
common case (where there are few updates).

I hope to check these in next week, before we branch for 4.2.

Signed-off-by: Tim Deegan <tim@xen.org>
Signed-off-by: Andres Lagar-Cavilla <andres@lagarcavilla.org>

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

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

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-10 14:59 [PATCH 00 of 11] Use a reader-writer lock for the p2m Tim Deegan
2012-05-10 14:59 ` [PATCH 01 of 11] x86/mm: make p2m lock into an rwlock Tim Deegan
2012-05-10 14:59 ` [PATCH 02 of 11] x86/mm: Introduce get_page_from_gfn() Tim Deegan
2012-05-10 14:59 ` [PATCH 03 of 11] arm: Implement get_page_from_gfn() Tim Deegan
2012-05-10 15:21   ` Ian Campbell
2012-05-10 14:59 ` [PATCH 04 of 11] x86/hvm: Use get_page_from_gfn() instead of get_gfn()/put_gfn Tim Deegan
2012-05-10 14:59 ` [PATCH 05 of 11] x86/mm: " Tim Deegan
2012-05-10 14:59 ` [PATCH 06 of 11] x86: " Tim Deegan
2012-05-10 14:59 ` [PATCH 07 of 11] common: " Tim Deegan
2012-05-10 14:59 ` [PATCH 08 of 11] grant-tables: " Tim Deegan
2012-05-10 14:59 ` [PATCH 09 of 11] x86/hvm: use unlocked p2m lookups in hvmemul_rep_movs() Tim Deegan
2012-05-10 14:59 ` [PATCH 10 of 11] x86/hvm/svm: used unlocked p2m lookups in trace and error paths Tim Deegan
2012-05-10 14:59 ` [PATCH 11 of 11] x86/p2m, arm/p2m: remove get_gfn_untyped() Tim Deegan
2012-05-10 15:24   ` Ian Campbell
2012-05-16 13:53 ` [PATCH 00 of 11] Use a reader-writer lock for the p2m Andres Lagar-Cavilla

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