Age | Commit message (Expand) | Author |
---|---|---|
2021-02-15 | Kernel: Mark PhysicalAddress/VirtualAddress getters as [[nodiscard]] | Brian Gianforcaro |
2021-01-09 | AK: Add Formatter<FormatString> as helper class. | asynts |
2020-12-30 | AK+Format: Remove TypeErasedFormatParams& from format function. | asynts |
2020-12-25 | Kernel: Add formatter for VirtualAddress | Andreas Kling |
2020-09-25 | Meta+Kernel: Make clang-format-10 clean | Ben Wiederhake |
2020-05-16 | Kernel: Absorb LibBareMetal back into the kernel | Andreas Kling |
2019-07-09 | Kernel: Move VirtualAddress.h into VM/ | Andreas Kling |
2019-07-03 | AK: Rename the common integer typedefs to make it obvious what they are. | Andreas Kling |
2019-06-13 | Kernel: Replace the last "linear" with "virtual". | Andreas Kling |
2019-06-07 | Kernel: Rename LinearAddress => VirtualAddress. | Andreas Kling |