| 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: Thread: Various style fixes based on code review feedback. | 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-10-20 | Revert "core: Fix clang build" | bunnei |
| 2020-10-17 | core: Fix clang build | Lioncash |
| 2020-07-16 | kernel/thread: Remove unimplemented function prototype | 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 | HLE_IPC: Correct HLE Event behavior on timeout. | 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 | SingleCore: Move Host Timing from a sepparate thread to main cpu thread. | Fernando Sahmkow |
| 2020-06-27 | General: Fix microprofile on dynarmic/svc, fix wait tree showing which thread... | Fernando Sahmkow |
| 2020-06-27 | Kernel: Rewind on SVC change. | Fernando Sahmkow |
| 2020-06-27 | Kernel: Preempt Single core on redudant yields. | Fernando Sahmkow |
| 2020-06-27 | Scheduler: Correct yields. | Fernando Sahmkow |
| 2020-06-27 | SVC: Correct SetThreadActivity. | Fernando Sahmkow |
| 2020-06-27 | SCC: Small corrections to CancelSynchronization | Fernando Sahmkow |
| 2020-06-27 | SVC: Correct svcWaitForAddress and svcSignalToAddress. | 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 SendSyncRequest. | 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-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-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 |
| 2019-11-24 | kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel... | bunnei |
| 2019-11-16 | Kernel: Correct Cancel Synchronization. | Fernando Sahmkow |
| 2019-10-15 | Kernel Thread: Cleanup THREADPROCESSORID_DONT_UPDATE. | Fernando Sahmkow |
| 2019-10-15 | Kernel: Address Feedback 2 | Fernando Sahmkow |
| 2019-10-15 | Kernel: Address Feedback. | Fernando Sahmkow |
| 2019-10-15 | Kernel: Corrections to Wait Objects clearing in which a thread could still be... | Fernando Sahmkow |
| 2019-10-15 | Kernel: Clang Format | Fernando Sahmkow |
| 2019-10-15 | Scheduler: Implement Yield Count and Core migration on Thread Preemption. | 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 | Addapt thread class to the new Scheduler | Fernando Sahmkow |
| 2019-07-03 | kernel/process: Decouple TLS handling from threads | Lioncash |