summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/cell/interrupt.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | [POWERPC] cell: Constify & voidify get_property()Jeremy Kerr2006-07-311-3/+2Star
|/
* [POWERPC] Add new interrupt mapping core and change platforms to use itBenjamin Herrenschmidt2006-07-031-222/+174Star
* [POWERPC] Use the genirq frameworkBenjamin Herrenschmidt2006-07-031-55/+56
* [PATCH] irq-flags: POWERPC: Use the new IRQF_ constantsThomas Gleixner2006-07-021-2/+2
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0Star
* [PATCH] genirq: rename desc->handler to desc->chipIngo Molnar2006-06-291-2/+2
* [PATCH] remove for_each_cpu()Andrew Morton2006-06-251-1/+1
* [POWERPC] cell: fix interrupt priority handlingarnd@arndb.de2006-06-211-2/+1Star
* [POWERPC] cell: add RAS supportBenjamin Herrenschmidt2006-06-211-28/+9Star
* [PATCH] for_each_possible_cpu: powerpcKAMEZAWA Hiroyuki2006-03-291-1/+1
* [PATCH] powerpc: use guarded ioremap for cell on-chip mappingsArnd Bergmann2006-03-271-7/+3Star