Commit Graph

16 Commits (316a2dd22a25e4cfb31b364ab6595d8bb054411c)

Author SHA1 Message Date
bunnei 316a2dd22a hle: kernel: KProcess: Improvements for thread pinning. 3 years ago
bunnei f13fce3953 core: hle: kernel: k_process: DisableDispatch on main thread. 3 years ago
Morph 281437c811 kernel: KPageTable: Rename SetCodeMemoryPermission to SetProcessMemoryPermission 3 years ago
Feng Chen dd29285e35 Fix dangling kernel objects when exiting 3 years ago
Feng Chen 5fbfc4c19e Fix KShareMemory object leak 4 years ago
bunnei 0c8594b225
Revert "kernel: Various improvements to scheduler" 4 years ago
bunnei 7569d6774d core: hle: kernel: k_process: DisableDispatch on main thread. 4 years ago
bunnei 8d755147d8 hle: kernel: KProcess: Change process termination assert to a warning.
- Since we do not implement multiprocess right now, this should not be a crashing assert.
4 years ago
bunnei b119363fc2 hle: kernel: k_process: Close the handle table on shutdown. 4 years ago
bunnei 6020723e77 hle: kernel: k_process: Close main thread reference after it is inserted into handle table. 4 years ago
Morph ebd38d66db kernel: Unconditionally set thread state when appropriate 4 years ago
Morph 12c1766997 general: Replace RESULT_SUCCESS with ResultSuccess
Transition to PascalCase for result names.
4 years ago
Lioncash 2f62bae9e3 kernel: Eliminate variable shadowing
Now that the large kernel refactor is merged, we can eliminate the
remaining variable shadowing cases.
4 years ago
bunnei 4b03e6e776 hle: kernel: Migrate to KHandleTable. 4 years ago
bunnei 0b27c721c9 hle: kernel: Improve MapSharedMemory and implement UnmapSharedMemory. 4 years ago
bunnei 2a7eff57a8 hle: kernel: Rename Process to KProcess. 4 years ago