aboutsummaryrefslogtreecommitdiff
path: root/sys/sparc64/include/intr_machdep.h
Commit message (Expand)AuthorAgeFilesLines
* - Give PIL_PREEMPT the lowest priority just above low/stray interrupts.Marius Strobl2012-10-201-8/+8
* Reverts r234074,234105,234564,234723,234989,235231-235232 and part ofAttilio Rao2012-10-091-2/+2
* Fix mismerge in r235231.Marius Strobl2012-05-101-1/+1
* Merge r234989 from x86:Marius Strobl2012-05-101-0/+2
* Clean up the intr* MD KPI from the SMP dependency, removing a cause ofAttilio Rao2012-04-261-2/+0
* Reserve INTR_MD[1-4] similarly to what BUS_DMA_BUS[1-4] are intended forMarius Strobl2011-01-041-1/+3
* Refactor timer management code with priority to one-shot operation mode.Alexander Motin2010-09-131-1/+0
* Adapt sparc64 and sun4v timer code for the new event timers infrastructure.Alexander Motin2010-07-291-0/+2
* Allocate proper ammount of memory for interrupt names on sparc64 andAlexander Motin2010-07-161-1/+0
* Merge from amd64/i386:Marius Strobl2009-12-241-0/+1
* Use the interrupt level right below PIL_FAST for executing interruptMarius Strobl2008-11-191-1/+2
* o Rename ic_eoi to ic_clear to emphasize the functions it pointsMarius Strobl2008-04-231-1/+6
* - Add support for IPI_PREEMPT. [1]Marius Strobl2008-04-091-1/+2
* o Revamp the sparc64 interrupt code in order to be able to interfaceMarius Strobl2007-09-061-4/+15
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-231-2/+2
* Convert the remainder of the low hanging fruits regarding includingMarius Strobl2007-01-191-3/+7
* Reorganize the interrupt handling code a bit to make a few things cleanerJohn Baldwin2005-10-251-1/+1
* add support for interrupt counting on sparc64. This copies part of theJohn-Mark Gurney2003-07-161-0/+1
* Renamed intr_enqueue to intr_vector and intr_dequeue to intr_fast, toJake Burkholder2002-09-281-1/+1
* Forward declare struct trapframe.Jake Burkholder2002-05-291-0/+2
* Convert the interrupt queue from an array to a linked list. ImplementJake Burkholder2002-05-251-19/+12
* Forward declare struct trapframe.Jake Burkholder2002-05-201-0/+2
* Avoid crashing in early boot when WITNESS is enabled by moving theThomas Moestl2002-02-131-1/+2
* Add initial smp support. This gets as far as allowing the secondaryJake Burkholder2002-01-081-0/+3
* Make it clear that IH_SHIFT is expected to be that of a pointer.Jake Burkholder2001-12-291-7/+2
* Change the stray count in struct intr_vector to a vector number that canJake Burkholder2001-10-201-8/+2
* Add inthand_add() and inthand_remove() for use by the MD bus code andThomas Moestl2001-10-121-1/+11
* Split the low level trap code into trap, interrupt and syscall, itsJake Burkholder2001-09-301-0/+1
* style(9) the structure definitions.David E. O'Brien2001-09-051-4/+4
* Add early code to support interrupts.Jake Burkholder2001-08-101-0/+86