| Commit message (Expand) | Author | Age | Files | Lines |
* | [SPARC64]: Fix sparse warnings in arch/sparc64/kernel/irq.c | David S. Miller | 2008-03-26 | 1 | -19/+2 |
* | misc: removal of final callers using fastcall | Harvey Harrison | 2008-02-08 | 1 | -1/+1 |
* | [SPARC64]: Stop using __do_IRQ(). | David S. Miller | 2007-10-22 | 1 | -47/+38 |
* | [SPARC64]: Fix boot failures due to bootmem. | David S. Miller | 2007-10-17 | 1 | -4/+4 |
* | [SPARC64]: virt_to_real_irq_table --> virt_irq_table | David S. Miller | 2007-10-13 | 1 | -20/+20 |
* | [SPARC64]: virt_irq --> bucket mapping no longer necessary | David S. Miller | 2007-10-13 | 1 | -11/+8 |
* | [SPARC64]: Kill ugly __bucket() macro. | David S. Miller | 2007-10-13 | 1 | -146/+92 |
* | [SPARC64]: Kill ugly __irq_ino() macro. | David S. Miller | 2007-10-13 | 1 | -11/+11 |
* | [SPARC64]: Only use bypass accesses to INO buckets. | David S. Miller | 2007-10-13 | 1 | -31/+91 |
* | [SPARC64]: Use sun4v VIRQ interfaces as intended. | David S. Miller | 2007-10-13 | 1 | -11/+26 |
* | [SPARC64]: Allocate ivector_table dynamically. | David S. Miller | 2007-10-13 | 1 | -11/+11 |
* | [SPARC64]: Access ivector_table[] using physical addresses. | David S. Miller | 2007-10-13 | 1 | -22/+34 |
* | [SPARC64]: Make IVEC pointers 64-bit. | David S. Miller | 2007-10-13 | 1 | -17/+24 |
* | [SPARC64]: Consolidate MSI support code. | David S. Miller | 2007-10-13 | 1 | -207/+23 |
* | [SPARC64]: Enable MSI on sun4u Fire PCI-E controllers. | David S. Miller | 2007-10-13 | 1 | -0/+71 |
* | [SPARC64]: Fix several bugs in MSI handling. | David S. Miller | 2007-08-30 | 1 | -3/+22 |
* | [SPARC64]: Fix type and constant sizes wrt. sun4u IMAP/ICLR handling. | David S. Miller | 2007-08-30 | 1 | -1/+1 |
* | [SPARC64]: Fix memory leak when cpu hotplugging. | David S. Miller | 2007-08-08 | 1 | -50/+24 |
* | [SPARC64]: Fix virq decomposition. | David S. Miller | 2007-07-20 | 1 | -19/+25 |
* | [SPARC64]: Use KERN_ERR in IRQ manipulation error printks. | David S. Miller | 2007-07-20 | 1 | -14/+14 |
* | [SPARC64]: Tweak assertions in sun4v_build_virq(). | David S. Miller | 2007-07-19 | 1 | -2/+2 |
* | [SPARC64]: dr-cpu unconfigure support. | David S. Miller | 2007-07-16 | 1 | -0/+20 |
* | [SPARC64]: Add ->set_affinity IRQ handlers. | David S. Miller | 2007-07-16 | 1 | -0/+52 |
* | [SPARC64]: Do not ACK an INO if it is disabled or inprogress. | David S. Miller | 2007-07-16 | 1 | -0/+12 |
* | [SPARC64]: Need to set state to IDLE during sun4v IRQ enable. | David S. Miller | 2007-06-26 | 1 | -0/+4 |
* | [SPARC64]: Fix VIRQ enabling. | David S. Miller | 2007-06-26 | 1 | -1/+7 |
* | [SPARC64]: Wire up cookie based sun4v interrupt registry. | David S. Miller | 2007-06-13 | 1 | -9/+122 |
* | [SPARC64]: Use machine description and OBP properly for cpu probing. | David S. Miller | 2007-05-29 | 1 | -30/+53 |
* | [SPARC64]: SUN4U PCI-E controller support. | David S. Miller | 2007-05-06 | 1 | -6/+10 |
* | [SPARC64]: constify of_get_property return: arch/sparc64 | Stephen Rothwell | 2007-04-26 | 1 | -1/+1 |
* | [SPARC64]: Unify timer interrupt handler. | David S. Miller | 2007-04-26 | 1 | -26/+0 |
* | [SPARC64]: virt_irq_free only needed when CONFIG_PCI_MSI | David S. Miller | 2007-02-26 | 1 | -0/+2 |
* | [SPARC64]: Add PCI MSI support on Niagara. | David S. Miller | 2007-02-10 | 1 | -9/+95 |
* | [SPARC64] IRQ: Use irq_desc->chip_data instead of irq_desc->handler_data | David S. Miller | 2007-02-10 | 1 | -24/+20 |
* | [SPARC64]: Minor irq handling cleanups. | David S. Miller | 2006-12-17 | 1 | -20/+4 |
* | [PATCH] sparc64 irq pt_regs fallout | Al Viro | 2006-10-09 | 1 | -2/+5 |
* | [PATCH] sparc64 pt_regs fixes | Al Viro | 2006-10-08 | 1 | -1/+4 |
* | Remove obsolete #include <linux/config.h> | Jörn Engel | 2006-06-30 | 1 | -1/+0 |
* | [SPARC64]: Let irq_install_pre_handler() get called multiple times. | David S. Miller | 2006-06-29 | 1 | -0/+4 |
* | [PATCH] genirq: cleanup: merge irq_affinity[] into irq_desc[] | Ingo Molnar | 2006-06-29 | 1 | -1/+1 |
* | [PATCH] genirq: rename desc->handler to desc->chip | Ingo Molnar | 2006-06-29 | 1 | -5/+5 |
* | [SPARC64]: Allow floppy driver to build modular. | David S. Miller | 2006-06-25 | 1 | -61/+0 |
* | [SPARC64]: Kill unused local vars in map_prom_timers(). | David S. Miller | 2006-06-23 | 1 | -1/+0 |
* | [SPARC64]: Kill off some more prom_getproperty() remnants. | David S. Miller | 2006-06-23 | 1 | -5/+13 |
* | [SPARC64]: Move over to GENERIC_HARDIRQS. | David S. Miller | 2006-06-20 | 1 | -673/+284 |
* | [SPARC64]: Virtualize IRQ numbers. | David S. Miller | 2006-06-20 | 1 | -84/+179 |
* | [SPARC64]: Kill ino_bucket->pil | David S. Miller | 2006-06-20 | 1 | -44/+26 |
* | [SPARC64]: bp->pil can never be zero | David S. Miller | 2006-06-20 | 1 | -14/+13 |
* | [SPARC64]: Send all device interrupts via one PIL. | David S. Miller | 2006-06-20 | 1 | -94/+69 |
* | [PATCH] s/;;/;/g | Alexey Dobriyan | 2006-03-24 | 1 | -1/+1 |