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
/
HardwareTimer.h
Age
Commit message (
Expand
)
Author
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2021-12-11
Kernel: Remove unused String.h includes
Hendiadyoin1
2021-10-03
Kernel: Use `operator ""sv` in all purpose() implementations
Brian Gianforcaro
2021-08-06
Kernel: Make HardwareTimer::model() return StringView
Andreas Kling
2021-07-11
Kernel: Make various T::class_name() and similar return StringView
Andreas Kling
2021-07-03
Kernel: Add missing override specifiers
Daniel Bertalan
2021-06-17
Kernel/Interrupts: Return boolean on whether we handled the interrupt
Liav A
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-03-01
Kernel: Fix APIC timer calibration to be more accurate
Tom
2021-02-28
Kernel: Use default con/de-structors
Ben Wiederhake
2021-02-28
Kernel: Fix GenericInterruptHandler problems with virtual functions
Tom
2020-12-27
Kernel: Take into account the time keeper's frequency (if no HPET)
Tom
2020-12-21
Kernel: Improve time keeping and dramatically reduce interrupt load
Tom
2020-10-25
Kernel: Set up and calibrate APIC timer, and enable timer on all CPUs
Tom
2020-04-16
Kernel: Rename HardwareTimer::change_function() => set_callback()
Andreas Kling
2020-04-16
Kernel: Remove "stale callback" concept from time management
Andreas Kling
2020-04-16
Kernel: Rename HardwareTimer::m_function_to_call => m_callback
Andreas Kling
2020-03-19
Kernel: Introduce the new Time management subsystem
Liav A