From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ozlabs.org (ozlabs.org [203.10.76.45]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mx.ozlabs.org", Issuer "CA Cert Signing Authority" (verified OK)) by bilbo.ozlabs.org (Postfix) with ESMTPS id BC4A9B7091 for ; Tue, 14 Jul 2009 17:00:47 +1000 (EST) Received: from bilbo.ozlabs.org (bilbo.ozlabs.org [203.10.76.25]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "bilbo.ozlabs.org", Issuer "CAcert Class 3 Root" (verified OK)) by ozlabs.org (Postfix) with ESMTPS id 79EE3DDDB6 for ; Tue, 14 Jul 2009 17:00:47 +1000 (EST) Message-Id: <20090714065350.659537380@samba.org> Date: Tue, 14 Jul 2009 16:53:50 +1000 From: Anton Blanchard To: benh@kernel.crashing.org Subject: [patch 0/3] PowerPC context switch optimisations Cc: linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Here are a few optimisations that improve context switch performance. --