2013-09-30 15:02:56

by Frederic Weisbecker

[permalink] [raw]
Subject: [GIT PULL] irq: updates for 3.13

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/[email protected]

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(-)


2013-10-01 11:06:55

by Frederic Weisbecker

[permalink] [raw]
Subject: [GIT PULL v2] irq: updates for 3.13

On Mon, Sep 30, 2013 at 05:02:47PM +0200, Frederic Weisbecker wrote:
> 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

I have rebased this branch on top of the fixed changelog from the urgent commit.
Please pull the new branch irq/core-v6 instead.

HEAD: 62d26c8200a8382e1c67419ca3aff78d37898cc5

Thanks.