1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 14:28:12 +00:00
serenity/Kernel/Arch/x86/common
Linus Groh afce63fffc Kernel: Move feature string building to ProcessorInfo
Other than a dmesgln(), ProcessorInfo is the only user of this function
and is already responsible for building other CPUID-related strings.
2022-04-03 23:20:33 +02:00
..
ASM_wrapper.cpp Kernel: Add per platform Processor.h headers 2021-10-14 01:23:08 +01:00
CPU.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
CPUID.cpp Kernel: Support all AMD-defined CPUID feature flags for EAX=80000001h 2022-03-27 18:54:56 +02:00
CrashHandler.cpp Kernel: Make handle_crash available to aarch64 2022-04-02 19:34:20 -07:00
Interrupts.cpp Kernel: Make handle_crash available to aarch64 2022-04-02 19:34:20 -07:00
PageDirectory.cpp Kernel: Make MemoryManager compile on aarch64 2022-04-02 19:34:20 -07:00
Processor.cpp Kernel: Move feature string building to ProcessorInfo 2022-04-03 23:20:33 +02:00
ProcessorInfo.cpp Kernel: Move feature string building to ProcessorInfo 2022-04-03 23:20:33 +02:00
SafeMem.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
ScopedCritical.cpp Kernel: Move ScopedCritical + SmapDisabler CPP files into x86 common 2021-10-16 15:43:41 -07:00
SmapDisabler.cpp Kernel: Move ScopedCritical + SmapDisabler CPP files into x86 common 2021-10-16 15:43:41 -07:00
Spinlock.cpp Kernel: Move Spinlock lock/unlock functions out of line 2022-02-03 16:11:26 +01:00
TrapFrame.cpp Kernel: Add per platform Processor.h headers 2021-10-14 01:23:08 +01:00