Commit Graph

15333 Commits (505c206eb84783eabbf9e751d7726fb8916e1623)
 

Author SHA1 Message Date
Fernando Sahmkow 4217e58a10 Scheduler: Correct yields. 5 years ago
Fernando Sahmkow 445b4342b3 Mutex: Revert workaround due to poor exclusive memory. 5 years ago
Fernando Sahmkow cd1c38be8d ARM/Memory: Correct Exclusive Monitor and Implement Exclusive Memory Writes. 5 years ago
Fernando Sahmkow 535c542d84 SVC: WaitSynchronization add Termination Pending Result. 5 years ago
Fernando Sahmkow 725bac1404 Scheduler: Remove arm_interface lock and a few corrections. 5 years ago
Fernando Sahmkow 38c6c497f6 Yuzu/Debuggers: Correct Wait Tree for Paused threads. 5 years ago
Fernando Sahmkow 83c7ba1ef7 SVC: Correct SetThreadActivity. 5 years ago
Fernando Sahmkow a66c61ca2d SCC: Small corrections to CancelSynchronization 5 years ago
Fernando Sahmkow 44cb9997b3 Scheduler: Correct locking for hle threads. 5 years ago
Fernando Sahmkow 6ed28e15fa Scheduler: Fix HLE Threads on guard 5 years ago
Fernando Sahmkow 3de33348e4 Scheduler: Protect on closed threads. 5 years ago
Fernando Sahmkow 19847d4d42 Scheduler: Correct assert. 5 years ago
Fernando Sahmkow a33fbaddec Core: Correct rebase. 5 years ago
Fernando Sahmkow 1c672128c4 Scheduler: Release old thread fiber before trying to switch to the next thread fiber. 5 years ago
Fernando Sahmkow c43e559734 NVDRV: Remove frame limiting as Host Timing already takes care. 5 years ago
Fernando Sahmkow a6bce296ad Mutex: Correct Result writting to clear exclusivity. 5 years ago
Fernando Sahmkow e4b175ade2 SVC: Correct svcWaitForAddress and svcSignalToAddress. 5 years ago
Fernando Sahmkow 1e987dbe8d Scheduler: Correct Select Threads Step 2. 5 years ago
Fernando Sahmkow 07993ac8c8 Kernel: Corrections to Scheduling. 5 years ago
Fernando Sahmkow b4dc01f16a Kernel: Correct Signal on Thread Death and Setup Sync Objects on Thread for Debugging 5 years ago
Fernando Sahmkow 75e10578f1 Core: Correct HLE Event Callbacks and other issues. 5 years ago
Fernando Sahmkow de5b521c09 Process: Protect TLS region and Modules. 5 years ago
Fernando Sahmkow 2a8837ff51 General: Add Asserts 5 years ago
Fernando Sahmkow 04e0f8776c General: Add better safety for JIT use. 5 years ago
Fernando Sahmkow bd36eaf15d SVC: Correct races on physical core switching. 5 years ago
Fernando Sahmkow cc3aa95926 NVFlinger: Lock race condition between CPU, Host Timing, VSync. 5 years ago
Fernando Sahmkow 3902067008 SVC: Add locks to the memory management. 5 years ago
Fernando Sahmkow d4ebb510a0 SVC: Correct WaitSynchronization, WaitProcessWideKey, SignalProcessWideKey. 5 years ago
Fernando Sahmkow 5b6a67f849 SVC: Cleanup old methods. 5 years ago
Fernando Sahmkow 3d9fbb8226 CPU_Manager: Reconfigre guest threads for dynamrmic downsides 5 years ago
Fernando Sahmkow 15a79eb0d7 SVC: Correct SendSyncRequest. 5 years ago
Fernando Sahmkow 203e706302 SVC: Correct ArbitrateUnlock 5 years ago
Fernando Sahmkow 3b5b950c89 SVC: Correct SignalEvent, ClearEvent, ResetSignal, WaitSynchronization, CancelSynchronization, ArbitrateLock 5 years ago
Fernando Sahmkow ef4afa9760 SVC: Remove global HLE Lock. 5 years ago
Fernando Sahmkow 589f9cf108 SVC: Correct GetThreadPriority, SetThreadPriority, GetThreadCoreMask, SetThreadCoreMask, GetCurrentProcessorNumber 5 years ago
Fernando Sahmkow 49ba563995 SVC: Correct CreateThread, StartThread, ExitThread, SleepThread. 5 years ago
Fernando Sahmkow 18dcb09342 HostTiming: Pause the hardware clock on pause. 5 years ago
Fernando Sahmkow 6bf137a0e8 AudioCore: Use nanoseconds instead of cycles for buffer time. 5 years ago
Fernando Sahmkow dc58058203 General: Setup yuzu threads' microprofile, naming and registry. 5 years ago
Fernando Sahmkow a5c58a25ef CPU_Manager: remove debugging code. 5 years ago
Fernando Sahmkow 9e4b9f1afd YuzuCMD/Tester: Correct execution 5 years ago
Fernando Sahmkow e31425df38 General: Recover Prometheus project from harddrive failure
This commit: Implements CPU Interrupts, Replaces Cycle Timing for Host 
Timing, Reworks the Kernel's Scheduler, Introduce Idle State and 
Suspended State, Recreates the bootmanager, Initializes Multicore 
system.
5 years ago
David 0ea4a8bcc4
Merge pull request #3396 from FernandoS27/prometheus-1
Implement SpinLocks, Fibers and a Host Timer
5 years ago
VolcaEM 23515e0ccc
nfc: Update function table
This was based on Switchbrew page: https://switchbrew.org/wiki/NFC_services
5 years ago
VolcaEM c56414b80d
ncm: Update function table
This was based on Switchbrew page: https://switchbrew.org/wiki/NCM_services

ILocationResolver's 16, 17, 18 and 19 have unofficial names
5 years ago
VolcaEM b829643946
mm: Update function table
This was based on Switchbrew page: https://switchbrew.org/wiki/Display_services
5 years ago
VolcaEM 5219424226
mig: Update function table
This was based on Switchbrew page: https://switchbrew.org/wiki/Migration_services
5 years ago
VolcaEM b9be484a51
ldn: Update function table
This was based on Switchbrew page: https://switchbrew.org/wiki/LDN_services
5 years ago
VolcaEM a8d17adb7c
Oops (fix typo) 5 years ago
VolcaEM 73b035d2e2
lbl: Update function table
This was based on Switchbrew page: https://switchbrew.org/wiki/Backlight_services
5 years ago