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
/
ATA
/
AHCI
/
Port.h
Age
Commit message (
Expand
)
Author
2023-06-02
Kernel: Move the Storage directory to be a new directory under Devices
Liav A
2023-04-08
Kernel: Mark a bunch of NonnullRefPtrs also const to ensure immutability
Liav A
2023-03-08
Kernel: Remove ATAPI eject method from the AHCIPort class
Liav A
2023-03-06
Everywhere: Remove NonnullRefPtr.h includes
Andreas Kling
2023-03-06
Everywhere: Stop using NonnullRefPtrVector
Andreas Kling
2023-01-02
Kernel: Turn lock ranks into template parameters
kleines Filmröllchen
2022-08-24
Kernel: Use RefPtr instead of LockRefPtr for PhysicalPage
Andreas Kling
2022-08-20
Kernel: Make self-contained locking smart pointers their own classes
Andreas Kling
2022-08-20
AK+Kernel: Add AK::AtomicRefCounted and use everywhere in the kernel
Andreas Kling
2022-08-19
Kernel: Require lock rank for Spinlock construction
kleines Filmröllchen
2022-07-19
Kernel/Storage: Move ATA device signature definitions to a general file
Liav A
2022-07-19
Kernel/Storage: Move AHCI and IDE code into new subdirectories
Liav A