Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
|
|

sched: Rewrite sched_domain/sched_group creation

From:  Peter Zijlstra <a.p.zijlstra@chello.nl>
To:  Ingo Molnar <mingo@elte.hu>, linux-kernel@vger.kernel.org
Subject:  [PATCH 00/23] sched: Rewrite sched_domain/sched_group creation
Date:  Thu, 07 Apr 2011 14:09:41 +0200
Message-ID:  <20110407120941.400629539@chello.nl>
Cc:  Benjamin Herrenschmidt <benh@kernel.crashing.org>, Anton Blanchard <anton@au1.ibm.com>, Srivatsa Vaddagiri <vatsa@linux.vnet.ibm.com>, Suresh Siddha <suresh.b.siddha@intel.com>, Venkatesh Pallipadi <venki@google.com>, Paul Turner <pjt@google.com>, Mike Galbraith <efault@gmx.de>, Thomas Gleixner <tglx@linutronix.de>, Heiko Carstens <heiko.carstens@de.ibm.com>, Andreas Herrmann <andreas.herrmann3@amd.com>
Archive‑link:  Article

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(-)



--
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/


Copyright © 2011, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds