| Age | Commit message (Expand) | Author |
| 2018-06-10 | Rename Ryujinx.Core to Ryujinx.HLE and add a separate project for a future LL... | gdkchan |
| 2018-06-09 | Somewhat better implementation of thread yield | gdkchan |
| 2018-05-15 | Only use higher priority on yield, change reschedule to be per-thread instead... | gdkchan |
| 2018-05-15 | Fix some races in SvcThreadSync and change the way how yield works | gdkchan |
| 2018-05-14 | Some improvements to SetThreadCoreMask, simplified implementation of wait lists | gdkchan |
| 2018-05-13 | Better implementation of SetThreadCoreMask that allows changing the Core Mask... | gdkchan |
| 2018-05-13 | Initial work to support changing thread core on the scheduler, also some cond... | gdkchan |
| 2018-04-25 | Some small sync primitive fixes, logging fixes, started to implement the 2D e... | gdkchan |
| 2018-04-24 | Improved logging (#103) | gdkchan |
| 2018-04-21 | Implement the synchronization primitives like the Horizon kernel does (#97) | gdkchan |
| 2018-04-19 | Add SvcSetThreadActivity, tweak SignalProcessWideKey, add fmul32i shader inst... | gdkchan |
| 2018-04-19 | [HLE/Kernel] Dispose the thread wait even on exit | gdkchan |
| 2018-04-19 | Fix bad merge, and a few other fixes | gdkchan |
| 2018-04-18 | [HLE/Kernel] Somewhat improved sync primitives | gdkchan |
| 2018-04-13 | Add logclass, made changes to logging calls (#79) | emmauss |
| 2018-04-06 | Show service short name for unimplemented commands | gdkchan |
| 2018-03-20 | Rename IpcServices -> Services | gdkchan |
| 2018-03-19 | [WIP] Add support for events (#60) | gdkchan |
| 2018-03-12 | Stub GetAudioRenderersProcessMasterVolume and avoid blowing up the stack insi... | gdkchan |
| 2018-03-12 | Allow more than one process, free resources on process dispose, implement Svc... | gdkchan |
| 2018-03-05 | Allow multiple hid shared memory locations | gdkchan |
| 2018-03-04 | Try fixing NvFlinger rotation with scaling, return correct error code on Wait... | gdkchan |
| 2018-02-27 | Change SvcGetInfo 5 to return actual heap size, remove AMemoryAlloc since it ... | gdkchan |
| 2018-02-25 | Implement many objects, improve logging. (#42) | Ac_K |
| 2018-02-25 | Refactor IPC services to have commands into separate classes, fix readme url | gdkchan |
| 2018-02-20 | Split main project into core,graphics and chocolarm4 subproject (#29) | emmauss |