| Age | Commit message (Expand) | Author |
| 2020-03-02 | core: hle: Implement separate A32/A64 SVC interfaces. | bunnei |
| 2020-02-13 | Core: Address Feedback | 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-02-05 | kernel: transfer_memory: Properly reserve and reset memory region. | bunnei |
| 2020-01-26 | Core: Refactor CpuCoreManager to CpuManager and Cpu to Core Manager. | Fernando Sahmkow |
| 2019-12-11 | kernel/svc: Correct function signature of SignalProcessWideKey | Lioncash |
| 2019-12-07 | kernel/svc: Provide implementations for svcDumpInfo/svcDumpInfoNew | Lioncash |
| 2019-11-28 | kernel: Implement a more accurate IPC dispatch. | bunnei |
| 2019-11-26 | core/memory: Migrate over Write{8, 16, 32, 64, Block} to the Memory class | Lioncash |
| 2019-11-26 | core/memory: Migrate over Read{8, 16, 32, 64, Block} to the Memory class | Lioncash |
| 2019-11-26 | core/memory: Migrate over ReadCString() to the Memory class | Lioncash |
| 2019-11-26 | core: Prepare various classes for memory read/write migration | Lioncash |
| 2019-11-26 | core/memory: Migrate over address checking functions to the new Memory class | Lioncash |
| 2019-11-24 | kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel... | bunnei |
| 2019-11-23 | Update svc.cpp | bunnei |
| 2019-11-23 | svc: GetSystemTick should return cntpct_el0, not core ticks. | bunnei |
| 2019-11-23 | Merge pull request #3114 from FernandoS27/cond-var | bunnei |
| 2019-11-21 | Kernel: Optimize condition variable threads management. | Fernando Sahmkow |
| 2019-11-21 | Kernel: Correct SignalProcessWideKey | Fernando Sahmkow |
| 2019-11-21 | Kernel: Correct behavior of Condition Variables to be more similar to real ha... | Fernando Sahmkow |
| 2019-11-16 | Kernel: Correct Cancel Synchronization. | Fernando Sahmkow |
| 2019-11-03 | kernel: events: Remove ResetType::Automatic. | bunnei |
| 2019-10-15 | Kernel: Address Feedback. | Fernando Sahmkow |
| 2019-10-15 | KernelSVC: Assert that condition variable address is aligned to 4 bytes. | Fernando Sahmkow |
| 2019-10-15 | Kernel: Correct redundant yields to only advance time forward. | Fernando Sahmkow |
| 2019-10-15 | Kernel: Correct Results in Condition Variables and Mutexes | Fernando Sahmkow |
| 2019-10-15 | Scheduler: Add protections for Yield bombing | Fernando Sahmkow |
| 2019-10-15 | Kernel: Style and Corrections | Fernando Sahmkow |
| 2019-10-15 | Correct PrepareReschedule | Fernando Sahmkow |
| 2019-10-15 | Correct Supervisor Calls to work with the new scheduler, | Fernando Sahmkow |
| 2019-07-18 | Merge pull request #2687 from lioncash/tls-process | bunnei |
| 2019-07-17 | Kernel: Downgrade WaitForAddress and SignalToAddress messages to Trace. | Fernando Sahmkow |
| 2019-07-14 | Merge pull request #2690 from SciresM/physmem_fixes | Fernando Sahmkow |
| 2019-07-11 | Restore memory perms on svcUnmapMemory/UnloadNro | Michael Scire |
| 2019-07-07 | clang-format fixes | Michael Scire |
| 2019-07-07 | address review commentary | Michael Scire |
| 2019-07-07 | Implement MapPhysicalMemory/UnmapPhysicalMemory | Michael Scire |
| 2019-07-07 | kernel/process: Allocate the process' TLS region during initialization | Lioncash |
| 2019-07-06 | kernel/vm_manager: Rename 'new map' to 'stack' | Lioncash |
| 2019-06-21 | Merge pull request #2482 from DarkLordZach/prepo | bunnei |
| 2019-06-09 | kernel/svc: Implement TotalMemoryUsedWithoutMmHeap/TotalMemoryAvailableWithou... | Lioncash |
| 2019-06-09 | kernel/svc: Amend naming for TotalMemoryUsage in svcGetInfo() | Lioncash |
| 2019-06-09 | kernel/svc: Remove duplicate enum entry in svcGetInfo() | Lioncash |
| 2019-05-25 | svc: Save report on call to svcBreak | Zach Hilman |
| 2019-05-19 | Merge pull request #2410 from lioncash/affinity | bunnei |
| 2019-05-19 | Merge pull request #2486 from lioncash/resetname | Sebastian Valle |
| 2019-05-18 | kernel/svc: Mark GetThreadList() and UnmapProcessCodeMemory() as internally l... | Lioncash |
| 2019-05-18 | core/kernel/object: Rename ResetType enum members | Lioncash |
| 2019-04-29 | kernel/svc: Make svcCreateThread/svcStartThread/svcSleepThread/svcExitThread ... | Lioncash |