| Age | Commit message (Expand) | Author |
| 2021-01-11 | core: hle: Integrate new KConditionVariable and KAddressArbiter implementations. | bunnei |
| 2021-01-11 | hle: kernel: thread: Replace ThreadStatus/ThreadSchedStatus with a single Thr... | bunnei |
| 2021-01-11 | core: hle: kernel: Update KSynchronizationObject. | bunnei |
| 2020-12-06 | hle: kernel: Migrate to KScopedSchedulerLock. | bunnei |
| 2020-12-06 | hle: kernel: Separate KScopedSchedulerLockAndSleep from k_scheduler. | bunnei |
| 2020-12-06 | hle: kernel: Rewrite scheduler implementation based on Mesopshere. | bunnei |
| 2020-11-29 | hle: kernel: AddressArbiter: Remove unused code. | bunnei |
| 2020-10-20 | Revert "core: Fix clang build" | bunnei |
| 2020-10-17 | core: Fix clang build | Lioncash |
| 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 |