aboutsummaryrefslogtreecommitdiff
path: root/arch/sparc/kernel/sun4d_irq.c
AgeCommit message (Expand)AuthorFilesLines
2011-06-07Add support for allocating irqs for bootbus devicesGravatar oftedal 1-12/+22
2011-06-07Do not skip interrupt sources in sun4d interrupt handler and acknowledge inte...Gravatar oftedal 1-9/+5
2011-06-07Restructure sun4d_build_device_irq so that timer interrupts can be allocatedGravatar oftedal 1-24/+54
2011-05-16sparc32, sun4d: Implemented SMP IPIs support for SUN4D machinesGravatar Daniel Hellstrom 1-0/+9
2011-04-21sparc32: always define boot_cpu_idGravatar Daniel Hellstrom 1-3/+2
2011-04-19sparc32: genirq supportGravatar Sam Ravnborg 1-308/+164
2011-04-19sparc32,sun4d: rename sbus_tid to board_to_cpu in irq supportGravatar Sam Ravnborg 1-5/+9
2011-03-16sparc32: introduce build_device_irqGravatar Sam Ravnborg 1-0/+51
2011-03-16sparc32: introduce sparc_irq_configGravatar Sam Ravnborg 1-1/+3
2011-03-16sparc32, sun4d: add comment in empty statement in sun4d_request_irq()Gravatar Sam Ravnborg 1-1/+2
2011-03-16sparc32,sun4d: drop unused code in sun4d_distribute_irqs()Gravatar Sam Ravnborg 1-47/+0
2011-03-16sparc32,sun4d: irq, smp files cleanupGravatar Sam Ravnborg 1-86/+109
2011-03-16sparc: in handler_irq() rename irq parameter to pilGravatar Sam Ravnborg 1-9/+9
2010-06-04arch/sparc/kernel: Eliminate what looks like a NULL pointer dereferenceGravatar Julia Lawall 1-1/+1
2009-03-30cpumask: remove references to struct irqaction's mask field.Gravatar Rusty Russell 1-1/+0
2008-12-08sparc: fix sparse warnings in irq_32.cGravatar Sam Ravnborg 1-1/+1
2008-12-04sparc: Add missing of_node_putGravatar Nicolas Palix 1-0/+1
2008-09-19sparc32: Delete master_l10_limit.Gravatar David S. Miller 1-1/+0
2008-09-19sparc32: Kill clear_profile_irq btfixup entry.Gravatar David S. Miller 1-6/+0
2008-09-19sparc32: Remove some SMP ifdefs in sun4d_irq.cGravatar David S. Miller 1-26/+16
2008-09-19sparc32: Use PROM infrastructure for probing and mapping sun4d timers.Gravatar David S. Miller 1-56/+83
2008-09-08sparc32: Move sun4d show_leds() out of asm/obio.hGravatar David S. Miller 1-1/+0
2008-08-29sparc: Convert remaining sbus_ioremap() and sbus_iounmap() users.Gravatar David S. Miller 1-2/+3
2008-08-29sparc: Kill SBUS layer IRQ hooks.Gravatar David S. Miller 1-21/+0
2008-08-29sparc32: Convert sun4d IRQ code to use generic device tree probing.Gravatar David S. Miller 1-35/+48
2008-07-17sparc/kernel/: possible cleanupsGravatar Adrian Bunk 1-3/+4
2008-05-20sparc: remove CVS keywordsGravatar Adrian Bunk 1-1/+1
2007-07-21[SPARC32]: Take enable_irq/disable_irq out of line.Gravatar Al Viro 1-2/+2
2007-07-21[SPARC32]: clean include/asm-sparc/irq.hGravatar Al Viro 1-0/+2
2007-05-11[SPARC]: Spelling fixes.Gravatar Simon Arlott 1-1/+1
2007-05-08header cleaning: don't include smp_lock.h when not usedGravatar Randy Dunlap 1-1/+0
2006-12-13[PATCH] getting rid of all casts of k[cmz]alloc() callsGravatar Robert P. J. Day 1-1/+1
2006-12-10[SPARC]: Check kzalloc() return value in SUN4D irq/iommu init.Gravatar David S. Miller 1-0/+4
2006-12-10[SPARC]: Replace kmalloc+memset with kzallocGravatar Yan Burman 1-2/+1
2006-10-09IRQ: Use the new typedef for interrupt handler function pointersGravatar David Howells 1-2/+2
2006-10-08[PATCH] sparc32 pt_regs fixesGravatar Al Viro 1-4/+8
2006-07-02[PATCH] irq-flags: SPARC: Use the new IRQF_ constantsGravatar Thomas Gleixner 1-6/+6
2006-06-30Remove obsolete #include <linux/config.h>Gravatar Jörn Engel 1-1/+0
2006-06-20[SPARC]: Kill __irq_itoa().Gravatar David S. Miller 1-12/+0
2006-03-23[SPARC]: Try to start getting SMP back into shape.Gravatar Bob Breuer 1-1/+1
2006-03-23[PATCH] more for_each_cpu() conversionsGravatar Andrew Morton 1-5/+3
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+594