Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753579Ab3C0Pcv (ORCPT ); Wed, 27 Mar 2013 11:32:51 -0400 Received: from mail-vb0-f48.google.com ([209.85.212.48]:55274 "EHLO mail-vb0-f48.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752848Ab3C0Pcs (ORCPT ); Wed, 27 Mar 2013 11:32:48 -0400 From: Frederic Weisbecker To: LKML Cc: Frederic Weisbecker , Andrew Morton , Chris Metcalf , Christoph Lameter , Geoff Levand , Gilad Ben Yossef , Hakan Akkan , Ingo Molnar , Kevin Hilman , Li Zhong , Namhyung Kim , "Paul E. McKenney" , Paul Gortmaker , Peter Zijlstra , Steven Rostedt , Thomas Gleixner Subject: [PATCH 0/4] nohz: Full dynticks fixes/improvements Date: Wed, 27 Mar 2013 16:32:35 +0100 Message-Id: <1364398359-21990-1-git-send-email-fweisbec@gmail.com> X-Mailer: git-send-email 1.7.5.4 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1340 Lines: 43 Hi, Changes against tip:timers/nohz : * Fixes for timekeeping * Handle RCU nocb restriction * Improvements on info and tunables I'll send these to Ingo for tip:timers/nohz in a few days if no comment arise. You can fetch from: git://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks.git timers/nohz Thanks. Frederic Weisbecker (4): nohz: Force boot CPU outside full dynticks range nohz: Print final full dynticks CPUs range on boot nohz: Ensure full dynticks CPUs are RCU nocbs nohz: New option to force all CPUs in full dynticks range Documentation/kernel-parameters.txt | 6 ++- include/linux/rcupdate.h | 7 +++ include/linux/tick.h | 2 + init/main.c | 1 + kernel/rcutree.c | 6 +- kernel/rcutree.h | 1 - kernel/rcutree_plugin.h | 13 ++---- kernel/time/Kconfig | 10 +++++ kernel/time/tick-sched.c | 71 ++++++++++++++++++----------------- 9 files changed, 67 insertions(+), 50 deletions(-) -- 1.7.5.4 -- 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/