index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
kernel
/
k_process.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix dangling kernel objects when exiting
Feng Chen
2021-10-27
1
-5
/
+6
*
Fix KShareMemory object leak
Feng Chen
2021-09-29
1
-3
/
+51
*
Revert "kernel: Various improvements to scheduler"
bunnei
2021-08-26
1
-1
/
+0
*
core: hle: kernel: k_process: DisableDispatch on main thread.
bunnei
2021-08-07
1
-0
/
+1
*
hle: kernel: KProcess: Change process termination assert to a warning.
bunnei
2021-07-21
1
-1
/
+1
*
hle: kernel: k_process: Close the handle table on shutdown.
bunnei
2021-07-21
1
-0
/
+3
*
hle: kernel: k_process: Close main thread reference after it is inserted into handle table.
bunnei
2021-07-21
1
-0
/
+3
*
kernel: Unconditionally set thread state when appropriate
Morph
2021-06-11
1
-9
/
+7
*
general: Replace RESULT_SUCCESS with ResultSuccess
Morph
2021-06-02
1
-4
/
+4
*
kernel: Eliminate variable shadowing
Lioncash
2021-05-08
1
-8
/
+8
*
hle: kernel: Migrate to KHandleTable.
bunnei
2021-05-06
1
-1
/
+1
*
hle: kernel: Improve MapSharedMemory and implement UnmapSharedMemory.
bunnei
2021-05-06
1
-0
/
+25
*
hle: kernel: Rename Process to KProcess.
bunnei
2021-05-06
1
-0
/
+505