summaryrefslogtreecommitdiff
path: root/sys/arm/include/intr.h
AgeCommit message (Expand)Author
2024-12-16intrng: fix INTR_ROOT_* constantsElliott Mitchell
2024-12-06sys/intr.h: Make it safe to include from assemblerWarner Losh
2024-10-25Revert "intrng: change multi-interrupt root support type to enum"Kyle Evans
2024-10-23sys/intr.h: formally depend on machine/intr.hKyle Evans
2024-10-23intrng: change multi-interrupt root support type to enumElliott Mitchell
2024-01-24intrng: Extract arm/arm64 IPI->PIC glue codeJessica Clarke
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-04-26arm: remove passing trapframe to intr_ipi_dispatch()Elliott Mitchell
2020-11-29Remove the pre-ARMv6 and pre-INTRNG code.Michal Meloun
2018-08-15Remove checks for now unsupported CPU_* values in arm headers.Andrew Turner
2018-07-27Revert r336773: it removed too much.Warner Losh
2018-07-27Remove xscale supportWarner Losh
2018-07-17Remove kernel support for armebWarner Losh
2018-04-03Enable ArmadaXP using INTRNG interrupt controllerMarcin Wojtas
2017-11-27sys/arm: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-02-02Remake support for SMP kernel on UP cpu:Michal Meloun
2016-10-04Split CPU_CORTEXA into CPU_CORTEXA8, for the Cortex-A8, and CPU_CORTEXA_MP,Andrew Turner
2016-04-15Rename ARM_INTRNG and MIPS_INTRNG to INTRNG. This will help with machineAndrew Turner
2016-04-04Remove FDT specific parts from INTRNG. Change its interface to make itSvatopluk Kraus
2016-03-24Generalize IPI support for ARM intrng and use it for interruptSvatopluk Kraus
2016-02-27Move IPI related parts back to (ARM) machine specific file now, whenSvatopluk Kraus
2016-02-10Break out the shared bits of the arm intrng definitions into sys/intr.h;Adrian Chadd
2015-12-18[intrng] Migrate the intrng code from sys/arm/arm to sys/kern/subr_intr.c.Adrian Chadd
2015-10-18Only decode fdt data which belongs to the GIC controller.Ian Lepore
2015-10-18Import ARM_INTRNG, the "next generation" interrupt architecture for armIan Lepore
2015-10-18Rename arm_init_secondary_ic() -> arm_pic_init_secondary(). The latter isIan Lepore
2015-03-29Remove arm1136 support. We don't have any configs that use it, and I don'tAndrew Turner
2015-01-11Rename gic_init_secondary to arm_init_secondary_ic to help with the mergeAndrew Turner
2014-12-21Pull out the fdt mapping code into intr.c. The arm_intrng branch alsoAndrew Turner
2014-09-14Add a common routine for parsing FDT data describing an ARM GIC interrupt.Ian Lepore
2014-08-31GIC (Cortex A's interrupt controller) supports up to 1020 IRQs.Ruslan Bukin
2014-05-24Eliminate one of the causes of spurious interrupts on armv6. The arm weakIan Lepore
2014-01-06Fix arm build.Andreas Tobler
2014-01-01Add polarity and level support to ARM GICZbigniew Bodek
2013-12-20Add identification and necessary type checks for Krait CPU cores. Krait CPU i...Ganbold Tsagaankhuu
2013-06-28Bump max number of IRQs for Cortex-Ax family to cover Exynos5 requirement.Aleksandr Rybalko
2013-01-19Eliminate the need for an intermediate array of indices into the arrays ofIan Lepore
2012-12-20Replace generic ARM11 option with more specificOleksandr Tymoshenko
2012-09-14Add support for MSI in interrupt controlller.Grzegorz Bernacki
2012-09-14Add support for Armada XP A0.Grzegorz Bernacki
2012-08-25ARM11 might have more then 32 interrupts, e.g. BCM2835: 72 interruptsOleksandr Tymoshenko
2012-08-15Merging projects/armv6, part 1Oleksandr Tymoshenko
2012-06-13trim trailing whitespaceWarner Losh
2009-06-09Pass the previously returned IRQ back to arm_get_next_irq() so thatMarcel Moolenaar
2008-12-13Merge WIP from p4:Sam Leffler
2008-10-13Introduce basic support for Marvell families of system-on-chip ARM devices:Rafal Jaworowski
2008-09-11ARM interrupts improvements.Rafal Jaworowski
2008-06-06Support for the XScale PXA255 SoC as found on the Gumstix Basix and ConnexBenno Rice
2008-04-20On the AT91, we need to write on the EOI register after we handle anOlivier Houchard
2007-06-16The iop34x has 128 interrupts.Olivier Houchard