Age | Commit message (Expand) | Author |
---|---|---|
2020-04-16 | Kernel: Rename HardwareTimer::change_function() => set_callback() | Andreas Kling |
2020-04-16 | Kernel: Remove "stale callback" concept from time management | Andreas Kling |
2020-04-16 | Kernel: Rename HardwareTimer::m_function_to_call => m_callback | Andreas Kling |
2020-03-19 | Kernel: Introduce the new Time management subsystem | Liav A |