1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 22:48:11 +00:00
serenity/Kernel/Storage
Brian Gianforcaro bb58a4d943 Kernel: Make all Spinlocks use u8 for storage, remove template
The default template argument is only used in one place, and it
looks like it was probably just an oversight. The rest of the Kernel
code all uses u8 as the type. So lets make that the default and remove
the unused template argument, as there doesn't seem to be a reason to
allow the size to be customizable.
2021-09-05 20:46:02 +02:00
..
Partition Everywhere: Make use of container version of all_of 2021-08-03 10:46:43 +02:00
AHCI.h Kernel/AHCI: Fix shift of 1 2021-06-25 16:27:01 +02:00
AHCIController.cpp Kernel: Rename PCI::DeviceController => PCI::Device 2021-08-23 01:07:45 +02:00
AHCIController.h Kernel: Rename PCI::DeviceController => PCI::Device 2021-08-23 01:07:45 +02:00
AHCIPort.cpp Kernel: Make all Spinlocks use u8 for storage, remove template 2021-09-05 20:46:02 +02:00
AHCIPort.h Kernel: Make all Spinlocks use u8 for storage, remove template 2021-09-05 20:46:02 +02:00
AHCIPortHandler.cpp Kernel/Interrupts: Return boolean on whether we handled the interrupt 2021-06-17 16:53:25 +02:00
AHCIPortHandler.h Kernel: Move Mutex into Locking/ 2021-08-07 11:48:00 +02:00
ATA.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
BMIDEChannel.cpp Kernel: Rename ScopedSpinlock => SpinlockLocker 2021-08-22 03:34:10 +02:00
BMIDEChannel.h Kernel: Move Kernel/Memory/ code into Kernel::Memory namespace 2021-08-06 14:05:58 +02:00
IDEChannel.cpp Kernel: Convert UserOrKernelBuffer callbacks to use AK::Bytes 2021-09-01 18:06:14 +02:00
IDEChannel.h Kernel: Make all Spinlocks use u8 for storage, remove template 2021-09-05 20:46:02 +02:00
IDEController.cpp Kernel: Rename PCI::DeviceController => PCI::Device 2021-08-23 01:07:45 +02:00
IDEController.h Kernel: Rename PCI::DeviceController => PCI::Device 2021-08-23 01:07:45 +02:00
PATADiskDevice.cpp Kernel: Remove unused header includes in Storage subtree 2021-07-11 21:37:38 +02:00
PATADiskDevice.h Kernel: Remove unused mutex PATADiskDevice::m_lock 2021-08-08 00:08:24 +02:00
RamdiskController.cpp Kernel: Fix bad search-and-replace renames 2021-08-07 00:39:06 +02:00
RamdiskController.h Everywhere: Use "the SerenityOS developers." in copyright headers 2021-04-29 00:59:26 +02:00
RamdiskDevice.cpp Kernel: Move Kernel/Memory/ code into Kernel::Memory namespace 2021-08-06 14:05:58 +02:00
RamdiskDevice.h Kernel: Move Mutex into Locking/ 2021-08-07 11:48:00 +02:00
SATADiskDevice.cpp Kernel: Remove unused header includes in Storage subtree 2021-07-11 21:37:38 +02:00
SATADiskDevice.h Kernel: Move Mutex into Locking/ 2021-08-07 11:48:00 +02:00
StorageController.h Kernel: Rename PCI::DeviceController => PCI::Device 2021-08-23 01:07:45 +02:00
StorageDevice.cpp Kernel: Make various T::class_name() and similar return StringView 2021-07-11 01:46:59 +02:00
StorageDevice.h Kernel: Move Mutex into Locking/ 2021-08-07 11:48:00 +02:00
StorageManagement.cpp Kernel: Add missing error check when opening root file system 2021-09-04 13:08:37 +02:00
StorageManagement.h Kernel: Rename FS => FileSystem 2021-07-11 00:20:38 +02:00