summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/cell/interrupt.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 153Thomas Gleixner2019-05-301-14/+1Star
* powerpc: Use of for_each_node_by_name() instead of open-coding itDmitry Torokhov2017-12-041-2/+1Star
* powerpc: Convert to using %pOF instead of full_nameRob Herring2017-08-231-2/+2
* powerpc: Add NMI IPI infrastructureNicholas Piggin2017-04-281-1/+1
* powerpc: Remove all usages of NO_IRQMichael Ellerman2016-09-201-6/+6
* powerpc/cell: Drop unused iic_get_irq_host()Daniel Axtens2016-09-101-6/+0Star
* genirq: Remove irq argument from irq flow handlersThomas Gleixner2015-09-161-1/+1
* powerpc/cell: Prepare irq handler for irq argument removalThomas Gleixner2015-09-141-1/+2
* genirq/irqdomain: Allow irq domain aliasingMarc Zyngier2015-07-301-1/+2
* powerpc/cell: Fix crash in iic_setup_cpu() after per_cpu changesMichael Ellerman2015-04-101-1/+1
* powerpc: Replace __get_cpu_var usesChristoph Lameter2014-11-031-3/+3
* powerpc: Implement tick broadcast IPI as a fixed IPI messageSrivatsa S. Bhat2014-03-051-1/+1
* powerpc: Free up the slot of PPC_MSG_CALL_FUNC_SINGLE IPI messageSrivatsa S. Bhat2014-03-051-1/+1
* irq_domain/powerpc: constify irq_domain_opsGrant Likely2012-02-161-1/+1
* irq_domain: Replace irq_alloc_host() with revmap-specific initializersGrant Likely2012-02-161-2/+2
* irq_domain/powerpc: Use common irq_domain structure instead of irq_hostGrant Likely2012-02-141-7/+7
* powerpc: various straight conversions from module.h --> export.hPaul Gortmaker2011-11-011-1/+1
* powerpc/cell: Rename ipi functions to match current abstractionsMilton Miller2011-05-261-8/+8
* powerpc/cell: Use common smp ipi actionsMilton Miller2011-05-261-32/+13Star
* Merge remote branch 'origin/master' into mergeBenjamin Herrenschmidt2011-05-201-1/+1
|\
* | powerpc: Consolidate ipi message mux and demuxMilton Miller2011-05-191-2/+14
|/
* powerpc/cell: fixup for removal of handle_iic_irqStephen Rothwell2011-03-301-1/+1
* powerpc: Convert to new irq_* function namesThomas Gleixner2011-03-291-7/+7
* powerpc: cell: Use the core flow handlerThomas Gleixner2011-03-281-49/+1Star
* powerpc: platforms/cell irq_data conversion.Lennert Buytenhek2011-03-101-13/+17
* powerpc: Remove whitespace in irq chip name fieldsAnton Blanchard2010-02-171-2/+2
* genirq: Convert irq_desc.lock to raw_spinlockThomas Gleixner2009-12-141-4/+4
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds2009-12-141-7/+7
|\
| * percpu: make percpu symbols in powerpc uniqueTejun Heo2009-10-291-7/+7
* | powerpc: Make "intspec" pointers in irq_host->xlate() constRoman Fietze2009-12-091-1/+1
* | powerpc: Fixup last users of irq_chip->typenameThomas Gleixner2009-11-241-2/+2
|/
* sparseirq, powerpc/cell: fix unused variable warning in interrupt.cStephen Rothwell2009-03-161-2/+0Star
* sparseirq: use kstat_irqs_cpu insteadYinghai Lu2009-01-111-1/+1
* powerpc/cell: Fix some u64 vs. long typesIngo Molnar2009-01-081-1/+1
* powerpc: convert to generic helpers for IPI function callsJens Axboe2008-06-261-0/+1
* [POWERPC] cell: Fix lost interrupts due to fasteoi handlerJeremy Kerr2008-05-051-2/+51
* [POWERPC] Fix CONFIG_SMP=n build breakOlof Johansson2007-11-081-12/+12
* [POWERPC] cell: Move cbe_regs.h to include/asm-powerpc/cell-regs.hBenjamin Herrenschmidt2007-10-091-1/+1
* [POWERPC] Add an optional device_node pointer to the irq_hostMichael Ellerman2007-09-131-1/+1
* [POWERPC] Rename device_is_compatible to of_device_is_compatibleStephen Rothwell2007-05-071-3/+3
* [POWERPC] Rename get_property to of_get_property: arch/powerpcStephen Rothwell2007-04-121-2/+2
* [POWERPC] cell: Add routines for managing PMU interruptsKevin Corry2006-12-041-0/+16
* [POWERPC] Fix up after irq changesOlaf Hering2006-10-071-3/+2Star
* [PATCH] powerpc: irq change build breaksOlof Johansson2006-10-061-1/+1
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-051-2/+2
* [POWERPC] cell: fix bugs found by sparseArnd Bergmann2006-10-051-3/+7
* [POWERPC] Cell interrupt reworkBenjamin Herrenschmidt2006-10-041-72/+163
* [POWERPC] cell: interrupt.c whitespace clean upGeoff Levand2006-08-251-11/+11
* Merge branch 'merge'Paul Mackerras2006-08-011-2/+2
|\
| * [PATCH] powerpc: fix trigger handling in the new irq codeBenjamin Herrenschmidt2006-07-101-2/+2