aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sparc64/kernel/irq.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2006-06-25[SPARC64]: Allow floppy driver to build modular.David S. Miller1-61/+0
2006-06-23[SPARC64]: Kill unused local vars in map_prom_timers().David S. Miller1-1/+0
2006-06-23[SPARC64]: Kill off some more prom_getproperty() remnants.David S. Miller1-5/+13
2006-06-20[SPARC64]: Move over to GENERIC_HARDIRQS.David S. Miller1-673/+284
2006-06-20[SPARC64]: Virtualize IRQ numbers.David S. Miller1-84/+179
2006-06-20[SPARC64]: Kill ino_bucket->pilDavid S. Miller1-44/+26
2006-06-20[SPARC64]: bp->pil can never be zeroDavid S. Miller1-14/+13
2006-06-20[SPARC64]: Send all device interrupts via one PIL.David S. Miller1-94/+69
2006-03-24[PATCH] s/;;/;/gAlexey Dobriyan1-1/+1
2006-03-23[PATCH] more for_each_cpu() conversionsAndrew Morton1-3/+1