| Age | Commit message (Expand) | Author |
| 2019-11-28 | kernel: Implement a more accurate IPC dispatch. | bunnei |
| 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-24 | kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel... | bunnei |
| 2019-11-03 | kernel: events: Remove ResetType::Automatic. | bunnei |
| 2019-05-24 | Merge pull request #2489 from FearlessTobi/port-4716 | bunnei |
| 2019-05-19 | Address review comment | Tobias |
| 2019-05-18 | core/kernel/object: Rename ResetType enum members | Lioncash |
| 2019-05-18 | HLE/IPC: HLEContext can memorize the client thread and use it for SleepClient... | Weiyi Wang |
| 2019-03-07 | kernel/hle_ipc: Convert std::shared_ptr IPC header instances to std::optional | Lioncash |
| 2019-03-05 | kernel/server_session: Make data members private | Lioncash |
| 2018-12-31 | core/kernel: Remove unnecessary inclusions | Lioncash |
| 2018-11-29 | hle_ipc: Refactor SleepClientThread to avoid ReadableEvent | Zach Hilman |
| 2018-11-29 | kernel/event: Reference ReadableEvent from WritableEvent | Zach Hilman |
| 2018-11-29 | hle_ipc: Use event pair for SleepClientThread | Zach Hilman |
| 2018-10-20 | kernel/process: Make the handle table per-process | 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-28 | kernel: Eliminate kernel global state | Lioncash |
| 2018-08-09 | hle_ipc: Make WriteToOutgoingCommandBuffer()'s reference parameter const | 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-19 | hle_ipc: Introduce generic WriteBuffer overload for multiple container types | Lioncash |
| 2018-07-19 | hle_ipc: Amend usage of buffer_index within one of HLERequestContext's WriteB... | Lioncash |
| 2018-07-18 | core/memory, core/hle/kernel: Use std::move where applicable | Lioncash |
| 2018-07-17 | nvflinger: Fix for BufferQueue event handling. | bunnei |
| 2018-07-14 | No need to use ASSERT_MSG with an empty message | David Marcec |
| 2018-07-02 | Update clang format | James Rowe |
| 2018-07-02 | Rename logging macro back to LOG_* | James Rowe |
| 2018-06-22 | IPC: skip empty buffer write | mailwl |
| 2018-05-17 | Added RequestWithContext & ControlWithContext | David Marcec |
| 2018-05-01 | GetSharedFontInOrderOfPriority (#381) | David |
| 2018-04-25 | kernel: Migrate logging macros to fmt-compatible ones | Lioncash |
| 2018-03-31 | hle_ipc, fsp_srv: Cleanup logging. | bunnei |
| 2018-03-31 | hle_ipc: Do not ensure write buffer size. | bunnei |
| 2018-03-19 | Clean Warnings (?) | N00byKing |
| 2018-03-18 | hle_ipc: Add SleepClientThread to block current thread within HLE routines. | bunnei |
| 2018-03-18 | hle_ipc: Use shared_ptr instead of unique_ptr to allow copies. | bunnei |
| 2018-03-18 | hle_ipc: Remove GetPointer(..) usage with WriteToOutgoingCommandBuffer. | bunnei |
| 2018-02-20 | Add warning if Domain request has no domain message header | mailwl |
| 2018-02-20 | Fix: change check for domain order and existance of domain message header | mailwl |
| 2018-02-20 | IPC: add domain header to response if only it exists in request | mailwl |
| 2018-02-16 | Service/hid: stub some functions | mailwl |
| 2018-02-14 | hle_ipc: Remove const from WriteBuffer size. | bunnei |
| 2018-02-14 | hle_ipc: Add GetReadBufferSize and check write buffer size. | bunnei |
| 2018-02-13 | hle_ipc: Add helper functions for reading and writing buffers. | bunnei |
| 2018-02-13 | hle_ipc: Add helper functions for reading and writing buffers. | bunnei |
| 2018-01-24 | hle: Integrate Domain handling into ServerSession. | bunnei |