summaryrefslogtreecommitdiff
path: root/Kernel/Storage
AgeCommit message (Expand)Author
2021-07-22Kernel: Consolidate API for creating AnonymousVMObject with given pagesAndreas Kling
2021-07-22Everywhere: Prefer using {:#x} over 0x{:x}Gunnar Beutner
2021-07-18Kernel: Rename Locker => MutexLockerAndreas Kling
2021-07-17Kernel: Rename Lock to MutexAndreas Kling
2021-07-11Kernel: Remove unused header includes in Storage subtreeBrian Gianforcaro
2021-07-11Kernel: Make various T::class_name() and similar return StringViewAndreas Kling
2021-07-11Kernel: Rename FS => FileSystemAndreas Kling
2021-07-06Kernel: Promote various integers to 64 bits in storage layerJean-Baptiste Boric
2021-07-03Kernel: Add missing override specifiersDaniel Bertalan
2021-07-02Kernel/PCI: Move the PCI components as a subfolder to the Bus directoryLiav A
2021-06-28Kernel: Specify I/O size for BMIDEChannelGunnar Beutner
2021-06-25Kernel/AHCI: Dont assume ports start at 0Alexander
2021-06-25Kernel/AHCI: Fix shift of 1Alexander
2021-06-24Kernel: Move special sections into Sections.hHendiadyoin1
2021-06-17Kernel/Interrupts: Return boolean on whether we handled the interruptLiav A
2021-06-16Kernel: Remove various other uses of ssize_tGunnar Beutner
2021-06-15Kernel/AHCI: Don't set the C command header attributeLuke
2021-05-31Documentation: Add explanation about AHCI lockingLiav A
2021-05-29Kernel/Storage: Enable interrupts for AHCI ports if PHY is not enabledLiav A
2021-05-29Kernel/Storage: Remove the None option from AHCI reset policyLiav A
2021-05-29Kernel/Storage: Rename the method hba_region => default_hba_regionLiav A
2021-05-16Kernel: Don't ref-count UsedMemoryRange during iterationLiav A
2021-05-16Kernel: Fix incorrect argument when constructing DiskPartitionMetadataGunnar Beutner
2021-05-15Kernel/AHCI: Fix "received" => "recovered" typo in communication errorLuke
2021-05-15Kernel/AHCI: Get BOH and NVMP from extended capabilitiesLuke
2021-05-15AHCIController: Fix off-by-one mistake (#7144)Alexander Richards
2021-05-15Kernel/AHCI: Don't check for PCC during initializationLuke
2021-05-15Kernel/AHCI: Don't enable interrupts in the AHCIPort constructorLuke
2021-05-15Kernel: Make AnonymousVMObject physical page APIs OOM safeBrian Gianforcaro
2021-05-15Kernel: Fix lock state corruption in AHCIPORT::start_requestBrian Gianforcaro
2021-05-13Kernel: Make UserOrKernelBuffer R/W helpers return KResultOr<size_t>Andreas Kling
2021-05-13IDEChannel: Fix wait_until_not_busy() (#7084)Alexander Richards
2021-05-13Kernel: Move AHCIPort::ScatterList to VM::ScatterGatherListSahan Fernando
2021-04-29Everywhere: "indexes" => "indices"Andreas Kling
2021-04-29Everywhere: Use "the SerenityOS developers." in copyright headersLinus Groh
2021-04-26Kernel: Ensure IO and memory accesses are allowed for IDE channelsLiav A
2021-04-26Kernel/Storage: Make the IDEChannel design more robustLiav A
2021-04-26Kernel/Storage: Fix sending IOGroup parametersLiav A
2021-04-25Everywhere: Remove empty line after function body opening curly braceLinus Groh
2021-04-25Kernel: Remove the now defunct `LOCKER(..)` macro.Brian Gianforcaro
2021-04-23AK: Rename adopt() to adopt_ref()Andreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-18Everywhere: Fix a bunch of typosLinus Groh
2021-04-13Kernel: Remove type from StorageDevice classJean-Baptiste Boric
2021-04-08Kernel: Introduce two new boot arguments to assist with bare metal debugLiav A
2021-04-06Kernel/Storage: Wait a few microseconds after selecting the IDE driveLiav A
2021-04-06Kernel: Don't crash if unable to map ramdisk inside kernel address spaceJean-Baptiste Boric
2021-04-06Kernel: Fix KUBSAN crash with RamdiskDeviceJean-Baptiste Boric
2021-04-03Kernel/Storage: Add support for IDE controllers in PCI native modeLiav A
2021-03-27Kernel/Storage: Select the drive before working with busmaster registerLiav A