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.cpp
Age
Commit message (
Expand
)
Author
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-18
Kernel: Rename Locker => MutexLocker
Andreas Kling
2021-06-24
Kernel: Move special sections into Sections.h
Hendiadyoin1
2021-06-17
Kernel/Interrupts: Return boolean on whether we handled the interrupt
Liav A
2021-05-13
Kernel: Make UserOrKernelBuffer R/W helpers return KResultOr<size_t>
Andreas Kling
2021-05-13
IDEChannel: Fix wait_until_not_busy() (#7084)
Alexander Richards
2021-04-26
Kernel/Storage: Make the IDEChannel design more robust
Liav A
2021-04-25
Kernel: Remove the now defunct `LOCKER(..)` macro.
Brian Gianforcaro
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-04-18
Everywhere: Fix a bunch of typos
Linus Groh
2021-04-06
Kernel/Storage: Wait a few microseconds after selecting the IDE drive
Liav A
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-27
Kernel: Remove support for CHS addressing
Liav A
2021-03-21
Kernel: Add simplistic work queues
Tom
2021-03-17
Kernel: Refactor storage stack with u64 as block index
Jean-Baptiste Boric
2021-03-17
Kernel: Refactor storage stack with u64 as number of blocks
Jean-Baptiste Boric
2021-03-15
Kernel: Fix race condition completing IDEChannel async request
Tom
2021-03-12
Kernel: Convert klog() => AK::Format in IDEChannel
Andreas Kling
2021-03-05
Kernel: Use global mechanism to determine minor number of Storage Device
Liav A
2021-03-05
Kernel: Make ATA macros to be public
Liav A
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-02-20
Kernel: Slap a handful more things with UNMAP_AFTER_INIT
Andreas Kling
2021-02-08
Everywhere: Replace dbgln<flag>(...) with dbgln_if(flag, ...)
AnotherTest
2021-02-05
Kernel: Clear pending interrupts before enabling IRQs of IDE Channel
Liav A
2021-02-03
Kernel: Restore IDE PIO functionality
Liav A
2021-01-29
Kernel/Storage: Rewrite IDE disk detection and disk access
Luke
2021-01-25
Everywhere: Debug macros instead of constexpr.
asynts
2021-01-25
Everywhere: Remove unnecessary debug comments.
asynts
2021-01-25
Everywhere: Use CMake to generate AK/Debug.h.
asynts
2021-01-22
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-11
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-09
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2020-12-25
AK: Remove custom %b format string specifier
Andreas Kling
2020-12-21
Kernel: Add a method to gather the devices count of a Storage controller
Liav A
2020-12-21
Kernel: Allow to initialize an IDE device on the secondary channel
Liav A
2020-12-21
Kernel: Introduce the new Storage subsystem
Liav A