serenity/Kernel/Arch/x86_64
Ben Wiederhake 65b420f996 Everywhere: Remove unused includes of AK/Memory.h
These instances were detected by searching for files that include
AK/Memory.h, but don't match the regex:

\\b(fast_u32_copy|fast_u32_fill|secure_zero|timing_safe_compare)\\b

This regex is pessimistic, so there might be more files that don't
actually use any memory function.

In theory, one might use LibCPP to detect things like this
automatically, but let's do this one step after another.
2023-01-02 20:27:20 -05:00
..
Boot
Hypervisor
Interrupts Everywhere: Remove unused includes of AK/Memory.h 2023-01-02 20:27:20 -05:00
ISABus Everywhere: Remove unused includes of AK/Memory.h 2023-01-02 20:27:20 -05:00
PCI Kernel: Propagate properly errors from PCI IDE Controller initialization 2023-01-02 04:59:23 -07:00
Time
VGA Kernel: Turn lock ranks into template parameters 2023-01-02 18:15:27 -05:00
ASM_wrapper.cpp
ASM_wrapper.h
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
CPUID.h
CrashHandler.cpp
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
InterruptEntry.cpp
InterruptManagement.cpp
InterruptManagement.h
Interrupts.cpp Kernel/x86_64: *Restore* interrupt flag in page fault handler 2023-01-01 15:14:35 +01:00
Interrupts.h
IO.h
IRQController.h
ISRStubs.h
linker.ld
mcontext.h
MSR.h
NonMaskableInterruptDisabler.h
PageDirectory.cpp Kernel: Turn lock ranks into template parameters 2023-01-02 18:15:27 -05:00
PageDirectory.h
PCSpeaker.cpp
PCSpeaker.h
Processor.cpp Kernel: Remove duplicate Processor::restore_in_critical 2022-12-29 19:32:20 -07:00
Processor.h Kernel: Add Processor::wait_for_interrupt and use it in Scheduler 2022-12-29 19:32:20 -07:00
ProcessorInfo.cpp
ProcessorInfo.h
RegisterState.h
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
ThreadRegisters.h Kernel: Factor out setting Thread entry function 2022-12-29 19:32:20 -07:00
TrapFrame.cpp
TrapFrame.h
TSS.h