9578 Commits (27c96604cfc576e5f2e4eef484d4da85c902cdff)

Author SHA1 Message Date
Lioncash 27c96604cf kernel/scheduler: Use deduction guides on mutex locks 7 years ago
Fernando Sahmkow 1e7fd04059 Fixes and corrections on formatting. 7 years ago
Fernando Sahmkow 15307bc4d1 Fixes to multilevelqueue's iterator. 7 years ago
Fernando Sahmkow 19cec0236a Use MultiLevelQueue instead of old ThreadQueueList 7 years ago
Fernando Sahmkow 8fd9babe62 Add MultiLevelQueue Tests 7 years ago
Fernando Sahmkow 10cedd8bd7 Implement intrinsics CountTrailingZeroes and test it. 7 years ago
Fernando Sahmkow 8c04ac69c5 Implement a MultiLevelQueue 7 years ago
Lioncash 5b0afa2188 video_core: Add missing override specifiers 7 years ago
Lioncash c34cb4ebcc video_core/gpu: Amend typo in GPU member variable name 7 years ago
Lioncash ff47991967 core/cheat_engine: Make MemoryReadImpl and MemoryWriteImpl internally linked 7 years ago
Lioncash 7739479e15 core/core_timing: Make callback parameters consistent 7 years ago
Lioncash 39dabe1fd9 kernel/kernel: Remove unnecessary forward declaration 7 years ago
Lioncash fde6555f64 kernel/process: Remove unused AddressMapping struct 7 years ago
Lioncash 4a886e14f9 kernel/vm_manager: Handle shrinking of the heap size within SetHeapSize() 7 years ago
Lioncash 142364942d kernel/vm_manager: Rename HeapAllocate to SetHeapSize 7 years ago
Lioncash 5d0d85ba55 kernel/vm_manager: Handle case of identical calls to HeapAllocate 7 years ago
Lioncash 4098d3a91d kernel/vm_manager: Remove unused class variables 7 years ago
Lioncash 9f51b744a5 kernel/vm_manager: Remove unnecessary heap_used data member 7 years ago
Lioncash 47b4582e89 kernel/vm_manager: Tidy up heap allocation code 7 years ago
Lioncash 0097cd25a8 loader/nso: Place translation unit specific functions into an anonymous namespace 7 years ago
Lioncash 0d44c061fe file_sys/cheat_engine: Silence truncation and sign-conversion warnings 7 years ago
Lioncash b59b7084c7 file_sys/cheat_engine: Remove use of global system accessors 7 years ago
Lioncash e8791f39ae loader/nso: Clean up use of magic constants 7 years ago
Lioncash be2b64e8bc file_sys/patch_manager: Deduplicate NSO header 7 years ago
Lioncash cae60f2d1f loader/nso: Fix definition of the NSO header struct 7 years ago
Lioncash 782461221f file_sys/patch_manager: Remove two magic values 7 years ago
bunnei 6c61263b5c Revert "Devirtualize Register/Unregister and use a wrapper instead." 7 years ago
Lioncash 5af93ea994 service/am: Add function table for IDebugFunctions 7 years ago
Lioncash 60a98211a2 kernel/vm_manager: Rename CodeStatic/CodeMutable to Code and CodeData respectively 7 years ago
Lioncash 465f301ce0 kernel/vm_manager: Amend flag values for CodeMutable 7 years ago
Lioncash 1b4128a12e core/memory: Remove unnecessary includes 7 years ago
Lioncash 9d504a4f9b common/bit_util: Fix bad merge duplicating the copy constructor 7 years ago
bunnei 51cdb0df88 memory_manager: Cleanup FindFreeRegion. 7 years ago
bunnei c04b7bd60c memory_manager: Use Common::AlignUp in public interface as needed. 7 years ago
Lioncash af52b092ef common/uint128: Add missing header guard 7 years ago
Lioncash b39d1b1beb common/uint128: Add missing top-file source text 7 years ago
bunnei 7521cd30d1 memory_manager: Bug fixes and further cleanup. 7 years ago
bunnei bf01830258 memory: Check that core is powered on before attempting to use GPU. 7 years ago
bunnei a0b5ed6846 maxwell_dma: Check for valid source in destination before copy. 7 years ago
bunnei bb6e007a63 memory_manager: Add protections for invalid GPU addresses. 7 years ago
bunnei b34849e61a gl_rasterizer_cache: Check that backing memory is valid before creating a surface. 7 years ago
bunnei fa405371ee gpu: Rewrite virtual memory manager using PageTable. 7 years ago
bunnei 6f872bd580 gpu: Move GPUVAddr definition to common_types. 7 years ago
Lioncash 67bf0f88c4 common/CMakeLists: Amend boost dependency 7 years ago
Lioncash 912366764e kernel/process: Make MapSegment lambda reference parameter const 7 years ago
Lioncash 70ce9f5767 kernel: Move CodeSet structure to its own source files 7 years ago
Fernando Sahmkow 18ca210bb7 Fix crash caused by 2238. 7 years ago
Fernando Sahmkow 9c6df61497 Fix small bug that kept a thread as a condvar thread after being signalled. 7 years ago
Lioncash 2ee1a9132a loader: Remove Linker class 7 years ago
Lioncash 55b2ab35f7 loader: Remove Linker inheritance from NRO and NSO loaders 7 years ago