Age | Commit message (Expand) | Author |
---|---|---|
2021-08-23 | Kernel: Convert Processor::in_irq() to static current_in_irq() | Andreas Kling |
2021-08-22 | Kernel: Rename ScopedSpinlock => SpinlockLocker | Andreas Kling |
2021-08-22 | Kernel: Rename SpinLock => Spinlock | Andreas Kling |
2021-06-24 | Kernel: Move special sections into Sections.h | Hendiadyoin1 |
2021-06-17 | Kernel/Interrupts: Return boolean on whether we handled the interrupt | Liav A |
2021-04-29 | Everywhere: Use "the SerenityOS developers." in copyright headers | Linus Groh |
2021-04-23 | AK: Rename adopt() to adopt_ref() | Andreas Kling |
2021-04-22 | Everything: Move to SPDX license identifiers in all files. | Brian Gianforcaro |
2021-04-03 | Kernel: Introduce a new HID subsystem | Liav A |