From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754067AbbIAOvJ (ORCPT ); Tue, 1 Sep 2015 10:51:09 -0400 Received: from mail-wi0-f181.google.com ([209.85.212.181]:33826 "EHLO mail-wi0-f181.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750773AbbIAOvF (ORCPT ); Tue, 1 Sep 2015 10:51:05 -0400 From: Frederic Weisbecker To: Ingo Molnar , Peter Zijlstra Cc: LKML , Frederic Weisbecker , Chris Metcalf , Thomas Gleixner , Preeti U Murthy , Christoph Lameter , Vatika Harlalka , "Paul E . McKenney" Subject: [GIT PULL] sched/nohz: Affine unpinned timers to housekeepers Date: Tue, 1 Sep 2015 16:50:58 +0200 Message-Id: <1441119060-2230-1-git-send-email-fweisbec@gmail.com> X-Mailer: git-send-email 2.1.4 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Ingo, Please pull the sched/core branch that can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks.git sched/core HEAD: f0673808f014ae18ae4cd8cdc7daf7b3b6c0a144 --- * Move unpinned timers out of full dynticks CPUs that don't want to be disturbed (testing showed great results). * Enforce assertion to make sure that we have housekeepers to handle unbound timers, workqueues, timekeepers. Also improve the related comments. --- Thanks, Frederic --- Frederic Weisbecker (1): nohz: Assert existing housekeepers when nohz full enabled Vatika Harlalka (1): nohz: Affine unpinned timers to housekeepers include/linux/tick.h | 9 +++++++++ kernel/sched/core.c | 7 +++++-- kernel/time/tick-sched.c | 15 +++++++++++---- 3 files changed, 25 insertions(+), 6 deletions(-)