| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Merge pull request #3114 from FernandoS27/cond-var | bunnei | 2019-11-23 | 1 | -0/+8 |
| |\ |
|
| | * | Kernel: Correct behavior of Condition Variables to be more similar to real ha... | Fernando Sahmkow | 2019-11-21 | 1 | -0/+8 |
| * | | Merge pull request #3130 from FernandoS27/cancel-sync | bunnei | 2019-11-23 | 1 | -2/+5 |
| |\ \
| |/
|/| |
|
| | * | Kernel: Correct Cancel Synchronization. | Fernando Sahmkow | 2019-11-16 | 1 | -2/+5 |
| * | | kernel: Resolve sign conversion warnings | Lioncash | 2019-11-12 | 1 | -30/+18 |
| |/ |
|
| * | Kernel Thread: Cleanup THREADPROCESSORID_DONT_UPDATE. | Fernando Sahmkow | 2019-10-15 | 1 | -1/+1 |
| * | Kernel: Address Feedback 2 | Fernando Sahmkow | 2019-10-15 | 1 | -3/+3 |
| * | Kernel: Clang Format | Fernando Sahmkow | 2019-10-15 | 1 | -4/+4 |
| * | Kernel: Reverse global accessor removal. | Fernando Sahmkow | 2019-10-15 | 1 | -8/+8 |
| * | Kernel: Address Feedback. | Fernando Sahmkow | 2019-10-15 | 1 | -9/+8 |
| * | Kernel_Thread: Eliminate most global accessors. | Fernando Sahmkow | 2019-10-15 | 1 | -11/+11 |