aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/ps3/interrupt.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-10powerpc: Convert irq_domain_add_legacy_isa use to irq_domain_add_legacyMarc Zyngier1-2/+2
2021-06-10powerpc: Add missing linux/{of.h,irqdomain.h} include directivesMarc Zyngier1-0/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 167Thomas Gleixner1-13/+1
2016-09-20powerpc: Remove all usages of NO_IRQMichael Ellerman1-5/+5
2016-03-01powerpc: Fix misspellings in comments.Adam Buchbinder1-1/+1
2015-07-30genirq/irqdomain: Allow irq domain aliasingMarc Zyngier1-1/+2
2014-11-03powerpc: Replace __get_cpu_var usesChristoph Lameter1-1/+1
2012-04-12irq_domain: Move irq_virq_count into NOMAP revmapGrant Likely1-2/+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/+1
2012-02-14irq_domain/powerpc: Use common irq_domain structure instead of irq_hostGrant Likely1-5/+5
2011-12-08powerpc/ps3: Interrupt code cleanupGeoff Levand1-50/+53
2011-11-16powerpc/ps3: Fix lost SMP IPIsGeoff Levand1-1/+22
2011-10-31powerpc: various straight conversions from module.h --> export.hPaul Gortmaker1-1/+1
2011-05-19powerpc: Remove trival irq_host_ops.unmapMilton Miller1-6/+0
2011-04-27powerpc/ps3: Update debug message for irq_set_chip_data()Geert Uytterhoeven1-1/+1
2011-03-29powerpc: Convert to new irq_* function namesThomas Gleixner1-7/+7
2011-03-10powerpc: platforms/ps3 irq_data conversion.Lennert Buytenhek1-20/+20
2010-11-01tree-wide: fix comment/printk typosUwe Kleine-König1-1/+1
2009-11-24powerpc: Fixup last users of irq_chip->typenameThomas Gleixner1-1/+1
2009-01-16powerpc/ps3: Printing fixups for l64 to ll64 conversion arch/powerpcStephen Rothwell1-8/+8
2009-01-16powerpc/ps3: clear_bit()/set_bit() operate on unsigned longsStephen Rothwell1-1/+3
2009-01-16powerpc/ps3: The lv1_ routines have u64 parametersStephen Rothwell1-4/+4
2008-05-02[POWERPC] PS3: Make ps3_virq_setup and ps3_virq_destroy staticGeert Uytterhoeven1-3/+3
2008-04-01[POWERPC] PS3: Fix unlikely typo in ps3_get_irqRoel Kluin1-1/+1
2007-09-14[POWERPC] Invert null match behaviour for irq_hostsMichael Ellerman1-0/+7
2007-09-14[POWERPC] Add an optional device_node pointer to the irq_hostMichael Ellerman1-1/+1
2007-06-28[POWERPC] PS3: Use clear_bitGeoff Levand1-24/+2
2007-06-28[POWERPC] PS3: Rename processor id symbolsGeoff Levand1-26/+29
2007-06-28[POWERPC] PS3: Vuart reworkGeoff Levand1-0/+2
2007-06-28[POWERPC] PS3: System-bus reworkGeoff Levand1-13/+11
2007-06-28[POWERPC] PS3: Kexec supportGeoff Levand1-15/+53
2007-06-28[POWERPC] PS3: Simplify definition of DBGGeert Uytterhoeven1-2/+2
2007-06-28[POWERPC] PS3: Move chip mask defs upGeoff Levand1-61/+86
2007-06-28[POWERPC] PS3: Use __maybe_unusedGeoff Levand1-2/+2
2007-06-02[POWERPC] ps3/interrupt.c uses get_hard_smp_processor_idStephen Rothwell1-0/+1
2007-05-02[POWERPC] PS3: Interrupt routine fixups.Geoff Levand1-68/+166
2007-02-09[PATCH] ps3: missing exportsAl Viro1-0/+2
2007-02-07[POWERPC] PS3: Move system bus to platform directoryGeoff Levand1-1/+0
2007-02-07[POWERPC] ps3: fix interrupt bmpGeoff Levand1-1/+6
2007-02-07[POWERPC] ps3: add interrupt alloc for outletsGeert Uytterhoeven1-10/+14
2007-02-07[POWERPC] ps3: bind interrupt to cpuGeoff Levand1-124/+175
2007-02-07[POWERPC] ps3: cleanup interrupt bmp routinesBenjamin Herrenschmidt1-47/+38
2007-02-07[POWERPC] ps3: smp interrupt fixesGeoff Levand1-31/+29
2007-02-07[POWERPC] ps3: rename interrupt symbolsGeoff Levand1-33/+33
2007-01-24[POWERPC] ps3_free_io_irq: Fix inverted error checkGeert Uytterhoeven1-1/+1
2006-12-04[POWERPC] ps3: add interrupt supportGeoff Levand1-0/+575