summaryrefslogtreecommitdiff
path: root/drivers/interrupt_controller
AgeCommit message (Expand)Author
2017-01-24build: add _ASMLANGUAGE to all asm filesBenjamin Walsh
2017-01-23exti/stm32: add support for F334 & F373 MCUsAdam Podogrocki
2017-01-19license: Replace Apache boilerplate with SPDX tagDavid B. Kinder
2016-12-15arcv2_irq: Add power management suspend/resumeJulien Delayen
2016-12-15arc: Define _arc_v2_irq_unit deviceJulien Delayen
2016-12-06stm32l4: add exti supportNeil Armstrong
2016-12-04drivers: Remove legacy nanokernel.h includeFlavio Santes
2016-12-03drivers: Remove unused parameter warningFlavio Santes
2016-11-12kernel/arch: consolidate tTCS and TNANO definitionsBenjamin Walsh
2016-11-11power: Add ARC power states and update sampleJulien Delayen
2016-11-09kernel: deprecate old init levelsAndrew Boie
2016-11-04stm32_exti: add support for controllers with more than 32 linesNeil Armstrong
2016-10-28arm: st_stm32: Add support for STM32F4x SoC familyAmit Kucheria
2016-10-20stm32: cleanup how we get external interrupt base addrKumar Gala
2016-10-19drivers: exti_stm32: fix clear pending extiRicardo Salveti
2016-10-19exti: stm32: fix driver data handlingRicardo Salveti
2016-09-24mvic: fixed printk formatAnas Nashif
2016-09-23ioapic: make init-time RTE masking optionalAndrew Boie
2016-09-23apic: set initial PM state at build timeAndrew Boie
2016-09-23kernel: remove lingering irq_connect_dynamic() referencesAndrew Boie
2016-09-22power_mgmt: Update sample and drivers according to new pm device APIamirkapl
2016-09-12mvic: default to IRQ 10 instead of 0 for timerAndrew Boie
2016-09-08interrupt_controller: allow for indeterminate faulting vectorsAndrew Boie
2016-09-06x86: declare internal API for interrupt controllersAndrew Boie
2016-09-06x86: remove dynamic interrupts and exceptionsAndrew Boie
2016-07-13_loapic_isr_vector_get: fix implementationAndrew Boie
2016-06-09int: Set default ARC interrupts to lowest priority to startChuck Jordan
2016-05-25Cleanup whitespace in Kconfig filesKumar Gala
2016-05-24pm/loapic: suspend/resume support for LOAPICJithu Joseph
2016-05-24pm/ioapic: Add suspend/resume support for IOAPICJithu Joseph
2016-05-24pm/apic: Keep irq to vector table in RAM when needed by PMJithu Joseph
2016-05-24apic : Refactor some macros into a headerJithu Joseph
2016-05-11arc: early init should invalidate d-cache and set vector tableChuck Jordan
2016-05-04drivers/interrupt_controller: initialize only NUM_IRQS interruptscjordan
2016-04-18stm32: rename SOC_STM32F1X -> SOC_SERIES_STM32F1XAnas Nashif
2016-04-18stm32: rename CONFIG_SOC_STM32 -> CONFIG_SOC_FAMILY_STM32Anas Nashif
2016-03-18interupt_controller/stm32_exti: driver for STM32 EXTI controllerMaciek Borzecki
2016-03-04system_apic: rename irq_enable/disableAndrew Boie
2016-02-08x86: rebase priority levelsAndrew Boie
2016-02-05irq: rename irq_connect() to IRQ_CONNECT()Andrew Boie
2016-02-05init: use SYS_INIT() where it makes senseBenjamin Walsh
2016-02-05device: use DEVICE_INIT everwhereBenjamin Walsh
2016-02-05device: rename SYS_DEFINE_DEVICE()Benjamin Walsh
2016-02-05device: rename DECLARE_DEVICE_INIT_CONFIG()Benjamin Walsh
2016-02-05interrupts: new static IRQ APIAndrew Boie
2016-02-05x86: remove NANO_SOFT_IRQ from zephyrAndrew Boie
2016-02-05rename basic_atom with minnowboardAnas Nashif
2016-02-05mvic: fix how local interrupts are programmedAndrew Boie
2016-02-05quark_se: apic: work around EOI forwarding issueAndrew Boie
2016-02-05loapic: handle spurious interruptsAndrew Boie