Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2015-12-01 | Kernel: Implement svcGetSystemInfo | Yuri Kunde Schlesner | 1 | -0/+29 |
2015-07-21 | dyncom: Pass SVC immediates directly. | Lioncash | 1 | -1/+1 |
2015-05-06 | HLE: Clean up SVC dispatch mechanism | Yuri Kunde Schlesner | 1 | -1/+1 |
2015-01-09 | Move ThreadContext to core/core.h and deal with the fallout | Yuri Kunde Schlesner | 1 | -15/+0 |
2014-12-21 | License change | purpasmart96 | 1 | -1/+1 |
2014-11-19 | Remove trailing spaces in every file but the ones imported from SkyEye, AOSP or generated | Emmanuel Gil Peyrot | 1 | -1/+1 |
2014-06-05 | arm: fixed bug in how thread context switch occurs with SkyEye | bunnei | 1 | -0/+4 |
2014-05-30 | svc: added ArbitrationType enumeration | bunnei | 1 | -0/+9 |
2014-05-21 | renamed "syscall" module to "svc" (more accurate naming) | bunnei | 1 | -2/+2 |
2014-05-19 | - moved Handle/Result definitions to kernel.h | bunnei | 1 | -4/+8 |
2014-05-16 | - added SVC stubs for QueryMemory and GetThreadId | bunnei | 1 | -0/+11 |
2014-05-16 | - added ThreadContext struct | bunnei | 1 | -0/+14 |
2014-04-12 | - renamed hle_syscall to just syscall | bunnei | 1 | -0/+19 |