index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
platforms
/
cell
/
interrupt.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-09-16
genirq: Remove irq argument from irq flow handlers
Thomas Gleixner
1
-1
/
+1
2015-09-14
powerpc/cell: Prepare irq handler for irq argument removal
Thomas Gleixner
1
-1
/
+2
2015-07-30
genirq/irqdomain: Allow irq domain aliasing
Marc Zyngier
1
-1
/
+2
2015-04-10
powerpc/cell: Fix crash in iic_setup_cpu() after per_cpu changes
Michael Ellerman
1
-1
/
+1
2014-11-03
powerpc: Replace __get_cpu_var uses
Christoph Lameter
1
-3
/
+3
2014-03-05
powerpc: Implement tick broadcast IPI as a fixed IPI message
Srivatsa S. Bhat
1
-1
/
+1
2014-03-05
powerpc: Free up the slot of PPC_MSG_CALL_FUNC_SINGLE IPI message
Srivatsa S. Bhat
1
-1
/
+1
2012-02-16
irq_domain/powerpc: constify irq_domain_ops
Grant Likely
1
-1
/
+1
2012-02-16
irq_domain: Replace irq_alloc_host() with revmap-specific initializers
Grant Likely
1
-2
/
+2
2012-02-14
irq_domain/powerpc: Use common irq_domain structure instead of irq_host
Grant Likely
1
-7
/
+7
2011-10-31
powerpc: various straight conversions from module.h --> export.h
Paul Gortmaker
1
-1
/
+1
2011-05-26
powerpc/cell: Rename ipi functions to match current abstractions
Milton Miller
1
-8
/
+8
2011-05-26
powerpc/cell: Use common smp ipi actions
Milton Miller
1
-32
/
+13
2011-05-20
Merge remote branch 'origin/master' into merge
Benjamin Herrenschmidt
1
-1
/
+1
2011-05-19
powerpc: Consolidate ipi message mux and demux
Milton Miller
1
-2
/
+14
2011-03-29
powerpc/cell: fixup for removal of handle_iic_irq
Stephen Rothwell
1
-1
/
+1
2011-03-29
powerpc: Convert to new irq_* function names
Thomas Gleixner
1
-7
/
+7
2011-03-28
powerpc: cell: Use the core flow handler
Thomas Gleixner
1
-49
/
+1
2011-03-10
powerpc: platforms/cell irq_data conversion.
Lennert Buytenhek
1
-13
/
+17
2010-02-17
powerpc: Remove whitespace in irq chip name fields
Anton Blanchard
1
-2
/
+2
2009-12-14
genirq: Convert irq_desc.lock to raw_spinlock
Thomas Gleixner
1
-4
/
+4
2009-12-14
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...
Linus Torvalds
1
-7
/
+7
2009-12-09
powerpc: Make "intspec" pointers in irq_host->xlate() const
Roman Fietze
1
-1
/
+1
2009-11-24
powerpc: Fixup last users of irq_chip->typename
Thomas Gleixner
1
-2
/
+2
2009-10-29
percpu: make percpu symbols in powerpc unique
Tejun Heo
1
-7
/
+7
2009-03-16
sparseirq, powerpc/cell: fix unused variable warning in interrupt.c
Stephen Rothwell
1
-2
/
+0
2009-01-11
sparseirq: use kstat_irqs_cpu instead
Yinghai Lu
1
-1
/
+1
2009-01-08
powerpc/cell: Fix some u64 vs. long types
Ingo Molnar
1
-1
/
+1
2008-06-26
powerpc: convert to generic helpers for IPI function calls
Jens Axboe
1
-0
/
+1
2008-05-05
[POWERPC] cell: Fix lost interrupts due to fasteoi handler
Jeremy Kerr
1
-2
/
+51
2007-11-08
[POWERPC] Fix CONFIG_SMP=n build break
Olof Johansson
1
-12
/
+12
2007-10-09
[POWERPC] cell: Move cbe_regs.h to include/asm-powerpc/cell-regs.h
Benjamin Herrenschmidt
1
-1
/
+1
2007-09-14
[POWERPC] Add an optional device_node pointer to the irq_host
Michael Ellerman
1
-1
/
+1
2007-05-07
[POWERPC] Rename device_is_compatible to of_device_is_compatible
Stephen Rothwell
1
-3
/
+3
2007-04-13
[POWERPC] Rename get_property to of_get_property: arch/powerpc
Stephen Rothwell
1
-2
/
+2
2006-12-04
[POWERPC] cell: Add routines for managing PMU interrupts
Kevin Corry
1
-0
/
+16
2006-10-07
[POWERPC] Fix up after irq changes
Olaf Hering
1
-3
/
+2
2006-10-05
[PATCH] powerpc: irq change build breaks
Olof Johansson
1
-1
/
+1
2006-10-05
IRQ: Maintain regs pointer globally rather than passing to IRQ handlers
David Howells
1
-2
/
+2
2006-10-05
[POWERPC] cell: fix bugs found by sparse
Arnd Bergmann
1
-3
/
+7
2006-10-04
[POWERPC] Cell interrupt rework
Benjamin Herrenschmidt
1
-72
/
+163
2006-08-25
[POWERPC] cell: interrupt.c whitespace clean up
Geoff Levand
1
-11
/
+11
2006-08-01
Merge branch 'merge'
Paul Mackerras
1
-2
/
+2
2006-07-31
[POWERPC] cell: Constify & voidify get_property()
Jeremy Kerr
1
-3
/
+2
2006-07-10
[PATCH] powerpc: fix trigger handling in the new irq code
Benjamin Herrenschmidt
1
-2
/
+2
2006-07-03
[POWERPC] Add new interrupt mapping core and change platforms to use it
Benjamin Herrenschmidt
1
-222
/
+174
2006-07-03
[POWERPC] Use the genirq framework
Benjamin Herrenschmidt
1
-55
/
+56
2006-07-02
[PATCH] irq-flags: POWERPC: Use the new IRQF_ constants
Thomas Gleixner
1
-2
/
+2
2006-06-30
Remove obsolete #include <linux/config.h>
Jörn Engel
1
-1
/
+0
2006-06-29
[PATCH] genirq: rename desc->handler to desc->chip
Ingo Molnar
1
-2
/
+2
[next]