2336 Commits (8c59543ee32c8bff575bab7ec1e70f76f8eda437)

Author SHA1 Message Date
bunnei 316a2dd22a hle: kernel: KProcess: Improvements for thread pinning. 5 years ago
bunnei 4c74761155 hle: kernel: KThreadQueue: Remove deprecated code. 5 years ago
bunnei f3d6e31e78 hle: kernel: KConditionVariable: Various updates & simplifications. 5 years ago
bunnei f62c7091a2 hle: kernel: KThread: Migrate to updated KThreadQueue (part 2). 5 years ago
bunnei b0671c7cfa hle: kernel: KThread: Migrate to updated KThreadQueue (part 1). 5 years ago
bunnei beb55cb90e hle: kernel: KConditionVariable: Migrate to updated KThreadQueue. 5 years ago
bunnei e942d97540 hle: kernel: KServerSession: Migrate to updated KThreadQueue. 5 years ago
bunnei 5dff28290f hle: kernel: KLightConditionVariable: Migrate to updated KThreadQueue. 5 years ago
bunnei 423acf53b7 hle: kernel: KLightLock: Migrate to updated KThreadQueue. 5 years ago
bunnei 15c721b909 hle: kernel: KAddressArbiter: Migrate to updated KThreadQueue. 5 years ago
bunnei 2f89456041 hle: kernel: KThread: Remove tracking of sync object from threads. 5 years ago
bunnei bc1399204b hle: kernel: Update KThreadQueue and migrate KSynchronizationObject. 5 years ago
bunnei 3dc803a430 core: hle: kernel: Disable dispatch count tracking on single core. 5 years ago
bunnei d14b8fc747 core: hle: kernel: k_thread: Mark KScopedDisableDispatch as nodiscard. 5 years ago
bunnei 07690572f7 core: hle: kernel: k_auto_object: Add GetName method. 5 years ago
bunnei 3239442de6 core: hle: kernel: DisableDispatch on suspend threads. 5 years ago
bunnei 284015dfd7 core: hle: kernel: k_scheduler: Improve DisableScheduling and EnableScheduling. 5 years ago
bunnei 178584e56f core: hle: kernel: Use CurrentPhysicalCoreIndex as appropriate. 5 years ago
bunnei 629f9274ac core: hle: kernel: k_scheduler: Remove unnecessary MakeCurrentProcess. 5 years ago
bunnei 13c82d042f core: hle: kernel: k_scheduler: Improve ScheduleImpl. 5 years ago
bunnei f412d2027a core: hle: kernel: k_scheduler: Improve Unload. 5 years ago
bunnei f13fce3953 core: hle: kernel: k_process: DisableDispatch on main thread. 5 years ago
bunnei 4c18a207a4 core: hle: kernel: k_handle_table: Use KScopedDisableDispatch as necessary. 5 years ago
bunnei 04daefa488 core: hle: kernel: k_thread: Add KScopedDisableDispatch. 5 years ago
bunnei 3bd5d4b6f8 core: hle: kernel: Ensure idle threads are closed before destroying scheduler. 5 years ago
bunnei 669a2d2c67 core: hle: kernel: Reflect non-emulated threads as core 3. 5 years ago
itsmeft24 8ed2748820
fix formatting 4 years ago
itsmeft24 e10903cab9
move private members below public members 4 years ago
itsmeft24 4bdacdedc1
fix formatting 4 years ago
itsmeft24 32854a2992
fix formatting 4 years ago
itsmeft24 14c03b9748 fix formatting 4 years ago
itsmeft24 8254f238b9 Remove unnecessary includes 4 years ago
itsmeft24 b7d80c127f Add copyright notice 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 5 years ago
Morph 2726d705f8 kernel: svc: Implement SetProcessMemoryPermission 5 years ago
Morph 281437c811 kernel: KPageTable: Rename SetCodeMemoryPermission to SetProcessMemoryPermission 5 years ago
Adam Heinermann d8a783a368 Fix crash on exit due to static scoped dummy threads 5 years ago
Morph 64275dfbf4 general: Rename GetTitleID to GetProgramID 5 years ago
ameerj b275f2e475 core: Fix transitive include build errors 5 years ago
ameerj 7c4b6aab2e core: Remove unused includes 5 years ago
Morph b871388a31 svc: Correct WaitSynchronization num_handles param type 5 years ago
Morph cb09ea0f01 general: Remove MakeResult helpers 5 years ago
Feng Chen dd29285e35 Fix dangling kernel objects when exiting 5 years ago
Feng Chen 052017e189 Revert PR7009 5 years ago
Feng Chen a8b0104923 Fix memory leak 5 years ago
Fernando Sahmkow da6673e79a SVC: Implement svcInfo:IdleTickCount 5 years ago
Morph 50384e2619 KPageTable: Perform ranged invalidation when unmapping code memory 5 years ago
Morph bea7824bd1 kernel: hle_ipc: Foward declare KAutoObject 5 years ago
ameerj 5daf3abe65 common/logging: Move Log::Entry declaration to a separate header 5 years ago