| Age | Commit message (Expand) | Author |
| 2021-01-28 | core: hle: kernel: Rename Thread to KThread. | bunnei |
| 2021-01-11 | hle: kernel: thread: Preserve thread wait reason for debugging only. | bunnei |
| 2021-01-11 | core: hle: Integrate new KConditionVariable and KAddressArbiter implementations. | bunnei |
| 2021-01-11 | hle: kernel: thread: Replace ThreadStatus/ThreadSchedStatus with a single Thr... | bunnei |
| 2021-01-11 | core: hle: kernel: Update KSynchronizationObject. | bunnei |
| 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: Rewrite scheduler implementation based on Mesopshere. | bunnei |
| 2020-12-06 | hle: kernel: Port KAffinityMask from Mesosphere. | bunnei |
| 2020-11-29 | hle: kernel: thread: Remove unused "Running" state. | bunnei |
| 2020-11-29 | hle: kernel: multicore: Replace n-JITs impl. with 4 JITs. | bunnei |
| 2020-11-03 | core: Remove usage of unicorn | Lioncash |
| 2020-10-20 | Revert "core: Fix clang build" | bunnei |
| 2020-10-17 | core: Fix clang build | Lioncash |
| 2020-07-16 | cpu_manager: Mark function getters as static | Lioncash |
| 2020-07-15 | kernel/thread: Remove global GetCurrentThread() | Lioncash |
| 2020-06-27 | Kernel: Correct Host Context on Threads and Scheduler. | Fernando Sahmkow |
| 2020-06-27 | General: Cleanup legacy code. | Fernando Sahmkow |
| 2020-06-27 | SingleCore: Use Cycle Timing instead of Host Timing. | Fernando Sahmkow |
| 2020-06-27 | Thread: Release the ARM Interface on exitting. | Fernando Sahmkow |
| 2020-06-27 | General: Move ARM_Interface into Threads. | Fernando Sahmkow |
| 2020-06-27 | General: Fix Stop function | Fernando Sahmkow |
| 2020-06-27 | Kernel: Preempt Single core on redudant yields. | Fernando Sahmkow |
| 2020-06-27 | Scheduler: Set last running time on thread. | Fernando Sahmkow |
| 2020-06-27 | ARM/Memory: Correct Exclusive Monitor and Implement Exclusive Memory Writes. | Fernando Sahmkow |
| 2020-06-27 | SVC: Correct SetThreadActivity. | Fernando Sahmkow |
| 2020-06-27 | SCC: Small corrections to CancelSynchronization | 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 | SVC: Correct WaitSynchronization, WaitProcessWideKey, SignalProcessWideKey. | 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: 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-04-29 | kernel: Don't fail silently | David Marcec |
| 2020-04-22 | Merge pull request #3725 from MerryMage/fpcr | bunnei |
| 2020-04-19 | thread: FPCR.FZ is likely not 1 | MerryMage |
| 2020-04-15 | kernel/thread: Resolve -Wswitch warnings | Lioncash |
| 2020-03-02 | core: Implement separate A32/A64 ARM interfaces. | bunnei |
| 2020-02-22 | Kernel: Rename ThreadCallbackHandleTable and Setup Thread Ids on Kernel. | Fernando Sahmkow |
| 2020-02-14 | Merge pull request #3401 from FernandoS27/synchronization | bunnei |
| 2020-02-12 | kernel/thread: Remove trivial usages of the global system accessor | Lioncash |
| 2020-02-11 | Core: Set all hardware emulation constants in a single file. | 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 | Kernel: Remove a few global instances from the kernel. | Fernando Sahmkow |
| 2020-01-26 | Core: Refactor CpuCoreManager to CpuManager and Cpu to Core Manager. | Fernando Sahmkow |
| 2019-11-26 | core/memory: Migrate over address checking functions to the new Memory class | Lioncash |