summaryrefslogtreecommitdiff
path: root/Kernel/Panic.cpp
AgeCommit message (Expand)Author
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-01-21Kernel: Ensure that CommandLine is initialized before choosing PanicModeLiav A
2021-12-30Kernel: Add some implied auto qualifiersHendiadyoin1
2021-10-25Kernel: Separate panic behavior from bootmodeBen Wiederhake
2021-10-14Kernel: Add per platform Processor.h headersJames Mintram
2021-10-01Kernel: Move x86 IO instructions code into the x86 specific folderLiav A
2021-09-07Kernel: Track when a thread is in the middle of crashingBrian Gianforcaro
2021-08-04Kernel: Print panic backtrace to both the screen and serialLuke
2021-07-27Kernel: Shutdown on panic in self-test modeLiav A
2021-07-26Kernel: Reset on panic in self-test modeAli Mohammad Pur
2021-06-24Kernel: Pull apart CPU.hHendiadyoin1
2021-05-16Kernel/Graphics + SystemServer: Support text mode properlyLiav A
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-03-21Kernel::CPU: Move headers into common directoryHendiadyoin1
2021-02-14Kernel: Add a PANIC() functionAndreas Kling