Age | Commit message (Expand) | Author |
---|---|---|
2021-06-24 | Kernel: Remove unused CPU.h includes | Hendiadyoin1 |
2021-06-17 | Kernel/Interrupts: Return boolean on whether we handled the interrupt | Liav A |
2021-04-22 | Everything: Move to SPDX license identifiers in all files. | Brian Gianforcaro |
2021-03-21 | Kernel::CPU: Move headers into common directory | Hendiadyoin1 |
2021-02-23 | Everywhere: Rename ASSERT => VERIFY | Andreas Kling |
2020-05-16 | Kernel: Annotate UnhandledInterruptHandler::eoi with [[noreturn]] | Shannon Booth |
2020-03-19 | Kernel: Use a const reference to RegisterState in IRQ handling | Liav A |
2020-03-06 | Kernel: Change HandlerPurpose to HandlerType | Liav A |
2020-02-24 | Kernel: Change get_sharing_devices_count() in GenericInterruptHandler | Liav A |
2020-02-24 | Kernel: Add UnhandledInterruptHandler class | Liav A |