| Commit message (Expand) | Author | Age | Files | Lines |
| * | am: Resolve ineffective moves | Lioncash | 2020-04-17 | 1 | -2/+2 |
| * | core: hle: Address various feedback & code cleanup. | bunnei | 2020-04-17 | 11 | -251/+153 |
| * | core: device_memory: Remove incorrect usage of constexpr. | bunnei | 2020-04-17 | 1 | -2/+6 |
| * | memory: Add copyright notice for Atmosphere where applicable. | bunnei | 2020-04-17 | 6 | -0/+18 |
| * | kernel: Remove old VMManager class. | bunnei | 2020-04-17 | 3 | -1973/+0 |
| * | loader: nso: Fix loader size and arguments. | bunnei | 2020-04-17 | 3 | -25/+47 |
| * | loader: elf/kip/nro: Updates for new VMM. | bunnei | 2020-04-17 | 3 | -5/+7 |
| * | service: ldr: Updates for new VMM. | bunnei | 2020-04-17 | 1 | -150/+215 |
| * | kernel: memory: page_table: Simplify GetPhysicalAddr impl. | bunnei | 2020-04-17 | 4 | -19/+6 |
| * | kernel: svc: Updates for new VMM. | bunnei | 2020-04-17 | 1 | -488/+116 |
| * | core: memory: Fix memory access on page boundaries. | bunnei | 2020-04-17 | 1 | -6/+39 |
| * | core: memory: Updates for new VMM. | bunnei | 2020-04-17 | 2 | -114/+53 |
| * | core: gdbstub: Updates for new VMM. | bunnei | 2020-04-17 | 1 | -2/+2 |
| * | core: reporter: Updates for new VMM. | bunnei | 2020-04-17 | 1 | -3/+5 |
| * | memory: cheat_engine: Updates for new VMM. | bunnei | 2020-04-17 | 1 | -5/+8 |
| * | kernel: process: Updates for new VMM. | bunnei | 2020-04-17 | 2 | -79/+151 |
| * | service: pl_u: Update for new shared memory layout. | bunnei | 2020-04-17 | 1 | -7/+5 |
| * | service: time: Update for new shared memory layout. | bunnei | 2020-04-17 | 1 | -3/+2 |
| * | service: hid: Update for new shared memory layout. | bunnei | 2020-04-17 | 1 | -3/+2 |
| * | service: irs: Update for new shared memory layout. | bunnei | 2020-04-17 | 1 | -3/+3 |
| * | kernel: resource_limit: Reserve physical memory. | bunnei | 2020-04-17 | 1 | -1/+6 |
| * | kernel: Initialize memory layout for new VMM. | bunnei | 2020-04-17 | 2 | -0/+159 |
| * | core: system: Rename GetDeviceManager -> DeviceManager. | bunnei | 2020-04-17 | 3 | -7/+7 |
| * | kernel: transfer_memory: Refactor for new VMM. | bunnei | 2020-04-17 | 2 | -130/+16 |
| * | core: Construct/Destruct DeviceMemory on Init/Shutdown. | bunnei | 2020-04-17 | 1 | -4/+7 |
| * | kernel: shared_memory: Refactor for new VMM. | bunnei | 2020-04-17 | 2 | -220/+58 |
| * | core: device_memory: Update to use VirtualBuffer class. | bunnei | 2020-04-17 | 2 | -39/+12 |
| * | kernel: errors: Add ERR_OUT_OF_RESOURCES. | bunnei | 2020-04-17 | 1 | -0/+1 |
| * | kernel: process_capability: Update to use Memory::PageTable. | bunnei | 2020-04-17 | 2 | -23/+25 |
| * | kernel: memory: Add PageTable class, to manage process address space. | bunnei | 2020-04-17 | 3 | -0/+1510 |
| * | kernel: memory: Add MemoryLayout class, to build physical memory layout. | bunnei | 2020-04-17 | 2 | -0/+74 |
| * | kernel: memory: Add MemoryManager class, to manage page heaps. | bunnei | 2020-04-17 | 3 | -0/+276 |
| * | kernel: memory: Add MemoryBlockManager class, to manage memory blocks. | bunnei | 2020-04-17 | 3 | -0/+256 |
| * | kernel: memory: Add PageHeap class, to manage a heap of pages. | bunnei | 2020-04-17 | 3 | -0/+483 |
| * | kernel: memory: Add PageLinkedList class, to manage a list of pages. | bunnei | 2020-04-17 | 2 | -0/+94 |
| * | kernel: memory: Add system_control code, which will be used for ASLR support. | bunnei | 2020-04-17 | 3 | -0/+61 |
| * | physical_memory: Add missing include for <vector>. | bunnei | 2020-04-17 | 1 | -0/+2 |
| * | kernel: memory: Add MemoryBlock class, for managing memory blocks and their s... | bunnei | 2020-04-17 | 2 | -0/+316 |
| * | kernel: memory: Add memory_types.h, for things that are commonly used in memo... | bunnei | 2020-04-17 | 2 | -0/+19 |
| * | kernel: memory: Add SlabHeap class, for managing memory heaps. | bunnei | 2020-04-17 | 2 | -0/+162 |
| * | kernel: memory: Add AddressSpaceInfo class, for managing the memory address s... | bunnei | 2020-04-17 | 3 | -0/+166 |
| * | core: device_manager: Add a simple class to manage device RAM. | bunnei | 2020-04-17 | 5 | -1/+118 |
| * | dynarmic: Enable strict alignment checks. | bunnei | 2020-04-17 | 1 | -1/+4 |
| * | core: memory: Move to Core::Memory namespace. | bunnei | 2020-04-17 | 33 | -80/+81 |
| * | core: kernel: Add svc_types header to include SVC-specific types. | bunnei | 2020-04-17 | 3 | -0/+70 |
| * | core: kernel: Move SVC to its own namesapce. | bunnei | 2020-04-17 | 5 | -9/+9 |
| * | kernel: resource_limit: Improvements to implementation. | bunnei | 2020-04-17 | 2 | -12/+50 |
| * | loader: nso: Fix loading of static objects to be properly sized and aligned. | bunnei | 2020-04-17 | 1 | -19/+9 |
| * | process: SetupMainThread: Zero out argument on process start. | bunnei | 2020-04-17 | 1 | -0/+2 |
| * | arm_interface: Ensure ThreadContext is zero'd out. | bunnei | 2020-04-17 | 1 | -16/+16 |