| Commit message (Expand) | Author | Age | Files | Lines |
| * | hle: kernel: thread: Preserve thread wait reason for debugging only. | bunnei | 2021-01-11 | 1 | -1/+5 |
| * | core: hle: Integrate new KConditionVariable and KAddressArbiter implementations. | bunnei | 2021-01-11 | 1 | -100/+127 |
| * | hle: kernel: thread: Replace ThreadStatus/ThreadSchedStatus with a single Thr... | bunnei | 2021-01-11 | 1 | -51/+30 |
| * | core: hle: kernel: Update KSynchronizationObject. | bunnei | 2021-01-11 | 1 | -47/+19 |
| * | hle: kernel: Migrate to KScopedSchedulerLock. | bunnei | 2020-12-06 | 1 | -9/+8 |
| * | hle: kernel: Separate KScopedSchedulerLockAndSleep from k_scheduler. | bunnei | 2020-12-06 | 1 | -1/+2 |
| * | hle: kernel: Rewrite scheduler implementation based on Mesopshere. | bunnei | 2020-12-06 | 1 | -37/+13 |
| * | hle: kernel: Port KAffinityMask from Mesosphere. | bunnei | 2020-12-06 | 1 | -5/+6 |
| * | hle: kernel: thread: Remove unused "Running" state. | bunnei | 2020-11-29 | 1 | -5/+0 |
| * | hle: kernel: multicore: Replace n-JITs impl. with 4 JITs. | bunnei | 2020-11-29 | 1 | -25/+2 |
| * | core: Remove usage of unicorn | Lioncash | 2020-11-03 | 1 | -14/+3 |
| * | Revert "core: Fix clang build" | bunnei | 2020-10-20 | 1 | -1/+1 |
| * | core: Fix clang build | Lioncash | 2020-10-17 | 1 | -1/+1 |
| * | cpu_manager: Mark function getters as static | Lioncash | 2020-07-16 | 1 | -1/+1 |
| * | kernel/thread: Remove global GetCurrentThread() | Lioncash | 2020-07-15 | 1 | -17/+5 |
| * | Kernel: Correct Host Context on Threads and Scheduler. | Fernando Sahmkow | 2020-06-27 | 1 | -1/+1 |
| * | General: Cleanup legacy code. | Fernando Sahmkow | 2020-06-27 | 1 | -34/+0 |
| * | SingleCore: Use Cycle Timing instead of Host Timing. | Fernando Sahmkow | 2020-06-27 | 1 | -4/+8 |
| * | Thread: Release the ARM Interface on exitting. | Fernando Sahmkow | 2020-06-27 | 1 | -0/+2 |
| * | General: Move ARM_Interface into Threads. | Fernando Sahmkow | 2020-06-27 | 1 | -0/+35 |
| * | General: Fix Stop function | Fernando Sahmkow | 2020-06-27 | 1 | -3/+5 |
| * | Kernel: Preempt Single core on redudant yields. | Fernando Sahmkow | 2020-06-27 | 1 | -9/+12 |
| * | Scheduler: Set last running time on thread. | Fernando Sahmkow | 2020-06-27 | 1 | -4/+0 |
| * | ARM/Memory: Correct Exclusive Monitor and Implement Exclusive Memory Writes. | Fernando Sahmkow | 2020-06-27 | 1 | -3/+3 |
| * | SVC: Correct SetThreadActivity. | Fernando Sahmkow | 2020-06-27 | 1 | -21/+40 |
| * | SCC: Small corrections to CancelSynchronization | Fernando Sahmkow | 2020-06-27 | 1 | -2/+3 |
| * | Kernel: Correct Signal on Thread Death and Setup Sync Objects on Thread for D... | Fernando Sahmkow | 2020-06-27 | 1 | -8/+7 |
| * | Core: Correct HLE Event Callbacks and other issues. | Fernando Sahmkow | 2020-06-27 | 1 | -18/+17 |
| * | SVC: Correct WaitSynchronization, WaitProcessWideKey, SignalProcessWideKey. | Fernando Sahmkow | 2020-06-27 | 1 | -1/+1 |
| * | SVC: Correct SendSyncRequest. | Fernando Sahmkow | 2020-06-27 | 1 | -4/+10 |
| * | SVC: Correct ArbitrateUnlock | Fernando Sahmkow | 2020-06-27 | 1 | -1/+1 |
| * | SVC: Correct SignalEvent, ClearEvent, ResetSignal, WaitSynchronization, Cance... | Fernando Sahmkow | 2020-06-27 | 1 | -5/+9 |
| * | SVC: Correct GetThreadPriority, SetThreadPriority, GetThreadCoreMask, SetThre... | Fernando Sahmkow | 2020-06-27 | 1 | -4/+2 |
| * | SVC: Correct CreateThread, StartThread, ExitThread, SleepThread. | Fernando Sahmkow | 2020-06-27 | 1 | -20/+18 |
| * | General: Recover Prometheus project from harddrive failure
| Fernando Sahmkow | 2020-06-27 | 1 | -136/+96 |
| * | kernel: Don't fail silently | David Marcec | 2020-04-29 | 1 | -0/+2 |
| * | Merge pull request #3725 from MerryMage/fpcr | bunnei | 2020-04-22 | 1 | -2/+1 |
| |\ |
|
| | * | thread: FPCR.FZ is likely not 1 | MerryMage | 2020-04-19 | 1 | -2/+1 |
| * | | kernel/thread: Resolve -Wswitch warnings | Lioncash | 2020-04-15 | 1 | -0/+2 |
| |/ |
|
| * | core: Implement separate A32/A64 ARM interfaces. | bunnei | 2020-03-02 | 1 | -14/+17 |
| * | Kernel: Rename ThreadCallbackHandleTable and Setup Thread Ids on Kernel. | Fernando Sahmkow | 2020-02-22 | 1 | -6/+6 |
| * | Merge pull request #3401 from FernandoS27/synchronization | bunnei | 2020-02-14 | 1 | -15/+22 |
| |\ |
|
| | * | Core: Set all hardware emulation constants in a single file. | Fernando Sahmkow | 2020-02-11 | 1 | -7/+8 |
| | * | Kernel: Refactor synchronization to better match RE | Fernando Sahmkow | 2020-02-11 | 1 | -1/+5 |
| | * | Kernel: Change WaitObject to Synchronization object. In order to better refle... | Fernando Sahmkow | 2020-02-11 | 1 | -7/+9 |
| * | | kernel/thread: Remove trivial usages of the global system accessor | Lioncash | 2020-02-12 | 1 | -2/+2 |
| |/ |
|
| * | Kernel: Remove a few global instances from the kernel. | Fernando Sahmkow | 2020-01-26 | 1 | -1/+1 |
| * | Core: Refactor CpuCoreManager to CpuManager and Cpu to Core Manager. | Fernando Sahmkow | 2020-01-26 | 1 | -2/+1 |
| * | core/memory: Migrate over address checking functions to the new Memory class | Lioncash | 2019-11-26 | 1 | -2/+2 |
| * | kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel... | bunnei | 2019-11-24 | 1 | -19/+20 |