summaryrefslogtreecommitdiff
path: root/sys/arm/arm/intr.c
Commit message (Expand)AuthorAgeFilesLines
* Restore the irq number to the display string; I fumbled this in the previousIan Lepore2013-01-271-3/+4
* Fix a buffer overrun while pre-formatting the names array, perpetrated inIan Lepore2013-01-261-7/+5
* Eliminate the need for an intermediate array of indices into the arrays ofIan Lepore2013-01-191-12/+24
* Final whitespace trim.Warner Losh2012-06-131-3/+3
* Pass the previously returned IRQ back to arm_get_next_irq() so thatMarcel Moolenaar2009-06-091-1/+2
* ARM interrupts improvements.Rafal Jaworowski2008-09-111-2/+12
* Do not modify td->td_intr_nesting_level, it is now done in the MI code.Olivier Houchard2008-08-041-3/+0
* On the AT91, we need to write on the EOI register after we handle anOlivier Houchard2008-04-201-1/+3
* - Add the interrupt vector number to intr_event_create so MI code canJeff Roberson2008-04-111-1/+1
* Add a MI intr_event_handle() routine for the non-INTR_FILTER case. ThisJohn Baldwin2008-04-051-43/+3
* Simplify the interrupt code a bit:John Baldwin2008-03-171-28/+4
* Add preliminary support for binding interrupts to CPUs:John Baldwin2008-03-141-2/+2
* INTR_FILTER bits for armOlivier Houchard2007-07-271-2/+44
* Rework the PCPU_* (MD) interface:Attilio Rao2007-06-041-1/+1
* In some particular cases (like in pccard and pccbb), the real devicePaolo Pisati2007-05-311-2/+11
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-231-5/+5
* Increate cnt.v_intr on interrupt.Olivier Houchard2006-11-081-0/+1
* Tweak how the MD code calls the fooclock() methods some. Instead ofJohn Baldwin2005-12-221-2/+2
* Reorganize the interrupt handling code a bit to make a few things cleanerJohn Baldwin2005-10-251-22/+28
* Make sure the interrupt is masked before processing it, or bad thingsOlivier Houchard2005-10-031-3/+3
* - MFp4: modify slightly the arm intr API, there's arm CPUs with more than 32Olivier Houchard2005-06-091-39/+14
* Don't enable interrupts in the dispatcher, there's no need to do so.Olivier Houchard2005-05-261-2/+1
* Start all license statements with /*-Warner Losh2005-01-051-1/+1
* Enable interrupts once the active ones have been masked.Olivier Houchard2004-12-141-3/+2
* Enable interrupts as soon as the pending interrupts have been masked.Olivier Houchard2004-11-231-4/+3
* Implement interrupt counting, so that vmstat -i work.Olivier Houchard2004-11-121-2/+15
* Add new functions to know which irqs are pending, and to mask and unmaskOlivier Houchard2004-09-231-62/+55
* ithread_schedule() now only takes one argument.Olivier Houchard2004-07-021-1/+1
* Import FreeBSD/arm kernel bits.Olivier Houchard2004-05-141-0/+150