index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Kernel
/
Time
/
HPET.h
Age
Commit message (
Expand
)
Author
2021-08-06
Kernel: Move Kernel/Memory/ code into Kernel::Memory namespace
Andreas Kling
2021-08-06
Kernel: Rename Kernel/VM/ to Kernel/Memory/
Andreas Kling
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-06
Revert "Kernel: Fix HPET timer structure layout"
Liav A
2021-03-01
Kernel: Fix APIC timer calibration to be more accurate
Tom
2021-02-26
Kernel: Fix HPET timer structure layout
Tom
2021-01-26
Kernel: Add HPET::read_main_counter()
Maciej Zygmanowski
2020-12-21
Kernel: Improve time keeping and dramatically reduce interrupt load
Tom
2020-11-06
Kernel: Fix HPET timer not firing in Bochs
Tom
2020-09-08
AK: Remove FixedArray class.
asynts
2020-06-21
Kernel: Use map_typed() in HPET code and add a register access helper
Andreas Kling
2020-05-16
Kernel: Absorb LibBareMetal back into the kernel
Andreas Kling
2020-05-08
Kernel: Use NonnullRefPtrVector for HardwareTimer and HPETComparator
Andreas Kling
2020-03-19
Kernel: Introduce the new Time management subsystem
Liav A