summaryrefslogtreecommitdiffstats
path: root/src/core/arm/cpu_interrupt_handler.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-08-26cpu_interrupt_handler: Misc style changesReinUsesLisp1-4/+2
2020-08-26cpu_interrupt_handler: Make is_interrupted an atomicReinUsesLisp1-1/+1
Fixes a race condition detected from tsan
2020-07-07cpu_interrupt_handler: Remove #pragma once from .cpp fileMerryMage1-2/+0
2020-06-27General: Recover Prometheus project from harddrive failure Fernando Sahmkow1-0/+29
This commit: Implements CPU Interrupts, Replaces Cycle Timing for Host Timing, Reworks the Kernel's Scheduler, Introduce Idle State and Suspended State, Recreates the bootmanager, Initializes Multicore system.