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
/
IDEChannel.h
Age
Commit message (
Expand
)
Author
2021-07-17
Kernel: Rename Lock to Mutex
Andreas Kling
2021-07-11
Kernel: Make various T::class_name() and similar return StringView
Andreas Kling
2021-07-06
Kernel: Promote various integers to 64 bits in storage layer
Jean-Baptiste Boric
2021-06-17
Kernel/Interrupts: Return boolean on whether we handled the interrupt
Liav A
2021-04-26
Kernel/Storage: Make the IDEChannel design more robust
Liav A
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-03
Kernel/Storage: Add support for IDE controllers in PCI native mode
Liav A
2021-03-27
Kernel/Storage: Use more locking in the IDE code
Liav A
2021-03-27
Kernel/Storage: Add support for non-bus mastering IDE controllers
Liav A
2021-03-27
Kernel/Storage: Move IDE bus master handling code into a separate class
Liav A
2021-03-27
Kernel: Make IDEChannel Ref-counted
Liav A
2021-03-17
Kernel: Refactor storage stack with u64 as block index
Jean-Baptiste Boric
2021-02-05
Kernel: Clear pending interrupts before enabling IRQs of IDE Channel
Liav A
2021-01-29
Kernel/Storage: Rewrite IDE disk detection and disk access
Luke
2020-12-21
Kernel: Add a method to gather the devices count of a Storage controller
Liav A
2020-12-21
Kernel: Introduce the new Storage subsystem
Liav A