Age | Commit message (Expand) | Author |
---|---|---|
2021-06-17 | Kernel/Interrupts: Return boolean on whether we handled the interrupt | Liav A |
2021-04-22 | Everything: Move to SPDX license identifiers in all files. | Brian Gianforcaro |
2021-03-01 | Kernel: Fix APIC timer calibration to be more accurate | Tom |
2021-02-28 | Kernel: Use default con/de-structors | Ben Wiederhake |
2021-02-28 | Kernel: Fix GenericInterruptHandler problems with virtual functions | Tom |
2020-12-27 | Kernel: Take into account the time keeper's frequency (if no HPET) | Tom |
2020-12-21 | Kernel: Improve time keeping and dramatically reduce interrupt load | Tom |
2020-10-25 | Kernel: Set up and calibrate APIC timer, and enable timer on all CPUs | Tom |
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 |