summaryrefslogtreecommitdiff
path: root/Kernel/Storage/IDEChannel.h
AgeCommit message (Expand)Author
2021-07-17Kernel: Rename Lock to MutexAndreas Kling
2021-07-11Kernel: Make various T::class_name() and similar return StringViewAndreas Kling
2021-07-06Kernel: Promote various integers to 64 bits in storage layerJean-Baptiste Boric
2021-06-17Kernel/Interrupts: Return boolean on whether we handled the interruptLiav A
2021-04-26Kernel/Storage: Make the IDEChannel design more robustLiav A
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-03Kernel/Storage: Add support for IDE controllers in PCI native modeLiav A
2021-03-27Kernel/Storage: Use more locking in the IDE codeLiav A
2021-03-27Kernel/Storage: Add support for non-bus mastering IDE controllersLiav A
2021-03-27Kernel/Storage: Move IDE bus master handling code into a separate classLiav A
2021-03-27Kernel: Make IDEChannel Ref-countedLiav A
2021-03-17Kernel: Refactor storage stack with u64 as block indexJean-Baptiste Boric
2021-02-05Kernel: Clear pending interrupts before enabling IRQs of IDE ChannelLiav A
2021-01-29Kernel/Storage: Rewrite IDE disk detection and disk accessLuke
2020-12-21Kernel: Add a method to gather the devices count of a Storage controllerLiav A
2020-12-21Kernel: Introduce the new Storage subsystemLiav A