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