Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-01-09 | Kernel: Add implied auto qualifiers in Memory | Hendiadyoin1 | |
2021-12-21 | AK+Everywhere: Replace __builtin bit functions | Nick Johnson | |
In order to reduce our reliance on __builtin_{ffs, clz, ctz, popcount}, this commit removes all calls to these functions and replaces them with the equivalent functions in AK/BuiltinWrappers.h. | |||
2021-08-06 | Kernel: Move Kernel/Memory/ code into Kernel::Memory namespace | Andreas Kling | |
2021-08-06 | Kernel: Rename Kernel/VM/ to Kernel/Memory/ | Andreas Kling | |
This directory isn't just about virtual memory, it's about all kinds of memory management. |