index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
kernel
/
irq.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'topic/xive' (early part) into next
Michael Ellerman
2017-04-12
1
-40
/
+0
|
\
|
*
powerpc/smp: Remove migrate_irq() custom implementation
Benjamin Herrenschmidt
2017-04-07
1
-40
/
+0
*
|
powerpc: Remove unnecessary includes of asm/debug.h
Michael Ellerman
2017-04-10
1
-1
/
+0
|
/
*
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
2016-12-24
1
-1
/
+1
*
powerpc: Remove all usages of NO_IRQ
Michael Ellerman
2016-09-20
1
-1
/
+1
*
powerpc/64: Replay hypervisor maintenance interrupt first
Nicholas Piggin
2016-09-20
1
-5
/
+9
*
powerpc/sparse: Add more assembler prototypes
Daniel Axtens
2016-09-13
1
-0
/
+1
*
powerpc: Move cpu_has_feature() to a separate file
Kevin Hao
2016-08-01
1
-0
/
+1
*
powerpc/irq: Add mechanism to force a replay of interrupts
Benjamin Herrenschmidt
2016-07-17
1
-0
/
+15
*
powerpc: Fix typo in comment reference to CONFIG_TRACE_IRQFLAGS
Andrew Donnellan
2016-07-08
1
-1
/
+1
*
powerpc/livepatch: Add livepatch stack to struct thread_info
Michael Ellerman
2016-04-14
1
-0
/
+3
*
powerpc, irq: Use access helper irq_data_get_affinity_mask()
Jiang Liu
2015-09-15
1
-1
/
+1
*
powerpc: Remove superfluous bootmem includes
Anton Blanchard
2014-11-09
1
-1
/
+0
*
powerpc: Replace __get_cpu_var uses
Christoph Lameter
2014-11-03
1
-2
/
+2
*
powerpc: Rename __get_SP() to current_stack_pointer()
Anton Blanchard
2014-10-15
1
-1
/
+1
*
powerpc: Add printk levels to powerpc code
Anton Blanchard
2014-10-02
1
-3
/
+3
*
powerpc/book3s: Add basic infrastructure to handle HMI in Linux.
Mahesh Salgaonkar
2014-08-05
1
-0
/
+14
*
powerpc: update comments for generic idle conversion
Geert Uytterhoeven
2014-06-07
1
-1
/
+1
*
powerpc: Irq: Use generic_handle_irq
Thomas Gleixner
2014-03-04
1
-6
/
+2
*
powerpc/ppc32: Fix the bug in the init of non-base exception stack for UP
Kevin Hao
2014-02-11
1
-0
/
+5
*
powerpc: Make irq_stat.timers_irqs counting more specific
fan.du
2013-12-02
1
-3
/
+9
*
Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2013-11-12
1
-16
/
+1
|
\
|
*
irq: Consolidate do_softirq() arch overriden implementations
Frederic Weisbecker
2013-10-01
1
-16
/
+1
*
|
powerpc/irq: Don't switch to irq stack from softirq stack
Benjamin Herrenschmidt
2013-10-07
1
-2
/
+3
|
/
*
powerpc: Remove ksp_limit on ppc64
Benjamin Herrenschmidt
2013-09-25
1
-12
/
+0
*
powerpc/irq: Run softirqs off the top of the irq stack
Benjamin Herrenschmidt
2013-09-25
1
-52
/
+52
*
powerpc: Rename PMU interrupts from CNT to PMI
Michael Ellerman
2013-08-01
1
-1
/
+1
*
Merge tag 'v3.10' into next
Benjamin Herrenschmidt
2013-07-01
1
-1
/
+1
|
\
|
*
powerpc: Fix missing/delayed calls to irq_work
Benjamin Herrenschmidt
2013-06-15
1
-1
/
+1
*
|
powerpc: Remove the unneeded trigger of decrementer interrupt in decrementer_...
Kevin Hao
2013-06-20
1
-2
/
+0
|
/
*
powerpc: Add accounting for Doorbell interrupts
Ian Munsie
2013-04-18
1
-0
/
+12
*
powerpc: Add code to handle soft-disabled doorbells on server
Ian Munsie
2013-01-10
1
-2
/
+9
*
powerpc/trace: Fix interrupt tracepoints vs. RCU
Li Zhong
2012-09-17
1
-4
/
+4
*
powerpc: Fix build of some debug irq code
Benjamin Herrenschmidt
2012-07-10
1
-1
/
+1
*
powerpc: More fixes for lazy IRQ vs. idle
Benjamin Herrenschmidt
2012-07-10
1
-0
/
+46
*
powerpc/ftrace: Do not trace restore_interrupts()
Steven Rostedt
2012-06-29
1
-1
/
+1
*
powerpc: Fix irq distribution
Kim Phillips
2012-05-22
1
-1
/
+1
*
powerpc/irq: Fix another case of lazy IRQ state getting out of sync
Benjamin Herrenschmidt
2012-05-12
1
-0
/
+13
*
powerpc/irq: Fix bug with new lazy IRQ handling code
Benjamin Herrenschmidt
2012-05-09
1
-1
/
+7
*
powerpc/irqdomain: Fix broken NR_IRQ references
Grant Likely
2012-04-30
1
-5
/
+1
*
irq: Kill pointless irqd_to_hw export
Grant Likely
2012-04-11
1
-6
/
+0
*
Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...
Linus Torvalds
2012-03-29
1
-1
/
+1
|
\
|
*
Disintegrate asm/system.h for PowerPC
David Howells
2012-03-28
1
-1
/
+1
*
|
powerpc: Random little legacy iSeries removal tidy ups
Stephen Rothwell
2012-03-28
1
-2
/
+2
*
|
powerpc: Remove NO_IRQ_IGNORE
Stephen Rothwell
2012-03-28
1
-2
/
+2
|
/
*
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...
Linus Torvalds
2012-03-22
1
-71
/
+141
|
\
|
*
powerpc: Remove FW_FEATURE ISERIES from arch code
Stephen Rothwell
2012-03-21
1
-14
/
+0
|
*
powerpc: Rework lazy-interrupt handling
Benjamin Herrenschmidt
2012-03-09
1
-58
/
+146
|
*
powerpc: Make SPARSE_IRQ required
Grant Likely
2012-03-07
1
-4
/
+0
*
|
Merge tag 'irqdomain-for-linus' of git://git.secretlab.ca/git/linux-2.6
Linus Torvalds
2012-03-21
1
-614
/
+3
|
\
\
|
|
/
|
/
|
[next]