58 Commits (e37f4939df99460ec19c4b4915250ccbadae17e9)

Author SHA1 Message Date
Lioncash 46569d15bd vm_manager: Add member function for setting memory attributes across an address range 7 years ago
Lioncash 11c3bd213d vm_manager: Add member function for checking a memory range adheres to certain attributes, permissions and states 7 years ago
Lioncash 28b54aedff vm_manager: Rename meminfo_state to state 7 years ago
Lioncash a7b8f6d2be vm_manager: Add backing functionality for memory attributes 7 years ago
Lioncash 3dc6c6da09 vm_manager: Amend the returned values for invalid memory queries in QueryMemory() 7 years ago
Lioncash d7ba5372f3 vm_manager: Migrate memory querying to the VMManager interface 7 years ago
Lioncash cf39a01c94 vm_manager: Amend MemoryState enum members 7 years ago
Lioncash bfb412a71a vm_manager: Make vma_map private 7 years ago
Zach Hilman f46fd39579 ldr_ro: Add error check for memory allocation failure 7 years ago
Lioncash a61ed2279c vm_manager: Unstub GetTotalHeapUsage() 7 years ago
Lioncash 1de14301c3 kernel/process: Migrate heap-related memory management out of the process class and into the vm manager 7 years ago
bunnei 59b8f91cb2 Kernel/Memory: Added a function to first a suitable guest address at which to allocate a region of a given size. 7 years ago
Lioncash 489f59e45f svc: Add missing sanitizing checks for MapSharedMemory/UnmapSharedMemory 7 years ago
Lioncash 94a82d0966 svc: Clarify enum values for AddressSpaceBaseAddr and AddressSpaceSize in svcGetInfo() 7 years ago
Lioncash 7b36b7d08d svc: Report correct memory-related values within some of the cases in svcGetInfo() 7 years ago
Lioncash e48b4fd2d8 memory: Dehardcode the use of a 36-bit address space 7 years ago
Lioncash 149d3e546a process/vm_manager: Amend API to allow reading parameters from NPDM metadata 7 years ago
fearlessTobi 1190ea6ddb Port #4182 from Citra: "Prefix all size_t with std::" 7 years ago
Lioncash bf632d8e1e kernel/vm_manager: Convert loop into std::any_of() 8 years ago
Lioncash ec7319a5de kernel/vm_manager: Use const where applicable 8 years ago
Lioncash 26e2e7b657 kernel/vm_manager: Use the VAddr type alias in CarveVMA() 8 years ago
Lioncash 81bf614695 vm_manager: Add missing commas to string literal array elements in GetMemoryStateName() 8 years ago
Lioncash b1b1c60009 core/memory, core/hle/kernel: Use std::move where applicable 8 years ago
James Rowe d74d2a77cb Update clang format 8 years ago
James Rowe e159c550d8 Rename logging macro back to LOG_* 8 years ago
bunnei 44c565aeca core: Implement multicore support. 8 years ago
Lioncash 1b310cbb3a general: Make formatting of logged hex values more straightforward 8 years ago
Lioncash 44d2f427d4 core: Replace usages of LOG_GENERIC with new fmt-capable equivalents 8 years ago
Lioncash 324ee31fc3 general: Convert assertion macros over to be fmt-compatible 8 years ago
Lioncash bd9414dd31 kernel: Migrate logging macros to fmt-compatible ones 8 years ago
bunnei 3260473ce8 vm_manager: Increase GetTotalMemoryUsage value. 8 years ago
bunnei 256153c50c arm_interface: Support unmapping previously mapped memory. 8 years ago
bunnei a0b00fe2d1 svc: Use more correct values for GetInfo MapRegion and NewMapRegion. 8 years ago
bunnei 29bda49fc0 MemoryState: Add additional memory states and improve naming. 8 years ago
Lioncash a708fd7a6d vm_manager: Silence formatting specifier warnings 8 years ago
MerryMage 7a23a53396 memory: Replace all memory hooking with Special regions 8 years ago
bunnei 94483465ad svc: Fix svcGetInfo MapRegionBaseAddr. 8 years ago
David Marcec eb1ddebb18 Added more svcGetInfo pairs 8 years ago
MerryMage 41bfd994f6 clang-format 8 years ago
bunnei 6a6de01d43 vm_manager: Stub out a bunch of interfaces used by svcGetInfo. 8 years ago
bunnei e5731e94d6 core: Various changes to support 64-bit addressing. 8 years ago
Subv 36100ec791 Kernel/Memory: Give each Process its own page table. 9 years ago
Yuri Kunde Schlesner 467545ed48 Kernel: Centralize error definitions in errors.h 9 years ago
Yuri Kunde Schlesner fa5d9d8266 Use negative priorities to avoid special-casing the self-include 9 years ago
Emmanuel Gil Peyrot 1138ec0d49 Remove empty newlines in #include blocks. 9 years ago
Emmanuel Gil Peyrot 628ed4376a Sources: Run clang-format on everything. 9 years ago
MerryMage 1d3892255d Memory: Added necessary headers and removed unnecessary header 10 years ago
MerryMage e614492dca Memory: Implement MMIO 10 years ago
Yuri Kunde Schlesner 8850ade24d Kernel: Properly implement ControlMemory FREE and COMMIT 11 years ago
Yuri Kunde Schlesner ce332ef416 VMManager: Introduce names for used ResultCodes 11 years ago