aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/intr.h
Commit message (Expand)AuthorAgeFilesLines
* kern/intr: declare interrupt vectors unsignedElliott Mitchell2021-05-031-1/+1
* make maximum interrupt number tunable on ARM, ARM64, MIPS, and RISC-VOleksandr Tymoshenko2021-01-191-0/+3
* Add a method to determine whether given interrupt is per CPU or not.Michal Meloun2020-11-071-0/+1
* Manage MSI iommu pages.Ruslan Bukin2020-10-191-0/+2
* sys: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+1
* SPDX: mostly fixes to previous changes.Pedro F. Giffuni2017-12-131-0/+2
* INTRNG: Rework handling with resources. Partially revert r301453.Michal Meloun2016-08-191-3/+36
* Remove temporary solution for storing interrupt mapping data asSvatopluk Kraus2016-06-071-14/+0
* INTRNG: As follow up of r301451, implement mapping and configurationMichal Meloun2016-06-071-10/+0
* INTRNG - change the way how an interrupt mapping data are providedSvatopluk Kraus2016-06-051-10/+1
* (1) Add a new bus method to get a mapping data for an interrupt.Svatopluk Kraus2016-06-051-11/+0
* Add an interface to handle interrupt controllers that have a contiguousAndrew Turner2016-06-031-0/+6
* Return the struct intr_pic pointer from intr_pic_register. This will beAndrew Turner2016-05-181-1/+1
* Introduce MSI and MSI-X support to intrng. This adds a new msi deviceAndrew Turner2016-05-161-0/+8
* INTRNG - redefine struct intr_map_data to avoid headers pollution. EachSvatopluk Kraus2016-05-051-15/+10
* INTRNG: Define 'INTR_IRQ_INVALID' constant and use it consistentlyMichal Meloun2016-04-281-0/+2
* GPIO: Add support for gpio pin interrupts.Michal Meloun2016-04-281-0/+10
* Implement intr_isrc_init_on_cpu() and use it to replace very sameSvatopluk Kraus2016-04-071-0/+4
* Remove FDT specific parts from INTRNG. Change its interface to make itSvatopluk Kraus2016-04-041-61/+68
* Generalize IPI support for ARM intrng and use it for interruptSvatopluk Kraus2016-03-241-4/+4
* Mark other parts of interrupt framework as INTR_SOLO option specific.Svatopluk Kraus2016-03-011-0/+2
* Move IPI related parts back to (ARM) machine specific file now, whenSvatopluk Kraus2016-02-271-5/+14
* Break out the shared bits of the arm intrng definitions into sys/intr.h;Adrian Chadd2016-02-101-0/+130