[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20061205211723.GA7169@elte.hu>
Date: Tue, 5 Dec 2006 22:17:23 +0100
From: Ingo Molnar <mingo@...e.hu>
To: Andrew Morton <akpm@...l.org>
Cc: linux-kernel@...r.kernel.org
Subject: Re: -mm merge plans for 2.6.20, scheduler bits
* Andrew Morton <akpm@...l.org> wrote:
> schedc-correct-comment-for-this_rq_lock-routine.patch
> sched-fix-migration-cost-estimator.patch
> sched-domain-move-sched-group-allocations-to-percpu-area.patch
(already acked)
> move_task_off_dead_cpu-should-be-called-with-disabled-ints.patch
Acked-by: Ingo Molnar <mingo@...e.hu>
> sched-domain-increase-the-smt-busy-rebalance-interval.patch
Acked-by: Ingo Molnar <mingo@...e.hu>
> sched-avoid-taking-rq-lock-in-wake_priority_sleeper.patch
Acked-by: Ingo Molnar <mingo@...e.hu>
> sched-remove-staggering-of-load-balancing.patch
Acked-by: Ingo Molnar <mingo@...e.hu>
> sched-disable-interrupts-for-locking-in-load_balance.patch
Acked-by: Ingo Molnar <mingo@...e.hu>
> sched-extract-load-calculation-from-rebalance_tick.patch
Acked-by: Ingo Molnar <mingo@...e.hu>
> sched-move-idle-status-calculation-into-rebalance_tick.patch
Acked-by: Ingo Molnar <mingo@...e.hu>
> sched-use-softirq-for-load-balancing.patch
Acked-by: Ingo Molnar <mingo@...e.hu>
> sched-call-tasklet-less-frequently.patch
patch is misnamed, otherwise:
Acked-by: Ingo Molnar <mingo@...e.hu>
> sched-add-option-to-serialize-load-balancing.patch
> sched-add-option-to-serialize-load-balancing-fix.patch
(please merge these two patches into one, the first one is not
bisectable.)
Acked-by: Ingo Molnar <mingo@...e.hu>
> sched-improve-migration-accuracy.patch
> sched-improve-migration-accuracy-tidy.patch
> sched-improve-migration-accuracy-fix.patch
please merge into one patch.
Acked-by: Ingo Molnar <mingo@...e.hu>
> sched-decrease-number-of-load-balances.patch
this one goes away as per Ken's observation.
> sched-optimize-activate_task-for-rt-task.patch
Acked-by: Ingo Molnar <mingo@...e.hu>
> kernel-schedc-whitespace-cleanups.patch
Acked-by: Ingo Molnar <mingo@...e.hu>
i dont like these:
- cost1 += measure_one(cache, size - i*1024, cpu1, cpu2);
+ cost1 += measure_one(cache, size - i * 1024, cpu1, cpu2);
as it's quite OK to have no spaces in "i*1024", just to indicate
precedence of arithmetic ops. But the good bits dominate in this patch
so lets have it and i'll undo the bad ones.
> kernel-schedc-whitespace-cleanups-more.patch
Acked-by: Ingo Molnar <mingo@...e.hu>
Ingo
-
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