90 Commits (92c89312fcfe75d030de9e7bced94bc70dcba00b)

Author SHA1 Message Date
Liam 1776448df2 kernel: add timer pointer to KThreadQueue 3 years ago
Liam 484641003c kernel: clone fpu status on CreateThread 3 years ago
Liam 97f7f7bad5 kernel: be more careful about kernel address keys 3 years ago
Liam c4ba088a5d kernel: refactor priority inheritance to represent locks as C++ objects 3 years ago
Liam a936972614 service: refactor server architecture 3 years ago
Liam 4363ca304a kernel: use GetCurrentProcess 3 years ago
Liam 693cad8e9b kernel: split SetAddressKey into user and kernel variants 3 years ago
Liam 5086380a63 kernel: fix incorrect locking order in suspension 3 years ago
Liam 4eece4d35d kernel/svc_types: refresh 3 years ago
Liam e6fe40428c service_thread: register service threads to the logical owner process 3 years ago
Liam eec3184bb0 k_thread: fix single core 3 years ago
Liam 1a378a7769 kernel: refactor dummy thread wakeups 3 years ago
bunnei 829e82e264 core: hle: kernel: Use result macros for new/changed code. 3 years ago
bunnei 57a77e9ff4 core: hle: kernel: k_thread: Implement thread termination DPC. 3 years ago
Liam a9a83fa726 kernel: Ensure all uses of disable_count are balanced 4 years ago
Liam 77137583cd kernel: be more careful about initialization path for HLE threads 4 years ago
Liam da07e13e07 kernel: fix single-core preemption points 4 years ago
Liam 21945ae127 kernel: fix issues with single core mode 4 years ago
Liam 0624c880bd kernel: use KScheduler from mesosphere 4 years ago
Liam 1611c53c12 kernel: fix usage of waiter_list in Finalize 4 years ago
Liam ed0319cfed common/fiber: make fibers easier to use 4 years ago
german77 a7d9be1384 core: Replace all instances of ResultCode with Result 4 years ago
Liam 075155022e kernel: clean up waiting implementation 4 years ago
Liam 2c56e94702 kernel: make current thread pointer thread local 4 years ago
Liam 24d7aaf43c kernel: wait for threads to stop on pause 4 years ago
Liam 744a208763 kernel: fix some uses of disable_count 4 years ago
Liam 888f499188 kernel: implement KProcess suspension 4 years ago
Liam 084d7d6b01 common: Change semantics of UNREACHABLE to unconditionally crash 4 years ago
Liam 07922abffc core/debugger: Support reading guest thread names 4 years ago
Morph 99ceb03a1c general: Convert source file copyright comments over to SPDX 4 years ago
bunnei 3f0b93925f core: hle: kernel: k_thread: Rework dummy thread waiting. 4 years ago
lat9nq 6bcbbb29e7 k_thread: Fix data race 4 years ago
ameerj ade596121b core: Reduce unused includes 4 years ago
bunnei 813b2ef253 core: hle: kernel: k_process: Implement thread local storage accurately. 4 years ago
bunnei 4a28d8cebb core: hle: kernel: k_thread: Ensure host Fiber is freed. 4 years ago
bunnei 59add00d4a hle: kernel: KThread: Improve Increment/Decrement RunningThreadCount. 4 years ago
bunnei 615fb40416 hle: kernel: KThread: Ensure host (dummy) threads block on locking. 4 years ago
bunnei 91ff6d4cb3 hle: kernel: KThread: DummyThread can be waited, ensure wait_queue is not nullptr. 4 years ago
bunnei 46a620f9d7 hle: kernel: KThread: Decrease DummyThread priority to ensure it is never scheduled. 4 years ago
bunnei 5ffec69dc7 hle: kernel: KThread: Ensure dummy threads never call EndWait. 4 years ago
bunnei f6cbb14dce hle: kernel: KThread: Rename thread_type_for_debugging -> thread_type. 4 years ago
bunnei f499c8177e core: hle: kernel: KThread: Integrate with KWorkerTask and implement DoWorkerTaskImpl. 4 years ago
bunnei 03884b7ea6 core: hle: kernel: KThread: Replace Suspend with UpdateState & various updates. 4 years ago
bunnei 3a89723d97 core: hle: kernel: Implement thread pinning. 4 years ago
bunnei a0c7d93b84 core: hle: kernel: KThread: X18 should be a cryptographically random number. 4 years ago
bunnei 0d1bdfc1d4 hle: kernel: Remove unnecessary virtual specifier on CancelWait. 4 years ago
bunnei a2384a18fa hle: kernel: k_thread: Skip reschedule on DisableDispatch with SC. 4 years ago
bunnei 42697527ba hle: kernel: k_thread: Rename sleeping_queue -> wait_queue. 4 years ago
bunnei 0d9afdedc4 hle: kernel: k_thread: Treat dummy threads as a special type. 4 years ago
bunnei abbea575cf hle: kernel: Add a flag for indicating that the kernel is currently shutting down. 4 years ago