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
/
RamdiskDevice.cpp
Age
Commit message (
Expand
)
Author
2021-08-06
Kernel: Move Kernel/Memory/ code into Kernel::Memory namespace
Andreas Kling
2021-07-18
Kernel: Rename Locker => MutexLocker
Andreas Kling
2021-07-11
Kernel: Make various T::class_name() and similar return StringView
Andreas Kling
2021-04-29
Everywhere: Use "the SerenityOS developers." in copyright headers
Linus Groh
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-06
Kernel: Don't crash if unable to map ramdisk inside kernel address space
Jean-Baptiste Boric
2021-04-06
Kernel: Fix KUBSAN crash with RamdiskDevice
Jean-Baptiste Boric
2021-03-17
Kernel: Refactor storage stack with u64 as number of blocks
Jean-Baptiste Boric
2021-03-12
Kernel: Convert klog() => AK::Format in Storage
Andreas Kling
2021-01-22
Kernel: Make device generate their own names
Jean-Baptiste Boric
2021-01-22
Kernel: Implement RamdiskDevice
Jean-Baptiste Boric