477 Commits (f84511eb4f05e551e13670e640c5be360555ee4d)

Author SHA1 Message Date
bunnei f84511eb4f hle: kernel: svc: CreateCodeMemory: Remove log of 'out' host pointer. 4 years ago
bunnei 58a4c17e98 hle: kernel: svc: UnmapProcessCodeMemory: Fix inverted alignment check. 4 years ago
bunnei 64ae76bff6 core: hle: kernel: KEvent: Pass in owner KProcess on event creation. 4 years ago
Sergi Granell dbfe017c9f kernel: svc: Add OutputDebugString32, CreateCodeMemory32, ControlCodeMemory32 4 years ago
Narr the Reg d5873beb51 svc: Set unique names for function tables 4 years ago
tech-ticks be026c6b6d service: pm: Implement AtmosphereGetProcessInfo 4 years ago
Narr the Reg 33594225c7 svc: Add 32 bit SynchronizePreemptionState 4 years ago
bunnei ebb9ec197e core: hle: kernel: Rename Un/Map to Un/MapMeory. 4 years ago
bunnei d45b65b4d9 hle: kernel: k_page_table: Update SetProcessMemoryPermission. 4 years ago
bunnei 0942533d2f hle: kernel: k_page_table: Rename *ProcessCodeMemory -> *CodeMemory. 4 years ago
bunnei b227426ae5 core: hle: kernel: svc: Updates to SetMemoryAttribute and SetMemoryPermission. 4 years ago
bunnei b12695ddc4 core: hle: kernel: Implement thread pinning. 4 years ago
bunnei 714dcea191 core: hle: kernel: Updated implementation of svcSetHeapSize. 4 years ago
bunnei 555481005d core: hle: kernel: Implement SetMemoryPermission. 4 years ago
bunnei a1f637a6d0 hle: kernel: svc: GetInfo: Fix error checking with IdleTickCount. 4 years ago
bunnei 5192e8e092 core: hle: Remove global HLE lock. 4 years ago
bunnei 43d706c7d2 hle: kernel: svc: Fix deadlock that can occur with single core. 4 years ago
bunnei f81a6a07c0 hle: kernel: KServerSession: Migrate to updated KThreadQueue. 4 years ago
bunnei 0ad0543cde hle: kernel: KThread: Remove tracking of sync object from threads. 4 years ago
bunnei cae0bef7ec core: hle: kernel: Reflect non-emulated threads as core 3. 4 years ago
itsmeft24 033c9dff92 kernel: svc: Implement Map/UnmapProcessMemory and Create/ControlCodeMemory 4 years ago
Morph 463793ccb5 kernel: svc: Move all IsValid functions to an anonymous namespace 4 years ago
Morph 64079bc2f2 kernel: svc: Implement SetProcessMemoryPermission 4 years ago
Morph 10508e7af2 general: Rename GetTitleID to GetProgramID 4 years ago
ameerj d27abf5546 core: Remove unused includes 4 years ago
Morph c3c09ca222 svc: Correct WaitSynchronization num_handles param type 4 years ago
Feng Chen c13d1e0b0f Fix memory leak 4 years ago
Fernando Sahmkow 69b1cad803 SVC: Implement svcInfo:IdleTickCount 4 years ago
Feng Chen 974547f98f Fix KScopedAutoObject object leak when SendSyncRequest 4 years ago
bunnei 5e600cba3a Revert "kernel: Various improvements to scheduler" 4 years ago
Valeri 190e12a072 Fix check is thread current in GetThreadContext 4 years ago
bunnei 951143ba57 core: hle: kernel: Reflect non-emulated threads as core 3. 4 years ago
bunnei b9bb5338c0 hle: kernel: svc: Remove part of ExitProcess. 4 years ago
bunnei 43f2f83c30 kernel: svc: ConnectToNamedPort: Close extra reference to port. 5 years ago
bunnei d06f7d9f6c kernel: svc: Add missing error check to CancelSynchronization. 5 years ago
Morph 7ebc38a6d1 general: Replace RESULT_SUCCESS with ResultSuccess 5 years ago
Lioncash eeae5217ba core: Make variable shadowing a compile-time error 5 years ago
bunnei 6e284d951b hle: kernel: svc: Update ConnectToNamedPort to use new CreateNamedServicePort interface. 5 years ago
bunnei 4ebb8f0dfe kernel: svc: Remove unused RetrieveResourceLimitValue function. 5 years ago
bunnei 4c54ffc1f6 hle: kernel: svc: ConnectToNamedPort: Use KHandleTable::Reserve. 5 years ago
bunnei 47224d3864 hle: kernel: Migrate to KHandleTable. 5 years ago
bunnei 95fbbf3041 hle: kernel: Improve MapSharedMemory and implement UnmapSharedMemory. 5 years ago
bunnei ad048de3d6 hle: kernel: Rename Process to KProcess. 5 years ago
bunnei d6844cf75f hle: kernel: Migrate KPort, KClientPort, and KServerPort to KAutoObject. 5 years ago
bunnei 9f1abd8188 hle: kernel: Migrate KClientPort to KAutoObject. 5 years ago
bunnei 944eb14d69 hle: kernel: HandleTable: Remove deprecated APIs. 5 years ago
bunnei 22a67a4627 hle: kernel: Migrate KResourceLimit to KAutoObject. 5 years ago
bunnei d4b1153e1b hle: kernel: svc: Migrate WaitSynchronization. 5 years ago
bunnei 3a07aeba02 hle: kernel: svc: Use new handle table API for Process. 5 years ago
bunnei bf274faa22 hle: kernel: Migrate KTransferMemory to KAutoObject. 5 years ago