| Age | Commit message (Expand) | Author |
| 2015-02-12 | Build: Fixed some warnings | Subv |
| 2015-02-10 | Asserts: break/crash program, fit to style guide; log.h->assert.h | archshift |
| 2015-02-09 | Scheduler refactor Pt. 1 | Kevin Hartman |
| 2015-02-03 | core: Fix some warnings on OSX | Lioncash |
| 2015-02-02 | Kernel: Make WaitObjects share ownership of Threads waiting on them | Yuri Kunde Schlesner |
| 2015-02-02 | Kernel: Fix bug in HandleTable::Close | Yuri Kunde Schlesner |
| 2015-02-02 | Kernel: Remove Object::GetHandle (it's not used anymore :D) | Yuri Kunde Schlesner |
| 2015-02-02 | Kernel: Introduce unique Object ids for debugging | Yuri Kunde Schlesner |
| 2015-01-21 | Kernel: Renamed some functions for clarity. | bunnei |
| 2015-01-21 | Session: Change to a WaitObject. | bunnei |
| 2015-01-21 | Kernel: Reschedule on SignalEvent and SendSyncRequest, fix some bugs. | bunnei |
| 2015-01-21 | AddressArbiter: Changed to Kernel::Object, big cleanup, removed code that mad... | bunnei |
| 2015-01-21 | Kernel: Get rid of WaitTypes and simplify lots of code, removing hacks. | bunnei |
| 2015-01-21 | WaitSynchronizationN: Implement return values | bunnei |
| 2015-01-21 | WaitObject: Added RemoveWaitingThread, fixed a bug, and cleanup. | bunnei |
| 2015-01-21 | Kernel: Added WaitObject and changed "waitable" objects inherit from it. | bunnei |
| 2015-01-09 | Kernel: Start using boost::intrusive_ptr for lifetime management | Yuri Kunde Schlesner |
| 2015-01-09 | Kernel: Don't re-assign object's handle when duplicating one | Yuri Kunde Schlesner |
| 2015-01-09 | Thread: Reduce use of Handles and move some funcs to inside the class. | Yuri Kunde Schlesner |
| 2015-01-09 | Kernel: Move Thread's definition to the header file | Yuri Kunde Schlesner |
| 2015-01-09 | Move ThreadContext to core/core.h and deal with the fallout | Yuri Kunde Schlesner |
| 2015-01-08 | Merge pull request #255 from Subv/cbranch_3 | bunnei |
| 2015-01-08 | SVC: Implemented the Timer service calls. | Subv |
| 2015-01-07 | Threads: Use a dummy idle thread when no other are ready. | Subv |
| 2014-12-28 | Kernel: New handle manager | Yuri Kunde Schlesner |
| 2014-12-28 | Rename ObjectPool to HandleTable | Yuri Kunde Schlesner |
| 2014-12-20 | License change | purpasmart96 |
| 2014-12-17 | Filesystem/Archives: Implemented the SaveData archive | Subv |
| 2014-12-16 | HLE: Rename namespaces to match move & fix initialization order | Yuri Kunde Schlesner |
| 2014-12-16 | HLE: Move kernel/archive.* to service/fs/ | Yuri Kunde Schlesner |
| 2014-12-13 | Convert old logging calls to new logging macros | Yuri Kunde Schlesner |
| 2014-12-03 | kernel: Shorten GetCount | Lioncash |
| 2014-12-03 | kernel: Make some functions const | Lioncash |
| 2014-11-19 | Remove trailing spaces in every file but the ones imported from SkyEye, AOSP ... | Emmanuel Gil Peyrot |
| 2014-09-14 | Core: Get rid of unnecessary switch statement in Kernel | Lioncash |
| 2014-09-08 | core: Prune redundant includes | archshift |
| 2014-08-19 | Core: Use std::array for managing kernel object space | Lioncash |
| 2014-08-17 | Core: Alter the kernel string functions to use std::string instead of const c... | Lioncash |
| 2014-07-04 | Archive: Added Init/Shutdown methods to reset kernel archive state. | bunnei |
| 2014-06-13 | Kernel: Removed unnecessary "#pragma once". | bunnei |
| 2014-06-13 | Kernel: Added freeing of kernel objects on emulator shutdown. | bunnei |
| 2014-06-13 | HLE: Updated all uses of NULL to nullptr (to be C++11 compliant) | bunnei |
| 2014-06-05 | kernel: changed current default thread priority back to 0x30 - I think this i... | bunnei |
| 2014-06-01 | kernel: changed main thread priority to default, updated Kernel::Reschedule t... | bunnei |
| 2014-05-22 | kernel: refactored function naming to remove "__" prefix | bunnei |
| 2014-05-20 | thread: moved threading calls to the Kernel namespace | bunnei |
| 2014-05-20 | - created a Kernel namespace | bunnei |
| 2014-05-15 | changed "UID" to "Handle" to be a little more consistent with CTR naming | bunnei |
| 2014-05-14 | changed primary thread priority to 0x30 - this is typical, not 0x31 | bunnei |
| 2014-05-13 | - added __KernelLoadExec function | bunnei |