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
/
APICTimer.cpp
Age
Commit message (
Expand
)
Author
2021-04-29
Everywhere: Use "the SerenityOS developers." in copyright headers
Linus Groh
2021-04-23
AK: Rename adopt() to adopt_ref()
Andreas Kling
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-03-21
Kernel::CPU: Move headers into common directory
Hendiadyoin1
2021-03-12
Kernel: Convert klog() => AK::Format in APICTimer
Andreas Kling
2021-03-01
Kernel: Fix APIC timer calibration to be more accurate
Tom
2021-02-28
Kernel: Fix GenericInterruptHandler problems with virtual functions
Tom
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-02-19
Kernel: Slap UNMAP_AFTER_INIT on a whole bunch of functions
Andreas Kling
2020-12-21
Everywhere: Switch from (void) to [[maybe_unused]] (#4473)
Lenny Maiorani
2020-10-29
Kernel: Report more accurate ticks per second for APIC timer
Tom
2020-10-29
Kernel: Fix APIC timer frequency
Tom
2020-10-26
Kernel: Various APIC timer fixes
Tom
2020-10-25
Kernel: Set up and calibrate APIC timer, and enable timer on all CPUs
Tom