59 Commits (07922abffc3f0c98fc47ca9f8fe340a22c8d20e0)

Author SHA1 Message Date
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
bunnei 8f4ff06c4c hle: kernel: Cleanup to match coding style. 4 years ago
bunnei f62c7091a2 hle: kernel: KThread: Migrate to updated KThreadQueue (part 2). 4 years ago
bunnei b0671c7cfa hle: kernel: KThread: Migrate to updated KThreadQueue (part 1). 4 years ago
bunnei 2f89456041 hle: kernel: KThread: Remove tracking of sync object from threads. 4 years ago
bunnei bc1399204b hle: kernel: Update KThreadQueue and migrate KSynchronizationObject. 4 years ago
bunnei 3dc803a430 core: hle: kernel: Disable dispatch count tracking on single core. 4 years ago
bunnei 04daefa488 core: hle: kernel: k_thread: Add KScopedDisableDispatch. 4 years ago
ameerj 7c4b6aab2e core: Remove unused includes 4 years ago
bunnei 0c8594b225
Revert "kernel: Various improvements to scheduler" 4 years ago
bunnei aef0ca6f0d core: hle: kernel: Disable dispatch count tracking on single core. 4 years ago
bunnei 01af2f4162 core: hle: kernel: k_thread: Add KScopedDisableDispatch. 4 years ago
Morph 12c1766997 general: Replace RESULT_SUCCESS with ResultSuccess 5 years ago
Lioncash 16ff0161b3 k_thread: Move dereference after null check in Initialize() 5 years ago
Lioncash 2f62bae9e3 kernel: Eliminate variable shadowing 5 years ago
bunnei 4b03e6e776 hle: kernel: Migrate to KHandleTable. 5 years ago
bunnei 2a7eff57a8 hle: kernel: Rename Process to KProcess. 5 years ago
bunnei bf380b8584 hle: kernel: Remove deprecated Object class. 5 years ago
bunnei 84bb772003 hle: kernel: KThread: Remove incorrect resource release. 5 years ago
bunnei c2f6f2ba7a hle: kernel: KThread: Add missing resource hint release. 5 years ago
bunnei 086db71e94 hle: kernel: Migrate KSharedMemory to KAutoObject. 5 years ago
bunnei 479bd50b96 hle: kernel: Migrate KThread to KAutoObject. 5 years ago
bunnei 47af34003b hle: kernel: KThread: Rework dummy threads & fix memory leak. 5 years ago
bunnei a5ab85ac37
Revert "core: Switch to unique_ptr for usage of Common::Fiber." 5 years ago
bunnei 51fb0a6f96 core: Switch to unique_ptr for usage of Common::Fiber. 5 years ago
bunnei 1d162f28d1 hle: kernel: Migrate MemoryLayout to KMemoryLayout. 5 years ago
Chloe 37939482fb
kernel: Unify result codes (#5890) 5 years ago
Chloe Marcec 2c6e940493 Simplify limitableresource names 5 years ago
Chloe Marcec 3be1a565f8 kernel: Rewrite resource limit to be more accurate 5 years ago