serenity/Kernel/Devices
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
..
Audio Kernel: Turn lock ranks into template parameters 2023-01-02 18:15:27 -05:00
HID Kernel: Turn lock ranks into template parameters 2023-01-02 18:15:27 -05:00
AsyncDeviceRequest.cpp
AsyncDeviceRequest.h Kernel: Turn lock ranks into template parameters 2023-01-02 18:15:27 -05:00
BlockDevice.cpp
BlockDevice.h
CharacterDevice.cpp
CharacterDevice.h
ConsoleDevice.cpp Kernel: Turn lock ranks into template parameters 2023-01-02 18:15:27 -05:00
ConsoleDevice.h Kernel: Turn lock ranks into template parameters 2023-01-02 18:15:27 -05:00
Device.cpp Kernel: Allow opening some device nodes sparingly for jailed processes 2022-12-09 23:09:00 -07:00
Device.h Kernel: Turn lock ranks into template parameters 2023-01-02 18:15:27 -05:00
DeviceControlDevice.cpp
DeviceControlDevice.h
DeviceManagement.cpp
DeviceManagement.h Kernel: Turn lock ranks into template parameters 2023-01-02 18:15:27 -05:00
FullDevice.cpp Everywhere: Remove unused includes of AK/Memory.h 2023-01-02 20:27:20 -05:00
FullDevice.h Kernel: Allow opening some device nodes sparingly for jailed processes 2022-12-09 23:09:00 -07:00
KCOVDevice.cpp Kernel: Allow opening some device nodes sparingly for jailed processes 2022-12-09 23:09:00 -07:00
KCOVDevice.h
KCOVInstance.cpp
KCOVInstance.h Kernel: Turn lock ranks into template parameters 2023-01-02 18:15:27 -05:00
MemoryDevice.cpp Everywhere: Remove unused includes of AK/Memory.h 2023-01-02 20:27:20 -05:00
MemoryDevice.h
NullDevice.cpp
NullDevice.h Kernel: Allow opening some device nodes sparingly for jailed processes 2022-12-09 23:09:00 -07:00
PCISerialDevice.cpp
PCISerialDevice.h
RandomDevice.cpp
RandomDevice.h Kernel: Allow opening some device nodes sparingly for jailed processes 2022-12-09 23:09:00 -07:00
SelfTTYDevice.cpp
SelfTTYDevice.h Kernel: Allow opening some device nodes sparingly for jailed processes 2022-12-09 23:09:00 -07:00
SerialDevice.cpp
SerialDevice.h Kernel: Turn lock ranks into template parameters 2023-01-02 18:15:27 -05:00
ZeroDevice.cpp Everywhere: Remove unused includes of AK/Memory.h 2023-01-02 20:27:20 -05:00
ZeroDevice.h Kernel: Allow opening some device nodes sparingly for jailed processes 2022-12-09 23:09:00 -07:00