Morph
|
281437c811
|
kernel: KPageTable: Rename SetCodeMemoryPermission to SetProcessMemoryPermission
|
2021-11-20 22:18:56 -05:00 |
|
Feng Chen
|
dd29285e35
|
Fix dangling kernel objects when exiting
|
2021-10-27 09:06:30 +08:00 |
|
Feng Chen
|
5fbfc4c19e
|
Fix KShareMemory object leak
|
2021-09-29 09:51:20 +08:00 |
|
bunnei
|
0c8594b225
|
Revert "kernel: Various improvements to scheduler"
|
2021-08-25 20:59:28 -07:00 |
|
bunnei
|
7569d6774d
|
core: hle: kernel: k_process: DisableDispatch on main thread.
|
2021-08-07 12:18:47 -07:00 |
|
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.
|
2021-07-20 18:54:56 -07:00 |
|
bunnei
|
b119363fc2
|
hle: kernel: k_process: Close the handle table on shutdown.
|
2021-07-20 18:54:55 -07:00 |
|
bunnei
|
6020723e77
|
hle: kernel: k_process: Close main thread reference after it is inserted into handle table.
|
2021-07-20 18:54:55 -07:00 |
|
Morph
|
ebd38d66db
|
kernel: Unconditionally set thread state when appropriate
|
2021-06-11 00:58:04 -04:00 |
|
Morph
|
12c1766997
|
general: Replace RESULT_SUCCESS with ResultSuccess
Transition to PascalCase for result names.
|
2021-06-02 00:39:27 -04:00 |
|
Lioncash
|
2f62bae9e3
|
kernel: Eliminate variable shadowing
Now that the large kernel refactor is merged, we can eliminate the
remaining variable shadowing cases.
|
2021-05-08 12:33:26 -04:00 |
|
bunnei
|
4b03e6e776
|
hle: kernel: Migrate to KHandleTable.
|
2021-05-05 16:40:53 -07:00 |
|
bunnei
|
0b27c721c9
|
hle: kernel: Improve MapSharedMemory and implement UnmapSharedMemory.
|
2021-05-05 16:40:52 -07:00 |
|
bunnei
|
2a7eff57a8
|
hle: kernel: Rename Process to KProcess.
|
2021-05-05 16:40:52 -07:00 |
|