From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752669Ab0H1P2H (ORCPT ); Sat, 28 Aug 2010 11:28:07 -0400 Received: from casper.infradead.org ([85.118.1.10]:55113 "EHLO casper.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752578Ab0H1P2F convert rfc822-to-8bit (ORCPT ); Sat, 28 Aug 2010 11:28:05 -0400 Subject: Re: [PATCH 00/20] mm: Preemptibility -v4 From: Peter Zijlstra To: Pekka Enberg Cc: Andrea Arcangeli , Avi Kivity , Thomas Gleixner , Rik van Riel , Ingo Molnar , akpm@linux-foundation.org, Linus Torvalds , linux-kernel@vger.kernel.org, linux-arch@vger.kernel.org, Benjamin Herrenschmidt , David Miller , Hugh Dickins , Mel Gorman , Nick Piggin , Paul McKenney , Yanmin Zhang , Stephen Rothwell In-Reply-To: References: <20100828141637.421594670@chello.nl> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8BIT Date: Sat, 28 Aug 2010 17:27:02 +0200 Message-ID: <1283009222.1975.3622.camel@laptop> Mime-Version: 1.0 X-Mailer: Evolution 2.28.3 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, 2010-08-28 at 18:19 +0300, Pekka Enberg wrote: > Hi Peter, > > On Sat, Aug 28, 2010 at 5:16 PM, Peter Zijlstra wrote: > > Yanmin ran the last posting through the comprehensive Intel test farm > > and didn't find any regressions. > > Is there data somewhere that shows where this helps and how much? Yanmin didn't publish any data, but the main point of the series is to not take hundreds of nested spinlocks. Not regressing is a fine state. In theory the preemptible mmu could end up doing less TLB invalidates for large unmaps and thus gain some performance there.