aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/cell/interrupt.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-04-10powerpc/cell: Fix crash in iic_setup_cpu() after per_cpu changesMichael Ellerman1-1/+1
2014-11-03powerpc: Replace __get_cpu_var usesChristoph Lameter1-3/+3
2014-03-05powerpc: Implement tick broadcast IPI as a fixed IPI messageSrivatsa S. Bhat1-1/+1
2014-03-05powerpc: Free up the slot of PPC_MSG_CALL_FUNC_SINGLE IPI messageSrivatsa S. Bhat1-1/+1
2012-02-16irq_domain/powerpc: constify irq_domain_opsGrant Likely1-1/+1
2012-02-16irq_domain: Replace irq_alloc_host() with revmap-specific initializersGrant Likely1-2/+2
2012-02-14irq_domain/powerpc: Use common irq_domain structure instead of irq_hostGrant Likely1-7/+7
2011-10-31powerpc: various straight conversions from module.h --> export.hPaul Gortmaker1-1/+1
2011-05-26powerpc/cell: Rename ipi functions to match current abstractionsMilton Miller1-8/+8
2011-05-26powerpc/cell: Use common smp ipi actionsMilton Miller1-32/+13
2011-05-20Merge remote branch 'origin/master' into mergeBenjamin Herrenschmidt1-1/+1
2011-05-19powerpc: Consolidate ipi message mux and demuxMilton Miller1-2/+14
2011-03-29powerpc/cell: fixup for removal of handle_iic_irqStephen Rothwell1-1/+1
2011-03-29powerpc: Convert to new irq_* function namesThomas Gleixner1-7/+7
2011-03-28powerpc: cell: Use the core flow handlerThomas Gleixner1-49/+1
2011-03-10powerpc: platforms/cell irq_data conversion.Lennert Buytenhek1-13/+17
2010-02-17powerpc: Remove whitespace in irq chip name fieldsAnton Blanchard1-2/+2
2009-12-14genirq: Convert irq_desc.lock to raw_spinlockThomas Gleixner1-4/+4
2009-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds1-7/+7
2009-12-09powerpc: Make "intspec" pointers in irq_host->xlate() constRoman Fietze1-1/+1
2009-11-24powerpc: Fixup last users of irq_chip->typenameThomas Gleixner1-2/+2
2009-10-29percpu: make percpu symbols in powerpc uniqueTejun Heo1-7/+7
2009-03-16sparseirq, powerpc/cell: fix unused variable warning in interrupt.cStephen Rothwell1-2/+0
2009-01-11sparseirq: use kstat_irqs_cpu insteadYinghai Lu1-1/+1
2009-01-08powerpc/cell: Fix some u64 vs. long typesIngo Molnar1-1/+1
2008-06-26powerpc: convert to generic helpers for IPI function callsJens Axboe1-0/+1
2008-05-05[POWERPC] cell: Fix lost interrupts due to fasteoi handlerJeremy Kerr1-2/+51
2007-11-08[POWERPC] Fix CONFIG_SMP=n build breakOlof Johansson1-12/+12
2007-10-09[POWERPC] cell: Move cbe_regs.h to include/asm-powerpc/cell-regs.hBenjamin Herrenschmidt1-1/+1
2007-09-14[POWERPC] Add an optional device_node pointer to the irq_hostMichael Ellerman1-1/+1
2007-05-07[POWERPC] Rename device_is_compatible to of_device_is_compatibleStephen Rothwell1-3/+3
2007-04-13[POWERPC] Rename get_property to of_get_property: arch/powerpcStephen Rothwell1-2/+2
2006-12-04[POWERPC] cell: Add routines for managing PMU interruptsKevin Corry1-0/+16
2006-10-07[POWERPC] Fix up after irq changesOlaf Hering1-3/+2
2006-10-05[PATCH] powerpc: irq change build breaksOlof Johansson1-1/+1
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-2/+2
2006-10-05[POWERPC] cell: fix bugs found by sparseArnd Bergmann1-3/+7
2006-10-04[POWERPC] Cell interrupt reworkBenjamin Herrenschmidt1-72/+163
2006-08-25[POWERPC] cell: interrupt.c whitespace clean upGeoff Levand1-11/+11
2006-08-01Merge branch 'merge'Paul Mackerras1-2/+2
2006-07-31[POWERPC] cell: Constify & voidify get_property()Jeremy Kerr1-3/+2
2006-07-10[PATCH] powerpc: fix trigger handling in the new irq codeBenjamin Herrenschmidt1-2/+2
2006-07-03[POWERPC] Add new interrupt mapping core and change platforms to use itBenjamin Herrenschmidt1-222/+174
2006-07-03[POWERPC] Use the genirq frameworkBenjamin Herrenschmidt1-55/+56
2006-07-02[PATCH] irq-flags: POWERPC: Use the new IRQF_ constantsThomas Gleixner1-2/+2
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-29[PATCH] genirq: rename desc->handler to desc->chipIngo Molnar1-2/+2
2006-06-25[PATCH] remove for_each_cpu()Andrew Morton1-1/+1
2006-06-21[POWERPC] cell: fix interrupt priority handlingarnd@arndb.de1-2/+1
2006-06-21[POWERPC] cell: add RAS supportBenjamin Herrenschmidt1-28/+9