summaryrefslogtreecommitdiff
path: root/Kernel/Time/RTC.cpp
AgeCommit message (Expand)Author
2022-09-23Kernel: Move x86-specific timer code handling to Arch/x86/Time directoryLiav A
2022-09-20Kernel/x86: Move RTC and CMOS code to x86 arch-specific subdirectoryLiav A
2022-08-20Kernel: Make self-contained locking smart pointers their own classesAndreas Kling
2022-06-02Kernel: Implement InterruptDisabler using generic Processor functionsTimon Kruiper
2022-06-02Kernel: Separate NonMaskableInterruptDisabler into its own fileTimon Kruiper
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2021-10-01Kernel: Move x86 IO instructions code into the x86 specific folderLiav A
2021-06-24Kernel: Pull apart CPU.hHendiadyoin1
2021-06-17Kernel/Interrupts: Return boolean on whether we handled the interruptLiav A
2021-04-23AK: Rename adopt() to adopt_ref()Andreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-03-21Kernel::CPU: Move headers into common directoryHendiadyoin1
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-01-11Everywhere: Replace a bundle of dbg with dbgln.asynts
2020-10-03Everywhere: Fix more typosLinus Groh
2020-09-25Meta+Kernel: Make clang-format-10 cleanBen Wiederhake
2020-05-16Kernel: Absorb LibBareMetal back into the kernelAndreas Kling
2020-03-19Kernel: Introduce the new Time management subsystemLiav A