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_light_lock.cpp
Age
Commit message (
Collapse
)
Author
2023-03-12
kernel: convert KConditionVariable, KLightConditionVariable, KLightLock
Liam
2023-03-01
kernel: be more careful about kernel address keys
Liam
2023-03-01
kernel: refactor priority inheritance to represent locks as C++ objects
Liam
2023-01-23
kernel: split SetAddressKey into user and kernel variants
Liam
2022-06-26
core: Replace all instances of ResultCode with Result
german77
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
This formats all copyright comments according to SPDX formatting guidelines. Additionally, this resolves the remaining GPLv2 only licensed files by relicensing them to GPLv2.0-or-later.
2021-12-06
hle: kernel: Remove unnecessary virtual specifier on CancelWait.
bunnei
2021-12-06
hle: kernel: k_light_lock: Implement CancelWait.
bunnei
- Fixes a crash in Megadimension Neptunia VII.
2021-12-06
hle: kernel: KLightLock: Migrate to updated KThreadQueue.
bunnei
2021-06-11
kernel: Unconditionally set thread state when appropriate
Morph
2021-01-28
hle: kernel: KLightLock: Fix several bugs.
bunnei
2021-01-28
hle: kernel: Allocate a dummy KThread for each host thread, and use it for ↵
bunnei
scheduling.
2021-01-28
kernel: k_light_lock: Simplify EmuThreadHandle implementation.
bunnei
2021-01-28
core: hle: kernel: Implement KLightLock.
bunnei