Age | Commit message (Expand) | Author |
---|---|---|
2020-02-16 | Kernel: Move all code into the Kernel namespace | Andreas Kling |
2020-02-15 | Kernel: Widen PhysicalPage refcount to 32 bits | Andreas Kling |
2020-01-18 | Meta: Add license header to source files | Andreas Kling |
2019-09-16 | Kernel: Move kmalloc() into a Kernel/Heap/ directory | Andreas Kling |
2019-07-24 | Kernel: Simplify PhysicalPage construction. | Andreas Kling |
2019-06-21 | AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr. | Andreas Kling |
2019-06-14 | VM: Remove PhysicalPage::create_eternal(). | Sergey Bugaev |
2019-06-14 | VM: Support non-freeable, non-eternal PhysicalPages. | Sergey Bugaev |
2019-06-14 | VM: Pass a PhysicalPage by rvalue reference when returning it to the freelist. | Sergey Bugaev |
2019-06-14 | VM: Fix freeing physical pages. | Sergey Bugaev |
2019-06-12 | Kernel: Refactor MemoryManager to use a Bitmap rather than a Vector | Conrad Pankoff |
2019-06-07 | Kernel: Run clang-format on everything. | Andreas Kling |
2019-04-03 | Kernel: Move VM-related files into Kernel/VM/. | Andreas Kling |