Age | Commit message (Expand) | Author |
---|---|---|
2021-06-24 | Kernel: Pull apart CPU.h | Hendiadyoin1 |
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-28 | Kernel: Fix GenericInterruptHandler problems with virtual functions | Tom |
2021-02-23 | Everywhere: Rename ASSERT => VERIFY | Andreas Kling |
2021-02-08 | Everywhere: Replace dbgln<flag>(...) with dbgln_if(flag, ...) | AnotherTest |
2021-01-26 | Meta: Split debug defines into multiple headers. | asynts |
2021-01-25 | Everywhere: Debug macros instead of constexpr. | asynts |
2021-01-25 | Everywhere: Remove unnecessary debug comments. | asynts |
2021-01-22 | Everywhere: Replace a bundle of dbg with dbgln. | asynts |
2020-03-24 | Kernel: Simplify disable_irq() and enable_irq() methods in IRQHandler | Liav A |
2020-03-24 | Kernel: Abstract IRQ controller handling from Interrupt handlers | Liav A |
2020-02-29 | Kernel: Simplify interrupt management | Liav A |
2020-02-24 | Kernel: Add new IRQHandler class | Liav A |