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
Age
Commit message (
Expand
)
Author
2021-05-12
Kernel: Fix issues supporting HPETs with 32-bit-only main counter
Tom
2021-05-05
Kernel: Modify TimeManagement::current_time(..) API so it can't fail. (#6869)
Brian Gianforcaro
2021-05-05
Kernel: Add Processor::is_bootstrap_processor() function, and use it. (#6871)
Brian Gianforcaro
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 a handful of places
Andreas Kling
2021-03-12
Kernel: Convert klog() => AK::Format in TimeManagement
Andreas Kling
2021-03-12
Kernel: Convert klog() => AK::Format in APICTimer
Andreas Kling
2021-03-09
Kernel: Convert klog() => dmesgln() in HPET
Andreas Kling
2021-03-06
Kernel: Address all 32 HPET comparators correctly
Liav A
2021-03-06
Revert "Kernel: Fix HPET timer structure layout"
Liav A
2021-03-03
Kernel: Mark more of the kernel initialization as UNMAP_AFTER_INIT
Brian Gianforcaro
2021-03-03
Kernel: Move Kernel CommandLine parsing to strongly typed API.
Brian Gianforcaro
2021-03-02
Kernel: Make TimeManagement use AK::Time internally
Ben Wiederhake
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
2021-02-26
Kernel: Fix HPET timer structure layout
Tom
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-02-20
Kernel: Slap a handful more things with UNMAP_AFTER_INIT
Andreas Kling
2021-02-19
Kernel: Slap UNMAP_AFTER_INIT on a bunch more functions
Andreas Kling
2021-02-19
Kernel: Slap UNMAP_AFTER_INIT on a whole bunch of functions
Andreas Kling
2021-02-08
Everywhere: Replace dbgln<flag>(...) with dbgln_if(flag, ...)
AnotherTest
2021-01-27
Kernel: Make Processor::id a static function
Tom
2021-01-26
Meta: Split debug defines into multiple headers.
asynts
2021-01-26
Kernel: Add RTC as fallback entropy source if HPET is not found
Maciej Zygmanowski
2021-01-26
Kernel: Add HPET::read_main_counter()
Maciej Zygmanowski
2021-01-25
Everywhere: Debug macros instead of constexpr.
asynts
2021-01-25
Everywhere: Remove unnecessary debug comments.
asynts
2021-01-25
Everywhere: Use CMake to generate AK/Debug.h.
asynts
2021-01-22
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-11
Kernel: Convert a bunch of String::format() => String::formatted()
Andreas Kling
2021-01-11
Everywhere: Replace a bundle of dbg with dbgln.
asynts
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-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-12-21
Everywhere: Switch from (void) to [[maybe_unused]] (#4473)
Lenny Maiorani
2020-12-02
Kernel: Add CLOCK_REALTIME support to the TimerQueue
Tom
2020-11-30
Kernel: Move some time related code from Scheduler into TimeManagement
Tom
2020-11-10
Kernel+LibC: Add adjtime(2)
Nico Weber
2020-11-07
Kernel: Update TimeManagement::m_epoch_time directly in increment_time_since_...
Nico Weber
2020-11-06
Kernel: Fix HPET timer not firing in Bochs
Tom
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
[next]