| Age | Commit message (Expand) | Author |
| 2020-06-27 | Scheduler: Set last running time on thread. | Fernando Sahmkow |
| 2020-06-27 | Kernel: Corrections to TimeManager, Scheduler and Mutex. | Fernando Sahmkow |
| 2020-06-27 | Kernel: Fixes, corrections and asserts to scheduler and different svcs. | Fernando Sahmkow |
| 2020-06-27 | Scheduler: Correct yields. | Fernando Sahmkow |
| 2020-06-27 | Mutex: Revert workaround due to poor exclusive memory. | Fernando Sahmkow |
| 2020-06-27 | ARM/Memory: Correct Exclusive Monitor and Implement Exclusive Memory Writes. | Fernando Sahmkow |
| 2020-06-27 | SVC: WaitSynchronization add Termination Pending Result. | Fernando Sahmkow |
| 2020-06-27 | Scheduler: Remove arm_interface lock and a few corrections. | Fernando Sahmkow |
| 2020-06-27 | SVC: Correct SetThreadActivity. | Fernando Sahmkow |
| 2020-06-27 | SCC: Small corrections to CancelSynchronization | Fernando Sahmkow |
| 2020-06-27 | Scheduler: Correct locking for hle threads. | Fernando Sahmkow |
| 2020-06-27 | Scheduler: Fix HLE Threads on guard | Fernando Sahmkow |
| 2020-06-27 | Scheduler: Protect on closed threads. | Fernando Sahmkow |
| 2020-06-27 | Scheduler: Correct assert. | Fernando Sahmkow |
| 2020-06-27 | Core: Correct rebase. | Fernando Sahmkow |
| 2020-06-27 | Scheduler: Release old thread fiber before trying to switch to the next threa... | Fernando Sahmkow |
| 2020-06-27 | Mutex: Correct Result writting to clear exclusivity. | Fernando Sahmkow |
| 2020-06-27 | SVC: Correct svcWaitForAddress and svcSignalToAddress. | Fernando Sahmkow |
| 2020-06-27 | Scheduler: Correct Select Threads Step 2. | Fernando Sahmkow |
| 2020-06-27 | Kernel: Corrections to Scheduling. | Fernando Sahmkow |
| 2020-06-27 | Kernel: Correct Signal on Thread Death and Setup Sync Objects on Thread for D... | Fernando Sahmkow |
| 2020-06-27 | Core: Correct HLE Event Callbacks and other issues. | Fernando Sahmkow |
| 2020-06-27 | Process: Protect TLS region and Modules. | Fernando Sahmkow |
| 2020-06-27 | General: Add Asserts | Fernando Sahmkow |
| 2020-06-27 | General: Add better safety for JIT use. | Fernando Sahmkow |
| 2020-06-27 | SVC: Correct races on physical core switching. | Fernando Sahmkow |
| 2020-06-27 | SVC: Add locks to the memory management. | Fernando Sahmkow |
| 2020-06-27 | SVC: Correct WaitSynchronization, WaitProcessWideKey, SignalProcessWideKey. | Fernando Sahmkow |
| 2020-06-27 | SVC: Cleanup old methods. | Fernando Sahmkow |
| 2020-06-27 | CPU_Manager: Reconfigre guest threads for dynamrmic downsides | Fernando Sahmkow |
| 2020-06-27 | SVC: Correct SendSyncRequest. | Fernando Sahmkow |
| 2020-06-27 | SVC: Correct ArbitrateUnlock | Fernando Sahmkow |
| 2020-06-27 | SVC: Correct SignalEvent, ClearEvent, ResetSignal, WaitSynchronization, Cance... | Fernando Sahmkow |
| 2020-06-27 | SVC: Remove global HLE Lock. | Fernando Sahmkow |
| 2020-06-27 | SVC: Correct GetThreadPriority, SetThreadPriority, GetThreadCoreMask, SetThre... | Fernando Sahmkow |
| 2020-06-27 | SVC: Correct CreateThread, StartThread, ExitThread, SleepThread. | Fernando Sahmkow |
| 2020-06-27 | General: Recover Prometheus project from harddrive failure
| Fernando Sahmkow |
| 2020-06-26 | Merge pull request #4152 from ogniK5377/ipc-err | bunnei |
| 2020-06-25 | memory_manager: Remove useless assertion | David Marcec |
| 2020-06-24 | Mark invalid IPC buffers as ASSERT_OR_EXECUTE_MSG | David Marcec |
| 2020-06-18 | memory_manager: Explicitly specifcy std::min<size_t> | MerryMage |
| 2020-06-14 | Merge pull request #4069 from ogniK5377/total-phys-mem | bunnei |
| 2020-06-12 | Merge pull request #4010 from ogniK5377/reserve-always-break | bunnei |
| 2020-06-10 | kernel: Account for system resource size for memory usage | David Marcec |
| 2020-06-04 | Downgrade "handle not signaled" error to trace | David Marcec |
| 2020-05-29 | kernel: ResourceLimit::Reserve remove useless while loop | David Marcec |
| 2020-05-07 | Merge pull request #3879 from lioncash/global2 | bunnei |
| 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 |