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
2022-06-14
kernel: implement KProcess suspension
Liam
2022-06-13
common: Change semantics of UNREACHABLE to unconditionally crash
Liam
2022-06-01
core/debugger: Implement new GDB stub debugger
Liam
2022-03-19
core: Reduce unused includes
ameerj
2022-03-14
core: hle: kernel: k_process: Remove handle table finalize, reset page table.
bunnei
2022-03-14
core: hle: kernel: k_process: Implement thread local storage accurately.
bunnei
2022-02-21
core: hle: kernel: KProcess: Pass in KResourceLimit on process creation.
bunnei
2022-01-22
hle: kernel: KThread: Improve Increment/Decrement RunningThreadCount.
bunnei
2022-01-14
core: hle: kernel: KProcess: Integrate with KWorkerTask and add unimplemented...
bunnei
2022-01-11
hle: kernel: k_page_table: Update SetProcessMemoryPermission.
bunnei
2022-01-11
hle: kernel: k_page_table: ReadAndWrite -> UserReadWrite.
bunnei
2021-12-30
core: hle: kernel: Implement thread pinning.
bunnei
2021-12-28
core: hle: kernel: Updated implementation of svcSetHeapSize.
bunnei
2021-12-17
core: hle: Remove global HLE lock.
bunnei
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