| Commit message (Expand) | Author | Age | Files | Lines |
| * | Revert "core: Fix clang build" | bunnei | 2020-10-20 | 1 | -3/+3 |
| * | core: Fix clang build | Lioncash | 2020-10-17 | 1 | -3/+3 |
| * | kernel/thread: Remove unimplemented function prototype | Lioncash | 2020-07-16 | 1 | -2/+0 |
| * | kernel/thread: Remove global GetCurrentThread() | Lioncash | 2020-07-15 | 1 | -5/+0 |
| * | 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 | -55/+1 |
| * | HLE_IPC: Correct HLE Event behavior on timeout. | Fernando Sahmkow | 2020-06-27 | 1 | -0/+9 |
| * | Thread: Release the ARM Interface on exitting. | Fernando Sahmkow | 2020-06-27 | 1 | -0/+5 |
| * | General: Move ARM_Interface into Threads. | Fernando Sahmkow | 2020-06-27 | 1 | -1/+7 |
| * | SingleCore: Move Host Timing from a sepparate thread to main cpu thread. | Fernando Sahmkow | 2020-06-27 | 1 | -0/+9 |
| * | General: Fix microprofile on dynarmic/svc, fix wait tree showing which thread... | Fernando Sahmkow | 2020-06-27 | 1 | -0/+18 |
| * | Kernel: Rewind on SVC change. | Fernando Sahmkow | 2020-06-27 | 1 | -0/+10 |
| * | Kernel: Preempt Single core on redudant yields. | Fernando Sahmkow | 2020-06-27 | 1 | -4/+5 |
| * | Scheduler: Correct yields. | Fernando Sahmkow | 2020-06-27 | 1 | -0/+4 |
| * | SVC: Correct SetThreadActivity. | Fernando Sahmkow | 2020-06-27 | 1 | -8/+14 |
| * | SCC: Small corrections to CancelSynchronization | Fernando Sahmkow | 2020-06-27 | 1 | -0/+9 |
| * | SVC: Correct svcWaitForAddress and svcSignalToAddress. | Fernando Sahmkow | 2020-06-27 | 1 | -0/+9 |
| * | Kernel: Correct Signal on Thread Death and Setup Sync Objects on Thread for D... | Fernando Sahmkow | 2020-06-27 | 1 | -7/+7 |
| * | Core: Correct HLE Event Callbacks and other issues. | Fernando Sahmkow | 2020-06-27 | 1 | -7/+9 |
| * | SVC: Correct SendSyncRequest. | Fernando Sahmkow | 2020-06-27 | 1 | -29/+53 |
| * | SVC: Correct SignalEvent, ClearEvent, ResetSignal, WaitSynchronization, Cance... | Fernando Sahmkow | 2020-06-27 | 1 | -2/+15 |
| * | SVC: Correct GetThreadPriority, SetThreadPriority, GetThreadCoreMask, SetThre... | Fernando Sahmkow | 2020-06-27 | 1 | -2/+1 |
| * | SVC: Correct CreateThread, StartThread, ExitThread, SleepThread. | Fernando Sahmkow | 2020-06-27 | 1 | -4/+8 |
| * | General: Recover Prometheus project from harddrive failure
| Fernando Sahmkow | 2020-06-27 | 1 | -14/+67 |
| * | core: Implement separate A32/A64 ARM interfaces. | bunnei | 2020-03-02 | 1 | -6/+16 |
| * | Kernel: Rename ThreadCallbackHandleTable and Setup Thread Ids on Kernel. | Fernando Sahmkow | 2020-02-22 | 1 | -1/+5 |
| * | Kernel: Refactor synchronization to better match RE | Fernando Sahmkow | 2020-02-11 | 1 | -0/+1 |
| * | Kernel: Change WaitObject to Synchronization object. In order to better refle... | Fernando Sahmkow | 2020-02-11 | 1 | -11/+11 |
| * | kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel... | bunnei | 2019-11-24 | 1 | -19/+20 |
| * | Kernel: Correct Cancel Synchronization. | Fernando Sahmkow | 2019-11-16 | 1 | -0/+9 |
| * | Kernel Thread: Cleanup THREADPROCESSORID_DONT_UPDATE. | Fernando Sahmkow | 2019-10-15 | 1 | -3/+0 |
| * | Kernel: Address Feedback 2 | Fernando Sahmkow | 2019-10-15 | 1 | -6/+3 |
| * | Kernel: Address Feedback. | Fernando Sahmkow | 2019-10-15 | 1 | -4/+12 |
| * | Kernel: Corrections to Wait Objects clearing in which a thread could still be... | Fernando Sahmkow | 2019-10-15 | 1 | -0/+3 |
| * | Kernel: Clang Format | Fernando Sahmkow | 2019-10-15 | 1 | -1/+1 |
| * | Scheduler: Implement Yield Count and Core migration on Thread Preemption. | Fernando Sahmkow | 2019-10-15 | 1 | -0/+9 |
| * | Scheduler: Add protections for Yield bombing | Fernando Sahmkow | 2019-10-15 | 1 | -3/+3 |
| * | Kernel: Style and Corrections | Fernando Sahmkow | 2019-10-15 | 1 | -5/+10 |
| * | Addapt thread class to the new Scheduler | Fernando Sahmkow | 2019-10-15 | 1 | -1/+54 |
| * | kernel/process: Decouple TLS handling from threads | Lioncash | 2019-07-03 | 1 | -15/+1 |
| * | Merge pull request #2410 from lioncash/affinity | bunnei | 2019-05-19 | 1 | -6/+15 |
| |\ |
|
| | * | kernel/thread: Update thread processor ID flags | Lioncash | 2019-04-29 | 1 | -6/+15 |
| * | | Merge pull request #2416 from lioncash/wait | bunnei | 2019-04-24 | 1 | -18/+22 |
| |\ \ |
|
| | * | | kernel/thread: Unify wait synchronization types | Lioncash | 2019-04-17 | 1 | -15/+13 |
| | * | | kernel/svc: Migrate svcCancelSynchronization behavior to a thread function | Lioncash | 2019-04-17 | 1 | -3/+9 |
| * | | | Merge pull request #2397 from lioncash/thread-unused | bunnei | 2019-04-17 | 1 | -7/+5 |
| |\ \ \
| |/ /
|/| | |
|
| | * | | svc: Specify handle value in thread's name | Lioncash | 2019-04-15 | 1 | -0/+5 |
| | * | | kernel/thread: Remove unused guest_handle member variable | Lioncash | 2019-04-14 | 1 | -7/+0 |
| | |/ |
|
| * / | kernel/thread: Remove BoostPriority() | Lioncash | 2019-04-15 | 1 | -6/+0 |
| |/ |
|
| * | kernel: Make handle type declarations constexpr | Lioncash | 2019-04-11 | 1 | -1/+1 |