Andrew Kaster
|
a92132e44a
|
Kernel: Resolve clang-tidy readability-implicit-bool-conversion warnings
... In files included from Kernel/Process.cpp and Kernel/Thread.cpp
|
2021-11-14 22:52:35 +01:00 |
|
Ali Mohammad Pur
|
5a0cdb15b0
|
AK+Everywhere: Reduce the number of template parameters of IntrusiveList
This makes the user-facing type only take the node member pointer, and
lets the compiler figure out the other needed types from that.
|
2021-09-10 18:05:46 +03:00 |
|
Andreas Kling
|
93d98d4976
|
Kernel: Move Kernel/Memory/ code into Kernel::Memory namespace
|
2021-08-06 14:05:58 +02:00 |
|
Andreas Kling
|
a1d7ebf85a
|
Kernel: Rename Kernel/VM/ to Kernel/Memory/
This directory isn't just about virtual memory, it's about all kinds
of memory management.
|
2021-08-06 14:05:58 +02:00 |
|