| Age | Commit message (Expand) | Author |
| 2020-08-05 | address_arbiter: Resolve sign conversion warning | Lioncash |
| 2020-07-16 | kernel: Remove unused variables | Lioncash |
| 2020-06-27 | ARM: Addapt to new Exclusive Monitor Interface. | Fernando Sahmkow |
| 2020-06-27 | Kernel: Fixes, corrections and asserts to scheduler and different svcs. | Fernando Sahmkow |
| 2020-06-27 | ARM/Memory: Correct Exclusive Monitor and Implement Exclusive Memory Writes. | Fernando Sahmkow |
| 2020-06-27 | SVC: Correct svcWaitForAddress and svcSignalToAddress. | Fernando Sahmkow |
| 2020-02-12 | address_arbiter: Collapse loops in InsertThread() and RemoveThread() | Lioncash |
| 2020-02-12 | address_arbiter: Simplify GetThreadsWaitingOnAddress() | Lioncash |
| 2020-01-26 | Core: Refactor CpuCoreManager to CpuManager and Cpu to Core Manager. | Fernando Sahmkow |
| 2019-12-11 | Kernel: Correct behavior of Address Arbiter threads. (#3165) | Fernando Sahmkow |
| 2019-12-07 | kernel: Remove unnecessary includes | Lioncash |
| 2019-11-26 | core/memory: Migrate over Write{8, 16, 32, 64, Block} to the Memory class | Lioncash |
| 2019-11-26 | core/memory: Migrate over Read{8, 16, 32, 64, Block} to the Memory class | Lioncash |
| 2019-11-26 | core/memory: Migrate over address checking functions to the new Memory class | Lioncash |
| 2019-11-24 | kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel... | bunnei |
| 2019-10-15 | Kernel: Corrections to ModifyByWaitingCountAndSignalToAddressIfEqual | Fernando Sahmkow |
| 2019-10-15 | Kernel: Style and Corrections | Fernando Sahmkow |
| 2019-10-15 | Correct PrepareReschedule | Fernando Sahmkow |
| 2019-10-15 | Add PrepareReschedule where required. | Fernando Sahmkow |
| 2019-03-19 | Small fixes to address_arbiter to better match the IDB. | Fernando Sahmkow |
| 2019-03-07 | kernel/svc: Move address arbiter signaling behind a unified API function | Lioncash |
| 2019-03-07 | kernel/svc: Move address arbiter waiting behind a unified API function | Lioncash |
| 2019-03-05 | kernel/address_arbiter: Pass in system instance to constructor | Lioncash |
| 2019-03-05 | kernel/address_arbiter: Minor tidying up | Lioncash |
| 2019-03-05 | kernel/address_arbiter: Convert the address arbiter into a class | Lioncash |
| 2019-02-16 | address_arbiter: Use nested namespaces where applicable | Lioncash |
| 2018-10-15 | core_cpu: Make Cpu scheduler instances unique_ptrs instead of shared_ptrs | Lioncash |
| 2018-10-04 | kernel/thread: Make all instance variables private | Lioncash |
| 2018-09-15 | Port #4182 from Citra: "Prefix all size_t with std::" | fearlessTobi |
| 2018-08-31 | core/core: Replace includes with forward declarations where applicable | Lioncash |
| 2018-08-05 | address_arbiter: Return by value from GetThreadsWaitingOnAddress() | Lioncash |
| 2018-08-01 | kernel: Move object class to its own source files | Lioncash |
| 2018-07-31 | kernel: Remove unnecessary includes | Lioncash |
| 2018-07-19 | thread: Convert ThreadStatus into an enum class | Lioncash |
| 2018-07-18 | address_arbiter: Correct assignment within an assertion statement in WakeThre... | Lioncash |
| 2018-07-16 | Kernel/Arbiter: Fix bug in WaitIfLessThan | Michael Scire |
| 2018-06-22 | Kernel/Arbiters: Fix casts, cleanup comments/magic numbers | Michael Scire |
| 2018-06-21 | Run clang-format on PR. | Michael Scire |
| 2018-06-21 | Kernel/Arbiters: HLE is atomic, adjust code to reflect that. | Michael Scire |
| 2018-06-21 | Kernel/Arbiters: Clear WaitAddress in SignalToAddress | Michael Scire |
| 2018-06-21 | Kernel/Arbiters: Mostly implement SignalToAddress | Michael Scire |
| 2018-06-21 | Kernel/Arbiters: Implement WaitForAddress | Michael Scire |
| 2018-06-21 | Kernel/Arbiters: Add stubs for 4.x SignalToAddress/WaitForAddres SVCs. | Michael Scire |
| 2018-02-18 | kernel: Remove unused address_arbiter code. | bunnei |
| 2017-05-24 | Kernel: Centralize error definitions in errors.h | Yuri Kunde Schlesner |
| 2016-12-21 | core: Remove HLE module, consolidate code & various cleanups. | bunnei |
| 2016-12-03 | Threading: Reworked the way our scheduler works. | Subv |
| 2016-09-21 | Use negative priorities to avoid special-casing the self-include | Yuri Kunde Schlesner |
| 2016-09-21 | Remove empty newlines in #include blocks. | Emmanuel Gil Peyrot |
| 2016-09-18 | Manually tweak source formatting and then re-run clang-format | Yuri Kunde Schlesner |