[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <51D50024.10902@linux.vnet.ibm.com>
Date: Thu, 04 Jul 2013 12:55:00 +0800
From: Michael Wang <wangyun@...ux.vnet.ibm.com>
To: LKML <linux-kernel@...r.kernel.org>,
Ingo Molnar <mingo@...nel.org>,
Peter Zijlstra <peterz@...radead.org>
CC: Mike Galbraith <efault@....de>, Alex Shi <alex.shi@...el.com>,
Namhyung Kim <namhyung@...nel.org>,
Paul Turner <pjt@...gle.com>,
Andrew Morton <akpm@...ux-foundation.org>,
"Nikunj A. Dadhania" <nikunj@...ux.vnet.ibm.com>,
Ram Pai <linuxram@...ibm.com>
Subject: [PATCH v3 0/2] sched: smart wake-affine
Since v2:
Add patch [PATCH 2/2] sched: reduce the overhead of obtain factor
for optimization. (Thanks to PeterZ)
This patch-set will implement a smart wake-affine, in order to regain the
lost performance of the workload like pgbench, meanwhile reserve the gained
benefit of the workload like hackbench.
Michael Wang (1):
[PATCH v3 1/2] sched: smart wake-affine foundation
Peter Zijlstra (1):
[PATCH v3 2/2] sched: reduce the overhead of obtain factor
---
b/include/linux/sched.h | 3 +++
b/kernel/sched/core.c | 7 ++++++-
b/kernel/sched/fair.c | 47 +++++++++++++++++++++++++++++++++++++++++++++++
b/kernel/sched/sched.h | 1 +
kernel/sched/fair.c | 2 +-
5 files changed, 58 insertions(+), 2 deletions(-)
--
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