aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/include/intr.h
Commit message (Expand)AuthorAgeFilesLines
* MFC r271595, r271601, r271607, r271630:Ian Lepore2014-10-261-0/+2
* MFC 266621: Eliminte spurious interrupts caused by ARM weak memory ordering.Ian Lepore2014-05-271-0/+2
* MFC r257738, r259202, r258410, r260288, r260292, r260294, r260320, r260323,Ian Lepore2014-05-141-2/+0
* MFC r260161, r260163, r260165, r260166, r260189Ian Lepore2014-05-141-0/+3
* MFC r258359, r258742, r258845, r259936, r259640Ian Lepore2014-05-141-0/+2
* Bump max number of IRQs for Cortex-Ax family to cover Exynos5 requirement.Aleksandr Rybalko2013-06-281-1/+1
* Eliminate the need for an intermediate array of indices into the arrays ofIan Lepore2013-01-191-0/+1
* Replace generic ARM11 option with more specificOleksandr Tymoshenko2012-12-201-1/+1
* Add support for MSI in interrupt controlller.Grzegorz Bernacki2012-09-141-1/+6
* Add support for Armada XP A0.Grzegorz Bernacki2012-09-141-0/+2
* ARM11 might have more then 32 interrupts, e.g. BCM2835: 72 interruptsOleksandr Tymoshenko2012-08-251-0/+2
* Merging projects/armv6, part 1Oleksandr Tymoshenko2012-08-151-0/+5
* trim trailing whitespaceWarner Losh2012-06-131-2/+2
* Pass the previously returned IRQ back to arm_get_next_irq() so thatMarcel Moolenaar2009-06-091-1/+1
* Merge WIP from p4:Sam Leffler2008-12-131-1/+3
* Introduce basic support for Marvell families of system-on-chip ARM devices:Rafal Jaworowski2008-10-131-1/+3
* ARM interrupts improvements.Rafal Jaworowski2008-09-111-1/+1
* Support for the XScale PXA255 SoC as found on the Gumstix Basix and ConnexBenno Rice2008-06-061-0/+3
* On the AT91, we need to write on the EOI register after we handle anOlivier Houchard2008-04-201-0/+1
* The iop34x has 128 interrupts.Olivier Houchard2007-06-161-1/+3
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-231-2/+2
* - MFp4: modify slightly the arm intr API, there's arm CPUs with more than 32Olivier Houchard2005-06-091-4/+4
* Define NIRQ to 64 for CPU_ARM9, because Cirrus Logic EP93XX cores providesOlivier Houchard2005-02-131-0/+4
* Start all license statements with /*-Warner Losh2005-01-051-1/+1
* Add new functions to know which irqs are pending, and to mask and unmaskOlivier Houchard2004-09-231-35/+4
* Import FreeBSD/arm kernel bits.Olivier Houchard2004-05-141-0/+83