summaryrefslogtreecommitdiffstats
path: root/sys/sparc64/include/intr_machdep.h
Commit message (Expand)AuthorAgeFilesLines
* - Give PIL_PREEMPT the lowest priority just above low/stray interrupts.marius2012-10-201-8/+8
* Reverts r234074,234105,234564,234723,234989,235231-235232 and part ofattilio2012-10-091-2/+2
* Fix mismerge in r235231.marius2012-05-101-1/+1
* Merge r234989 from x86:marius2012-05-101-0/+2
* Clean up the intr* MD KPI from the SMP dependency, removing a cause ofattilio2012-04-261-2/+0
* Reserve INTR_MD[1-4] similarly to what BUS_DMA_BUS[1-4] are intended formarius2011-01-041-1/+3
* Refactor timer management code with priority to one-shot operation mode.mav2010-09-131-1/+0
* Adapt sparc64 and sun4v timer code for the new event timers infrastructure.mav2010-07-291-0/+2
* Allocate proper ammount of memory for interrupt names on sparc64 andmav2010-07-161-1/+0
* Merge from amd64/i386:marius2009-12-241-0/+1
* Use the interrupt level right below PIL_FAST for executing interruptmarius2008-11-191-1/+2
* o Rename ic_eoi to ic_clear to emphasize the functions it pointsmarius2008-04-231-1/+6
* - Add support for IPI_PREEMPT. [1]marius2008-04-091-1/+2
* o Revamp the sparc64 interrupt code in order to be able to interfacemarius2007-09-061-4/+15
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-231-2/+2
* Convert the remainder of the low hanging fruits regarding includingmarius2007-01-191-3/+7
* Reorganize the interrupt handling code a bit to make a few things cleanerjhb2005-10-251-1/+1
* add support for interrupt counting on sparc64. This copies part of thejmg2003-07-161-0/+1
* Renamed intr_enqueue to intr_vector and intr_dequeue to intr_fast, tojake2002-09-281-1/+1
* Forward declare struct trapframe.jake2002-05-291-0/+2
* Convert the interrupt queue from an array to a linked list. Implementjake2002-05-251-19/+12
* Forward declare struct trapframe.jake2002-05-201-0/+2
* Avoid crashing in early boot when WITNESS is enabled by moving thetmm2002-02-131-1/+2
* Add initial smp support. This gets as far as allowing the secondaryjake2002-01-081-0/+3
* Make it clear that IH_SHIFT is expected to be that of a pointer.jake2001-12-291-7/+2
* Change the stray count in struct intr_vector to a vector number that canjake2001-10-201-8/+2
* Add inthand_add() and inthand_remove() for use by the MD bus code andtmm2001-10-121-1/+11
* Split the low level trap code into trap, interrupt and syscall, itsjake2001-09-301-0/+1
* style(9) the structure definitions.obrien2001-09-051-4/+4
* Add early code to support interrupts.jake2001-08-101-0/+86
OpenPOWER on IntegriCloud