[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1444816056-11886-1-git-send-email-byungchul.park@lge.com>
Date: Wed, 14 Oct 2015 18:47:34 +0900
From: <byungchul.park@....com>
To: mingo@...nel.org, peterz@...radead.org
CC: linux-kernel@...r.kernel.org, fweisbec@...il.com,
tglx@...utronix.de, Byungchul Park <byungchul.park@....com>
Subject: [PATCH v4 0/2] sched: consider missed ticks when updating cpu load
From: Byungchul Park <byungchul.park@....com>
change from v3 to v4
- focus the problem on full NOHZ
change from v2 to v3
- add a patch which make __update_cpu_load() handle active tickless
change from v1 to v2
- add some additional commit message (logic is same exactly)
i will try to fix other stuffs caused by full NOHZ later with another patch.
i decided to send this patch at first because "cpu load update" is a standalone
problem which is not coupled with other stuffs.
Byungchul Park (2):
sched: make __update_cpu_load() handle active tickless case
sched: consider missed ticks in full NOHZ
include/linux/sched.h | 4 ++--
kernel/sched/fair.c | 58 +++++++++++++++++++++++++++++++++++++++-------
kernel/time/tick-sched.c | 8 +++----
3 files changed, 56 insertions(+), 14 deletions(-)
--
1.7.9.5
--
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