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.cpp
Age
Commit message (
Expand
)
Author
2021-01-09
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2020-12-31
Everywhere: Re-format with clang-format-11
Linus Groh
2020-12-30
Kernel: Fix HPET::update_time to set ticks within the valid range
Tom
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-06-21
Kernel: Use map_typed() in HPET code and add a register access helper
Andreas Kling
2020-06-01
HPET: Fix accessing HPET registers
Tom
2020-05-16
Kernel: Remove dubious use of "volatile" in HPET code
Andreas Kling
2020-05-08
Kernel: Use NonnullRefPtrVector for HardwareTimer and HPETComparator
Andreas Kling
2020-04-09
Kernel: Remove redundant "ACPI" from filenames in ACPI/
Andreas Kling
2020-04-09
Kernel: Remove "non-operational" ACPI parser state
Andreas Kling
2020-04-01
Kernel: Align read operation in HPET registers' block
Liav A
2020-03-23
AK: Reduce header dependency graph of String.h
Andreas Kling
2020-03-19
Kernel: Introduce the new Time management subsystem
Liav A