summaryrefslogtreecommitdiff
path: root/Kernel/Time/HPET.h
AgeCommit message (Expand)Author
2021-03-06Revert "Kernel: Fix HPET timer structure layout"Liav A
2021-03-01Kernel: Fix APIC timer calibration to be more accurateTom
2021-02-26Kernel: Fix HPET timer structure layoutTom
2021-01-26Kernel: Add HPET::read_main_counter()Maciej Zygmanowski
2020-12-21Kernel: Improve time keeping and dramatically reduce interrupt loadTom
2020-11-06Kernel: Fix HPET timer not firing in BochsTom
2020-09-08AK: Remove FixedArray class.asynts
2020-06-21Kernel: Use map_typed() in HPET code and add a register access helperAndreas Kling
2020-05-16Kernel: Absorb LibBareMetal back into the kernelAndreas Kling
2020-05-08Kernel: Use NonnullRefPtrVector for HardwareTimer and HPETComparatorAndreas Kling
2020-03-19Kernel: Introduce the new Time management subsystemLiav A