Age | Commit message (Expand) | Author |
---|---|---|
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 |