| Age | Commit message (Expand) | Author |
| 2020-11-03 | core: Remove usage of unicorn | Lioncash |
| 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 |
| 2020-04-17 | core: kernel: Add svc_types header to include SVC-specific types. | bunnei |
| 2020-04-16 | externals: Move LibreSSL linking to httplib. | Markus Wick |
| 2020-04-02 | Merge pull request #3552 from jroweboy/single-context | Rodrigo Locatti |
| 2020-03-31 | capsrv: Split Capture services into individual files and stub GetAlbumContent... | Morph |
| 2020-03-24 | Frontend/GPU: Refactor context management | James Rowe |
| 2020-03-02 | core: Implement separate A32/A64 ARM interfaces. | bunnei |
| 2020-03-02 | core: dynarmic: Add CP15 from Citra. | bunnei |
| 2020-02-25 | core: frontend: Refactor scope_acquire_window_context to scope_acquire_context. | bunnei |
| 2020-02-22 | Kernel: Implement Time Manager. | Fernando Sahmkow |
| 2020-02-11 | Kernel: Refactor synchronization to better match RE | Fernando Sahmkow |
| 2020-02-11 | Kernel: Change WaitObject to Synchronization object. In order to better refle... | Fernando Sahmkow |
| 2020-01-26 | Core: Refactor CpuCoreManager to CpuManager and Cpu to Core Manager. | Fernando Sahmkow |
| 2020-01-25 | Core: Refactor CPU Management. | Fernando Sahmkow |
| 2020-01-04 | system_archive: Add a basic HLE implementation for time zone binary. | bunnei |