Andreas Kling
|
f572d96539
Kernel: Make HardwareTimer::model() return StringView
|
4 years ago |
Andreas Kling
|
c9f6786e8b
Kernel: Make various T::class_name() and similar return StringView
|
4 years ago |
Daniel Bertalan
|
b97a00d4b1
Kernel: Add missing override specifiers
|
4 years ago |
Liav A
|
b91df26d4a
Kernel/Interrupts: Return boolean on whether we handled the interrupt
|
4 years ago |
Brian Gianforcaro
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 years ago |
Tom
|
cdbd878a14
Kernel: Fix APIC timer calibration to be more accurate
|
4 years ago |
Ben Wiederhake
|
860a3bbce3
Kernel: Use default con/de-structors
|
4 years ago |
Tom
|
32d9534c67
Kernel: Fix GenericInterruptHandler problems with virtual functions
|
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
|
fe615e601a
Kernel: Set up and calibrate APIC timer, and enable timer on all CPUs
|
4 years ago |
Andreas Kling
|
c891c87cb5
Kernel: Rename HardwareTimer::change_function() => set_callback()
|
5 years ago |
Andreas Kling
|
b035267afa
Kernel: Remove "stale callback" concept from time management
|
5 years ago |
Andreas Kling
|
4b1f056e3a
Kernel: Rename HardwareTimer::m_function_to_call => m_callback
|
5 years ago |
Liav A
|
9db291d885
Kernel: Introduce the new Time management subsystem
|
5 years ago |