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.cpp
Age
Commit message (
Expand
)
Author
2022-06-02
Kernel: Implement InterruptDisabler using generic Processor functions
Timon Kruiper
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-02-21
Kernel: Use TRY() when validating clock_id in TimeManagement
Brian Gianforcaro
2022-01-18
Kernel: Create the time page region before initializing the timers
Idan Horowitz
2021-12-26
Kernel: Encapsulate APIC initialization inside InterruptManagement
Pankaj Raghav
2021-10-26
Kernel: Add TimeManagement::is_initialized()
Andreas Kling
2021-09-12
Kernel: Move ACPI and BIOS code into the new Firmware directory
Liav A
2021-09-06
Kernel: Make kernel region allocators return KResultOr<NOP<Region>>
Andreas Kling
2021-08-23
Kernel: Convert Processor::in_irq() to static current_in_irq()
Andreas Kling
2021-08-10
Kernel: Add CLOCK_MONOTONIC_COARSE to the kernel time page
Andreas Kling
2021-08-10
Kernel: Only expose CLOCK_REALTIME_COARSE via the kernel time page
Andreas Kling
2021-08-10
Kernel: Close race window in timestamp update mechanism
Andreas Kling
2021-08-10
Kernel+LibC: Allow clock_gettime() to run without syscalls
Andreas Kling
2021-08-08
Everywhere: Replace AK::Singleton => Singleton
Andreas Kling
2021-07-11
Kernel: Remove unused header includes in Time subtree
Brian Gianforcaro
2021-06-24
Kernel: Move special sections into Sections.h
Hendiadyoin1
2021-06-24
Kernel: Pull apart CPU.h
Hendiadyoin1
2021-05-17
Kernel: Fix return value for {enable,disable}_profile_timer()
Gunnar Beutner
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-05-05
Kernel: Add Processor::is_bootstrap_processor() function, and use it. (#6871)
Brian Gianforcaro
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-03-12
Kernel: Convert klog() => AK::Format in TimeManagement
Andreas Kling
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-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-02-19
Kernel: Slap UNMAP_AFTER_INIT on a whole bunch of functions
Andreas Kling
2021-01-27
Kernel: Make Processor::id a static function
Tom
2021-01-25
Everywhere: Remove unnecessary debug comments.
asynts
2021-01-09
Everywhere: Replace a bundle of dbg with dbgln.
asynts
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-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-25
Kernel: Set up and calibrate APIC timer, and enable timer on all CPUs
Tom
2020-09-25
Meta+Kernel: Make clang-format-10 clean
Ben Wiederhake
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-22
Revert "Kernel: Move Singleton class to AK"
Andreas Kling
2020-08-22
Revert "AK: Get rid of make_singleton function"
Andreas Kling
2020-08-22
AK: Get rid of make_singleton function
Tom
2020-08-22
Kernel: Move Singleton class to AK
Tom
2020-08-21
Kernel: Switch singletons to use new Singleton class
Tom
2020-05-16
Kernel: Add TimeManagement::now_as_timeval()
Andreas Kling
[next]