5031 Commits (1d11def9c46dc9c81af01bc55052b51e8028126e)

Author SHA1 Message Date
Lioncash 34b24a47e9 vm_manager: Add backing functionality for memory attributes 7 years ago
bunnei 040d84d816 nvhost_gpu: Skip empty GPU command lists. 7 years ago
Jens Schmer 27a9cc2e63 Fix Service object leak on emulation stop 7 years ago
Lioncash b79f086613 svc: Enable svcQueryProcessMemory 7 years ago
Lioncash 09a219d5b4 svc: Write out the complete MemoryInfo structure in QueryProcessMemory 7 years ago
Lioncash d8deb39b83 svc: Handle memory writing explicitly within QueryProcessMemory 7 years ago
Lioncash b1b855c5d9 vm_manager: Correct ordering of last two struct members of MemoryInfo 7 years ago
Lioncash 22230a2eca svc_wrap: Correct register index for a wrapper specialization 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
Jens Schmer ae390ad5a2 Fix Process object leak on emulation stop 7 years ago
Lioncash 5c72aa7c4c patch_manager: Prevent use of a dangling pointer within PatchRomFS 7 years ago
Zach Hilman 5e632caca5 fsp_srv: Implement IStorage::GetSize 7 years ago
Lioncash f3a555a484 service/fsp_srv: Correct returned value in GetGlobalAccessLogMode() 7 years ago
Zach Hilman 0d2ba2ca4c applets: Correct usage of SignalStateChanged event 7 years ago
fearlessTobi ca4e20b4e0 web_service: move telemetry condition from TelemetrySession constructor to destructor 7 years ago
Lioncash a4eaa6782f file_sys/save_data_factory: Update SaveDataSpaceId enum 7 years ago
Zach Hilman fcfbae88e9 savedata_factory: Add support for CacheStorage 7 years ago
Zach Hilman 5721b8b5ad savedata_factory: Delete TemporaryStorage on startup 7 years ago
Lioncash 15e3d4f357 memory: Convert ASSERT into a DEBUG_ASSERT within GetPointerFromVMA() 7 years ago
Lioncash d4c1b9d311 vm_manager: Make vma_map private 7 years ago
Zach Hilman 8be475d4dc system_archive: Implement open source NgWord2 7 years ago
Lioncash 24f051d723 hle/service: Replace log + UNIMPLEMENTED with UNIMPLEMENTED_MSG 7 years ago
Lioncash 9f56477539 hle/service: Remove unnecessary using declarations 7 years ago
Lioncash d8625f5544 hle/service, hle/sm: Compress usages of MakeResult() 7 years ago
Lioncash a8269fdae3 hle/service, hle/sm: Use structured bindings where applicable 7 years ago
Lioncash de323851b4 loaders: Make GetFileType() a const qualified member function 7 years ago
heapo ca8ab1bc3b Call shrink_to_fit after page-table vector resizing to cause crt to actually lower vector capacity. For 36-bit titles saves 800MB of commit. 7 years ago
Lioncash 547eecf119 kernel/process: Set ideal core from metadata 7 years ago
Lioncash 2207baaa04 ng_word: Deduplicate use of a constant value 7 years ago
Lioncash edd9bfd54a system_archive: Use a regular function pointer instead of std::function for file-scope system archive array 7 years ago
Lioncash 7c9b194d63 service/ldr: Deduplicate instruction cache clearing code in LoadNro() 7 years ago
Lioncash 05a6f1f676 service/ldr: Amend layout of the NRO header 7 years ago
Lioncash 817fb18e30 service/ldr: Corrent padding within the NRR header layout 7 years ago
Zach Hilman e6f7825a24 svc: Avoid incorrect fast yield condition 7 years ago
Lioncash 2f253986df kernel/svc: Correct behavior of svcResetSignal() 7 years ago
Lioncash c7462ce712 kernel/process: Make Process a WaitObject 7 years ago
Lioncash a3aa7aaf0b kernel/readable_event: Add member function for enforcing a strict reset contract 7 years ago
Lioncash 8ea1f28614 kernel/svc: Remove unused header inclusion 7 years ago
Lioncash a543c35962 kernel/svc: Implement svcSignalEvent() 7 years ago
Lioncash 2a1f59b301 kernel/svc: Implement svcCreateEvent() 7 years ago
Lioncash 5eb057f422 kernel/object: Amend handle types to distinguish between readable and writable events 7 years ago
Lioncash ac966e4213 kernel/handle_table: Amend reference to CTR-OS in Create() 7 years ago
Lioncash 312690b450 kernel/svc: Implement the resource limit svcGetInfo option 7 years ago
Luke Street 3e75175d02 svc: Implement SetThreadActivity (thread suspension) 7 years ago
V.Kalyuzhny b330b495dc [Kernel::CreateThread] Match format specifiers to LOG_TRACE's arguments 7 years ago
Zach Hilman ddf5903cd9 scheduler: Avoid manual Reschedule call 7 years ago
Zach Hilman b5af41a07b scheduler: Only work steal higher priority threads from other cores 7 years ago