index
:
yuzu-mainline
master
A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
kernel
/
k_process.cpp
Age
Commit message (
Expand
)
Author
2021-12-06
hle: kernel: KProcess: Improvements for thread pinning.
bunnei
2021-12-06
core: hle: kernel: k_process: DisableDispatch on main thread.
bunnei
2021-11-20
kernel: KPageTable: Rename SetCodeMemoryPermission to SetProcessMemoryPermission
Morph
2021-10-27
Fix dangling kernel objects when exiting
Feng Chen
2021-09-29
Fix KShareMemory object leak
Feng Chen
2021-08-25
Revert "kernel: Various improvements to scheduler"
bunnei
2021-08-07
core: hle: kernel: k_process: DisableDispatch on main thread.
bunnei
2021-07-20
hle: kernel: KProcess: Change process termination assert to a warning.
bunnei
2021-07-20
hle: kernel: k_process: Close the handle table on shutdown.
bunnei
2021-07-20
hle: kernel: k_process: Close main thread reference after it is inserted into...
bunnei
2021-06-11
kernel: Unconditionally set thread state when appropriate
Morph
2021-06-02
general: Replace RESULT_SUCCESS with ResultSuccess
Morph
2021-05-08
kernel: Eliminate variable shadowing
Lioncash
2021-05-05
hle: kernel: Migrate to KHandleTable.
bunnei
2021-05-05
hle: kernel: Improve MapSharedMemory and implement UnmapSharedMemory.
bunnei
2021-05-05
hle: kernel: Rename Process to KProcess.
bunnei