Lenny Maiorani
|
c6acf64558
Kernel: Change static constexpr variables to constexpr where possible
|
3 years ago |
Pankaj Raghav
|
d234e6b801
Kernel: Add polling support to NVMe
|
3 years ago |
Liav A
|
308e54bc19
AK+Kernel: Implement UUID mixed endianness support
|
3 years ago |
Linus Groh
|
c05feaaa74
Kernel/Storage: Dump detected devices and partitions before PANIC()'ing
|
3 years ago |
Idan Horowitz
|
fa0a052fc6
Kernel: Use PARTUUID: instead of PARTUUID= as the partition uuid prefix
|
3 years ago |
Liav A
|
eb9c8f3895
Kernel/PCI: Add basic support for the VMD PCI bridge device
|
3 years ago |
Idan Horowitz
|
6402840670
Kernel: Replace {KString => String}::formatted in determine_boot_device
|
3 years ago |
Pankaj Raghav
|
9ae2285675
Kernel: Make enumerate_disk_partitions function not const
|
3 years ago |
mjz19910
|
3102d8e160
Everywhere: Fix many spelling errors
|
3 years ago |
Brian Gianforcaro
|
24066ba5ef
Kernel: Use MUST + Vector::try_append instead of Vector::append
|
3 years ago |
Brian Gianforcaro
|
d2ac40bcd7
Kernel: Enumerate PCI devices a single time in StorageManagement
|
3 years ago |
Tom
|
2251733744
Kernel: Allow specifying partition index with NVMe devices
|
3 years ago |
Pankaj Raghav
|
e99fafb683
Kernel/NVMe: Add initial NVMe driver support
|
3 years ago |
Liav A
|
9eb08bdb0f
Kernel: Make major and minor numbers to be DistinctNumerics
|
3 years ago |
Liav A
|
ed5a4f2938
Kernel/Storage: Restore booting from MBR partitions functionality
|
3 years ago |
Liav A
|
4dc3617f3c
Kernel/Storage: Move all ATA related code to a new subdirectory
|
3 years ago |
Andreas Kling
|
79fa9765ca
Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T>
|
3 years ago |
Liav A
|
741c871bc1
Kernel/Storage: Unify all ATA devices
|
3 years ago |
Brian Gianforcaro
|
836c22ea13
Kernel: Remove AK::String usage from Storage/StorageManagement.cpp
|
3 years ago |
Liav A
|
ef9b8ff0c7
Kernel/PCI: Remove all macros and replace them with enum classes
|
3 years ago |
Liav A
|
9d9d57056e
Kernel/PCI: Remove Address from enumeration callback
|
3 years ago |
Liav A
|
057f5a12c2
Kernel/PCI: Propagate usage of DeviceIdentifier everywhere
|
3 years ago |
Liav A
|
da327746a2
Kernel: Rename two PCI components
|
3 years ago |
Liav A
|
82bb08a15c
Kernel/PCI: Cache more details about PCI devices when enumerating them
|
3 years ago |
Liav A
|
fb7b4caa57
Kernel/Storage: Implement basic AHCI hotplug support
|
3 years ago |
Liav A
|
21b6d84ff0
Kernel/Devices: Remove required_mode and device_name methods
|
3 years ago |
Andreas Kling
|
4a9c18afb9
Kernel: Rename FileDescription => OpenFileDescription
|
3 years ago |
Liav A
|
25ea7461a0
Kernel/PCI: Simplify the entire subsystem
|
3 years ago |
Andreas Kling
|
36725228fa
Kernel: Tidy up Ext2FS construction a bit
|
3 years ago |
Andreas Kling
|
4b3bc3805b
Kernel: Add missing error check when opening root file system
|
3 years ago |