index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
kernel
/
k_thread.h
Age
Commit message (
Expand
)
Author
2025-02-09
Revert "Replace yuzu identifiers with citron"
Zephyron
2025-02-09
Replace yuzu identifiers with citron
Zephyron
2025-01-14
Revert incorrect copyright attribution for non-contributed files
Zephyron
2024-12-31
chore: update project references and add Citron copyright
Zephyron
2024-02-14
kernel: add and enable system suspend type
Liam
2023-12-22
kernel: instantiate memory separately for each guest process
Liam
2023-12-07
kernel: implement light IPC
Liam
2023-12-04
core: refactor emulated cpu core activation
Liam
2023-11-25
arm: Implement native code execution backend
Liam
2023-10-21
kernel: update KProcess
Liam
2023-07-01
kernel: Synchronize
Morph
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-04-29
kernel: remove general boost lists
Liam
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: convert KThread to new style
Liam
2023-03-12
kernel: remove kernel_
Liam
2023-03-12
kernel: convert KPort, KSession
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-29
Move to Clang Format 15
Levi Behunin
2023-01-23
kernel: split SetAddressKey into user and kernel variants
Liam
2023-01-23
kernel: fix incorrect locking order in suspension
Liam
2022-12-18
kernel: remove TimeManager
Liam
2022-12-18
kernel: add KHardwareTimer
Liam
2022-12-05
kernel/thread: Ensure stack_top and argument are always initialized
Lioncash
2022-11-04
service_thread: register service threads to the logical owner process
Liam
2022-10-24
kernel: refactor dummy thread wakeups
Liam
2022-10-18
core: hle: kernel: k_thread: Implement thread termination DPC.
bunnei
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-02
common/fiber: make fibers easier to use
Liam
2022-06-26
core: Replace all instances of ResultCode with Result
german77
2022-06-23
kernel: make current thread pointer thread local
Liam
2022-06-18
kernel: wait for threads to stop on pause
Liam
2022-06-01
core/debugger: Support reading guest thread names
Liam
2022-06-01
core/debugger: Improved stepping mechanism and misc fixes
Liam
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
2022-04-11
core: hle: kernel: k_thread: Rework dummy thread waiting.
bunnei
2022-04-11
hle: kernel: Use std::mutex instead of spin locks for most kernel locking.
bunnei
2022-04-03
k_thread: Fix data race
lat9nq
2022-03-14
core: hle: kernel: k_thread: Update to reflect tree changes.
bunnei
2022-01-21
hle: kernel: KThread: Ensure host (dummy) threads block on locking.
bunnei
2022-01-20
hle: kernel: KThread: Decrease DummyThread priority to ensure it is never sch...
bunnei
2022-01-20
hle: kernel: KThread: Rename thread_type_for_debugging -> thread_type.
bunnei
[next]