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
/
TimeManagement.h
Age
Commit message (
Expand
)
Author
2022-01-18
Kernel: Create the time page region before initializing the timers
Idan Horowitz
2021-12-28
Kernel: Remove the kmalloc_eternal heap :^)
Andreas Kling
2021-11-08
Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T>
Andreas Kling
2021-10-26
Kernel: Add TimeManagement::is_initialized()
Andreas Kling
2021-10-15
Kernel: Add cross platform RegisterState header and Aarch64 version
James Mintram
2021-09-05
AK+Kernel: Move KResult.h to Kernel/API for userspace access
sin-ack
2021-08-10
Kernel+LibC: Allow clock_gettime() to run without syscalls
Andreas Kling
2021-07-18
Everywhere: Make tracking cpu usage independent from system ticks
Tom
2021-07-17
Kernel: Remove TimeManagement::initialized that wasn't implemented
Tom
2021-06-24
Kernel: Pull apart CPU.h
Hendiadyoin1
2021-05-15
Kernel: Don't use the profile timer if we don't have a timer to assign
Liav A
2021-05-14
Kernel: Use a separate timer for profiling the system
Gunnar Beutner
2021-05-05
Kernel: Modify TimeManagement::current_time(..) API so it can't fail. (#6869)
Brian Gianforcaro
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-03-02
Kernel: Make TimeManagement use AK::Time internally
Ben Wiederhake
2021-01-26
Kernel: Add RTC as fallback entropy source if HPET is not found
Maciej Zygmanowski
2020-12-21
Kernel: Improve time keeping and dramatically reduce interrupt load
Tom
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-10-25
Kernel: Set up and calibrate APIC timer, and enable timer on all CPUs
Tom
2020-09-08
AK: Remove FixedArray class.
asynts
2020-09-07
Kernel: Let TimeManagement keep epoch time as timespec
Nico Weber
2020-08-25
Kernel: Switch singletons to use new Singleton class
Tom
2020-08-22
Revert "Kernel: Switch singletons to use new Singleton class"
Andreas Kling
2020-08-21
Kernel: Switch singletons to use new Singleton class
Tom
2020-05-16
Kernel: Add TimeManagement::now_as_timeval()
Andreas Kling
2020-05-08
Kernel: Use NonnullRefPtrVector for HardwareTimer and HPETComparator
Andreas Kling
2020-04-16
Kernel: Remove "stale callback" concept from time management
Andreas Kling
2020-04-16
Kernel: Remove an unnecessary indirection between timer and scheduler
Andreas Kling
2020-04-16
Kernel: Simplify the way we pass HardwareTimers around a bit
Andreas Kling
2020-04-09
Kernel: Simplify the Time management initialization
Liav A
2020-03-19
Kernel: Introduce the new Time management subsystem
Liav A