| Age | Commit message (Expand) | Author |
| 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-29 | svc: demote SleepThread log to LOG_TRACE | ameerj |
| 2020-12-20 | Merge pull request #5131 from bunnei/scheduler-rewrite | bunnei |
| 2020-12-08 | svc: Remove unnecessary casts | Lioncash |
| 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: svc: Remove reschedule on svcBreak. | bunnei |
| 2020-12-06 | hle: kernel: svc: Remove unnecessary hack in svcSleep. | bunnei |
| 2020-12-06 | hle: kernel: Port KAffinityMask from Mesosphere. | bunnei |
| 2020-11-29 | hle: kernel: multicore: Replace n-JITs impl. with 4 JITs. | bunnei |
| 2020-11-23 | svc: Remove unnecessary [[maybe_unused]] tag | Lioncash |
| 2020-10-20 | Revert "core: Fix clang build" | bunnei |
| 2020-10-17 | core: Fix clang build | Lioncash |
| 2020-09-14 | kernel: Remove all dependencies on the global system instance | Lioncash |
| 2020-07-16 | kernel: Remove unused variables | Lioncash |
| 2020-06-27 | SVC: Implement 32-bits wrappers and update Dynarmic. | Fernando Sahmkow |
| 2020-06-27 | SVC: Add GetCurrentProcessorNumber32, CreateTransferMemory32, SetMemoryAttrib... | Fernando Sahmkow |
| 2020-06-27 | SVC: Add GetThreadPriority32 & SetThreadPriority32 | Fernando Sahmkow |
| 2020-06-27 | Common/Kernel: Corrections and small bug fixing. | Fernando Sahmkow |
| 2020-06-27 | General: Cleanup legacy code. | Fernando Sahmkow |
| 2020-06-27 | Kernel/svcBreak: Implement CacheInvalidation for Singlecore and correct svcBr... | Fernando Sahmkow |
| 2020-06-27 | HLE_IPC: Correct HLE Event behavior on timeout. | Fernando Sahmkow |
| 2020-06-27 | SingleCore: Use Cycle Timing instead of Host Timing. | Fernando Sahmkow |
| 2020-06-27 | General: Move ARM_Interface into Threads. | Fernando Sahmkow |
| 2020-06-27 | SVC/ARM: Correct svcSendSyncRequest and cache ticks on arm interface. | Fernando Sahmkow |
| 2020-06-27 | ARM: Addapt to new Exclusive Monitor Interface. | 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 | Kernel: Fixes, corrections and asserts to scheduler and different svcs. | 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 | SVC: Correct svcWaitForAddress and svcSignalToAddress. | Fernando Sahmkow |
| 2020-06-27 | Kernel: Corrections to Scheduling. | Fernando Sahmkow |
| 2020-06-27 | Core: Correct HLE Event Callbacks and other issues. | 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 | SVC: Correct SendSyncRequest. | 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 |