LWN.net Logo

x86,pat: Reduce contention on the memtype_lock -V4

From:  holt@sgi.com
To:  Ingo Molnar <mingo@redhat.com>, "H. Peter Anvin" <hpa@zytor.com>, Thomas Gleixner <tglx@linutronix.de>
Subject:  [patch 0/2] x86,pat: Reduce contention on the memtype_lock -V4
Date:  Tue, 23 Mar 2010 19:36:08 -0500
Message-ID:  <20100324003608.811051277@gulag1.americas.sgi.com>
Cc:  Venkatesh Pallipadi <venkatesh.pallipadi@intel.com>, Venkatesh Pallipadi <venkatesh.pallipadi@gmail.com>, Suresh Siddha <suresh.b.siddha@intel.com>, Linux Kernel Mailing List <linux-kernel@vger.kernel.org>, x86@kernel.org, Rafael Wysocki <rjw@novell.com>
Archive-link:  Article, Thread


Tracking memtype on x86 uses a single global spin_lock for either reading
or changing the memory type.  This includes changes made to page flags
which is perfectly parallel.

Part one of the patchset makes the page-based tracking use cmpxchg
without a need for a lock.

Part two of the patchset converts the spin_lock into a read/write lock.


To: Ingo Molnar <mingo@redhat.com>
To: H. Peter Anvin <hpa@zytor.com>
To: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Robin Holt <holt@sgi.com>
Cc: Venkatesh Pallipadi <venkatesh.pallipadi@intel.com>
Cc: Venkatesh Pallipadi <venkatesh.pallipadi@gmail.com>
Cc: Suresh Siddha <suresh.b.siddha@intel.com>
Cc: Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Cc: x86@kernel.org
Cc: Rafael Wysocki <rjw@novell.com>

---

 arch/x86/include/asm/cacheflush.h |   44 +++++++++++++++++++++-----------------
 arch/x86/mm/pat.c                 |   30 +++++++++----------------
 2 files changed, 36 insertions(+), 38 deletions(-)

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Copyright © 2010, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds