From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757522Ab2FDMIs (ORCPT ); Mon, 4 Jun 2012 08:08:48 -0400 Received: from mail-ee0-f46.google.com ([74.125.83.46]:45477 "EHLO mail-ee0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756902Ab2FDMIp (ORCPT ); Mon, 4 Jun 2012 08:08:45 -0400 From: fweisbec@gmail.com To: Ingo Molnar , "Paul E. McKenney" Cc: LKML , Frederic Weisbecker , Alessio Igor Bogani , Andrew Morton , Avi Kivity , Chris Metcalf , Christoph Lameter , Daniel Lezcano , Geoff Levand , Gilad Ben Yossef , Hakan Akkan , Kevin Hilman , Max Krasnyansky , Peter Zijlstra , Stephen Hemminger , Steven Rostedt , Sven-Thorsten Dietrich , Thomas Gleixner Subject: [PATCH 0/2] rcu: Extended quiescent state for adaptive nohz Date: Mon, 4 Jun 2012 14:08:26 +0200 Message-Id: <1338811708-18819-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 From: Frederic Weisbecker Paul, Ingo, This is a rebase of the nohz cpusets RCU APIs on top of Paul's latest -rcu (rcu/core) branch. I have only built tested it yet, I need to do a full rebase of my tree to test it in practice. But I wanted to show you how it looks like first. I also wonder if we can set that to a tree somewhere. Ingo suggested to set up a tree on -tip to apply the uncontroversial part of nohz cpusets patches and iterate from there. I think it would accelerate everything if we start doing that. Tell me what you think. Thanks. Frederic Weisbecker (2): rcu: New rcu_user_enter() and rcu_user_exit() APIs rcu: New rcu_user_enter_irq() and rcu_user_exit_irq() APIs include/linux/rcupdate.h | 4 + kernel/rcutree.c | 184 +++++++++++++++++++++++++++++++++++++++------ 2 files changed, 163 insertions(+), 25 deletions(-) -- 1.7.5.4