index
:
yuzu-android
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator started by the creators of Citra.
yuzu-emu
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
kernel
/
k_thread.cpp
Age
Commit message (
Expand
)
Author
2024-01-27
kernel: clear pinned waiter list on unpin
Liam
2024-01-02
KThread: Send termination interrupt to all cores a thread has affinity to
Merry
2023-12-22
general: properly support multiple memory instances
Liam
2023-12-04
core: refactor emulated cpu core activation
Liam
2023-10-21
kernel: signal thread on termination completed
Liam
2023-10-21
kernel: add missing TLR clear
Liam
2023-10-21
kernel: update KProcess
Liam
2023-07-26
Merge pull request #10990 from comex/ubsan
liamwhite
2023-07-18
general: Silence -Wshadow{,-uncaptured-local} warnings
lat9nq
2023-07-15
Fixes and workarounds to make UBSan happier on macOS
comex
2023-06-22
Remove memory allocations in some hot paths
Kelebek1
2023-06-17
k_thread: Use a mutex and cond_var to sync bool
lat9nq
2023-03-23
memory: rename global memory references to application memory
Liam
2023-03-22
kernel: use KTypedAddress for addresses
Liam
2023-03-12
kernel: additional style fixes to KThread, KProcess
Liam
2023-03-12
kernel: convert KThread to new style
Liam
2023-03-12
kernel: prefer std::addressof
Liam
2023-03-12
kernel: remove kernel_
Liam
2023-03-10
Merge pull request #9923 from liamwhite/kht
liamwhite
2023-03-07
kernel: add timer pointer to KThreadQueue
Liam
2023-03-07
kernel: clone fpu status on CreateThread
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-02-21
service: refactor server architecture
Liam
2023-02-13
kernel: use GetCurrentProcess
Liam
2023-01-23
kernel: split SetAddressKey into user and kernel variants
Liam
2023-01-23
kernel: fix incorrect locking order in suspension
Liam
2022-11-09
kernel/svc_types: refresh
Liam
2022-11-04
service_thread: register service threads to the logical owner process
Liam
2022-10-30
k_thread: fix single core
Liam
2022-10-24
kernel: refactor dummy thread wakeups
Liam
2022-10-18
core: hle: kernel: Use result macros for new/changed code.
bunnei
2022-10-18
core: hle: kernel: k_thread: Implement thread termination DPC.
bunnei
2022-07-14
kernel: Ensure all uses of disable_count are balanced
Liam
2022-07-14
kernel: be more careful about initialization path for HLE threads
Liam
2022-07-14
kernel: fix single-core preemption points
Liam
2022-07-14
kernel: fix issues with single core mode
Liam
2022-07-14
kernel: use KScheduler from mesosphere
Liam
2022-07-09
kernel: fix usage of waiter_list in Finalize
Liam
2022-07-07
Merge pull request #8502 from liamwhite/end-wait
liamwhite
2022-07-02
common/fiber: make fibers easier to use
Liam
2022-06-26
core: Replace all instances of ResultCode with Result
german77
2022-06-25
kernel: clean up waiting implementation
Liam
2022-06-23
kernel: make current thread pointer thread local
Liam
2022-06-22
Merge pull request #8483 from liamwhite/fire-emblem-three-semaphores
bunnei
2022-06-18
kernel: wait for threads to stop on pause
Liam
2022-06-15
kernel: fix some uses of disable_count
Liam
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: Support reading guest thread names
Liam
[next]