Age | Commit message (Expand) | Author |
---|---|---|
2021-03-21 | Kernel::CPU: Move headers into common directory | Hendiadyoin1 |
2021-03-12 | Kernel: Convert klog() => AK::Format in APICTimer | Andreas Kling |
2021-03-01 | Kernel: Fix APIC timer calibration to be more accurate | Tom |
2021-02-28 | Kernel: Fix GenericInterruptHandler problems with virtual functions | Tom |
2021-02-23 | Everywhere: Rename ASSERT => VERIFY | Andreas Kling |
2021-02-19 | Kernel: Slap UNMAP_AFTER_INIT on a whole bunch of functions | Andreas Kling |
2020-12-21 | Everywhere: Switch from (void) to [[maybe_unused]] (#4473) | Lenny Maiorani |
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 |