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
/
AHCIController.cpp
Age
Commit message (
Expand
)
Author
2021-08-23
Kernel: Rename PCI::DeviceController => PCI::Device
Liav A
2021-08-06
Kernel: Add convenience values to the Memory::Region::Access enum
Andreas Kling
2021-08-06
Kernel: Move Kernel/Memory/ code into Kernel::Memory namespace
Andreas Kling
2021-08-06
Kernel: Rename Kernel/VM/ to Kernel/Memory/
Andreas Kling
2021-07-22
Everywhere: Prefer using {:#x} over 0x{:x}
Gunnar Beutner
2021-07-11
Kernel: Remove unused header includes in Storage subtree
Brian Gianforcaro
2021-06-25
Kernel/AHCI: Dont assume ports start at 0
Alexander
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-15
Kernel/AHCI: Get BOH and NVMP from extended capabilities
Luke
2021-05-15
AHCIController: Fix off-by-one mistake (#7144)
Alexander Richards
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-03-23
Revert "Kernel/AHCI: Add a boot argument to force AHCI to operate on IRQ 11"
Liav A
2021-03-21
Kernel/AHCI: Add a boot argument to force AHCI to operate on IRQ 11
Liav A
2021-03-18
Kernel/Storage: Add a whole bunch of AHCI debug output
Luke
2021-03-18
Kernel/Storage: Add AHCI Extended HBA Capabilities
Luke
2021-03-18
Kernel/Storage: Fix typos in HBA capabilities
Luke
2021-03-13
Kernel: Don't reset AHCI ports during boot unless requested
Liav A
2021-03-05
Kernel: Add basic AHCI functionality
Liav A