From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752957AbYKEX11 (ORCPT ); Wed, 5 Nov 2008 18:27:27 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754766AbYKEX1F (ORCPT ); Wed, 5 Nov 2008 18:27:05 -0500 Received: from nlpi025.sbcis.sbc.com ([207.115.36.54]:44612 "EHLO nlpi025.prodigy.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754700AbYKEX1E (ORCPT ); Wed, 5 Nov 2008 18:27:04 -0500 Message-Id: <20081105231634.133252042@quilx.com> User-Agent: quilt/0.46-1 Date: Wed, 05 Nov 2008 17:16:34 -0600 From: Christoph Lameter To: akpm@linux-foundation.org Cc: Pekka Enberg Cc: linux-kernel@vger.kernel.org Cc: linux-mm@kvack.org Cc: travis@sgi.com Cc: Stephen Rothwell Cc: Vegard Nossum Subject: [patch 0/7] cpu alloc stage 2 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The second stage of the cpu_alloc patchset can be pulled from git.kernel.org/pub/scm/linux/kernel/git/christoph/work.git cpu_alloc_stage2 Stage 2 includes the conversion of the page allocator and slub allocator to the use of the cpu allocator. It also includes the core of the atomic vs. interrupt cpu ops and uses those for the vm statistics. -- From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Lameter Subject: [patch 0/7] cpu alloc stage 2 Date: Wed, 05 Nov 2008 17:16:34 -0600 Message-ID: <20081105231634.133252042@quilx.com> Return-path: Sender: owner-linux-mm@kvack.org To: akpm@linux-foundation.org Cc: Pekka Enberg , linux-kernel@vger.kernel.org, linux-mm@kvack.org, travis@sgi.com, Stephen Rothwell , Vegard Nossum List-Id: linux-mm.kvack.org The second stage of the cpu_alloc patchset can be pulled from git.kernel.org/pub/scm/linux/kernel/git/christoph/work.git cpu_alloc_stage2 Stage 2 includes the conversion of the page allocator and slub allocator to the use of the cpu allocator. It also includes the core of the atomic vs. interrupt cpu ops and uses those for the vm statistics. -- -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org