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-08-06
Kernel: Rename Kernel/VM/ to Kernel/Memory/
Andreas Kling
2021-08-06
Kernel: Make HardwareTimer::model() return StringView
Andreas Kling
2021-08-01
Kernel: Remove unused header includes
Brian Gianforcaro
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-07-11
Kernel: Remove unused header includes in Time subtree
Brian Gianforcaro
2021-07-11
Kernel: Make various T::class_name() and similar return StringView
Andreas Kling
2021-07-08
Everywhere: Mark debug-only functions `[[maybe_unused]]`
Daniel Bertalan
2021-07-03
Kernel: Add missing override specifiers
Daniel Bertalan
2021-06-24
Kernel: Move special sections into Sections.h
Hendiadyoin1
2021-06-24
Kernel: Pull apart CPU.h
Hendiadyoin1
2021-06-17
Kernel/Interrupts: Return boolean on whether we handled the interrupt
Liav A
2021-05-17
Kernel: Fix return value for {enable,disable}_profile_timer()
Gunnar Beutner
2021-05-17
Kernel: Fix spelling mistake in HPETComparator::try_to_set_frequency
Idan Horowitz
2021-05-17
Kernel: Set InterruptEnable on HPET Comparators when frequency is set
Idan Horowitz
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-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
[prev]
[next]