From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752000Ab1DGMkr (ORCPT ); Thu, 7 Apr 2011 08:40:47 -0400 Received: from casper.infradead.org ([85.118.1.10]:48131 "EHLO casper.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751087Ab1DGMkp (ORCPT ); Thu, 7 Apr 2011 08:40:45 -0400 Message-Id: <20110407120941.400629539@chello.nl> User-Agent: quilt/0.48-1 Date: Thu, 07 Apr 2011 14:09:41 +0200 From: Peter Zijlstra To: Ingo Molnar , linux-kernel@vger.kernel.org Cc: Benjamin Herrenschmidt , Anton Blanchard , Srivatsa Vaddagiri , Suresh Siddha , Venkatesh Pallipadi , Paul Turner , Mike Galbraith , Thomas Gleixner , Heiko Carstens , Andreas Herrmann Subject: [PATCH 00/23] sched: Rewrite sched_domain/sched_group creation Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This series rewrite the sched_domain and sched_group creation code. While its still not completely finished it does get us a lot of cleanups and code reduction and seems fairly stable at this point and should thus be a fairly good base to continue from. Also available through: git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-sched.git sched_domain --- include/linux/sched.h | 26 +- kernel/cpuset.c | 2 +- kernel/sched.c | 963 +++++++++++++++---------------------------------- kernel/sched_fair.c | 32 ++- 4 files changed, 326 insertions(+), 697 deletions(-)