ladybird/Kernel/Devices
kleines Filmröllchen 4314c25cf2 Kernel: Require lock rank for Spinlock construction
All users which relied on the default constructor use a None lock rank
for now. This will make it easier to in the future remove LockRank and
actually annotate the ranks by searching for None.
2022-08-19 20:26:47 -07:00
..
Audio Kernel: Require lock rank for Spinlock construction 2022-08-19 20:26:47 -07:00
HID Kernel: Require lock rank for Spinlock construction 2022-08-19 20:26:47 -07:00
AsyncDeviceRequest.cpp Kernel: Convert Processor::in_irq() to static current_in_irq() 2021-08-23 00:02:09 +02:00
AsyncDeviceRequest.h Kernel: Require lock rank for Spinlock construction 2022-08-19 20:26:47 -07:00
BlockDevice.cpp Kernel/Devices: Abstract SysFS Device add/remove methods more properly 2022-07-19 11:02:37 +01:00
BlockDevice.h Kernel/Devices: Abstract SysFS Device add/remove methods more properly 2022-07-19 11:02:37 +01:00
CharacterDevice.cpp Kernel/Devices: Abstract SysFS Device add/remove methods more properly 2022-07-19 11:02:37 +01:00
CharacterDevice.h Kernel/Devices: Abstract SysFS Device add/remove methods more properly 2022-07-19 11:02:37 +01:00
ConsoleDevice.cpp Kernel: Require lock rank for Spinlock construction 2022-08-19 20:26:47 -07:00
ConsoleDevice.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
Device.cpp Kernel/Devices: Abstract SysFS Device add/remove methods more properly 2022-07-19 11:02:37 +01:00
Device.h Kernel: Require lock rank for Spinlock construction 2022-08-19 20:26:47 -07:00
DeviceControlDevice.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
DeviceControlDevice.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
DeviceManagement.cpp Kernel: Add DeviceManagement::try_for_each() for fallible iteration 2022-02-27 20:37:57 +01:00
DeviceManagement.h Kernel: Require lock rank for Spinlock construction 2022-08-19 20:26:47 -07:00
FullDevice.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
FullDevice.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
KCOVDevice.cpp Kernel+SystemServer: Make KCOVDevice a character device 2022-07-10 14:57:55 +02:00
KCOVDevice.h Kernel+SystemServer: Make KCOVDevice a character device 2022-07-10 14:57:55 +02:00
KCOVInstance.cpp Kernel: Propagate overflow errors from Memory::page_round_up 2021-12-28 23:08:50 +01:00
KCOVInstance.h Kernel: Require lock rank for Spinlock construction 2022-08-19 20:26:47 -07:00
MemoryDevice.cpp Everywhere: Add sv suffix to strings relying on StringView(char const*) 2022-07-12 23:11:35 +02:00
MemoryDevice.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
NullDevice.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
NullDevice.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
PCISerialDevice.cpp Kernel/PCI: Don't hold spinlocks when doing fast device enumeration 2022-03-14 22:39:09 +01:00
PCISerialDevice.h Everywhere: Add sv suffix to strings relying on StringView(char const*) 2022-07-12 23:11:35 +02:00
PCSpeaker.cpp Kernel: Move x86 IO instructions code into the x86 specific folder 2021-10-01 12:27:20 +02:00
PCSpeaker.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
RandomDevice.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
RandomDevice.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
SelfTTYDevice.cpp Kernel: Create SelfTTYDevice class to help replace /dev/tty symlink 2022-03-22 20:26:05 +01:00
SelfTTYDevice.h Kernel: Create SelfTTYDevice class to help replace /dev/tty symlink 2022-03-22 20:26:05 +01:00
SerialDevice.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
SerialDevice.h Kernel: Require lock rank for Spinlock construction 2022-08-19 20:26:47 -07:00
ZeroDevice.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
ZeroDevice.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00