Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753455AbdFSCMK (ORCPT ); Sun, 18 Jun 2017 22:12:10 -0400 Received: from mail-wm0-f66.google.com ([74.125.82.66]:35147 "EHLO mail-wm0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753236AbdFSCMI (ORCPT ); Sun, 18 Jun 2017 22:12:08 -0400 From: Frederic Weisbecker To: Peter Zijlstra Cc: LKML , Frederic Weisbecker , Rik van Riel , Thomas Gleixner , Ingo Molnar Subject: [PATCH 0/3] sched: A few nohz_full improvements Date: Mon, 19 Jun 2017 04:11:59 +0200 Message-Id: <1497838322-10913-1-git-send-email-fweisbec@gmail.com> X-Mailer: git-send-email 2.7.4 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 859 Lines: 28 Hi, As I was working on removing the remaining 1Hz, I stepped in the last (AFAIK) remaining buggy bits in scheduler_tick() on nohz_full. Hopefully I can finally offload this tick in the next patchsets. git://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks.git nohz/0hz HEAD: c1811204f1fd1d170223c0d548a57456685e831d Thanks, Frederic --- Frederic Weisbecker (3): sched/loadavg: Generalize idle naming to nohz nohz: Move idle balancer registration to idle path sched: Spare idle load balancing on nohz_full CPUs Documentation/trace/ftrace.txt | 2 +- include/linux/sched/nohz.h | 8 +++---- kernel/sched/fair.c | 4 ++++ kernel/sched/loadavg.c | 51 +++++++++++++++++++++--------------------- kernel/time/tick-sched.c | 9 ++++---- 5 files changed, 40 insertions(+), 34 deletions(-)