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.h
Age
Commit message (
Expand
)
Author
2022-04-03
k_process: Fix data race
lat9nq
2022-03-19
core: Reduce unused includes
ameerj
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
2021-12-30
core: hle: kernel: Implement thread pinning.
bunnei
2021-12-06
hle: kernel k_process: Remove unnecessary .at usage with thread pinning methods.
bunnei
2021-12-06
hle: kernel: KProcess: Improvements for thread pinning.
bunnei
2021-11-04
general: Rename GetTitleID to GetProgramID
Morph
2021-11-03
core: Remove unused includes
ameerj
2021-09-29
Fix KShareMemory object leak
Feng Chen
2021-06-02
general: Replace RESULT_SUCCESS with ResultSuccess
Morph
2021-05-29
kernel: Add missing override specifiers
Lioncash
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