69 Commits (801fd04f75fbd5072139759c2a7aac4571b29885)

Author SHA1 Message Date
bunnei ba53543da6 kernel: transfer_memory: Properly reserve and reset memory region. 6 years ago
Lioncash f763e23083 kernel/vm_manager: Correct doxygen comment parameter tags for MapPhysicalMemory/UnmapPhysicalMemory 7 years ago
Fernando Sahmkow 9bede4eeed VM_Manager: Align allocated memory to 256bytes 7 years ago
Michael Scire ca6f08e3b1 Remove unused member function declaration 7 years ago
Michael Scire ce64a9fab9 physmem: add helpers, cleanup logic. 7 years ago
Michael Scire 1689784c19 address review commentary 7 years ago
Michael Scire 13a8fde3ad Implement MapPhysicalMemory/UnmapPhysicalMemory 7 years ago
Lioncash 2a9e388290 kernel/vm_manager: Rename 'new map' to 'stack' 7 years ago
Lioncash 55481df50f kernel/vm_manager: Add overload of FindFreeRegion() that operates on a boundary 7 years ago
Lioncash c1a8f684df kernel/svc: Amend naming for TotalMemoryUsage in svcGetInfo() 7 years ago
Lioncash b6a87b422e kernel/vm_manager: Remove usages of global system accessors 7 years ago
Lioncash 4d293bb5cb kernel/svc: Implement svcUnmapProcessCodeMemory 7 years ago
Lioncash 76a2465655 kernel/svc: Implement svcMapProcessCodeMemory 7 years ago
Lioncash 1e92ba2785 kernel/vm_manager: Handle shrinking of the heap size within SetHeapSize() 7 years ago
Lioncash 99a163478b kernel/vm_manager: Rename HeapAllocate to SetHeapSize 7 years ago
Lioncash 9f63acac0f kernel/vm_manager: Remove unused class variables 7 years ago
Lioncash 52980df1aa kernel/vm_manager: Remove unnecessary heap_used data member 7 years ago
Lioncash 586cab6172 kernel/vm_manager: Tidy up heap allocation code 7 years ago
Lioncash 18918f5f2f kernel/vm_manager: Rename CodeStatic/CodeMutable to Code and CodeData respectively 7 years ago
Lioncash 56c80a2a21 kernel/vm_manager: Amend flag values for CodeMutable 7 years ago
bunnei 93da8e0abf core: Move PageTable struct into Common. 7 years ago
Zach Hilman 52ac6419da vm_manager: Remove cheat-specific ranges from VMManager 7 years ago
Zach Hilman b952a30555 vm_manager: Add support for storing and getting main code region 7 years ago
Lioncash 6c42a23550 vm_manager: Provide address range checking functions for other memory regions 7 years ago
Lioncash 0be8fffc99 svc: Migrate address range checking functions to VMManager 7 years ago
Lioncash 622242e345 vm_manager: Add member function for setting memory attributes across an address range 7 years ago
Lioncash 603cc72168 vm_manager: Add member function for checking a memory range adheres to certain attributes, permissions and states 7 years ago
Lioncash 4dc8a7da3f vm_manager: Rename meminfo_state to state 7 years ago
Lioncash 34b24a47e9 vm_manager: Add backing functionality for memory attributes 7 years ago
Lioncash b1b855c5d9 vm_manager: Correct ordering of last two struct members of MemoryInfo 7 years ago
Lioncash eb5f3f67f6 vm_manager: Amend the returned values for invalid memory queries in QueryMemory() 7 years ago
Lioncash a8cc03502b vm_manager: Migrate memory querying to the VMManager interface 7 years ago
Lioncash c02b8c895b vm_manager: Migrate MemoryInfo and PageInfo to vm_manager.h 7 years ago
Lioncash 366985ca92 vm_manager: Amend MemoryState enum members 7 years ago
Lioncash d4c1b9d311 vm_manager: Make vma_map private 7 years ago
Zach Hilman 51af996854 ldr_ro: Add error check for memory allocation failure 8 years ago
Lioncash b8e885c6e5 kernel/process: Migrate heap-related memory management out of the process class and into the vm manager 8 years ago
bunnei a609b6907a Kernel/Memory: Added a function to first a suitable guest address at which to allocate a region of a given size. 8 years ago
Lioncash 33830aa65a svc: Add missing sanitizing checks for MapSharedMemory/UnmapSharedMemory 8 years ago
Lioncash 90f8474fc1 svc: Clarify enum values for AddressSpaceBaseAddr and AddressSpaceSize in svcGetInfo() 8 years ago
Lioncash 6c6f95d071 svc: Report correct memory-related values within some of the cases in svcGetInfo() 8 years ago
Lioncash 7fd598636e memory: Dehardcode the use of a 36-bit address space 8 years ago
Lioncash 75603b005b process/vm_manager: Amend API to allow reading parameters from NPDM metadata 8 years ago
fearlessTobi 63c2e32e20 Port #4182 from Citra: "Prefix all size_t with std::" 8 years ago
Lioncash c4e0c3d76c kernel/vm_manager: Use const where applicable 8 years ago
Lioncash 843dd62c81
core: Replace usages of LOG_GENERIC with new fmt-capable equivalents 8 years ago
bunnei 34a29ad051 svc: Use more correct values for GetInfo MapRegion and NewMapRegion. 8 years ago
bunnei 8be7131033 MemoryState: Add additional memory states and improve naming. 8 years ago
MerryMage 738f91a57d memory: Replace all memory hooking with Special regions 8 years ago
bunnei e1ee8f4657 svc: Fix svcGetInfo MapRegionBaseAddr. 8 years ago