Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752445AbaAPPmD (ORCPT ); Thu, 16 Jan 2014 10:42:03 -0500 Received: from mail-we0-f175.google.com ([74.125.82.175]:36674 "EHLO mail-we0-f175.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752127AbaAPPmA (ORCPT ); Thu, 16 Jan 2014 10:42:00 -0500 From: Frederic Weisbecker To: Ingo Molnar Cc: LKML , Frederic Weisbecker , Kevin Hilman , Thomas Gleixner , Peter Zijlstra , Alex Shi , Steven Rostedt , "Paul E. McKenney" , John Stultz Subject: [GIT PULL] tick: A few more cleanups Date: Thu, 16 Jan 2014 16:41:48 +0100 Message-Id: <1389886912-4783-1-git-send-email-fweisbec@gmail.com> X-Mailer: git-send-email 1.8.3.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Ingo, Please pull the timers/core branch that can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks.git timers/core HEAD: 8fe8ff09ce3b5750e1f3e45a1f4a81d59c7ff1f1 ---- Nothing very exiting, just a bunch of non-critical cleanups for the next merge window: 1) Make the IRQ tick APIs naming more symetric 2) Optimize a bit jiffies_lock code coverage 3) Whitespace fixes from Alex Shi 4) Fix overflow in scheduler tick max deferment calculation. Given the current 1 second max limitation, this bug shouldn't happen in mainline. It's rather to prepare for making this value tunable. Or simply in case we change the current constant. Thanks, Frederic --- Frederic Weisbecker (2): tick: Rename tick_check_idle() to tick_irq_enter() nohz: Get timekeeping max deferment outside jiffies_lock Alex Shi (1): nohz_full: fix code style issue of tick_nohz_full_stop_tick Kevin Hilman (1): sched/nohz: Fix overflow error in scheduler_tick_max_deferment() include/linux/jiffies.h | 6 ++++++ include/linux/tick.h | 6 +++--- kernel/sched/core.c | 2 +- kernel/softirq.c | 2 +- kernel/time/tick-sched.c | 27 ++++++++++++++------------- 5 files changed, 25 insertions(+), 18 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/