| Age | Commit message (Expand) | Author |
| 2021-02-12 | kernel: KScopedReservation implementation | ameerj |
| 2021-02-12 | kernel: Unify result codes (#5890) | Chloe |
| 2021-02-03 | Simplify limitableresource names | Chloe Marcec |
| 2021-01-30 | kernel: Rewrite resource limit to be more accurate | Chloe Marcec |
| 2021-01-15 | common/bit_util: Replace CLZ/CTZ operations with standardized ones | Lioncash |
| 2021-01-11 | core: hle: kernel: Add some useful functions for checking kernel addresses. | bunnei |
| 2021-01-05 | core: Silence warnings when compiling without asserts | ReinUsesLisp |
| 2021-01-02 | general: Fix various spelling errors | Morph |
| 2020-12-29 | core/memory: Read and write page table atomically | ReinUsesLisp |
| 2020-12-06 | Merge pull request #5148 from comex/xx-unused-fields | bunnei |
| 2020-12-06 | core: Mark unused fields as [[maybe_unused]] | comex |
| 2020-12-05 | video_core: Resolve more variable shadowing scenarios pt.3 | Lioncash |
| 2020-11-29 | core: arm: Implement InvalidateCacheRange for CPU cache invalidation. | bunnei |
| 2020-10-20 | Revert "core: Fix clang build" | bunnei |
| 2020-10-17 | core: Fix clang build | Lioncash |
| 2020-08-15 | Merge pull request #4492 from lioncash/linkage | bunnei |
| 2020-08-13 | General: Tidy up clang-format warnings part 2 | Lioncash |
| 2020-08-05 | system_control: Make functions internally linked where applicable | Lioncash |
| 2020-08-05 | kernel: Remove unused variables | Lioncash |
| 2020-07-16 | Merge pull request #4327 from lioncash/desig2 | Rodrigo Locatti |
| 2020-07-13 | memory_layout: Remove unused data member | Lioncash |
| 2020-07-13 | address_space_info: Use type alias to simplify code | Lioncash |
| 2020-07-13 | address_space_info: Make use of designated initializers | Lioncash |
| 2020-06-25 | memory_manager: Remove useless assertion | David Marcec |
| 2020-06-18 | memory_manager: Explicitly specifcy std::min<size_t> | MerryMage |
| 2020-05-05 | Merge pull request #3881 from lioncash/mem-warning | bunnei |
| 2020-05-03 | kernel/memory: Remove #pragma once within cpp file | Lioncash |
| 2020-05-03 | kernel/memory: Remove unused includes | Lioncash |
| 2020-05-03 | kernel/memory: Remove unused variables in memory_block_manager | Lioncash |
| 2020-05-03 | kernel/memory: Make use of std::array consistently in address_space_info | Lioncash |
| 2020-05-03 | kernel/memory: Resolve -Wshadow warnings | Lioncash |
| 2020-05-03 | kernel/memory: Amend potential encoding warnings | Lioncash |
| 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 |