public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/2] sched: consider missed ticks when updating cpu load
@ 2015-10-14  9:47 byungchul.park
  2015-10-14  9:47 ` [PATCH v4 1/2] sched: make __update_cpu_load() handle active tickless case byungchul.park
  2015-10-14  9:47 ` [PATCH v4 2/2] sched: consider missed ticks in full NOHZ byungchul.park
  0 siblings, 2 replies; 14+ messages in thread
From: byungchul.park @ 2015-10-14  9:47 UTC (permalink / raw)
  To: mingo, peterz; +Cc: linux-kernel, fweisbec, tglx, Byungchul Park

From: Byungchul Park <byungchul.park@lge.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


^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2015-11-23 16:19 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-14  9:47 [PATCH v4 0/2] sched: consider missed ticks when updating cpu load byungchul.park
2015-10-14  9:47 ` [PATCH v4 1/2] sched: make __update_cpu_load() handle active tickless case byungchul.park
2015-10-19 13:16   ` Peter Zijlstra
2015-10-20  0:49     ` Byungchul Park
2015-10-20  9:48       ` Peter Zijlstra
2015-10-22 10:28         ` Byungchul Park
2015-10-22 11:05           ` Peter Zijlstra
2015-11-23 16:18   ` [tip:sched/core] sched/fair: Prepare __update_cpu_load() to handle active tickless tip-bot for Byungchul Park
2015-10-14  9:47 ` [PATCH v4 2/2] sched: consider missed ticks in full NOHZ byungchul.park
2015-10-22 16:20   ` Frederic Weisbecker
2015-11-02 16:10   ` Peter Zijlstra
2015-11-09  2:36     ` Byungchul Park
2015-11-09 10:36       ` Peter Zijlstra
2015-11-09 11:16         ` Byungchul Park

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox