5259 Commits (6a1a2d4aa54c314b372477bfaeb91e44cebe7df0)

Author SHA1 Message Date
unknown 6a1a2d4aa5 core: Do not link LZ4 to core. Use common/data_compression for nso segment decompression instead. 7 years ago
Fernando Sahmkow db42bcb306 Fixes and corrections on formatting. 7 years ago
Fernando Sahmkow dde0814837 Use MultiLevelQueue instead of old ThreadQueueList 7 years ago
Lioncash b26481c94b core/cheat_engine: Make MemoryReadImpl and MemoryWriteImpl internally linked 7 years ago
Lioncash c5d41fd812 core/core_timing: Make callback parameters consistent 7 years ago
Lioncash bd7ec1a749 kernel/kernel: Remove unnecessary forward declaration 7 years ago
Lioncash 7c4bc7b883 kernel/process: Remove unused AddressMapping struct 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 abdb81ccaf kernel/vm_manager: Handle case of identical calls to HeapAllocate 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 f3297d8cd1 loader/nso: Place translation unit specific functions into an anonymous namespace 7 years ago
Lioncash 733cf179b8 file_sys/cheat_engine: Silence truncation and sign-conversion warnings 7 years ago
Lioncash 540235bb05 file_sys/cheat_engine: Remove use of global system accessors 7 years ago
Lioncash 611f4666fd loader/nso: Clean up use of magic constants 7 years ago
Lioncash 1cf90f4570 file_sys/patch_manager: Deduplicate NSO header 7 years ago
Lioncash 90e27ea003 loader/nso: Fix definition of the NSO header struct 7 years ago
Lioncash ee49e1fcb6 file_sys/patch_manager: Remove two magic values 7 years ago
Lioncash 76f27d1f44 service/am: Add function table for IDebugFunctions 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
Lioncash c221308a66 core/memory: Remove unnecessary includes 7 years ago
bunnei 3ae0de9b53 memory: Check that core is powered on before attempting to use GPU. 7 years ago
bunnei 22d3dfbcd4 gpu: Rewrite virtual memory manager using PageTable. 7 years ago
bunnei 241563d15c gpu: Move GPUVAddr definition to common_types. 7 years ago
Lioncash 8f454a5c68 kernel/process: Make MapSegment lambda reference parameter const 7 years ago
Lioncash 1b6bd9d6df kernel: Move CodeSet structure to its own source files 7 years ago
Fernando Sahmkow 8a320a6ee2 Fix crash caused by 2238. 7 years ago
Fernando Sahmkow 9c7319a4d4 Fix small bug that kept a thread as a condvar thread after being signalled. 7 years ago
Lioncash 1342c53e27 loader: Remove Linker class 7 years ago
Lioncash ab00552118 loader: Remove Linker inheritance from NRO and NSO loaders 7 years ago
Fernando Sahmkow acbdfdae64 Add CondVar Thread State. 7 years ago
Fernando Sahmkow 774f139e65 Small fixes to address_arbiter to better match the IDB. 7 years ago
Lioncash b8c7072206 file_sys/content_archive: Amend name of Data_Unknown5 enum entry 7 years ago
Lioncash 9f092554c2 fsp_srv: Unstub SetCurrentProcess 7 years ago
Lioncash 26b809549b service/am: Add basic implementation of ChangeMainAppletMasterVolume 7 years ago
Lioncash c07ebeac19 service/am: Unstub SetTransparentVolumeRate() 7 years ago
Lioncash ecd3afdc8e service/am: Unstub SetExpectedMasterVolume() 7 years ago
bunnei 93da8e0abf core: Move PageTable struct into Common. 7 years ago
Lioncash 64444ff481 ipc_helpers: Allow pushing and popping floating-point values 7 years ago
Lioncash 99f982dce2 kernel/thread: Actually remove the definition of ExitCurrentThread() 7 years ago
bunnei 10118c71e0 memory: Simplify rasterizer cache operations. 7 years ago
Lioncash 51d7f6bffc kernel/thread: Move thread exiting logic from ExitCurrentThread to svcExitThread 7 years ago
Lioncash c892cf01fa kernel/thread: Migrate WaitCurrentThread_Sleep into the Thread interface 7 years ago
Lioncash db47d7e471 kernel/thread: Expand documentation of nominal_priority and current_priority 7 years ago
Lioncash e0d1f11968 kernel/thread: Make bracing consistent within UpdatePriority() 7 years ago
Lioncash 39483b92b7 kernel/thread: Amend condition within UpdatePriority() 7 years ago
Lioncash 0b78cfcc53 kernel/thread: Maintain priority ordering of added mutex waiting threads 7 years ago