summaryrefslogtreecommitdiff
path: root/include/drivers/loapic.h
AgeCommit message (Expand)Author
2017-01-19license: Replace Apache boilerplate with SPDX tagDavid B. Kinder
2016-09-06x86: declare internal API for interrupt controllersAndrew Boie
2016-07-13quark_se: make EOI operations atomicAndrew Boie
2016-02-05interrupts: new static IRQ APIAndrew Boie
2016-02-05iamcu: Fix loapic_mkstub macro to pass isr context value correctlyDirk Brandewie
2016-02-05x86: iamcu: Add support for the IAMCU calling convention.Dirk Brandewie
2016-02-05x86: reduce static IRQ stub sizeAndrew Boie
2016-02-05quark_se: apic: work around EOI forwarding issueAndrew Boie
2016-02-05x86: remove loapic_int_vec_trigger()Andrew Boie
2016-02-05loapic: expose _loapic_isr_vector_get() in headerAndrew Boie
2016-02-05loapic: move common init code into driverDaniel Leung
2016-02-05loapic: get rid of function call overhead for _loapic_eoi()Andrew Boie
2016-02-05x86: remove dynamically generated IRQ and exception codeAndrew Boie
2016-02-05x86: remove boi handler support, eoi argumentAndrew Boie
2016-02-05x86: Add context value to loapic_mkstub and ioapic_mkstub macrosDirk Brandewie
2016-02-05checkpatch: code_indent failuresDan Kalowsky
2016-02-05Change BSD-3 licenses to Apache 2Javier B Perez Hernandez
2016-02-05x86: move LOAPIC driver to device model/init systemDirk Brandewie
2016-02-05IRQ_CONNECT_STATIC implementation for x86 platformDmitriy Korovkin
2016-02-05loapic: Expose APIC LVT mask definitionDirk Brandewie
2015-04-10First commitInaky Perez-Gonzalez