aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/kernel/k_thread.cpp
AgeCommit message (Expand)Author
2022-06-14kernel: implement KProcess suspensionLiam
2022-06-13common: Change semantics of UNREACHABLE to unconditionally crashLiam
2022-06-01core/debugger: Support reading guest thread namesLiam
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-03k_thread: Fix data racelat9nq
2022-03-19core: Reduce unused includesameerj
2022-03-14core: hle: kernel: k_process: Implement thread local storage accurately.bunnei
2022-03-14core: hle: kernel: k_thread: Ensure host Fiber is freed.bunnei
2022-01-22hle: kernel: KThread: Improve Increment/Decrement RunningThreadCount.bunnei
2022-01-21hle: kernel: KThread: Ensure host (dummy) threads block on locking.bunnei
2022-01-20hle: kernel: KThread: DummyThread can be waited, ensure wait_queue is not nul...bunnei
2022-01-20hle: kernel: KThread: Decrease DummyThread priority to ensure it is never sch...bunnei
2022-01-20hle: kernel: KThread: Ensure dummy threads never call EndWait.bunnei
2022-01-20hle: kernel: KThread: Rename thread_type_for_debugging -> thread_type.bunnei
2022-01-14core: hle: kernel: KThread: Integrate with KWorkerTask and implement DoWorker...bunnei
2022-01-14core: hle: kernel: KThread: Replace Suspend with UpdateState & various updates.bunnei
2021-12-30core: hle: kernel: Implement thread pinning.bunnei
2021-12-23 core: hle: kernel: KThread: X18 should be a cryptographically random number.bunnei
2021-12-06hle: kernel: Remove unnecessary virtual specifier on CancelWait.bunnei
2021-12-06hle: kernel: k_thread: Skip reschedule on DisableDispatch with SC.bunnei
2021-12-06hle: kernel: k_thread: Rename sleeping_queue -> wait_queue.bunnei
2021-12-06hle: kernel: k_thread: Treat dummy threads as a special type.bunnei
2021-12-06hle: kernel: Add a flag for indicating that the kernel is currently shutting ...bunnei
2021-12-06hle: kernel: Cleanup to match coding style.bunnei
2021-12-06hle: kernel: KThread: Migrate to updated KThreadQueue (part 2).bunnei
2021-12-06hle: kernel: KThread: Migrate to updated KThreadQueue (part 1).bunnei
2021-12-06hle: kernel: KThread: Remove tracking of sync object from threads.bunnei
2021-12-06hle: kernel: Update KThreadQueue and migrate KSynchronizationObject.bunnei
2021-12-06core: hle: kernel: Disable dispatch count tracking on single core.bunnei
2021-12-06core: hle: kernel: k_thread: Add KScopedDisableDispatch.bunnei
2021-11-03core: Remove unused includesameerj
2021-08-25Revert "kernel: Various improvements to scheduler"bunnei
2021-08-14core: hle: kernel: Disable dispatch count tracking on single core.bunnei
2021-08-07core: hle: kernel: k_thread: Add KScopedDisableDispatch.bunnei
2021-06-02general: Replace RESULT_SUCCESS with ResultSuccessMorph
2021-05-29k_thread: Move dereference after null check in Initialize()Lioncash
2021-05-08kernel: Eliminate variable shadowingLioncash
2021-05-05hle: kernel: Migrate to KHandleTable.bunnei
2021-05-05hle: kernel: Rename Process to KProcess.bunnei
2021-05-05hle: kernel: Remove deprecated Object class.bunnei
2021-05-05hle: kernel: KThread: Remove incorrect resource release.bunnei
2021-05-05hle: kernel: KThread: Add missing resource hint release.bunnei
2021-05-05hle: kernel: Migrate KSharedMemory to KAutoObject.bunnei
2021-05-05hle: kernel: Migrate KThread to KAutoObject.bunnei
2021-03-05hle: kernel: KThread: Rework dummy threads & fix memory leak.bunnei
2021-03-05Revert "core: Switch to unique_ptr for usage of Common::Fiber."bunnei
2021-02-27core: Switch to unique_ptr for usage of Common::Fiber.bunnei
2021-02-18hle: kernel: Migrate MemoryLayout to KMemoryLayout.bunnei
2021-02-12kernel: Unify result codes (#5890)Chloe