Age | Commit message (Expand) | Author |
---|---|---|
2021-08-06 | Kernel: Make HardwareTimer::model() return StringView | Andreas Kling |
2021-06-17 | Kernel/Interrupts: Return boolean on whether we handled the interrupt | Liav A |
2021-05-12 | Kernel: Fix issues supporting HPETs with 32-bit-only main counter | Tom |
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 |
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: Remove "stale callback" concept from time management | Andreas Kling |
2020-03-19 | Kernel: Introduce the new Time management subsystem | Liav A |