| Age | Commit message (Expand) | Author |
| 2020-04-23 | page_table: Remove unused captures | Lioncash |
| 2020-04-23 | kernel: memory: Improve implementation of device shared memory. (#3707) | bunnei |
| 2020-04-17 | memory/slab_heap: Make use of static_cast over reinterpret_cast | Lioncash |
| 2020-04-17 | core: hle: Address various feedback & code cleanup. | bunnei |
| 2020-04-17 | memory: Add copyright notice for Atmosphere where applicable. | bunnei |
| 2020-04-17 | kernel: memory: page_table: Simplify GetPhysicalAddr impl. | bunnei |
| 2020-04-17 | core: system: Rename GetDeviceManager -> DeviceManager. | bunnei |
| 2020-04-17 | kernel: memory: Add PageTable class, to manage process address space. | bunnei |
| 2020-04-17 | kernel: memory: Add MemoryLayout class, to build physical memory layout. | bunnei |
| 2020-04-17 | kernel: memory: Add MemoryManager class, to manage page heaps. | bunnei |
| 2020-04-17 | kernel: memory: Add MemoryBlockManager class, to manage memory blocks. | bunnei |
| 2020-04-17 | kernel: memory: Add PageHeap class, to manage a heap of pages. | bunnei |
| 2020-04-17 | kernel: memory: Add PageLinkedList class, to manage a list of pages. | bunnei |
| 2020-04-17 | kernel: memory: Add system_control code, which will be used for ASLR support. | bunnei |
| 2020-04-17 | kernel: memory: Add MemoryBlock class, for managing memory blocks and their s... | bunnei |
| 2020-04-17 | kernel: memory: Add memory_types.h, for things that are commonly used in memo... | bunnei |
| 2020-04-17 | kernel: memory: Add SlabHeap class, for managing memory heaps. | bunnei |
| 2020-04-17 | kernel: memory: Add AddressSpaceInfo class, for managing the memory address s... | bunnei |