| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | Common/Kernel: Corrections and small bug fixing. | 2020-06-27 | 1 | -2/+2 | ||
| | * | | | | | | | Services/NvFlinger: Do vSync in a sepparate thread on Multicore. | 2020-06-27 | 2 | -3/+60 | ||
| | * | | | | | | | Kernel: Correct Host Context on Threads and Scheduler. | 2020-06-27 | 4 | -11/+11 | ||
| | * | | | | | | | Clang Format. | 2020-06-27 | 4 | -12/+11 | ||
| | * | | | | | | | General: Cleanup legacy code. | 2020-06-27 | 9 | -254/+6 | ||
| | * | | | | | | | Kernel/svcBreak: Implement CacheInvalidation for Singlecore and correct svcBr... | 2020-06-27 | 2 | -3/+13 | ||
| | * | | | | | | | HLE_IPC: Correct HLE Event behavior on timeout. | 2020-06-27 | 3 | -1/+19 | ||
| | * | | | | | | | SingleCore: Improve Cycle timing Behavior and replace mutex in global schedul... | 2020-06-27 | 2 | -2/+3 | ||
| | * | | | | | | | FrameLimiting: Enable frame limiting for single core. | 2020-06-27 | 1 | -0/+1 | ||
| | * | | | | | | | SingleCore: Use Cycle Timing instead of Host Timing. | 2020-06-27 | 2 | -4/+13 | ||
| | * | | | | | | | Scheduler: Correct Reload/Unload | 2020-06-27 | 2 | -3/+5 | ||
| | * | | | | | | | Thread: Release the ARM Interface on exitting. | 2020-06-27 | 3 | -1/+8 | ||
| | * | | | | | | | General: Move ARM_Interface into Threads. | 2020-06-27 | 8 | -119/+88 | ||
| | * | | | | | | | Core: Refactor ARM Interface. | 2020-06-27 | 3 | -24/+43 | ||
| | * | | | | | | | SVC/ARM: Correct svcSendSyncRequest and cache ticks on arm interface. | 2020-06-27 | 1 | -1/+1 | ||
| | * | | | | | | | SingleCore: Move Host Timing from a sepparate thread to main cpu thread. | 2020-06-27 | 2 | -1/+10 | ||
| | * | | | | | | | ARM: Addapt to new Exclusive Monitor Interface. | 2020-06-27 | 2 | -9/+4 | ||
| | * | | | | | | | Scheduler: Correct yielding interaction with SetThreadActivity. | 2020-06-27 | 1 | -0/+15 | ||
| | * | | | | | | | General: Fix microprofile on dynarmic/svc, fix wait tree showing which thread... | 2020-06-27 | 5 | -3/+51 | ||
| | * | | | | | | | General: Fix Stop function | 2020-06-27 | 2 | -3/+20 | ||
| | * | | | | | | | Kernel: Rewind on SVC change. | 2020-06-27 | 3 | -5/+16 | ||
| | * | | | | | | | Kernel: Preempt Single core on redudant yields. | 2020-06-27 | 5 | -19/+40 | ||
| | * | | | | | | | CPU_Manager: Unload/Reload threads on preemption on SingleCore | 2020-06-27 | 2 | -0/+52 | ||
| | * | | | | | | | Synchronization: Correct wide Assertion. | 2020-06-27 | 1 | -2/+4 | ||
| | * | | | | | | | General: Initial Setup for Single Core. | 2020-06-27 | 2 | -0/+22 | ||
| | * | | | | | | | Scheduler: Set last running time on thread. | 2020-06-27 | 2 | -4/+2 | ||
| | * | | | | | | | Kernel: Corrections to TimeManager, Scheduler and Mutex. | 2020-06-27 | 3 | -5/+5 | ||
| | * | | | | | | | Kernel: Fixes, corrections and asserts to scheduler and different svcs. | 2020-06-27 | 8 | -38/+38 | ||
| | * | | | | | | | Scheduler: Correct yields. | 2020-06-27 | 2 | -7/+25 | ||
| | * | | | | | | | Mutex: Revert workaround due to poor exclusive memory. | 2020-06-27 | 1 | -9/+2 | ||
| | * | | | | | | | ARM/Memory: Correct Exclusive Monitor and Implement Exclusive Memory Writes. | 2020-06-27 | 4 | -9/+10 | ||
| | * | | | | | | | SVC: WaitSynchronization add Termination Pending Result. | 2020-06-27 | 2 | -1/+5 | ||
| | * | | | | | | | Scheduler: Remove arm_interface lock and a few corrections. | 2020-06-27 | 1 | -7/+3 | ||
| | * | | | | | | | SVC: Correct SetThreadActivity. | 2020-06-27 | 4 | -38/+59 | ||
| | * | | | | | | | SCC: Small corrections to CancelSynchronization | 2020-06-27 | 3 | -2/+14 | ||
| | * | | | | | | | Scheduler: Correct locking for hle threads. | 2020-06-27 | 1 | -1/+2 | ||
| | * | | | | | | | Scheduler: Fix HLE Threads on guard | 2020-06-27 | 1 | -4/+6 | ||
| | * | | | | | | | Scheduler: Protect on closed threads. | 2020-06-27 | 1 | -7/+17 | ||
| | * | | | | | | | Scheduler: Correct assert. | 2020-06-27 | 1 | -4/+2 | ||
| | * | | | | | | | Core: Correct rebase. | 2020-06-27 | 1 | -6/+5 | ||
| | * | | | | | | | Scheduler: Release old thread fiber before trying to switch to the next threa... | 2020-06-27 | 2 | -11/+35 | ||
| | * | | | | | | | NVDRV: Remove frame limiting as Host Timing already takes care. | 2020-06-27 | 1 | -1/+0 | ||
| | * | | | | | | | Mutex: Correct Result writting to clear exclusivity. | 2020-06-27 | 1 | -3/+11 | ||
| | * | | | | | | | SVC: Correct svcWaitForAddress and svcSignalToAddress. | 2020-06-27 | 4 | -68/+161 | ||
| | * | | | | | | | Scheduler: Correct Select Threads Step 2. | 2020-06-27 | 1 | -0/+1 | ||
| | * | | | | | | | Kernel: Corrections to Scheduling. | 2020-06-27 | 3 | -14/+15 | ||
| | * | | | | | | | Kernel: Correct Signal on Thread Death and Setup Sync Objects on Thread for D... | 2020-06-27 | 3 | -15/+17 | ||
| | * | | | | | | | Core: Correct HLE Event Callbacks and other issues. | 2020-06-27 | 5 | -37/+39 | ||
| | * | | | | | | | Process: Protect TLS region and Modules. | 2020-06-27 | 1 | -0/+4 | ||
| | * | | | | | | | General: Add Asserts | 2020-06-27 | 3 | -0/+20 | ||