summaryrefslogtreecommitdiffstats
path: root/sys/kern/subr_intr.c
Commit message (Expand)AuthorAgeFilesLines
* Remove temporary solution for storing interrupt mapping data asskra2016-06-071-143/+11
* INTRNG: As follow up of r301451, implement mapping and configurationmmel2016-06-071-24/+4
* INTRNG - change the way how an interrupt mapping data are providedskra2016-06-051-37/+20
* (1) Add a new bus method to get a mapping data for an interrupt.skra2016-06-051-1/+0
* Add an interface to handle interrupt controllers that have a contiguousandrew2016-06-031-0/+73
* Limit calling pmc_hook to when the interrupt comes while running userspace.andrew2016-05-241-1/+2
* Add the needed hwpmc hooks to subr_intr.c. This is needed for the correctandrew2016-05-231-0/+9
* Return the struct intr_pic pointer from intr_pic_register. This will beandrew2016-05-181-4/+4
* Introduce MSI and MSI-X support to intrng. This adds a new msi deviceandrew2016-05-161-1/+173
* Check malloc succeeded in pic_create, with M_NOWAIT it may return NULL.andrew2016-05-091-0/+4
* Set correct size to the size member of struct intr_map_data whenskra2016-05-061-1/+1
* INTRNG - redefine struct intr_map_data to avoid headers pollution. Eachskra2016-05-051-20/+34
* Remove superfluous check. The pic_dev member of struct picskra2016-05-051-1/+1
* sys/kern: spelling fixes in comments.pfg2016-04-291-2/+2
* 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