summaryrefslogtreecommitdiff
path: root/Kernel/Time/HPET.cpp
AgeCommit message (Expand)Author
2021-01-09Everywhere: Replace a bundle of dbg with dbgln.asynts
2020-12-31Everywhere: Re-format with clang-format-11Linus Groh
2020-12-30Kernel: Fix HPET::update_time to set ticks within the valid rangeTom
2020-12-21Kernel: Improve time keeping and dramatically reduce interrupt loadTom
2020-11-06Kernel: Fix HPET timer not firing in BochsTom
2020-06-21Kernel: Use map_typed() in HPET code and add a register access helperAndreas Kling
2020-06-01HPET: Fix accessing HPET registersTom
2020-05-16Kernel: Remove dubious use of "volatile" in HPET codeAndreas Kling
2020-05-08Kernel: Use NonnullRefPtrVector for HardwareTimer and HPETComparatorAndreas Kling
2020-04-09Kernel: Remove redundant "ACPI" from filenames in ACPI/Andreas Kling
2020-04-09Kernel: Remove "non-operational" ACPI parser stateAndreas Kling
2020-04-01Kernel: Align read operation in HPET registers' blockLiav A
2020-03-23AK: Reduce header dependency graph of String.hAndreas Kling
2020-03-19Kernel: Introduce the new Time management subsystemLiav A