| Commit message (Expand) | Author | Age | Files | Lines |
| * | Kernel/svcBreak: Implement CacheInvalidation for Singlecore and correct svcBr... | Fernando Sahmkow | 2020-06-27 | 1 | -2/+2 |
| * | HLE_IPC: Correct HLE Event behavior on timeout. | Fernando Sahmkow | 2020-06-27 | 1 | -1/+9 |
| * | SingleCore: Use Cycle Timing instead of Host Timing. | Fernando Sahmkow | 2020-06-27 | 1 | -0/+5 |
| * | General: Move ARM_Interface into Threads. | Fernando Sahmkow | 2020-06-27 | 1 | -9/+2 |
| * | SVC/ARM: Correct svcSendSyncRequest and cache ticks on arm interface. | Fernando Sahmkow | 2020-06-27 | 1 | -1/+1 |
| * | ARM: Addapt to new Exclusive Monitor Interface. | Fernando Sahmkow | 2020-06-27 | 1 | -3/+1 |
| * | General: Fix microprofile on dynarmic/svc, fix wait tree showing which thread... | Fernando Sahmkow | 2020-06-27 | 1 | -3/+7 |
| * | Kernel: Rewind on SVC change. | Fernando Sahmkow | 2020-06-27 | 1 | -5/+4 |
| * | Kernel: Preempt Single core on redudant yields. | Fernando Sahmkow | 2020-06-27 | 1 | -6/+17 |
| * | Kernel: Fixes, corrections and asserts to scheduler and different svcs. | Fernando Sahmkow | 2020-06-27 | 1 | -13/+14 |
| * | ARM/Memory: Correct Exclusive Monitor and Implement Exclusive Memory Writes. | Fernando Sahmkow | 2020-06-27 | 1 | -1/+1 |
| * | SVC: Correct SetThreadActivity. | Fernando Sahmkow | 2020-06-27 | 1 | -4/+1 |
| * | SVC: Correct svcWaitForAddress and svcSignalToAddress. | Fernando Sahmkow | 2020-06-27 | 1 | -3/+0 |
| * | Kernel: Corrections to Scheduling. | Fernando Sahmkow | 2020-06-27 | 1 | -1/+0 |
| * | Core: Correct HLE Event Callbacks and other issues. | Fernando Sahmkow | 2020-06-27 | 1 | -3/+2 |
| * | General: Add Asserts | Fernando Sahmkow | 2020-06-27 | 1 | -0/+1 |
| * | General: Add better safety for JIT use. | Fernando Sahmkow | 2020-06-27 | 1 | -1/+5 |
| * | SVC: Correct races on physical core switching. | Fernando Sahmkow | 2020-06-27 | 1 | -5/+4 |
| * | SVC: Add locks to the memory management. | Fernando Sahmkow | 2020-06-27 | 1 | -0/+21 |
| * | SVC: Correct WaitSynchronization, WaitProcessWideKey, SignalProcessWideKey. | Fernando Sahmkow | 2020-06-27 | 1 | -27/+48 |
| * | SVC: Cleanup old methods. | Fernando Sahmkow | 2020-06-27 | 1 | -13/+9 |
| * | SVC: Correct SendSyncRequest. | Fernando Sahmkow | 2020-06-27 | 1 | -4/+17 |
| * | SVC: Correct SignalEvent, ClearEvent, ResetSignal, WaitSynchronization, Cance... | Fernando Sahmkow | 2020-06-27 | 1 | -1/+0 |
| * | SVC: Remove global HLE Lock. | Fernando Sahmkow | 2020-06-27 | 1 | -3/+0 |
| * | SVC: Correct GetThreadPriority, SetThreadPriority, GetThreadCoreMask, SetThre... | Fernando Sahmkow | 2020-06-27 | 1 | -9/+8 |
| * | SVC: Correct CreateThread, StartThread, ExitThread, SleepThread. | Fernando Sahmkow | 2020-06-27 | 1 | -13/+5 |
| * | General: Recover Prometheus project from harddrive failure
| Fernando Sahmkow | 2020-06-27 | 1 | -15/+6 |
| * | kernel: Don't fail silently | David Marcec | 2020-04-29 | 1 | -0/+7 |
| * | kernel: Bad GetInfo ids should not be marked as stubs | David Marcec | 2020-04-29 | 1 | -2/+2 |
| * | Merge pull request #3780 from lioncash/process | bunnei | 2020-04-24 | 1 | -2/+138 |
| |\ |
|
| | * | svc: Re-add MapProcessCodeMemory/UnmapProcessCodeMemory | Lioncash | 2020-04-23 | 1 | -2/+138 |
| * | | svc: Remove unused variable | Lioncash | 2020-04-23 | 1 | -3/+0 |
| |/ |
|
| * | core: hle: Address various feedback & code cleanup. | bunnei | 2020-04-17 | 1 | -1/+1 |
| * | kernel: svc: Updates for new VMM. | bunnei | 2020-04-17 | 1 | -488/+116 |
| * | core: memory: Move to Core::Memory namespace. | bunnei | 2020-04-17 | 1 | -5/+5 |
| * | core: kernel: Add svc_types header to include SVC-specific types. | bunnei | 2020-04-17 | 1 | -0/+1 |
| * | core: kernel: Move SVC to its own namesapce. | bunnei | 2020-04-17 | 1 | -3/+3 |
| * | core: hle: Implement separate A32/A64 SVC interfaces. | bunnei | 2020-03-02 | 1 | -65/+264 |
| * | Core: Address Feedback | Fernando Sahmkow | 2020-02-13 | 1 | -1/+1 |
| * | Kernel: Refactor synchronization to better match RE | Fernando Sahmkow | 2020-02-11 | 1 | -60/+7 |
| * | Kernel: Change WaitObject to Synchronization object. In order to better refle... | Fernando Sahmkow | 2020-02-11 | 1 | -6/+7 |
| * | kernel: transfer_memory: Properly reserve and reset memory region. | bunnei | 2020-02-05 | 1 | -2/+6 |
| * | Core: Refactor CpuCoreManager to CpuManager and Cpu to Core Manager. | Fernando Sahmkow | 2020-01-26 | 1 | -1/+1 |
| * | kernel/svc: Correct function signature of SignalProcessWideKey | Lioncash | 2019-12-11 | 1 | -4/+1 |
| * | kernel/svc: Provide implementations for svcDumpInfo/svcDumpInfoNew | Lioncash | 2019-12-07 | 1 | -2/+13 |
| * | kernel: Implement a more accurate IPC dispatch. | bunnei | 2019-11-28 | 1 | -4/+5 |
| * | core/memory: Migrate over Write{8, 16, 32, 64, Block} to the Memory class | Lioncash | 2019-11-26 | 1 | -12/+15 |
| * | core/memory: Migrate over Read{8, 16, 32, 64, Block} to the Memory class | Lioncash | 2019-11-26 | 1 | -6/+10 |
| * | core/memory: Migrate over ReadCString() to the Memory class | Lioncash | 2019-11-26 | 1 | -2/+4 |
| * | core: Prepare various classes for memory read/write migration | Lioncash | 2019-11-26 | 1 | -1/+1 |