Age | Commit message (Expand) | Author |
2021-01-11 | core: hle: kernel: Update KSynchronizationObject. | bunnei |
2020-12-06 | hle: kernel: Migrate to KScopedSchedulerLock. | bunnei |
2020-12-06 | hle: kernel: Separate KScopedSchedulerLockAndSleep from k_scheduler. | bunnei |
2020-12-06 | hle: kernel: Rewrite scheduler implementation based on Mesopshere. | bunnei |
2020-10-20 | Revert "core: Fix clang build" | bunnei |
2020-10-17 | core: Fix clang build | Lioncash |
2020-07-16 | kernel: Remove unused variables | Lioncash |
2020-06-27 | Synchronization: Correct wide Assertion. | Fernando Sahmkow |
2020-06-27 | Kernel: Fixes, corrections and asserts to scheduler and different svcs. | Fernando Sahmkow |
2020-06-27 | SVC: WaitSynchronization add Termination Pending Result. | Fernando Sahmkow |
2020-06-27 | SCC: Small corrections to CancelSynchronization | Fernando Sahmkow |
2020-06-27 | Kernel: Correct Signal on Thread Death and Setup Sync Objects on Thread for D... | Fernando Sahmkow |
2020-06-27 | Core: Correct HLE Event Callbacks and other issues. | Fernando Sahmkow |
2020-06-27 | SVC: Correct WaitSynchronization, WaitProcessWideKey, SignalProcessWideKey. | Fernando Sahmkow |
2020-06-27 | SVC: Correct SignalEvent, ClearEvent, ResetSignal, WaitSynchronization, Cance... | Fernando Sahmkow |
2020-02-13 | Core: Address Feedback | Fernando Sahmkow |
2020-02-11 | Kernel: Refactor synchronization to better match RE | Fernando Sahmkow |