Age | Commit message (Expand) | Author |
---|---|---|
2020-02-16 | Kernel: Move all code into the Kernel namespace | Andreas Kling |
2020-01-20 | Use uintptr_t instead of u32 when storing pointers as integers | Andreas Kling |
2020-01-18 | Meta: Add license header to source files | Andreas Kling |
2019-09-17 | Kernel: Fix returning pages to regions >= 2GB | Conrad Pankoff |
2019-07-09 | Kernel: Move PhysicalAddress.h into VM/ | Andreas Kling |
2019-06-22 | Kernel: Fix all compiler warnings. | Andreas Kling |
2019-06-21 | AK: Rename RetainPtr.h => RefPtr.h, Retained.h => NonnullRefPtr.h. | Andreas Kling |
2019-06-21 | AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr. | Andreas Kling |
2019-06-12 | Kernel: Wrap around to region start if necessary in take_free_page | Conrad Pankoff |
2019-06-12 | Kernel: Refactor MemoryManager to use a Bitmap rather than a Vector | Conrad Pankoff |