| Age | Commit message (Expand) | Author |
| 2016-12-22 | core: Replace "AppCore" nomenclature with just "CPU". | bunnei |
| 2016-12-21 | core: Remove HLE module, consolidate code & various cleanups. | bunnei |
| 2016-12-21 | core: Consolidate core and system state, remove system module & cleanups. | bunnei |
| 2016-09-21 | Remove empty newlines in #include blocks. | Emmanuel Gil Peyrot |
| 2016-09-18 | Sources: Run clang-format on everything. | Emmanuel Gil Peyrot |
| 2016-06-11 | Kernel/SVC: Implemented svcCreatePort. | Subv |
| 2016-05-12 | Kernel/SVC: Fixed the register order for svcCreateMemoryBlock. | Subv |
| 2016-03-12 | svc: Move ResetType enum to the kernel event header | Lioncash |
| 2016-01-14 | HLE/SVC: Implement UnmapMemoryBlock. | Subv |
| 2015-11-30 | Kernel: Implement svcGetSystemInfo | Yuri Kunde Schlesner |
| 2015-08-16 | Kernel: Implement svcGetProcessInfo in a basic way | Yuri Kunde Schlesner |
| 2015-07-25 | Merge pull request #888 from zawata/Warning-Fixes-2 | Yuri Kunde Schlesner |
| 2015-07-17 | Kernel/SVC: Implemented svcQueryProcessMemory | Subv |
| 2015-07-17 | Kernel/SVC: Implemented svcQueryMemory. | Subv |
| 2015-07-17 | Core\HLE : Fix Warning | zawata |
| 2015-06-16 | kernel: Fix svcWaitSynch to always acquire requested wait objects. | bunnei |
| 2015-05-16 | Implement svcBreak | archshift |
| 2015-05-14 | Core/ResourceLimits: Implemented the basic structure of ResourceLimits. | Subv |
| 2015-05-15 | Memmap: Re-organize memory function in two files | Yuri Kunde Schlesner |
| 2015-04-09 | Thread: Implement priority boost for starved threads. | bunnei |
| 2015-01-30 | SVC: Use CASCADE_RESULT in SVC handlers | Yuri Kunde Schlesner |
| 2015-01-30 | SVC: Change return type of handlers to ResultCode | Yuri Kunde Schlesner |
| 2015-01-09 | Move ThreadContext to core/core.h and deal with the fallout | Yuri Kunde Schlesner |
| 2015-01-08 | SVC: Implemented the Timer service calls. | Subv |
| 2014-12-31 | SOC_U: Preliminary implementation of sockets. | Subv |
| 2014-12-20 | License change | purpasmart96 |
| 2014-12-13 | SVC: Implemented ReleaseSemaphore. | Subv |
| 2014-12-13 | SVC: Implemented svcCreateSemaphore | Subv |
| 2014-11-19 | Remove trailing spaces in every file but the ones imported from SkyEye, AOSP ... | Emmanuel Gil Peyrot |
| 2014-08-18 | SVC: Added support for svc_GetSystemTick. | bunnei |
| 2014-07-07 | function_wrappers: Fixed incorrect wrapper, added another. | bunnei |
| 2014-06-13 | HLE: Moved "PARAM" and "RETURN" macros to function_wrappers.h (this is only m... | bunnei |
| 2014-06-13 | SVC: Renamed all function wrapper templates to Wrap, moved to HLE namespace. | bunnei |
| 2014-06-13 | SVC: Cleaned up function wrappers to pass in correct argument types. | bunnei |
| 2014-06-02 | svc: updated WaitSynchronizationN to properly use first pointer argument | bunnei |
| 2014-06-01 | svc: cleaned up function_wrappers, updated various SVCs to make use of pointe... | bunnei |
| 2014-06-01 | svc: added missing function wrapper for SleepThread | bunnei |
| 2014-05-29 | svc: added svcClearEvent, stubbed function for svcArbitrateAddress, and vario... | bunnei |
| 2014-05-28 | hle: properly cast 64-bit function wrapper parameters to (u64) | bunnei |
| 2014-05-28 | hle: removed PARAM64 macro (this was incorrect), made several bug fixes accor... | bunnei |
| 2014-05-17 | added stubbed function for WaitSynchronizationN | bunnei |
| 2014-05-15 | - added SVC stubs for QueryMemory and GetThreadId | bunnei |
| 2014-05-13 | added CreateThread, CreateMutex, and ReleaseMutex SVC stubs (just parameter d... | bunnei |
| 2014-05-06 | - added debug logging to syscall.cpp | bunnei |
| 2014-05-01 | - added some function wrappers for HLE | bunnei |
| 2014-04-16 | added a new function wrapper | bunnei |
| 2014-04-16 | - fixed tabs in function_wrappers.h | bunnei |
| 2014-04-10 | added initial modules for setting up SysCall HLE | bunnei |