[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1337353008.573.49.camel@twins>
Date: Fri, 18 May 2012 16:56:48 +0200
From: Peter Zijlstra <a.p.zijlstra@...llo.nl>
To: mingo@...nel.org, hpa@...or.com, linux-kernel@...r.kernel.org,
torvalds@...ux-foundation.org, pjt@...gle.com, cl@...ux.com,
riel@...hat.com, bharata.rao@...il.com, akpm@...ux-foundation.org,
Lee.Schermerhorn@...com, aarcange@...hat.com, danms@...ibm.com,
suresh.b.siddha@...el.com, tglx@...utronix.de
Cc: linux-tip-commits@...r.kernel.org
Subject: Re: [tip:sched/numa] sched: Make find_busiest_queue a method
On Fri, 2012-05-18 at 03:36 -0700, tip-bot for Peter Zijlstra wrote:
> sched: Make find_busiest_queue a method
>
> Its a bit awkward but it was the least painful means of modifying the
> queue selection. Used in a later patch to conditionally use a random
> queue.
>
> ---
> include/linux/mm_types.h | 8 +
> include/linux/sched.h | 14 +
> init/Kconfig | 2 +-
> kernel/fork.c | 2 +
> kernel/sched/Makefile | 1 +
> kernel/sched/core.c | 22 ++-
> kernel/sched/debug.c | 3 +
> kernel/sched/fair.c | 257 +++++++++++++++--
> kernel/sched/features.h | 12 +
> kernel/sched/numa.c | 741 ++++++++++++++++++++++++++++++++++++++++++++++
> kernel/sched/sched.h | 34 +++
> mm/init-mm.c | 10 +
> 12 files changed, 1079 insertions(+), 27 deletions(-)
Something went wrong here.. this were 3 patches:
Subject: sched: Make find_busiest_queue a method
Subject: sched: Implement home-node awareness
Subject: sched, numa: Numa balancer
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists