Age | Commit message (Expand) | Author |
---|---|---|
2020-08-25 | Kernel: Switch singletons to use new Singleton class | Tom |
2020-08-22 | Revert "Kernel: Switch singletons to use new Singleton class" | Andreas Kling |
2020-08-22 | Revert "Kernel: Move Singleton class to AK" | Andreas Kling |
2020-08-22 | Revert "AK: Get rid of make_singleton function" | Andreas Kling |
2020-08-22 | AK: Get rid of make_singleton function | Tom |
2020-08-22 | Kernel: Move Singleton class to AK | Tom |
2020-08-21 | Kernel: Switch singletons to use new Singleton class | Tom |
2020-04-27 | Kernel: Update TimerQueue next due timer only when necessary | Brian Gianforcaro |
2020-04-27 | Kernel: Expose timers via a TimerId type | Brian Gianforcaro |
2020-04-26 | Kernel: Refactor TimeQueue::add_timer to use timeval | Brian Gianforcaro |
2020-02-16 | Kernel: Move all code into the Kernel namespace | Andreas Kling |
2020-01-18 | Meta: Add license header to source files | Andreas Kling |
2019-12-27 | Kernel: Add kernel-level timer queue (heavily based on @juliusf's work) | Conrad Pankoff |