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
2023-04-19
Kernel: Add a FIXME about SD card synchronicity
Hendiadyoin1
2023-04-19
Kernel: Add High Speed support to the SDHC driver
Hendiadyoin1
2023-04-19
Kernel: Add basic ADMA2 support to the SD card driver
Hendiadyoin1
2023-04-19
Kernel: Make SDHC InterruptStatus a bitfield
Hendiadyoin1
2023-04-19
Kernel: Add V4.10 fields to SDHC Command struct
Hendiadyoin1
2023-04-19
Kernel: Turn SD CapabilitiesRegister into a bit-field
Hendiadyoin1
2023-04-15
Kernel: Disable interrupt signaling for the SD driver
Marco Cutecchia
2023-04-14
Kernel: Get rid of *LockRefPtr in the SysFS filesystem code
Liav A
2023-04-14
Kernel/Storage: Modernize ATA IDE controller initialization code
Liav A
2023-04-14
Kernel/Storage: Remove unused IDEController::initialize() method
Liav A
2023-04-08
Kernel: Mark a bunch of NonnullRefPtrs also const to ensure immutability
Liav A
2023-04-05
Kernel/NVMeQueue: Use waitqueue in submit_sync_sqe
Pankaj Raghav
2023-04-05
Kernel/NVMe: Redesign the tracking of requests in an NVMe Queue
Pankaj Raghav
2023-04-05
Kernel/NVMe: Use an Atomic for command id instead of sq index
Pankaj Raghav
2023-04-04
Kernel: Stop using *LockRefPtr for FileSystem pointers
Andreas Kling
2023-04-02
Kernel: Allow booting from an SD card
Marco Cutecchia
2023-04-02
Kernel: Add support for SD host controllers on the PCI bus
Marco Cutecchia
2023-04-02
Kernel: Add support for version 2 SD host controllers
Marco Cutecchia
2023-03-25
Revert "Revert "Kernel/Storage: Remove the ramdisk implementation""
Marco Cutecchia
2023-03-25
Kernel: Add an SD card driver for the aarch64 port
Marco Cutecchia
2023-03-16
Kernel: Refactor AHCIController to propagate more errors
Julian Offenhäuser
2023-03-16
Kernel: Allow AHCIController::initialize() to fail
Julian Offenhäuser
2023-03-16
Kernel: Propagate errors in StorageController reset() and shutdown()
Julian Offenhäuser
2023-03-15
Kernel/Ramdisk: Propagate error during Ramdisk initialize
Pankaj Raghav
2023-03-15
Kernel/Storage: Use NonnullRefPtr for storage controllers
Pankaj Raghav
2023-03-11
Kernel/Storage+Base: Fix boot_device_addressing document for NVMe
Pankaj Raghav
2023-03-08
Kernel/Storage: Remove indication for possible future support of ATAPI
Liav A
2023-03-08
Kernel: Remove ATAPI eject method from the AHCIPort class
Liav A
2023-03-06
Kernel: Stop using NonnullLockRefPtrVector
Andreas Kling
2023-03-06
Everywhere: Remove NonnullRefPtr.h includes
Andreas Kling
2023-03-06
Everywhere: Stop using NonnullRefPtrVector
Andreas Kling
2023-02-21
Kernel: Fix const-correctness issue in StorageManagement
Andreas Kling
2023-02-21
Kernel: Make NVMeQueue const-correct internally
Andreas Kling
2023-02-08
Revert "Kernel/Storage: Remove the ramdisk implementation"
Timon Kruiper
2023-01-27
Kernel: Remove declarations for non-existent methods
Sam Atkins
2023-01-26
Kernel/PCI: Hold a reference to DeviceIdentifier in the Device class
Liav A
2023-01-21
Kernel+Userland: Move LibC/sys/ioctl_numbers to Kernel/API/Ioctl.h
Andrew Kaster
2023-01-07
Kernel: Make Device::after_inserting to return ErrorOr<void>
Liav A
2023-01-05
Kernel: Add dmesgln_pci logging for Kernel::PCI
Evan Smal
2023-01-02
Everywhere: Remove unused includes of AK/Memory.h
Ben Wiederhake
2023-01-02
Kernel: Turn lock ranks into template parameters
kleines Filmröllchen
2023-01-02
Kernel: Remove unused includes
Ben Wiederhake
2023-01-02
Kernel: Propagate properly errors from PCI IDE Controller initialization
Liav A
2022-12-29
Kernel/aarch64: Move ifdef in StorageManagement.cpp
Timon Kruiper
2022-12-28
Kernel: Reorganize Arch/x86 directory to Arch/x86_64 after i686 removal
Liav A
2022-12-28
Kernel: Remove i686 support
Liav A
2022-12-16
Kernel: Propagate properly errors from ISAIDEController initialization
Liav A
2022-12-03
Everywhere: Run clang-format
Linus Groh
2022-11-08
Kernel: Split the Ext2FileSystem.{cpp,h} files into smaller components
Liav A
2022-11-08
Kernel: Split the ProcFS core file into smaller components
Liav A
[next]