466 Commits (3a89723d97b8e646cde569030057777813f4371c)

Author SHA1 Message Date
bunnei 3a89723d97 core: hle: kernel: Implement thread pinning. 4 years ago
bunnei 091463a429 core: hle: kernel: Updated implementation of svcSetHeapSize. 4 years ago
bunnei 4e7a6639d2 core: hle: kernel: Implement SetMemoryPermission. 4 years ago
bunnei 49e3c073a5 hle: kernel: svc: GetInfo: Fix error checking with IdleTickCount. 4 years ago
bunnei c73841500a core: hle: Remove global HLE lock. 4 years ago
bunnei e3d156ab0e hle: kernel: svc: Fix deadlock that can occur with single core. 4 years ago
bunnei e942d97540 hle: kernel: KServerSession: Migrate to updated KThreadQueue. 4 years ago
bunnei 2f89456041 hle: kernel: KThread: Remove tracking of sync object from threads. 4 years ago
bunnei 669a2d2c67 core: hle: kernel: Reflect non-emulated threads as core 3. 4 years ago
itsmeft24 8aef8f39d8 kernel: svc: Implement Map/UnmapProcessMemory and Create/ControlCodeMemory 4 years ago
Morph 5cf93c1346 kernel: svc: Move all IsValid functions to an anonymous namespace 4 years ago
Morph 2726d705f8 kernel: svc: Implement SetProcessMemoryPermission 4 years ago
Morph 64275dfbf4 general: Rename GetTitleID to GetProgramID 4 years ago
ameerj 7c4b6aab2e core: Remove unused includes 4 years ago
Morph b871388a31 svc: Correct WaitSynchronization num_handles param type 4 years ago
Feng Chen a8b0104923 Fix memory leak 4 years ago
Fernando Sahmkow da6673e79a SVC: Implement svcInfo:IdleTickCount 4 years ago
Feng Chen 7cd43b139a Fix KScopedAutoObject object leak when SendSyncRequest 4 years ago
bunnei 0c8594b225
Revert "kernel: Various improvements to scheduler" 4 years ago
Valeri 0b3d12be40
Fix check is thread current in GetThreadContext 4 years ago
bunnei 68eee94875 core: hle: kernel: Reflect non-emulated threads as core 3. 4 years ago
bunnei f3db3dcc8d hle: kernel: svc: Remove part of ExitProcess. 4 years ago
bunnei 24540e0ad9 kernel: svc: ConnectToNamedPort: Close extra reference to port. 5 years ago
bunnei c63ea608aa kernel: svc: Add missing error check to CancelSynchronization. 5 years ago
Morph 12c1766997 general: Replace RESULT_SUCCESS with ResultSuccess 5 years ago
Lioncash 9a07ed53eb core: Make variable shadowing a compile-time error 5 years ago
bunnei f54ea749a4 hle: kernel: svc: Update ConnectToNamedPort to use new CreateNamedServicePort interface. 5 years ago
bunnei eae107d0e9 kernel: svc: Remove unused RetrieveResourceLimitValue function. 5 years ago
bunnei 7866eb03bb hle: kernel: svc: ConnectToNamedPort: Use KHandleTable::Reserve. 5 years ago
bunnei 4b03e6e776 hle: kernel: Migrate to KHandleTable. 5 years ago
bunnei 0b27c721c9 hle: kernel: Improve MapSharedMemory and implement UnmapSharedMemory. 5 years ago
bunnei 2a7eff57a8 hle: kernel: Rename Process to KProcess. 5 years ago
bunnei 626f746971 hle: kernel: Migrate KPort, KClientPort, and KServerPort to KAutoObject. 5 years ago
bunnei 0297448fbc hle: kernel: Migrate KClientPort to KAutoObject. 5 years ago
bunnei aa2844bcf9 hle: kernel: HandleTable: Remove deprecated APIs. 5 years ago
bunnei b57c5a9b54 hle: kernel: Migrate KResourceLimit to KAutoObject. 5 years ago
bunnei 674122038a hle: kernel: svc: Migrate WaitSynchronization. 5 years ago
bunnei 126aaeb6d3 hle: kernel: svc: Use new handle table API for Process. 5 years ago
bunnei c7d8b7421c hle: kernel: Migrate KTransferMemory to KAutoObject. 5 years ago
bunnei 7444963bbb hle: kernel: Migrate KSession, KClientSession, and KServerSession to KAutoObject. 5 years ago
bunnei 2cb6106523 hle: kernel: svc: Migrate GetThreadContext, GetThreadCoreMask. 5 years ago
bunnei 76a0814142 hle: kernel: svc: Migrate GetProcessId, CancelSynchronization, SetThreadActivity. 5 years ago
bunnei 269d233a94 hle: kernel: svc_results: Update naming.. 5 years ago
bunnei 2e8d6fe9a0 hle: kernel: Migrate KReadableEvent and KWritableEvent to KAutoObject. 5 years ago
bunnei 89edbe8aa2 hle: kernel: Refactor several threads/events/sharedmemory to use slab heaps. 5 years ago
bunnei addc0bf037 hle: kernel: Migrate KEvent to KAutoObject. 5 years ago
bunnei 086db71e94 hle: kernel: Migrate KSharedMemory to KAutoObject. 5 years ago
bunnei 7ccbdd4d8d hle: kernel: Migrate KProcess to KAutoObject. 5 years ago
bunnei 5e5933256b hle: kernel: Refactor IPC interfaces to not use std::shared_ptr. 5 years ago
bunnei da7e9553de hle: kernel: Migrate more of KThread to KAutoObject. 5 years ago