aboutsummaryrefslogtreecommitdiff
path: root/arch/sparc64/kernel/irq.c
AgeCommit message (Expand)AuthorFilesLines
2008-12-04sparc,sparc64: unify kernel/Gravatar Sam Ravnborg 1-1101/+0
2008-12-04sparc64: Add interface for registering a performance counter IRQ handler.Gravatar David S. Miller 1-0/+63
2008-10-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...Gravatar David S. Miller 1-2/+3
2008-09-16Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/sp...Gravatar David S. Miller 1-0/+2
2008-09-16sparc64: Fix SMP bootup with CONFIG_STACK_DEBUG or ftrace.Gravatar David S. Miller 1-2/+3
2008-09-08sparc64: Disable timer interrupts in fixup_irqs().Gravatar David S. Miller 1-0/+2
2008-08-29sparc: Kill now spurious includes of sbus.hGravatar David S. Miller 1-1/+0
2008-08-12sparc64: Implement IRQ stacks.Gravatar David S. Miller 1-0/+52
2008-08-04sparc64: Always allocate the send mondo blocks, even on non-sun4v.Gravatar David S. Miller 1-3/+16
2008-07-22sparc64: Fix lockdep issues in LDC protocol layer.Gravatar David S. Miller 1-1/+9
2008-04-26sparc64: Fix wedged irq regression.Gravatar David S. Miller 1-1/+2
2008-03-26[SPARC64]: Fix sparse warnings in arch/sparc64/kernel/irq.cGravatar David S. Miller 1-19/+2
2008-02-08misc: removal of final callers using fastcallGravatar Harvey Harrison 1-1/+1
2007-10-22[SPARC64]: Stop using __do_IRQ().Gravatar David S. Miller 1-47/+38
2007-10-17[SPARC64]: Fix boot failures due to bootmem.Gravatar David S. Miller 1-4/+4
2007-10-13[SPARC64]: virt_to_real_irq_table --> virt_irq_tableGravatar David S. Miller 1-20/+20
2007-10-13[SPARC64]: virt_irq --> bucket mapping no longer necessaryGravatar David S. Miller 1-11/+8
2007-10-13[SPARC64]: Kill ugly __bucket() macro.Gravatar David S. Miller 1-146/+92
2007-10-13[SPARC64]: Kill ugly __irq_ino() macro.Gravatar David S. Miller 1-11/+11
2007-10-13[SPARC64]: Only use bypass accesses to INO buckets.Gravatar David S. Miller 1-31/+91
2007-10-13[SPARC64]: Use sun4v VIRQ interfaces as intended.Gravatar David S. Miller 1-11/+26
2007-10-13[SPARC64]: Allocate ivector_table dynamically.Gravatar David S. Miller 1-11/+11
2007-10-13[SPARC64]: Access ivector_table[] using physical addresses.Gravatar David S. Miller 1-22/+34
2007-10-13[SPARC64]: Make IVEC pointers 64-bit.Gravatar David S. Miller 1-17/+24
2007-10-13[SPARC64]: Consolidate MSI support code.Gravatar David S. Miller 1-207/+23
2007-10-13[SPARC64]: Enable MSI on sun4u Fire PCI-E controllers.Gravatar David S. Miller 1-0/+71
2007-08-30[SPARC64]: Fix several bugs in MSI handling.Gravatar David S. Miller 1-3/+22
2007-08-30[SPARC64]: Fix type and constant sizes wrt. sun4u IMAP/ICLR handling.Gravatar David S. Miller 1-1/+1
2007-08-08[SPARC64]: Fix memory leak when cpu hotplugging.Gravatar David S. Miller 1-50/+24
2007-07-20[SPARC64]: Fix virq decomposition.Gravatar David S. Miller 1-19/+25
2007-07-20[SPARC64]: Use KERN_ERR in IRQ manipulation error printks.Gravatar David S. Miller 1-14/+14
2007-07-19[SPARC64]: Tweak assertions in sun4v_build_virq().Gravatar David S. Miller 1-2/+2
2007-07-16[SPARC64]: dr-cpu unconfigure support.Gravatar David S. Miller 1-0/+20
2007-07-16[SPARC64]: Add ->set_affinity IRQ handlers.Gravatar David S. Miller 1-0/+52
2007-07-16[SPARC64]: Do not ACK an INO if it is disabled or inprogress.Gravatar David S. Miller 1-0/+12
2007-06-26[SPARC64]: Need to set state to IDLE during sun4v IRQ enable.Gravatar David S. Miller 1-0/+4
2007-06-26[SPARC64]: Fix VIRQ enabling.Gravatar David S. Miller 1-1/+7
2007-06-13[SPARC64]: Wire up cookie based sun4v interrupt registry.Gravatar David S. Miller 1-9/+122
2007-05-29[SPARC64]: Use machine description and OBP properly for cpu probing.Gravatar David S. Miller 1-30/+53
2007-05-06[SPARC64]: SUN4U PCI-E controller support.Gravatar David S. Miller 1-6/+10
2007-04-26[SPARC64]: constify of_get_property return: arch/sparc64Gravatar Stephen Rothwell 1-1/+1
2007-04-26[SPARC64]: Unify timer interrupt handler.Gravatar David S. Miller 1-26/+0
2007-02-26[SPARC64]: virt_irq_free only needed when CONFIG_PCI_MSIGravatar David S. Miller 1-0/+2
2007-02-10[SPARC64]: Add PCI MSI support on Niagara.Gravatar David S. Miller 1-9/+95
2007-02-10[SPARC64] IRQ: Use irq_desc->chip_data instead of irq_desc->handler_dataGravatar David S. Miller 1-24/+20
2006-12-17[SPARC64]: Minor irq handling cleanups.Gravatar David S. Miller 1-20/+4
2006-10-09[PATCH] sparc64 irq pt_regs falloutGravatar Al Viro 1-2/+5
2006-10-08[PATCH] sparc64 pt_regs fixesGravatar Al Viro 1-1/+4
2006-06-30Remove obsolete #include <linux/config.h>Gravatar Jörn Engel 1-1/+0
2006-06-29[SPARC64]: Let irq_install_pre_handler() get called multiple times.Gravatar David S. Miller 1-0/+4