summaryrefslogtreecommitdiff
path: root/Kernel/Time/HPETComparator.h
AgeCommit message (Expand)Author
2021-08-06Kernel: Make HardwareTimer::model() return StringViewAndreas Kling
2021-06-17Kernel/Interrupts: Return boolean on whether we handled the interruptLiav A
2021-05-12Kernel: Fix issues supporting HPETs with 32-bit-only main counterTom
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-03-01Kernel: Fix APIC timer calibration to be more accurateTom
2020-12-21Kernel: Improve time keeping and dramatically reduce interrupt loadTom
2020-10-25Kernel: Set up and calibrate APIC timer, and enable timer on all CPUsTom
2020-04-16Kernel: Remove "stale callback" concept from time managementAndreas Kling
2020-03-19Kernel: Introduce the new Time management subsystemLiav A