Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755958Ab3I3PC4 (ORCPT ); Mon, 30 Sep 2013 11:02:56 -0400 Received: from mail-we0-f176.google.com ([74.125.82.176]:43653 "EHLO mail-we0-f176.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753743Ab3I3PCx (ORCPT ); Mon, 30 Sep 2013 11:02:53 -0400 From: Frederic Weisbecker To: Ingo Molnar , Thomas Gleixner Cc: LKML , Frederic Weisbecker , Benjamin Herrenschmidt , Linus Torvalds , Paul Mackerras , Peter Zijlstra , "H. Peter Anvin" , James Hogan , "James E.J. Bottomley" , Helge Deller , Martin Schwidefsky , Heiko Carstens , "David S. Miller" , Andrew Morton , "#3.9.." Subject: [GIT PULL] irq: updates for 3.13 Date: Mon, 30 Sep 2013 17:02:47 +0200 Message-Id: <1380553367-9631-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 Content-Length: 2012 Lines: 52 Ingo, Thomas, Please pull the irq/core-v5 branch that can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks.git irq/core-v5 HEAD: f6f626fa877c96974fadc595ddd72543d8c6106b It's the same as the series posted at: http://lkml.kernel.org/r/1380212686-25897-1-git-send-email-fweisbec@gmail.com with Linus and Benjamin's ack added and a rebase against rc3. It also contains the regression fix (with the same commit id) from my other pull request. Thanks, Frederic --- Frederic Weisbecker (8): irq: Force hardirq exit's softirq processing on its own stack irq: Consolidate do_softirq() arch overriden implementations irq: Optimize call to softirq on hardirq exit irq: Improve a bit softirq debugging irq: Justify the various softirq stack choices irq: Optimize softirq stack selection in irq exit x86: Tell about irq stack coverage powerpc: Tell about irq stack coverage arch/Kconfig | 10 ++++++++ arch/metag/kernel/irq.c | 52 ++++++++++++++++-------------------------- arch/parisc/kernel/irq.c | 17 ++------------ arch/powerpc/Kconfig | 1 + arch/powerpc/kernel/irq.c | 17 +------------- arch/s390/kernel/irq.c | 52 +++++++++++++++++------------------------- arch/sh/kernel/irq.c | 57 +++++++++++++++++----------------------------- arch/sparc/kernel/irq_64.c | 31 ++++++++----------------- arch/x86/Kconfig | 1 + arch/x86/kernel/entry_64.S | 4 ++-- arch/x86/kernel/irq_32.c | 30 +++++++----------------- arch/x86/kernel/irq_64.c | 21 ----------------- include/linux/interrupt.h | 11 +++++++++ kernel/softirq.c | 40 ++++++++++++++++++++++++-------- 14 files changed, 138 insertions(+), 206 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/