| Age | Commit message (Expand) | Author |
| 2021-04-08 | codecctl: Use proper names | german77 |
| 2021-04-08 | audren_u: Use proper names | german77 |
| 2021-04-08 | audren_a: Use proper names | german77 |
| 2021-04-08 | audrec_u: Use proper names, update to 12.x | german77 |
| 2021-04-08 | audrec_a: Use proper names | german77 |
| 2021-04-08 | audout_u: Use proper names | german77 |
| 2021-04-08 | audout_a: Use proper names | german77 |
| 2021-04-08 | audin_u: Use proper names | german77 |
| 2021-04-08 | audin_a: Use proper names | german77 |
| 2021-04-07 | hwopus: Update to 12.x | Morph |
| 2021-02-05 | hle: kernel: Reimplement KReadableEvent and KWritableEvent. | bunnei |
| 2021-02-05 | hle: kernel: Rename WritableEvent to KWritableEvent. | bunnei |
| 2021-02-05 | hle: kernel: Rename ReadableEvent to KReadableEvent. | bunnei |
| 2021-01-24 | audout: FlushAudioOutBuffers | Chloe Marcec |
| 2021-01-15 | core: Silence Wclass-memaccess warnings | ReinUsesLisp |
| 2020-12-28 | hle: service: Acquire and release a lock on requests. | bunnei |
| 2020-11-26 | service: Eliminate usages of the global system instance | Lioncash |
| 2020-10-20 | Revert "core: Fix clang build" | bunnei |
| 2020-10-17 | core: Fix clang build | Lioncash |
| 2020-09-11 | Merge pull request #4310 from ogniK5377/apollo-1-prod | bunnei |
| 2020-08-13 | General: Tidy up clang-format warnings part 2 | Lioncash |
| 2020-08-03 | yuzu: Resolve C++20 deprecation warnings related to lambda captures | Lioncash |
| 2020-08-03 | ipc: Allow all trivially copyable objects to be passed directly into WriteBuf... | David |
| 2020-07-25 | audio_core: Apollo Part 1, AudioRenderer refactor | David Marcec |
| 2020-04-29 | marked stubs | David Marcec |
| 2020-04-29 | Audin:u ListAudioIns, OpenAudioIn, ListAudioInsAuto, OpenAudioInAuto, ListAud... | David Marcec |
| 2020-04-26 | Merge pull request #3744 from lioncash/table2 | bunnei |
| 2020-04-20 | audio_renderer: Preliminary BehaviorInfo (#3736) | David |
| 2020-04-20 | service: Update function tables | Lioncash |
| 2020-04-20 | audren: Lower log level for RequestUpdateImpl to Debug | FearlessTobi |
| 2020-04-17 | service: Remove unused RequestParser instances | Lioncash |
| 2020-04-17 | core: memory: Move to Core::Memory namespace. | bunnei |
| 2020-04-15 | CMakeLists: Specify -Wextra on linux builds | Lioncash |
| 2020-02-11 | update hwopus DecodeInterleaved for FW 7.0.0+ | makigumo |
| 2019-11-26 | core/memory: Migrate over Read{8, 16, 32, 64, Block} to the Memory class | Lioncash |
| 2019-11-26 | core: Prepare various classes for memory read/write migration | Lioncash |
| 2019-11-24 | Merge pull request #3094 from lioncash/tables | bunnei |
| 2019-11-12 | service: Update function tables | Lioncash |
| 2019-11-12 | service: Resolve sign conversion errors | Lioncash |
| 2019-11-03 | kernel: events: Remove ResetType::Automatic. | bunnei |
| 2019-10-04 | audio/audout_u: Change formatting for old clang-format versions | ReinUsesLisp |
| 2019-10-04 | service/audio: Silence -Wunused | ReinUsesLisp |
| 2019-09-05 | Merge pull request #2834 from Morph1984/audrenu_QueryAudioDeviceInputEvent | David |
| 2019-09-03 | Add Kernel::EventPair audio_input_device_switch_event; | Morph1984 |
| 2019-09-03 | remove <f32> | Morph1984 |
| 2019-09-03 | audren_u: Stub IAudioDevice::QueryAudioDeviceInputEvent | Morph1984 |
| 2019-09-03 | explicitly represent 1 as a float (1.0f instead of 1) | Morph1984 |
| 2019-09-03 | Change u32 -> f32 | Morph1984 |
| 2019-09-03 | service/audio/audren_u: Stub IAudioDevice::GetAudioDeviceOutputVolume | Morph1984 |
| 2019-07-19 | service/audren_u: Handle audio USB output revision queries in ListAudioDevice... | Lioncash |