summaryrefslogtreecommitdiffstats
path: root/sys/kern/subr_intr.c
Commit message (Expand)AuthorAgeFilesLines
* INTRNG: Define 'INTR_IRQ_INVALID' constant and use it consistentlymmel2016-04-281-8/+6
* GPIO: Add support for gpio pin interrupts.mmel2016-04-281-0/+21
* Fix intr_irq_shuffle(). After r297539, ISRCs doing IPI may be alsoskra2016-04-071-1/+1
* Implement intr_isrc_init_on_cpu() and use it to replace very sameskra2016-04-071-0/+26
* Fix PIC lookup by device and xref. There was not taken into accountskra2016-04-061-8/+16
* Include sys/rman.h directly rather than relying on header pollution.andrew2016-04-041-0/+1
* Remove FDT specific parts from INTRNG. Change its interface to make itskra2016-04-041-256/+277
* Generalize IPI support for ARM intrng and use it for interruptskra2016-03-241-10/+10
* Remove an alternative way for dealing with root interrupt controllerskra2016-03-011-21/+0
* Mark other parts of interrupt framework as INTR_SOLO option specific.skra2016-03-011-6/+10
* Move IPI related parts back to (ARM) machine specific file now, whenskra2016-02-271-173/+9
* Remove an unused FDT header, fdt_common.h should only be needed in a fewandrew2016-02-151-2/+0
* Allow MIPS INTRNG code to be built without FDT support.adrian2016-02-151-0/+2
* [intrng] Migrate the intrng code from sys/arm/arm to sys/kern/subr_intr.c.adrian2015-12-181-0/+1395
OpenPOWER on IntegriCloud