index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Kernel
/
Storage
Age
Commit message (
Expand
)
Author
2021-07-22
Kernel: Consolidate API for creating AnonymousVMObject with given pages
Andreas Kling
2021-07-22
Everywhere: Prefer using {:#x} over 0x{:x}
Gunnar Beutner
2021-07-18
Kernel: Rename Locker => MutexLocker
Andreas Kling
2021-07-17
Kernel: Rename Lock to Mutex
Andreas Kling
2021-07-11
Kernel: Remove unused header includes in Storage subtree
Brian Gianforcaro
2021-07-11
Kernel: Make various T::class_name() and similar return StringView
Andreas Kling
2021-07-11
Kernel: Rename FS => FileSystem
Andreas Kling
2021-07-06
Kernel: Promote various integers to 64 bits in storage layer
Jean-Baptiste Boric
2021-07-03
Kernel: Add missing override specifiers
Daniel Bertalan
2021-07-02
Kernel/PCI: Move the PCI components as a subfolder to the Bus directory
Liav A
2021-06-28
Kernel: Specify I/O size for BMIDEChannel
Gunnar Beutner
2021-06-25
Kernel/AHCI: Dont assume ports start at 0
Alexander
2021-06-25
Kernel/AHCI: Fix shift of 1
Alexander
2021-06-24
Kernel: Move special sections into Sections.h
Hendiadyoin1
2021-06-17
Kernel/Interrupts: Return boolean on whether we handled the interrupt
Liav A
2021-06-16
Kernel: Remove various other uses of ssize_t
Gunnar Beutner
2021-06-15
Kernel/AHCI: Don't set the C command header attribute
Luke
2021-05-31
Documentation: Add explanation about AHCI locking
Liav A
2021-05-29
Kernel/Storage: Enable interrupts for AHCI ports if PHY is not enabled
Liav A
2021-05-29
Kernel/Storage: Remove the None option from AHCI reset policy
Liav A
2021-05-29
Kernel/Storage: Rename the method hba_region => default_hba_region
Liav A
2021-05-16
Kernel: Don't ref-count UsedMemoryRange during iteration
Liav A
2021-05-16
Kernel: Fix incorrect argument when constructing DiskPartitionMetadata
Gunnar Beutner
2021-05-15
Kernel/AHCI: Fix "received" => "recovered" typo in communication error
Luke
2021-05-15
Kernel/AHCI: Get BOH and NVMP from extended capabilities
Luke
2021-05-15
AHCIController: Fix off-by-one mistake (#7144)
Alexander Richards
2021-05-15
Kernel/AHCI: Don't check for PCC during initialization
Luke
2021-05-15
Kernel/AHCI: Don't enable interrupts in the AHCIPort constructor
Luke
2021-05-15
Kernel: Make AnonymousVMObject physical page APIs OOM safe
Brian Gianforcaro
2021-05-15
Kernel: Fix lock state corruption in AHCIPORT::start_request
Brian Gianforcaro
2021-05-13
Kernel: Make UserOrKernelBuffer R/W helpers return KResultOr<size_t>
Andreas Kling
2021-05-13
IDEChannel: Fix wait_until_not_busy() (#7084)
Alexander Richards
2021-05-13
Kernel: Move AHCIPort::ScatterList to VM::ScatterGatherList
Sahan Fernando
2021-04-29
Everywhere: "indexes" => "indices"
Andreas Kling
2021-04-29
Everywhere: Use "the SerenityOS developers." in copyright headers
Linus Groh
2021-04-26
Kernel: Ensure IO and memory accesses are allowed for IDE channels
Liav A
2021-04-26
Kernel/Storage: Make the IDEChannel design more robust
Liav A
2021-04-26
Kernel/Storage: Fix sending IOGroup parameters
Liav A
2021-04-25
Everywhere: Remove empty line after function body opening curly brace
Linus Groh
2021-04-25
Kernel: Remove the now defunct `LOCKER(..)` macro.
Brian Gianforcaro
2021-04-23
AK: Rename adopt() to adopt_ref()
Andreas Kling
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-18
Everywhere: Fix a bunch of typos
Linus Groh
2021-04-13
Kernel: Remove type from StorageDevice class
Jean-Baptiste Boric
2021-04-08
Kernel: Introduce two new boot arguments to assist with bare metal debug
Liav A
2021-04-06
Kernel/Storage: Wait a few microseconds after selecting the IDE drive
Liav A
2021-04-06
Kernel: Don't crash if unable to map ramdisk inside kernel address space
Jean-Baptiste Boric
2021-04-06
Kernel: Fix KUBSAN crash with RamdiskDevice
Jean-Baptiste Boric
2021-04-03
Kernel/Storage: Add support for IDE controllers in PCI native mode
Liav A
2021-03-27
Kernel/Storage: Select the drive before working with busmaster register
Liav A
[next]