summaryrefslogtreecommitdiff
path: root/Kernel/Arch/x86/ScopedCritical.h
AgeCommit message (Expand)Author
2021-10-15Kernel: Split ScopedCritical so header is platform independentJames Mintram
2021-10-14Kernel: Add per platform Processor.h headersJames Mintram
2021-08-10Kernel/SMP: Change critical sections to not disable interruptsAndreas Kling
2021-08-10Kernel/SMP: Make entering/leaving critical sections multi-processor safeAndreas Kling
2021-06-24Kernel: Pull apart CPU.hHendiadyoin1