1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 19:38:12 +00:00
serenity/Kernel/Arch/x86
2022-04-02 19:34:20 -07:00
..
common Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
i386 Kernel: Remove unnecessary includes from Thread.h 2022-01-30 16:21:59 +01:00
x86_64 Kernel: Set CS selector when initializing thread context on x86_64 2022-02-27 00:38:00 +02:00
ASM_wrapper.h Kernel: Add helpers for rdrand and rdseed 2022-03-21 23:33:42 +01:00
CPU.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
CPUID.h Kernel: Support all AMD-defined CPUID feature flags for EAX=80000001h 2022-03-27 18:54:56 +02:00
DescriptorTable.h Kernel: Use enum instead of magic numbers for GDT descriptor types 2022-01-04 19:08:07 +02:00
InterruptDisabler.h Kernel: Add an x86 include check+error in x86/InerruptDisabler.h 2021-12-01 11:22:04 -08:00
Interrupts.h Kernel/Interrupts: Initialize two spurious handlers when PIC is disabled 2022-01-30 21:07:20 +02:00
IO.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
ISRStubs.h Kernel/Interrupts: Initialize two spurious handlers when PIC is disabled 2022-01-30 21:07:20 +02:00
linker.ld Kernel: Move aarch64 Prekernel into Kernel 2022-03-12 14:54:12 -08:00
mcontext.h Kernel: Add support for SA_SIGINFO 2022-03-04 20:07:05 +01:00
MSR.h Kernel: Add an x86 include check+error in x86/MSR.h 2021-12-01 11:22:04 -08:00
PageDirectory.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
PageFault.h Kernel: Add an x86 include check+error in x86/PageFault.h 2021-12-01 11:22:04 -08:00
Processor.h Kernel: Make Region.cpp compile on aarch64 2022-04-02 19:34:20 -07:00
ProcessorInfo.h Kernel: Convert ProcessorInfo to KString 2022-01-12 16:09:09 +02:00
RegisterState.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
SafeMem.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
Spinlock.h Kernel: Move Spinlock lock/unlock functions out of line 2022-02-03 16:11:26 +01:00
TrapFrame.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
TSS.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00