Andreas Kling
|
93d98d4976
Kernel: Move Kernel/Memory/ code into Kernel::Memory namespace
|
4 years ago |
Andreas Kling
|
9457d83986
Kernel: Rename Locker => MutexLocker
|
4 years ago |
Andreas Kling
|
c9f6786e8b
Kernel: Make various T::class_name() and similar return StringView
|
4 years ago |
Linus Groh
|
649d2faeab
Everywhere: Use "the SerenityOS developers." in copyright headers
|
4 years ago |
Brian Gianforcaro
|
8d6e9fad40
Kernel: Remove the now defunct `LOCKER(..)` macro.
|
4 years ago |
Andreas Kling
|
b91c49364d
AK: Rename adopt() to adopt_ref()
|
4 years ago |
Brian Gianforcaro
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 years ago |
Jean-Baptiste Boric
|
346e0f4dac
Kernel: Don't crash if unable to map ramdisk inside kernel address space
|
4 years ago |
Jean-Baptiste Boric
|
436ca2491d
Kernel: Fix KUBSAN crash with RamdiskDevice
|
4 years ago |
Jean-Baptiste Boric
|
9a3aa7eb0b
Kernel: Refactor storage stack with u64 as number of blocks
|
4 years ago |
Andreas Kling
|
8a7fe86ee0
Kernel: Convert klog() => AK::Format in Storage
|
4 years ago |
Jean-Baptiste Boric
|
f64e287b82
Kernel: Make device generate their own names
|
4 years ago |
Jean-Baptiste Boric
|
225957283e
Kernel: Implement RamdiskDevice
|
4 years ago |