summaryrefslogtreecommitdiff
path: root/Kernel/SanCov.cpp
AgeCommit message (Expand)Author
2023-06-04Kernel: Move all tasks-related code to the Tasks subdirectoryLiav A
2021-12-30Kernel: Add some implied auto qualifiersHendiadyoin1
2021-09-06Kernel/KCOV: Bring closer to typical SerenityOS coding styleAndreas Kling
2021-08-23Kernel: Convert Processor::in_irq() to static current_in_irq()Andreas Kling
2021-08-01Kernel: Remove unused header includesBrian Gianforcaro
2021-07-26Kernel: Add option to build with coverage instrumentation and KCOVPatrick Meyer