Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756192AbZAGPaE (ORCPT ); Wed, 7 Jan 2009 10:30:04 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753410AbZAGP3u (ORCPT ); Wed, 7 Jan 2009 10:29:50 -0500 Received: from hrndva-omtalb.mail.rr.com ([71.74.56.124]:42137 "EHLO hrndva-omtalb.mail.rr.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753186AbZAGP3t (ORCPT ); Wed, 7 Jan 2009 10:29:49 -0500 Date: Wed, 7 Jan 2009 10:29:46 -0500 (EST) From: Steven Rostedt X-X-Sender: rostedt@gandalf.stny.rr.com To: Peter Zijlstra cc: Linus Torvalds , paulmck@linux.vnet.ibm.com, Gregory Haskins , Ingo Molnar , Matthew Wilcox , Andi Kleen , Chris Mason , Andrew Morton , linux-kernel@vger.kernel.org, linux-fsdevel , linux-btrfs , Thomas Gleixner , Nick Piggin , Peter Morreale , Sven Dietrich Subject: Re: [PATCH -v4][RFC]: mutex: implement adaptive spinning In-Reply-To: Message-ID: References: <87r63ljzox.fsf@basil.nowhere.org> <20090103191706.GA2002@parisc-linux.org> <1231093310.27690.5.camel@twins> <20090104184103.GE2002@parisc-linux.org> <1231242031.11687.97.camel@twins> <20090106121052.GA27232@elte.hu> <4963584A.4090805@novell.com> <20090106131643.GA15228@elte.hu> <1231248041.11687.107.camel@twins> <49636799.1010109@novell.com> <20090106214229.GD6741@linux.vnet.ibm.com> <1231278275.11687.111.camel@twins> <1231279660.11687.121.camel@twins> <1231281801.11687.125.camel@twins> <1231283778.11687.136.camel@twins> <1231329783.11687.287.camel@twins> User-Agent: Alpine 1.10 (DEB 962 2008-03-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1251 Lines: 35 On Wed, 7 Jan 2009, Steven Rostedt wrote: > On Wed, 7 Jan 2009, Peter Zijlstra wrote: > > --- a/kernel/mutex.c > > +++ b/kernel/mutex.c > > @@ -10,6 +10,10 @@ > > * Many thanks to Arjan van de Ven, Thomas Gleixner, Steven Rostedt and > > * David Howells for suggestions and improvements. > > * > > + * - Adaptive spinning for mutexes by Peter Zijlstra. (Ported to mainline > > + * from the -rt tree, where it was originally implemented for rtmutexes > > + * by Steven Rostedt, based on work by Gregory Haskins.) > > I feel guilty with my name being the only one there for the rtmutexes. > Thomas Gleixner, Ingo Molnar and Esben Nielsen also played large roles in > that code. > > And Peter Morreale and Sven Dietrich might also be mentioned next to > Gregory's name. > If you are not talking about rtmutexes in general, and are just referencing the spinning part, then just group us all together: Gregory Haskins, Steven Rostedt, Peter Morreale and Sven Dietrich. Thanks, -- Steve -- 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/