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
Age
Commit message (
Expand
)
Author
2022-11-08
Kernel: Split the ProcFS core file into smaller components
Liav A
2022-10-26
Kernel: Include missing headers for various files
Timon Kruiper
2022-09-23
Kernel: Introduce the IOWindow class
Liav A
2022-09-20
Kernel/Storage: Force PIO mode for ISA IDE controllers
Liav A
2022-09-20
Kernel: Move PCI IDE driver code to the Arch/x86 directory
Liav A
2022-09-20
Kernel: Don't compile ISA IDE controller code in non-x86 builds
Liav A
2022-09-20
Kernel: Remove stale includes of x86 IO header file
Liav A
2022-09-20
Kernel: Move IO delay code to x86 architecture subdirectory
Liav A
2022-09-18
Kernel: Fix misplaced #include in ATA/Definitions.h
Ben Wiederhake
2022-08-30
Kernel/Storage: Introduce new boot device addressing modes
Liav A
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-08-14
Kernel/Storage: Remove InterfaceType enum
Liav A
2022-08-14
Kernel/Storage: Remove the stale ATAPIDiscDevice class
Liav A
2022-07-19
Kernel/Storage: Remove redundant reference to a controller in IDEChannel
Liav A
2022-07-19
Kernel/Storage: Introduce basic abstraction layer for ATA components
Liav A
2022-07-19
Kernel/Storage: Move ATA device signature definitions to a general file
Liav A
2022-07-19
Kernel/Storage: Merge IDE functionality from BusMasterChannel to Channel
Liav A
2022-07-19
Kernel/Storage: Rename ATA.h => Definitions.h
Liav A
2022-07-19
Kernel/Storage: Move AHCI and IDE code into new subdirectories
Liav A
2022-07-15
Kernel/Storage: Add LUN address to each StorageDevice
Liav A
2022-07-15
Kernel: Export both interface type and command set of a StorageDevice
Liav A
2022-07-15
Kernel/Storage: Check IDE error condition under the correct lock
Liav A
2022-07-14
Kernel+Userland: Rename prefix of user_physical => physical
Liav A
2022-07-14
Kernel+Userland: Remove supervisor pages concept
Liav A
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-07-08
Kernel/Storage: Do proper locking & reset in the AHCIController code
Liav A
2022-07-08
Kernel/Storage: Move Identify page allocation to the AHCIPort class
Liav A
2022-07-08
Kernel/Storage: Rename AHCIPortHandler => AHCIInterruptHandler
Liav A
2022-07-08
Kernel/Storage: Simplify AHCIPortHandler class
Liav A
2022-07-08
Kernel/Storage: Remove 3 stale methods in AHCIPortHandler class
Liav A
2022-07-08
Kernel/AHCI: Don't use UNMAP_AFTER_INIT in header files
Liav A
2022-07-08
Kernel: Clean up the AHCI code a bit
Liav A
2022-04-20
Kernel: Allow WorkQueue items allocation failures propagation
Liav A
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-27
Kernel: Remove hardcoded values for block size in IDEChannel
Pankaj Raghav
2022-03-27
Kernel: Use buffer_size from AsyncBlockDevice struct
Pankaj Raghav
2022-03-18
Kernel: Rename locker variables in BMIDEChannel so they aren't shadowed
Brian Gianforcaro
2022-03-17
Kernel: Use default constructors/destructors
Lenny Maiorani
2022-03-02
Kernel/Storage: Don't try to enumerate PCI adapters if PCI is disabled
Liav A
2022-01-28
Kernel: Remove unimplemented AHCIPort::is_hot_pluggable declaration
Idan Horowitz
2022-01-28
Kernel: Make allocate_supervisor_physical_page OOM-fallible
Idan Horowitz
2022-01-26
Kernel/Storage: Add device null check in AHCIPort::handle_interrupt()
Linus Groh
2022-01-24
Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOr
Sam Atkins
2022-01-13
Kernel: Make map_typed() & map_typed_writable() fallible using ErrorOr
Idan Horowitz
2022-01-12
Kernel: Wait for the ATA busy bit to clear after switching channels
Andreas Kling
2022-01-12
Kernel: Clarify IDEChannel function that switches current channel
Andreas Kling
2022-01-09
Kernel: Use DMA helper everywhere
Pankaj Raghav
[next]