Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-09-06 | Use new thread_check_intr_context function consistently | Richard Braun | |
2017-07-13 | Switch to initialization operations | Richard Braun | |
2017-06-25 | Use the C11 alignas and noreturn macros | Richard Braun | |
2017-06-24 | Move the INTR_TABLE_SIZE macro to the x86/trap module | Richard Braun | |
2017-06-10 | Use log functions where appropriate | Richard Braun | |
2017-05-28 | kern/intr: route all interrupts to BSP | Richard Braun | |
APIC support needs to be improved before interrupts can be routed to any processor. | |||
2017-05-28 | kern/intr: send EOI after interrupt handling | Richard Braun | |
This seems to be required for the AT keyboard. | |||
2017-05-28 | kern/intr: gracefully handle spurious interrupts | Richard Braun | |
2017-05-26 | kern/intr: new module | Richard Braun | |