summaryrefslogtreecommitdiff
path: root/Kernel/Storage/AHCIPort.h
AgeCommit message (Expand)Author
2021-08-22Kernel: Rename ScopedSpinlock => SpinlockLockerAndreas Kling
2021-08-22Kernel: Rename SpinLock => SpinlockAndreas Kling
2021-08-07Kernel: Move SpinLock.h into Locking/Jean-Baptiste Boric
2021-08-07Kernel: Move Mutex into Locking/Jean-Baptiste Boric
2021-08-06Kernel: Move Kernel/Memory/ code into Kernel::Memory namespaceAndreas Kling
2021-08-06Kernel: Rename Kernel/VM/ to Kernel/Memory/Andreas Kling
2021-07-17Kernel: Rename Lock to MutexAndreas Kling
2021-06-24Kernel: Move special sections into Sections.hHendiadyoin1
2021-05-13Kernel: Move AHCIPort::ScatterList to VM::ScatterGatherListSahan Fernando
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-03-26Kernel: Remove unused AHCIPort::ScatterList::m_device_block_size.Michel Hermier
2021-03-21Kernel/AHCI: Use interrupts for IO operationsLiav A
2021-03-15Kernel/Storage: Add SATA error disambiguationLuke
2021-03-13Kernel: Don't reset AHCI ports during boot unless requestedLiav A
2021-03-05Kernel: Implement ScatterList for handling scattered DMA pagesLiav A
2021-03-05Kernel: Add basic AHCI functionalityLiav A