| Age | Commit message (Expand) | Author |
| 2020-04-17 | kernel: errors: Add ERR_OUT_OF_RESOURCES. | bunnei |
| 2020-04-17 | kernel: process_capability: Update to use Memory::PageTable. | bunnei |
| 2020-04-17 | kernel: memory: Add PageTable class, to manage process address space. | bunnei |
| 2020-04-17 | kernel: memory: Add MemoryLayout class, to build physical memory layout. | bunnei |
| 2020-04-17 | kernel: memory: Add MemoryManager class, to manage page heaps. | bunnei |
| 2020-04-17 | kernel: memory: Add MemoryBlockManager class, to manage memory blocks. | bunnei |
| 2020-04-17 | kernel: memory: Add PageHeap class, to manage a heap of pages. | bunnei |
| 2020-04-17 | kernel: memory: Add PageLinkedList class, to manage a list of pages. | bunnei |
| 2020-04-17 | kernel: memory: Add system_control code, which will be used for ASLR support. | bunnei |
| 2020-04-17 | physical_memory: Add missing include for <vector>. | bunnei |
| 2020-04-17 | kernel: memory: Add MemoryBlock class, for managing memory blocks and their s... | bunnei |
| 2020-04-17 | kernel: memory: Add memory_types.h, for things that are commonly used in memo... | bunnei |
| 2020-04-17 | kernel: memory: Add SlabHeap class, for managing memory heaps. | bunnei |
| 2020-04-17 | kernel: memory: Add AddressSpaceInfo class, for managing the memory address s... | bunnei |
| 2020-04-17 | core: device_manager: Add a simple class to manage device RAM. | bunnei |
| 2020-04-17 | dynarmic: Enable strict alignment checks. | bunnei |
| 2020-04-17 | core: memory: Move to Core::Memory namespace. | bunnei |
| 2020-04-17 | core: kernel: Add svc_types header to include SVC-specific types. | bunnei |
| 2020-04-17 | core: kernel: Move SVC to its own namesapce. | bunnei |
| 2020-04-17 | kernel: resource_limit: Improvements to implementation. | bunnei |
| 2020-04-17 | loader: nso: Fix loading of static objects to be properly sized and aligned. | bunnei |
| 2020-04-17 | process: SetupMainThread: Zero out argument on process start. | bunnei |
| 2020-04-17 | arm_interface: Ensure ThreadContext is zero'd out. | bunnei |
| 2020-04-16 | General: Resolve warnings related to missing declarations | Lioncash |
| 2020-04-17 | gdbstub: Fix some gdbstub jankiness | MerryMage |
| 2020-04-16 | Merge pull request #3671 from lioncash/switch | bunnei |
| 2020-04-16 | key_manager: Resolve missing field initializer warning | Lioncash |
| 2020-04-16 | time_zone_manager: Resolve sign conversion warnings | Lioncash |
| 2020-04-16 | hle_ipc: Remove std::size_t casts where applicable | Lioncash |
| 2020-04-16 | Merge pull request #3673 from lioncash/extra | bunnei |
| 2020-04-16 | externals: Move LibreSSL linking to httplib. | Markus Wick |
| 2020-04-16 | Merge pull request #3659 from bunnei/time-calc-standard-user | Rodrigo Locatti |
| 2020-04-15 | CMakeLists: Specify -Wextra on linux builds | Lioncash |
| 2020-04-15 | CMakeLists: Make -Wreorder a compile-time error | Lioncash |
| 2020-04-15 | kernel/thread: Resolve -Wswitch warnings | Lioncash |
| 2020-04-14 | service: time: Implement CalculateStandardUserSystemClockDifferenceByUser. | bunnei |
| 2020-04-14 | Merge pull request #3660 from bunnei/friend-blocked-users | Zach Hilman |
| 2020-04-14 | file_sys: patch_manager: Return early when there are no layers to apply. | bunnei |
| 2020-04-14 | service: friend: Stub IFriendService::GetBlockedUserListIds. | bunnei |
| 2020-04-12 | Merge pull request #3606 from ReinUsesLisp/nvflinger | bunnei |
| 2020-04-11 | Merge pull request #3635 from FernandoS27/buffer-free | Rodrigo Locatti |
| 2020-04-10 | Merge pull request #3594 from ReinUsesLisp/vk-instance | bunnei |
| 2020-04-10 | Buffer queue: Correct behavior of free buffer. | Fernando Sahmkow |
| 2020-04-10 | service/vi: Partially implement BufferQueue disconnect | ReinUsesLisp |
| 2020-04-09 | Merge pull request #3610 from FernandoS27/gpu-caches | Rodrigo Locatti |
| 2020-04-08 | Memory: Address Feedback. | Fernando Sahmkow |
| 2020-04-07 | yuzu: Drop SDL2 and Qt frontend Vulkan requirements | ReinUsesLisp |
| 2020-04-07 | file_sys: fix LayeredFS error when loading some games made with… (#3602) | enler |
| 2020-04-06 | Buffer Cache: Use vAddr instead of physical memory. | Fernando Sahmkow |
| 2020-04-06 | GPU: Setup Flush/Invalidate to use VAddr instead of CacheAddr | Fernando Sahmkow |