Age | Commit message (Expand) | Author |
---|---|---|
2021-04-22 | Everything: Move to SPDX license identifiers in all files. | Brian Gianforcaro |
2021-01-28 | Kernel: Allow specifying a physical alignment when allocating | Tom |
2021-01-01 | Kernel: Implement lazy committed page allocation | Tom |
2021-01-01 | Kernel: Remove the limited use of AK::TypeTraits we had in the kernel | Andreas Kling |
2020-09-25 | Meta+Kernel: Make clang-format-10 clean | Ben Wiederhake |
2020-07-26 | Kernel: Switch to using AK::is and AK::downcast | Andreas Kling |
2020-05-16 | Kernel: Absorb LibBareMetal back into the kernel | Andreas Kling |
2020-05-08 | Kernel: Add for_each_vmobject_of_type<T> | Andreas Kling |
2020-03-08 | Kernel: Allow contiguous allocations in physical memory | Liav A |