| Age | Commit message (Expand) | Author |
| 2020-12-20 | Merge pull request #5131 from bunnei/scheduler-rewrite | bunnei |
| 2020-12-18 | frontend/input_interpreter: Add InputInterpreter API | Morph |
| 2020-12-08 | file_sys: Consolidate common Title ID operations | Morph |
| 2020-12-06 | hle: kernel: Migrate to KScopedSchedulerLock. | bunnei |
| 2020-12-06 | hle: kernel: Separate KScopedSchedulerLockAndSleep from k_scheduler. | bunnei |
| 2020-12-06 | hle: kernel: Separate KScheduler from GlobalSchedulerContext class. | bunnei |
| 2020-12-06 | hle: kernel: Rewrite scheduler implementation based on Mesopshere. | bunnei |
| 2020-12-06 | hle: kernel: Port KAbstractSchedulerLock from Mesosphere. | bunnei |
| 2020-12-06 | common: Port KPriorityQueue from Mesosphere. | bunnei |
| 2020-12-06 | hle: kernel: Port KAffinityMask from Mesosphere. | bunnei |
| 2020-11-27 | core: Eliminate remaining usages of the global system instance | Lioncash |
| 2020-11-19 | hle: service: Stub OLSC Initialize and SetSaveDataBackupSettingEnabled functi... | bunnei |
| 2020-11-06 | Merge pull request #4888 from lioncash/unicorn-remove | bunnei |
| 2020-11-03 | core: Remove usage of unicorn | Lioncash |
| 2020-11-01 | hle: service: nvdrv: Implement SyncpointManager, to manage syncpoints. | bunnei |
| 2020-10-26 | video_core: NVDEC Implementation | ameerj |
| 2020-10-20 | core: Fix clang build pt.2 | Lioncash |
| 2020-10-20 | Revert "core: Fix clang build" | bunnei |
| 2020-10-20 | Merge pull request #4796 from lioncash/clang | LC |
| 2020-10-18 | core: Add boxcat sources with target_sources | Lioncash |
| 2020-10-17 | core: Fix clang build | Lioncash |
| 2020-10-13 | core/CMakeLists: Make some warnings errors | Lioncash |
| 2020-09-10 | Merge pull request #4597 from Morph1984/mjolnir-p2 | bunnei |
| 2020-09-04 | Project Mjölnir: Part 2 - Controller Applet | Morph |
| 2020-07-28 | service/sockets: Add worker abstraction to execute blocking calls asynchronously | ReinUsesLisp |
| 2020-07-28 | service/sockets: Add translate functions | ReinUsesLisp |
| 2020-07-19 | core/network: Add network abstraction | ReinUsesLisp |
| 2020-07-16 | core/CMakeLists: Add missing physical_memory.h header file | Lioncash |
| 2020-07-11 | hle: service: mii: Rewrite service to properly support creation of random and... | bunnei |
| 2020-07-01 | externals: Track opus as submodule instead of using conan | David Marcec |
| 2020-06-27 | ARM: Update Dynarmic and Setup A32 according to latest interface. | Fernando Sahmkow |
| 2020-06-27 | General: Cleanup legacy code. | Fernando Sahmkow |
| 2020-06-27 | General: Recover Prometheus project from harddrive failure
| Fernando Sahmkow |
| 2020-06-28 | Merge pull request #3396 from FernandoS27/prometheus-1 | David |
| 2020-06-19 | Fix compilation when not building with boxcat | David Marcec |
| 2020-06-18 | Core: Implement a Host Timer. | Fernando Sahmkow |
| 2020-05-08 | Replace externals with Conan (#3735) | James Rowe |
| 2020-04-17 | kernel: Remove old VMManager class. | 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 |
| 2020-04-17 | core: device_manager: Add a simple class to manage device RAM. | bunnei |