ladybird/Kernel/Time
Hendiadyoin1 0d934fc991 Kernel::CPU: Move headers into common directory
Alot of code is shared between i386/i686/x86 and x86_64
and a lot probably will be used for compatability modes.
So we start by moving the headers into one Directory.
We will probalby be able to move some cpp files aswell.
2021-03-21 09:35:23 +01:00
..
APICTimer.cpp Kernel::CPU: Move headers into common directory 2021-03-21 09:35:23 +01:00
APICTimer.h Kernel: Fix GenericInterruptHandler problems with virtual functions 2021-02-28 15:27:53 +01:00
HardwareTimer.h Kernel: Fix APIC timer calibration to be more accurate 2021-03-01 11:11:09 +01:00
HPET.cpp Kernel: Convert klog() => dmesgln() in HPET 2021-03-09 22:10:41 +01:00
HPET.h Revert "Kernel: Fix HPET timer structure layout" 2021-03-06 15:58:24 +01:00
HPETComparator.cpp Kernel: Fix APIC timer calibration to be more accurate 2021-03-01 11:11:09 +01:00
HPETComparator.h Kernel: Fix APIC timer calibration to be more accurate 2021-03-01 11:11:09 +01:00
PIT.cpp Kernel::CPU: Move headers into common directory 2021-03-21 09:35:23 +01:00
PIT.h Kernel: Improve time keeping and dramatically reduce interrupt load 2020-12-21 18:26:12 +01:00
RTC.cpp Kernel::CPU: Move headers into common directory 2021-03-21 09:35:23 +01:00
RTC.h Kernel: Improve time keeping and dramatically reduce interrupt load 2020-12-21 18:26:12 +01:00
TimeManagement.cpp Kernel: Convert klog() => AK::Format in TimeManagement 2021-03-12 15:22:34 +01:00
TimeManagement.h Kernel: Make TimeManagement use AK::Time internally 2021-03-02 08:36:08 +01:00