Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752950AbbGNWiE (ORCPT ); Tue, 14 Jul 2015 18:38:04 -0400 Received: from mail-wi0-f179.google.com ([209.85.212.179]:35817 "EHLO mail-wi0-f179.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752880AbbGNWiB (ORCPT ); Tue, 14 Jul 2015 18:38:01 -0400 From: Frederic Weisbecker To: LKML Cc: Frederic Weisbecker , Ivan Kokshaysky , Peter Zijlstra , Chris Metcalf , Thomas Gleixner , Preeti U Murthy , Christoph Lameter , Richard Henderson , Ingo Molnar , Viresh Kumar , Rik van Riel Subject: [PATCH 0/4] nohz: Cputime cleanups and tilegx isolation Date: Wed, 15 Jul 2015 00:37:49 +0200 Message-Id: <1436913473-32720-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 Content-Length: 1209 Lines: 35 That set has jiffies/cputime cleanups and fixes that were previously posted and a change on tilegx driver to be isolation-friendly. If nobody opposes, I'll make a pull request to Ingo in a few days. git://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks.git timers/core-v3 HEAD: 572536be5b8e84c507d66203f53faa0ae2c8c244 Thanks, Frederic --- Frederic Weisbecker (3): jiffies: Remove HZ > USEC_PER_SEC special case apm32: Fix cputime == jiffies assumption alpha: Fix jiffies based cputime assumption Chris Metcalf (1): nohz: Prevent tilegx network driver interrupts arch/alpha/kernel/osf_sys.c | 13 +++++++++---- arch/x86/kernel/apm_32.c | 2 +- drivers/net/ethernet/tile/tilegx.c | 4 +++- include/linux/jiffies.h | 9 +-------- include/linux/tick.h | 9 +++++++++ kernel/time/time.c | 10 +++++++--- 6 files changed, 30 insertions(+), 17 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/