| 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-05-22 | Add a C++ demangler (#119) | Thomas Guillemard |
| 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 | Initial work to support changing thread core on the scheduler, also some cond... | gdkchan |
| 2018-05-07 | NvServices refactoring (#120) | gdkchan |
| 2018-04-26 | Remove thread from the threads list when it finishes, remove debug code | gdkchan |
| 2018-04-24 | Improved logging (#103) | gdkchan |
| 2018-04-22 | Print guest stack trace on a few points that can throw exceptions | gdkchan |
| 2018-04-22 | Stub a few services, add support for generating call stacks on the CPU | gdkchan |
| 2018-04-21 | Implement the synchronization primitives like the Horizon kernel does (#97) | 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 | Bump the maximum number of threads | gdkchan |
| 2018-04-06 | Rename services with the official interface names | gdkchan |
| 2018-04-04 | Remove useless spacing | gdkchan |
| 2018-03-20 | Rename IpcServices -> Services | gdkchan |
| 2018-03-20 | Support different framebuffer offsets (fixes #59) | gdkchan |
| 2018-03-19 | [WIP] Add support for events (#60) | gdkchan |
| 2018-03-13 | Add pl:u stub, use higher precision on CNTPCT_EL0 register tick count | gdkchan |
| 2018-03-12 | Allow more than one process, free resources on process dispose, implement Svc... | gdkchan |
| 2018-03-09 | Disable memory checks by default, even on debug, move ram memory allocation i... | gdkchan |
| 2018-03-04 | Fix hid touch screen timestamp, add more log info | gdkchan |
| 2018-03-02 | Refactor HID, fix issues (#48) | gdkchan |
| 2018-02-27 | Change SvcGetInfo 5 to return actual heap size, remove AMemoryAlloc since it ... | gdkchan |
| 2018-02-25 | Fix regression introduced on last commit with wrong ImageEnd | gdkchan |
| 2018-02-25 | Added initial support for function names from symbol table on the cpu with tr... | gdkchan |
| 2018-02-23 | Map heap on heap base region, fix for thread start on homebrew, add FCVTMU an... | gdkchan |
| 2018-02-21 | Initiale hbmenu.nro support (#32) | Ac_K |
| 2018-02-20 | Split main project into core,graphics and chocolarm4 subproject (#29) | emmauss |