Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934479Ab3DOVK2 (ORCPT ); Mon, 15 Apr 2013 17:10:28 -0400 Received: from mail-wg0-f42.google.com ([74.125.82.42]:56214 "EHLO mail-wg0-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752930Ab3DOVK1 (ORCPT ); Mon, 15 Apr 2013 17:10:27 -0400 From: Frederic Weisbecker To: Ingo Molnar Cc: LKML , Frederic Weisbecker , "Paul E. McKenney" , Josh Triplett , Chris Metcalf , Christoph Lameter , Geoff Levand , Gilad Ben Yossef , Hakan Akkan , Kevin Hilman , Li Zhong , Paul Gortmaker , Peter Zijlstra , Steven Rostedt , Thomas Gleixner Subject: [GIT PULL] nohz: More Kconfig and Rcu improvements Date: Mon, 15 Apr 2013 23:10:15 +0200 Message-Id: <1366060220-20271-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: 1611 Lines: 46 Ingo, Please pull the latest timers/nohz branch that can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks.git timers/nohz HEAD: 65d798f0f9339ae2c4ebe9480e3260b33382a584 This fixes some of the issues you've reported. There is still the dependency on CONFIG_VIRT_CPU_ACCOUNTING_GEN to fix, probably in the Kconfig side. Stay tuned. Thanks. --- Frederic Weisbecker (4): nohz: Fix old dynticks idle Kconfig backward compatibility nohz: Switch from "extended nohz" to "full nohz" based naming nohz: Align periodic tick Kconfig with other choices' naming convention nohz: Improve a bit the full dynticks Kconfig documentation Paul E. McKenney (1): rcu: Kick adaptive-ticks CPUs that are holding up RCU grace periods Documentation/kernel-parameters.txt | 4 +- include/linux/tick.h | 6 ++-- kernel/rcutree.c | 10 ++++++ kernel/rcutree.h | 1 + kernel/rcutree_plugin.h | 18 +++++++++++ kernel/sched/core.c | 6 ++-- kernel/time/Kconfig | 26 ++++++++++------ kernel/time/tick-broadcast.c | 2 +- kernel/time/tick-common.c | 2 +- kernel/time/tick-sched.c | 54 +++++++++++++++++----------------- 10 files changed, 82 insertions(+), 47 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/