summaryrefslogtreecommitdiff
path: root/arch/powerpc/platforms/cell/interrupt.c
AgeCommit message (Expand)AuthorFilesLines
2022-05-08powerpc: Add missing headersChristophe Leroy1-1/+2
2021-08-12powerpc: Bulk conversion to generic_handle_domain_irq()Marc Zyngier1-6/+2
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport1-1/+1
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 153Thomas Gleixner1-14/+1
2017-12-04powerpc: Use of for_each_node_by_name() instead of open-coding itDmitry Torokhov1-2/+1
2017-08-23powerpc: Convert to using %pOF instead of full_nameRob Herring1-2/+2
2017-04-28powerpc: Add NMI IPI infrastructureNicholas Piggin1-1/+1
2016-09-20powerpc: Remove all usages of NO_IRQMichael Ellerman1-6/+6
2016-09-10powerpc/cell: Drop unused iic_get_irq_host()Daniel Axtens1-6/+0
2015-09-16genirq: Remove irq argument from irq flow handlersThomas Gleixner1-1/+1
2015-09-14powerpc/cell: Prepare irq handler for irq argument removalThomas Gleixner1-1/+2
2015-07-30genirq/irqdomain: Allow irq domain aliasingMarc Zyngier1-1/+2
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-15irq_domain/powerpc: Use common irq_domain structure instead of irq_hostGrant Likely1-7/+7
2011-11-01powerpc: 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-30powerpc/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-15genirq: 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/...Linus 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-13[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-12[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-06[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