Commit Verlauf

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