631 Commits (75bd5bf8be3f9c251d571af2baf927a9596d12d6)

Author SHA1 Message Date
David Marcec 75bd5bf8be Added RequestWithContext & ControlWithContext 8 years ago
bunnei ce7d89cb0e thread: Rename mask to affinity_masks. 8 years ago
bunnei d96be9b56b thread: Support core change on ResumeFromWait and improve ChangeCore. 8 years ago
bunnei eabfdfe4ec scheduler: Protect scheduling functions with a global mutex. 8 years ago
bunnei 82bb8701ea thread: Initialize ideal_core and mask members. 8 years ago
bunnei 5a5850af69 threading: Reschedule only on cores that are necessary. 8 years ago
bunnei 9e559ceb09 svc: Implement GetThreadCoreMask and SetThreadCoreMask. 8 years ago
bunnei 922b5c326e thread: Implement ChangeCore function. 8 years ago
bunnei 7b6dd22605 svc: SignalProcessWideKey should apply to all cores. 8 years ago
bunnei 6c4f161ba2 svc: Implement GetCurrentProcessorNumber. 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
bunnei 5e4d01f80c ipc: Add support for PopIpcInterface() method. 8 years ago
David 3a3b58df8b GetSharedFontInOrderOfPriority (#381) 8 years ago
Lioncash 3873211738 core_timing: Namespace all functions and constants in core_timing's header 8 years ago
Lioncash d1e3e0eb42 string_util: Remove StringFromFormat() and related functions 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 871e6c0041 kernel/shared_memory: Remove unnecessary semicolon at end of ConvertPermissions() 8 years ago
Lioncash bd9414dd31 kernel: Migrate logging macros to fmt-compatible ones 8 years ago
Subv 329bec6dbd Kernel: Implemented mutex priority inheritance. 8 years ago
Subv 4be07d1090 Kernel: Use 0x2C as default main thread priority for homebrew and lone NRO/NSOs 8 years ago
Subv 106d31e8c3 Qt: Update the WaitTree widget to show info about the current mutex of each thread. 8 years ago
Subv f5a2b1920b Kernel: Remove unused ConditionVariable class. 8 years ago
Subv e499b48f97 Kernel: Remove old and unused Mutex code. 8 years ago
Subv fcd7cbe65a Kernel: Properly implemented svcWaitProcessWideKey and svcSignalProcessWideKey 8 years ago
Subv 4e47dd5b59 Kernel: Corrected the implementation of svcArbitrateLock and svcArbitrateUnlock. 8 years ago
Lioncash 5860b9f4ce resource_limit: Make ResourceTypes an enum class 8 years ago
Lioncash c9f5ae4fcc common_funcs: Remove ARRAY_SIZE macro 8 years ago
Hexagon12 4c462c91bd Various service name fixes - part 2 (rebased) (#322) 8 years ago
bunnei 3260473ce8 vm_manager: Increase GetTotalMemoryUsage value. 8 years ago
bunnei e71cfbce72 svc: Stub out SetThreadActivity, GetThreadContext. 8 years ago
bunnei 1eeef530e5 shared_memory: Remove incorrect 3ds-specific check. 8 years ago
bunnei 52c5bc4642 hle_ipc, fsp_srv: Cleanup logging. 8 years ago
bunnei 6d21b8cdea hle_ipc: Do not ensure write buffer size. 8 years ago
bunnei 36cdd5a39c memory: Fix stack region. 8 years ago
bunnei 86f0e841d8 svc: Stub GetThreadCoreMask. 8 years ago
N00byKing d3bdad2aaa Clang Fixes 8 years ago
N00byKing 8d34c0d2a0 More Warning cleanups 8 years ago
N00byKing 1212e9e231 Clean Warnings (?) 8 years ago
bunnei 7750edae39 hle_ipc: Add SleepClientThread to block current thread within HLE routines. 8 years ago
bunnei 01d72e813e hle_ipc: Use shared_ptr instead of unique_ptr to allow copies. 8 years ago
bunnei 479400acc8 hle_ipc: Remove GetPointer(..) usage with WriteToOutgoingCommandBuffer. 8 years ago
bunnei d6c27e6b28 thread: Add THREADSTATUS_WAIT_HLE_EVENT, remove THREADSTATUS_WAIT_ARB. 8 years ago
bunnei dd2e72f1aa process: MirrorMemory should use MemoryState::Mapped. 8 years ago
bunnei d7bb09afe7 process: Unmap previously allocated heap. 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 a26561ce20 kernel: Move stack region outside of application heap. 8 years ago
bunnei 67bac363d8 process: Fix stack memory state. 8 years ago