summaryrefslogtreecommitdiff
path: root/kern/intr.c
AgeCommit message (Collapse)Author
2017-09-06Use new thread_check_intr_context function consistentlyRichard Braun
2017-07-13Switch to initialization operationsRichard Braun
2017-06-25Use the C11 alignas and noreturn macrosRichard Braun
2017-06-24Move the INTR_TABLE_SIZE macro to the x86/trap moduleRichard Braun
2017-06-10Use log functions where appropriateRichard Braun
2017-05-28kern/intr: route all interrupts to BSPRichard Braun
APIC support needs to be improved before interrupts can be routed to any processor.
2017-05-28kern/intr: send EOI after interrupt handlingRichard Braun
This seems to be required for the AT keyboard.
2017-05-28kern/intr: gracefully handle spurious interruptsRichard Braun
2017-05-26kern/intr: new moduleRichard Braun