История коммитов

Автор SHA1 Сообщение Дата
  Lioncash c1a8f684df kernel/svc: Amend naming for TotalMemoryUsage in svcGetInfo() 7 лет назад
  Lioncash b6a87b422e kernel/vm_manager: Remove usages of global system accessors 7 лет назад
  Lioncash 4d293bb5cb kernel/svc: Implement svcUnmapProcessCodeMemory 7 лет назад
  Lioncash 76a2465655 kernel/svc: Implement svcMapProcessCodeMemory 7 лет назад
  Lioncash 1e92ba2785 kernel/vm_manager: Handle shrinking of the heap size within SetHeapSize() 7 лет назад
  Lioncash 99a163478b kernel/vm_manager: Rename HeapAllocate to SetHeapSize 7 лет назад
  Lioncash abdb81ccaf kernel/vm_manager: Handle case of identical calls to HeapAllocate 7 лет назад
  Lioncash 52980df1aa kernel/vm_manager: Remove unnecessary heap_used data member 7 лет назад
  Lioncash 586cab6172 kernel/vm_manager: Tidy up heap allocation code 7 лет назад
  Lioncash 18918f5f2f kernel/vm_manager: Rename CodeStatic/CodeMutable to Code and CodeData respectively 7 лет назад
  bunnei 93da8e0abf core: Move PageTable struct into Common. 7 лет назад
  Lioncash 40de7f6fe8 vm_manager: Use range helpers in HeapAlloc() and HeapFree() 7 лет назад
  Lioncash 6c42a23550 vm_manager: Provide address range checking functions for other memory regions 7 лет назад
  Lioncash 0be8fffc99 svc: Migrate address range checking functions to VMManager 7 лет назад
  Lioncash 1392597ede kernel/vm_manager: Reset region attributes when unmapping a VMA 7 лет назад
  Lioncash 622242e345 vm_manager: Add member function for setting memory attributes across an address range 7 лет назад
  Lioncash 603cc72168 vm_manager: Add member function for checking a memory range adheres to certain attributes, permissions and states 7 лет назад
  Lioncash 4dc8a7da3f vm_manager: Rename meminfo_state to state 7 лет назад
  Lioncash 34b24a47e9 vm_manager: Add backing functionality for memory attributes 7 лет назад
  Lioncash eb5f3f67f6 vm_manager: Amend the returned values for invalid memory queries in QueryMemory() 7 лет назад
  Lioncash a8cc03502b vm_manager: Migrate memory querying to the VMManager interface 7 лет назад
  Lioncash 366985ca92 vm_manager: Amend MemoryState enum members 7 лет назад
  Lioncash d4c1b9d311 vm_manager: Make vma_map private 7 лет назад
  Zach Hilman 51af996854 ldr_ro: Add error check for memory allocation failure 7 лет назад
  Lioncash 004277477a vm_manager: Unstub GetTotalHeapUsage() 7 лет назад
  Lioncash b8e885c6e5 kernel/process: Migrate heap-related memory management out of the process class and into the vm manager 7 лет назад
  bunnei a609b6907a Kernel/Memory: Added a function to first a suitable guest address at which to allocate a region of a given size. 7 лет назад
  Lioncash 33830aa65a svc: Add missing sanitizing checks for MapSharedMemory/UnmapSharedMemory 7 лет назад
  Lioncash 90f8474fc1 svc: Clarify enum values for AddressSpaceBaseAddr and AddressSpaceSize in svcGetInfo() 7 лет назад
  Lioncash 6c6f95d071 svc: Report correct memory-related values within some of the cases in svcGetInfo() 7 лет назад