| Age | Commit message (Expand) | Author |
| 2015-02-09 | Scheduler refactor Pt. 1 | Kevin Hartman |
| 2015-02-02 | Kernel: Make WaitObjects share ownership of Threads waiting on them | Yuri Kunde Schlesner |
| 2015-02-02 | Explicitly instantiate constructors/destructors for Kernel objects | Yuri Kunde Schlesner |
| 2015-02-02 | Mutex: Replace g_mutex_held_locks with a set inside Thread | Yuri Kunde Schlesner |
| 2015-02-02 | Kernel: Use separate Handle tables for CoreTiming userdata | Yuri Kunde Schlesner |
| 2015-02-02 | Thread: Modernize two functions that slipped through previous rebases | Yuri Kunde Schlesner |
| 2015-01-30 | Kernel: Mark all appropriate kernel objects as "final" | Yuri Kunde Schlesner |
| 2015-01-21 | Thread: Fix WaitSynchronization1 to not set register 1 on thread wakeup. | bunnei |
| 2015-01-21 | Kernel: Changed "ShouldWait" to return bool and "Acquire" to return void. | bunnei |
| 2015-01-21 | WaitObject: Renamed "Wait" to "ShouldWait", made "ShouldWait" and "Acquire" p... | bunnei |
| 2015-01-21 | Kernel: Moved Wait and Acquire to WaitObject, added way to retrieve a WaitObj... | 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: Refactor to fix several bugs | bunnei |
| 2015-01-21 | Kernel: Separate WaitSynchronization into Wait and Acquire methods. | bunnei |
| 2015-01-21 | WaitSynchronizationN: Implement return values | bunnei |
| 2015-01-21 | Thread: Keep track of multiple wait objects. | bunnei |
| 2015-01-21 | Kernel: Added WaitObject and changed "waitable" objects inherit from it. | bunnei |
| 2015-01-20 | core: Fix a few docstrings | Lioncash |
| 2015-01-09 | Kernel: Start using boost::intrusive_ptr for lifetime management | 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-08 | Merge pull request #255 from Subv/cbranch_3 | bunnei |
| 2015-01-08 | SVC: Implemented the Timer service calls. | Subv |
| 2015-01-08 | SVC: Fixed SleepThread. | 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-21 | Merge pull request #291 from purpasmart96/license | bunnei |
| 2014-12-20 | License change | purpasmart96 |
| 2014-12-20 | Thread: Wait current thread on svc_SleepThread | bunnei |
| 2014-12-20 | Kernel: Implement support for current thread pseudo-handle | Yuri Kunde Schlesner |
| 2014-12-08 | Thread: Fixed to wait on address when in arbitration. | bunnei |
| 2014-12-04 | Threads: Implemented a sequential thread id | Subv |
| 2014-12-04 | SVC: Implemented GetThreadId. | Subv |
| 2014-11-24 | HLE: Revamp error handling throrough the HLE code | Yuri Kunde Schlesner |
| 2014-11-19 | Remove trailing spaces in every file but the ones imported from SkyEye, AOSP ... | Emmanuel Gil Peyrot |
| 2014-08-06 | Thread: Added more descriptive comment to WaitCurrentThread. | bunnei |
| 2014-07-08 | Thread: Added functions to resume threads from address arbitration. | bunnei |
| 2014-06-13 | Kernel: Added real support for thread and event blocking | bunnei |
| 2014-06-01 | svc: added GetThreadPriority and SetThreadPriority, added (incomplete) Duplic... | bunnei |
| 2014-05-22 | thread: renamed "WaitCurThread" to "WaitCurrentThread", removed unused "reaso... | bunnei |
| 2014-05-22 | thread: removed unused SwitchContext/Reschedule reason field, added missing a... | bunnei |
| 2014-05-22 | kernel: refactored function naming to remove "__" prefix | bunnei |
| 2014-05-22 | thread: moved ThreadStatus/WaitType to header, added support for arg on Creat... | bunnei |
| 2014-05-20 | thread: added correct lowest thread priority, added a thread priority check, ... | bunnei |
| 2014-05-20 | thread: exposed ResumeThreadFromWait function for use in other kernel modules | bunnei |
| 2014-05-20 | thread: moved threading calls to the Kernel namespace | bunnei |
| 2014-05-20 | thread: whitespace change - fixed * and & placement | bunnei |
| 2014-05-20 | - created a Kernel namespace | bunnei |
| 2014-05-19 | thread: added declaration for __KernelReschedule to be used by syscall module | bunnei |