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
Age
Commit message (
Expand
)
Author
2021-03-27
Kernel/Storage: Add some debug printing about IDE controllers
Liav A
2021-03-27
Kernel/Storage: Remove redundant public declaration in IDEController.h
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-27
Kernel: Generalize the ATAIdentifyBlock structure
Liav A
2021-03-26
Kernel: Remove unused MBRPartitionTable::m_partitions_count.
Michel Hermier
2021-03-26
Kernel: Remove unused EBRPartitionTable::m_partitions_count.
Michel Hermier
2021-03-26
Kernel: Remove unused AHCIPort::ScatterList::m_device_block_size.
Michel Hermier
2021-03-23
Revert "Kernel/AHCI: Add a boot argument to force AHCI to operate on IRQ 11"
Liav A
2021-03-21
Kernel/AHCI: Shift the call to reset() for the WorkQueue
Liav A
2021-03-21
Kernel/AHCI: Reorder complete_current_request
Liav A
2021-03-21
Kernel/AHCI: Add a boot argument to force AHCI to operate on IRQ 11
Liav A
2021-03-21
Kernel/AHCI: Don't set the PRDBC when accessing the device
Liav A
2021-03-21
Kernel/AHCI: Use interrupts for IO operations
Liav A
2021-03-21
Kernel/AHCI: Add a method to get raw interrupt enable register
Liav A
2021-03-21
Kernel: Add simplistic work queues
Tom
2021-03-21
Kernel: Fix undefined behavior due to shifting out of bounds
Liav A
2021-03-18
Kernel/Storage: Recover from fatal AHCI error on TFES, HBDS and HBFS
Luke
2021-03-18
Kernel/Storage: Add a whole bunch of AHCI debug output
Luke
2021-03-18
Kernel/Storage: Add AHCI Extended HBA Capabilities
Luke
2021-03-18
Kernel/Storage: Fix typos in HBA capabilities
Luke
2021-03-17
Kernel: Refactor storage stack with u64 as file operations offset
Jean-Baptiste Boric
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/Storage: Add SATA error disambiguation
Luke
2021-03-15
Kernel: Fix race condition completing IDEChannel async request
Tom
2021-03-13
Kernel: Don't reset AHCI ports during boot unless requested
Liav A
2021-03-13
Kernel: Don't wait for AHCI port to reset the signature
Liav A
2021-03-13
Kernel: Change the timings when initiating AHCI port reset
Liav A
2021-03-12
Kernel: Convert klog() => AK::Format in Storage
Andreas Kling
2021-03-12
Kernel: Convert klog() => AK::Format in IDEChannel
Andreas Kling
2021-03-12
Kernel: Convert klog() => AK::Format in DiskPartition
Andreas Kling
2021-03-05
Kernel: Implement ScatterList for handling scattered DMA pages
Liav A
2021-03-05
Kernel: Add basic AHCI functionality
Liav A
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-03-05
Kernel: Add enum values for later implementation of AHCI
Liav A
2021-03-05
Kernel: Add Declaration of IDEChannel class in PATADiskDevice.h
Liav A
2021-03-03
Kernel: Mark more of the kernel initialization as UNMAP_AFTER_INIT
Brian Gianforcaro
2021-03-03
Kernel: Move Kernel CommandLine parsing to strongly typed API.
Brian Gianforcaro
2021-02-28
Kernel: Use default con/de-structors
Ben Wiederhake
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-02-20
Kernel: Mark some IDEController functions with UNMAP_AFTER_INIT
Andreas Kling
2021-02-20
Kernel: Slap a handful more things with UNMAP_AFTER_INIT
Andreas Kling
2021-02-19
Kernel: Slap UNMAP_AFTER_INIT on a bunch more functions
Andreas Kling
2021-02-14
Kernel: Assert if rounding-up-to-page-size would wrap around to 0
Andreas Kling
2021-02-14
Kernel: Use PANIC() in a bunch of places :^)
Andreas Kling
[prev]
[next]