Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934541AbcDMN5K (ORCPT ); Wed, 13 Apr 2016 09:57:10 -0400 Received: from mail-wm0-f45.google.com ([74.125.82.45]:34190 "EHLO mail-wm0-f45.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757460AbcDMN5I (ORCPT ); Wed, 13 Apr 2016 09:57:08 -0400 From: Frederic Weisbecker To: Peter Zijlstra Cc: LKML , Frederic Weisbecker , Byungchul Park , Chris Metcalf , Thomas Gleixner , Luiz Capitulino , Christoph Lameter , "Paul E . McKenney" , Mike Galbraith , Rik van Riel , Ingo Molnar Subject: [PATCH 0/3] sched: Fix/improve nohz cpu load updates v3 Date: Wed, 13 Apr 2016 15:56:49 +0200 Message-Id: <1460555812-25375-1-git-send-email-fweisbec@gmail.com> X-Mailer: git-send-email 2.7.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1031 Lines: 30 Thanks Peterz and Chris, here is the v3 that addresses your reviews: * Add comment about cpu_load[0] being updated more frequently than other cpu_load[idx]. See comment above cpu_load_update_start(). * Simplify ifdeffery for decay_load_missed() calls. Use __maybe_unused on the related variable. git://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks.git sched/nohz-v3 HEAD: 101db6e825806a08e14c3e06b5242c10608db2df Thanks, Frederic --- Frederic Weisbecker (3): sched: Gather cpu load functions under a more conventional namespace sched: Correctly handle nohz ticks cpu load accounting sched: Optimize !CONFIG_NO_HZ_COMMON cpu load updates Documentation/trace/ftrace.txt | 10 ++-- include/linux/sched.h | 6 ++- kernel/sched/core.c | 5 +- kernel/sched/fair.c | 112 +++++++++++++++++++++++++++-------------- kernel/sched/sched.h | 10 ++-- kernel/time/tick-sched.c | 9 ++-- 6 files changed, 96 insertions(+), 56 deletions(-)