summaryrefslogtreecommitdiffstats
path: root/src/core/arm/cpu_interrupt_handler.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* cpu_interrupt_handler: Misc style changesReinUsesLisp2020-08-261-4/+2
|
* cpu_interrupt_handler: Make is_interrupted an atomicReinUsesLisp2020-08-261-1/+1
| | | | Fixes a race condition detected from tsan
* cpu_interrupt_handler: Remove #pragma once from .cpp fileMerryMage2020-07-071-2/+0
|
* General: Recover Prometheus project from harddrive failure Fernando Sahmkow2020-06-271-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.