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-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
2020-10-03
Everywhere: Fix more typos
Linus Groh
2020-09-25
Meta+Kernel: Make clang-format-10 clean
Ben Wiederhake
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-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-06-21
Kernel: Use map_typed() in HPET code and add a register access helper
Andreas Kling
2020-06-01
HPET: Fix accessing HPET registers
Tom
2020-05-16
Kernel: Absorb LibBareMetal back into the kernel
Andreas Kling
2020-05-16
Kernel: Add TimeManagement::now_as_timeval()
Andreas Kling
2020-05-16
Kernel: Remove dubious use of "volatile" in HPET code
Andreas Kling
2020-05-08
Kernel: Use NonnullRefPtrVector for HardwareTimer and HPETComparator
Andreas Kling
2020-04-18
Kernel: Remove CommandLine::get() in favor of lookup()
Andreas Kling
2020-04-16
Kernel: Fix dumb logic typo in HardwareTimer::handle_irq()
Andreas Kling
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-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
[next]