From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tim Deegan Subject: [PATCH 00 of 11] Use a reader-writer lock for the p2m Date: Thu, 10 May 2012 15:59:44 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: xen-devel@lists.xen.org Cc: Andres Lagar-Cavilla List-Id: xen-devel@lists.xenproject.org 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 Signed-off-by: Andres Lagar-Cavilla