1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-30 23:28:12 +00:00
serenity/Kernel/Arch/i386
Andreas Kling b0b51c3955 Kernel: Limit the size of stack traces
Let's not allow infinitely long stack traces. Cap it at 4096 frames.
2021-02-02 18:58:26 +01:00
..
Boot Boot: Fix undefined Multiboot behaviors 2021-01-19 09:03:37 +01:00
CPU.cpp Kernel: Limit the size of stack traces 2021-02-02 18:58:26 +01:00
CPU.h Kernel: Track processor idle state and wake processors when waking threads 2021-01-27 22:48:41 +01:00
Interrupts.h Meta+Kernel: Make clang-format-10 clean 2020-09-25 21:18:17 +02:00
ISRStubs.h Kernel: Add SMP IPI support 2020-07-06 17:07:44 +02:00
ProcessorInfo.cpp Kernel: Add some CPU feature flags related to TSC 2020-10-08 10:00:39 +02:00
ProcessorInfo.h Meta+Kernel: Make clang-format-10 clean 2020-09-25 21:18:17 +02:00
SafeMem.cpp Kernel: Add safe atomic functions 2021-01-17 20:30:31 +01:00
SafeMem.h Kernel: Add safe atomic functions 2021-01-17 20:30:31 +01:00