aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sparc/kernel/sun4d_irq.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-11-18sparc: Use of_node_name_eq for node name comparisonsRob Herring1-3/+3
2018-11-18sparc: Convert to using %pOF instead of full_nameRob Herring1-4/+4
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2015-07-31sparc/irq: Use helper irq_data_get_irq_handler_data()Jiang Liu1-2/+2
2014-04-29sparc32: fix sparse warnings in sun4d_irq.cSam Ravnborg1-8/+9
2013-04-29Include missing linux/slab.h inclusionsDavid Howells1-0/+1
2012-05-14sparc32: remove remaining users of btfixupSam Ravnborg1-3/+2
2012-05-14sparc32: move smp ipi to method opsSam Ravnborg1-8/+0
2012-05-13sparc32: Move cache and TLB flushes over to method ops.David S. Miller1-1/+2
2012-05-13sparc32: drop unused clear_cpu_intSam Ravnborg1-5/+0
2012-05-13sparc32: drop unused set_irq_udtSam Ravnborg1-5/+0
2012-04-15sparc32: generic clockevent supportTkhai Kirill1-4/+14
2012-04-15sparc32: rename sparc_irq_config to sparc_configSam Ravnborg1-2/+2
2011-06-07Add support for allocating irqs for bootbus devicesoftedal1-12/+22
2011-06-07Do not skip interrupt sources in sun4d interrupt handler and acknowledge interrupts correctlyoftedal1-9/+5
2011-06-07Restructure sun4d_build_device_irq so that timer interrupts can be allocatedoftedal1-24/+54
2011-05-16sparc32, sun4d: Implemented SMP IPIs support for SUN4D machinesDaniel Hellstrom1-0/+9
2011-04-21sparc32: always define boot_cpu_idDaniel Hellstrom1-3/+2
2011-04-19sparc32: genirq supportSam Ravnborg1-308/+164
2011-04-19sparc32,sun4d: rename sbus_tid to board_to_cpu in irq supportSam Ravnborg1-5/+9
2011-03-16sparc32: introduce build_device_irqSam Ravnborg1-0/+51
2011-03-16sparc32: introduce sparc_irq_configSam Ravnborg1-1/+3
2011-03-16sparc32, sun4d: add comment in empty statement in sun4d_request_irq()Sam Ravnborg1-1/+2
2011-03-16sparc32,sun4d: drop unused code in sun4d_distribute_irqs()Sam Ravnborg1-47/+0
2011-03-16sparc32,sun4d: irq, smp files cleanupSam Ravnborg1-86/+109
2011-03-16sparc: in handler_irq() rename irq parameter to pilSam Ravnborg1-9/+9
2010-06-04arch/sparc/kernel: Eliminate what looks like a NULL pointer dereferenceJulia Lawall1-1/+1
2009-03-30cpumask: remove references to struct irqaction's mask field.Rusty Russell1-1/+0
2008-12-08sparc: fix sparse warnings in irq_32.cSam Ravnborg1-1/+1
2008-12-04sparc: Add missing of_node_putNicolas Palix1-0/+1
2008-09-19sparc32: Delete master_l10_limit.David S. Miller1-1/+0
2008-09-19sparc32: Kill clear_profile_irq btfixup entry.David S. Miller1-6/+0
2008-09-19sparc32: Remove some SMP ifdefs in sun4d_irq.cDavid S. Miller1-26/+16
2008-09-19sparc32: Use PROM infrastructure for probing and mapping sun4d timers.David S. Miller1-56/+83
2008-09-08sparc32: Move sun4d show_leds() out of asm/obio.hDavid S. Miller1-1/+0
2008-08-29sparc: Convert remaining sbus_ioremap() and sbus_iounmap() users.David S. Miller1-2/+3
2008-08-29sparc: Kill SBUS layer IRQ hooks.David S. Miller1-21/+0
2008-08-29sparc32: Convert sun4d IRQ code to use generic device tree probing.David S. Miller1-35/+48
2008-07-17sparc/kernel/: possible cleanupsAdrian Bunk1-3/+4
2008-05-20sparc: remove CVS keywordsAdrian Bunk1-1/+1
2007-07-21[SPARC32]: Take enable_irq/disable_irq out of line.Al Viro1-2/+2
2007-07-21[SPARC32]: clean include/asm-sparc/irq.hAl Viro1-0/+2
2007-05-11[SPARC]: Spelling fixes.Simon Arlott1-1/+1
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2006-12-13[PATCH] getting rid of all casts of k[cmz]alloc() callsRobert P. J. Day1-1/+1
2006-12-10[SPARC]: Check kzalloc() return value in SUN4D irq/iommu init.David S. Miller1-0/+4
2006-12-10[SPARC]: Replace kmalloc+memset with kzallocYan Burman1-2/+1
2006-10-09IRQ: Use the new typedef for interrupt handler function pointersDavid Howells1-2/+2
2006-10-08[PATCH] sparc32 pt_regs fixesAl Viro1-4/+8
2006-07-02[PATCH] irq-flags: SPARC: Use the new IRQF_ constantsThomas Gleixner1-6/+6