| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Kernel: Actually wake up the requested number of threads in Semaphore::Release. | 2018-01-08 | 1 | -1/+1 | |
| * | Kernel: Properly keep track of mutex lock data in the guest memory. This fixe... | 2018-01-08 | 1 | -1/+4 | |
| * | Kernel: Allow chaining WaitSynchronization calls inside a wakeup callback. | 2018-01-08 | 1 | -15/+41 | |
| * | svc: Implement svcSignalProcessWideKey. | 2018-01-07 | 1 | -2/+21 | |
| * | svc: Implement svcWaitProcessWideKeyAtomic. | 2018-01-06 | 1 | -1/+49 | |
| * | svc: Implement WaitSynchronization for a single handle. | 2018-01-06 | 1 | -4/+24 | |
| * | svc: Refactor LockMutex code to use WaitSynchronization1. | 2018-01-06 | 1 | -13/+45 | |
| * | svc: Add missing string_util include. | 2018-01-04 | 1 | -0/+1 | |
| * | arm: Remove SkyEye/Dyncom code that is ARMv6-only. | 2018-01-02 | 1 | -19/+9 | |
| * | svc: Remove unnecessary "svc" prefix to naming scheme. | 2018-01-02 | 1 | -106/+106 | |
| * | hle: Move SVC code to kernel namespace. | 2018-01-02 | 1 | -0/+612 |