summaryrefslogtreecommitdiff
path: root/src/core/hle/kernel/k_thread.h
AgeCommit message (Expand)Author
2025-02-09Revert "Replace yuzu identifiers with citron"Zephyron
2025-02-09Replace yuzu identifiers with citronZephyron
2025-01-14Revert incorrect copyright attribution for non-contributed filesZephyron
2024-12-31chore: update project references and add Citron copyrightZephyron
2024-02-14kernel: add and enable system suspend typeLiam
2023-12-22kernel: instantiate memory separately for each guest processLiam
2023-12-07kernel: implement light IPCLiam
2023-12-04core: refactor emulated cpu core activationLiam
2023-11-25arm: Implement native code execution backendLiam
2023-10-21kernel: update KProcessLiam
2023-07-01kernel: SynchronizeMorph
2023-06-22Remove memory allocations in some hot pathsKelebek1
2023-06-17k_thread: Use a mutex and cond_var to sync boollat9nq
2023-04-29kernel: remove general boost listsLiam
2023-03-23memory: rename global memory references to application memoryLiam
2023-03-22kernel: use KTypedAddress for addressesLiam
2023-03-12kernel: convert KThread to new styleLiam
2023-03-12kernel: remove kernel_Liam
2023-03-12kernel: convert KPort, KSessionLiam
2023-03-07kernel: clone fpu status on CreateThreadLiam
2023-03-01kernel: be more careful about kernel address keysLiam
2023-03-01kernel: refactor priority inheritance to represent locks as C++ objectsLiam
2023-02-21service: refactor server architectureLiam
2023-02-13kernel: use GetCurrentProcessLiam
2023-01-29Move to Clang Format 15Levi Behunin
2023-01-23kernel: split SetAddressKey into user and kernel variantsLiam
2023-01-23kernel: fix incorrect locking order in suspensionLiam
2022-12-18kernel: remove TimeManagerLiam
2022-12-18kernel: add KHardwareTimerLiam
2022-12-05kernel/thread: Ensure stack_top and argument are always initializedLioncash
2022-11-04service_thread: register service threads to the logical owner processLiam
2022-10-24kernel: refactor dummy thread wakeupsLiam
2022-10-18core: hle: kernel: k_thread: Implement thread termination DPC.bunnei
2022-07-14kernel: fix single-core preemption pointsLiam
2022-07-14kernel: fix issues with single core modeLiam
2022-07-14kernel: use KScheduler from mesosphereLiam
2022-07-02common/fiber: make fibers easier to useLiam
2022-06-26core: Replace all instances of ResultCode with Resultgerman77
2022-06-23kernel: make current thread pointer thread localLiam
2022-06-18kernel: wait for threads to stop on pauseLiam
2022-06-01core/debugger: Support reading guest thread namesLiam
2022-06-01core/debugger: Improved stepping mechanism and misc fixesLiam
2022-04-23general: Convert source file copyright comments over to SPDXMorph
2022-04-11core: hle: kernel: k_thread: Rework dummy thread waiting.bunnei
2022-04-11hle: kernel: Use std::mutex instead of spin locks for most kernel locking.bunnei
2022-04-03k_thread: Fix data racelat9nq
2022-03-14core: hle: kernel: k_thread: Update to reflect tree changes.bunnei
2022-01-21hle: kernel: KThread: Ensure host (dummy) threads block on locking.bunnei
2022-01-20hle: kernel: KThread: Decrease DummyThread priority to ensure it is never sch...bunnei
2022-01-20hle: kernel: KThread: Rename thread_type_for_debugging -> thread_type.bunnei