Andreas Kling
|
d60635cb9d
Kernel: Convert Processor::in_irq() to static current_in_irq()
|
3 years ago |
Andreas Kling
|
b7dae4f90e
Kernel: Add CLOCK_MONOTONIC_COARSE to the kernel time page
|
4 years ago |
Andreas Kling
|
aaead6f332
Kernel: Only expose CLOCK_REALTIME_COARSE via the kernel time page
|
4 years ago |
Andreas Kling
|
11456ebc00
Kernel: Close race window in timestamp update mechanism
|
4 years ago |
Andreas Kling
|
fdfc66db61
Kernel+LibC: Allow clock_gettime() to run without syscalls
|
4 years ago |
Andreas Kling
|
c94c15d45c
Everywhere: Replace AK::Singleton => Singleton
|
4 years ago |
Brian Gianforcaro
|
b1740e410b
Kernel: Remove unused header includes in Time subtree
|
4 years ago |
Hendiadyoin1
|
62f9377656
Kernel: Move special sections into Sections.h
|
4 years ago |
Hendiadyoin1
|
7ca3d413f7
Kernel: Pull apart CPU.h
|
4 years ago |
Gunnar Beutner
|
52a4a1ec75
Kernel: Fix return value for {enable,disable}_profile_timer()
|
4 years ago |
Liav A
|
8a4cc735b9
Kernel: Don't use the profile timer if we don't have a timer to assign
|
4 years ago |
Gunnar Beutner
|
8614d18956
Kernel: Use a separate timer for profiling the system
|
4 years ago |
Brian Gianforcaro
|
11306d7121
Kernel: Modify TimeManagement::current_time(..) API so it can't fail. (#6869)
|
4 years ago |
Brian Gianforcaro
|
64b4e3f34b
Kernel: Add Processor::is_bootstrap_processor() function, and use it. (#6871)
|
4 years ago |
Brian Gianforcaro
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 years ago |
Andreas Kling
|
77b8865538
Kernel: Convert klog() => AK::Format in TimeManagement
|
4 years ago |
Brian Gianforcaro
|
0f424afd5a
Kernel: Mark more of the kernel initialization as UNMAP_AFTER_INIT
|
4 years ago |
Brian Gianforcaro
|
84a399de5d
Kernel: Move Kernel CommandLine parsing to strongly typed API.
|
4 years ago |
Ben Wiederhake
|
c040e64b7d
Kernel: Make TimeManagement use AK::Time internally
|
4 years ago |
Andreas Kling
|
5d180d1f99
Everywhere: Rename ASSERT => VERIFY
|
4 years ago |
Andreas Kling
|
fdf03852c9
Kernel: Slap UNMAP_AFTER_INIT on a whole bunch of functions
|
4 years ago |
Tom
|
e2f9e557d3
Kernel: Make Processor::id a static function
|
4 years ago |
asynts
|
acdcf59a33
Everywhere: Remove unnecessary debug comments.
|
4 years ago |
asynts
|
938e5c7719
Everywhere: Replace a bundle of dbg with dbgln.
|
4 years ago |
Tom
|
f1534ff36e
Kernel: Take into account the time keeper's frequency (if no HPET)
|
4 years ago |
Tom
|
5f51d85184
Kernel: Improve time keeping and dramatically reduce interrupt load
|
4 years ago |
Tom
|
12cf6f8650
Kernel: Add CLOCK_REALTIME support to the TimerQueue
|
4 years ago |
Tom
|
6cb640eeba
Kernel: Move some time related code from Scheduler into TimeManagement
|
4 years ago |
Nico Weber
|
323e727a4c
Kernel+LibC: Add adjtime(2)
|
4 years ago |
Nico Weber
|
c9c3667ea7
Kernel: Update TimeManagement::m_epoch_time directly in increment_time_since_boot
|
4 years ago |