summaryrefslogtreecommitdiff
path: root/Kernel/TimerQueue.h
AgeCommit message (Expand)Author
2020-04-27Kernel: Expose timers via a TimerId typeBrian Gianforcaro
2020-04-26Kernel: Refactor TimeQueue::add_timer to use timevalBrian Gianforcaro
2020-03-19Kernel: Introduce the new Time management subsystemLiav A
2020-02-24Kernel: Include the new PIT class in system componentsLiav A
2020-02-16Kernel: Move all code into the Kernel namespaceAndreas Kling
2020-01-18Meta: Add license header to source filesAndreas Kling
2019-12-27Kernel: Add kernel-level timer queue (heavily based on @juliusf's work)Conrad Pankoff