ladybird/Kernel/Arch/x86_64
Julian Offenhäuser c705afa43a Kernel: Fix variable shadowing issue in PCIIDELegacyModeController
In this specific else case, primary_base_io_window would not be assigned
in the outer scope, leading to a crash immediately after.
2023-03-11 06:06:01 -07:00
..
Boot
Hypervisor
Interrupts Kernel: Remove declarations for non-existent methods 2023-01-27 20:33:18 +00:00
ISABus Kernel: Stop using NonnullLockRefPtrVector 2023-03-06 23:46:36 +01:00
PCI Kernel: Fix variable shadowing issue in PCIIDELegacyModeController 2023-03-11 06:06:01 -07:00
Time Kernel: Stop using NonnullLockRefPtrVector 2023-03-06 23:46:36 +01:00
VGA Kernel: Turn lock ranks into template parameters 2023-01-02 18:15:27 -05:00
ASM_wrapper.cpp
ASM_wrapper.h Kernel: Unify x86-64 assembly snippets naming for RDSEED & RDRAND 2023-01-25 23:17:36 +01:00
BochsDebugOutput.h
CMOS.cpp
CMOS.h
CPU.cpp
CPU.h Everywhere: Remove unused includes of AK/Concepts.h 2023-01-02 20:27:20 -05:00
CPUID.cpp Kernel: Use a descriptive name for x86-64 cpu_feature_to_string_view 2023-01-18 22:58:42 +01:00
CPUID.h Kernel: Use a descriptive name for x86-64 cpu_feature_to_string_view 2023-01-18 22:58:42 +01:00
CurrentTime.cpp
DebugOutput.cpp
Delay.cpp
DescriptorTable.h Everywhere: Remove unused includes of AK/StdLibExtras.h 2023-01-02 20:27:20 -05:00
I8042Reboot.cpp
I8042Reboot.h
init.cpp Kernel/FileSystem: Simplify the ProcFS significantly 2023-02-24 22:14:18 +01:00
InterruptEntry.cpp
InterruptManagement.cpp
InterruptManagement.h
Interrupts.cpp Kernel/aarch64: Implement initial page fault handling 2023-01-27 11:41:43 +01:00
Interrupts.h
IO.h
IRQController.h
ISRStubs.h
linker.ld
mcontext.h
MSR.h
NonMaskableInterruptDisabler.h
PageDirectory.cpp Kernel: Move Memory/PageDirectory.{cpp,h} to arch-specific directory 2023-01-27 11:41:43 +01:00
PageDirectory.h Kernel: Move Memory/PageDirectory.{cpp,h} to arch-specific directory 2023-01-27 11:41:43 +01:00
PCSpeaker.cpp
PCSpeaker.h
Processor.cpp Kernel/aarch64: Implement Thread Local Storage 2023-02-15 22:53:19 +01:00
Processor.h Kernel/aarch64: Implement Thread Local Storage 2023-02-15 22:53:19 +01:00
ProcessorInfo.cpp Kernel: Use a descriptive name for x86-64 cpu_feature_to_string_view 2023-01-18 22:58:42 +01:00
ProcessorInfo.h
RegisterState.h Kernel: Factor our PreviousMode into RegisterState::previous_mode 2023-01-27 11:41:43 +01:00
RTC.cpp AK+Kernel: Eliminate UB (signed overflow) from days_since_epoch 2023-01-02 16:19:35 -05:00
RTC.h
SafeMem.cpp
Shutdown.cpp
Shutdown.h
SIMDState.h
SmapDisabler.cpp
SyscallEntry.cpp Kernel: Remove trap based syscall handling 2023-02-02 01:52:52 -07:00
ThreadRegisters.h Kernel: Add ThreadRegisters::set_exec_state and use it in execve.cpp 2023-01-27 20:47:08 +00:00
TrapFrame.cpp
TrapFrame.h
TSS.h