38 Commits (6b0b94dc2748a2ae2bf6ef60b1ce7ed97bd96385)

Author SHA1 Message Date
Liam 6b0b94dc27 kernel: convert GlobalSchedulerContext, KAddressArbiter, KScopedSchedulerLockAndSleep, KThreadQueue to new style 3 years ago
Liam dbb1312876 kernel: Ensure all uses of disable_count are balanced 4 years ago
Liam 21e2063d7d kernel: fix single-core preemption points 4 years ago
Liam 61b26b386d kernel: fix issues with single core mode 4 years ago
Liam e47bced65d kernel: use KScheduler from mesosphere 4 years ago
Liam e551960935 common/fiber: make fibers easier to use 4 years ago
Liam 61ef65ab25 cpu_manager: properly check idle on return from preemption 4 years ago
Liam 83f1ecb73b kernel: make current thread pointer thread local 4 years ago
Morph 2b87305d31 general: Convert source file copyright comments over to SPDX 4 years ago
bunnei fa26f905c8 core: hle: kernel: Ensure idle threads are closed before destroying scheduler. 4 years ago
Fernando Sahmkow 69b1cad803 SVC: Implement svcInfo:IdleTickCount 4 years ago
ameerj d7977be416 general: Update style to clang-format-12 4 years ago
bunnei 5e600cba3a Revert "kernel: Various improvements to scheduler" 4 years ago
bunnei 43fcb97ef3 core: hle: kernel: Ensure idle threads are closed before destroying scheduler. 4 years ago
Lioncash eeae5217ba core: Make variable shadowing a compile-time error 5 years ago
Lioncash e019da0487 kernel: Eliminate variable shadowing 5 years ago
bunnei 4149670ee8 fixup! hle: kernel: Rename Process to KProcess. 5 years ago
bunnei ad048de3d6 hle: kernel: Rename Process to KProcess. 5 years ago
bunnei 715978756e hle: kernel: Refactor several threads/events/sharedmemory to use slab heaps. 5 years ago
bunnei 773580b9f7 hle: kernel: Migrate idle threads. 5 years ago
Lioncash a875393fdb Amend bizarre clang-format suggestions 5 years ago
Lioncash cd6ea98890 k_scheduler: Mark KScopedSchedulerLock as [[nodiscard]] 5 years ago
bunnei 0aac780e5d hle: kernel: Migrate some code from Common::SpinLock to KSpinLock. 5 years ago
bunnei 845a217d5e Revert "core: Switch to unique_ptr for usage of Common::Fiber." 5 years ago
bunnei 3322f10f84 core: Switch to unique_ptr for usage of Common::Fiber. 5 years ago
bunnei cf3a05cf8c hle: kernel: Allocate a dummy KThread for each host thread, and use it for scheduling. 5 years ago
bunnei 0b307a12f3 hle: kernel: k_scheduler: Use atomics for current_thread, etc. 5 years ago
bunnei f34dd04d09 hle: kernel: Recode implementation of KThread to be more accurate. 5 years ago
bunnei 3d70b4a4ea core: hle: kernel: Rename Thread to KThread. 5 years ago
bunnei 99a3953705 hle: kernel: k_scheduler: Cleanup OnThreadPriorityChanged. 5 years ago
bunnei 9744afa8b1 hle: kernel: thread: Replace ThreadStatus/ThreadSchedStatus with a single ThreadState. 5 years ago
bunnei 2033f0a1a3 hle: kernel: KScheduler: Various style fixes based on code review feedback. 5 years ago
bunnei de522657dd hle: kernel: Migrate to KScopedSchedulerLock. 5 years ago
bunnei 61e017a026 hle: kernel: Separate KScopedSchedulerLockAndSleep from k_scheduler. 5 years ago
bunnei 4f16c961c9 hle: kernel: Separate KScheduler from GlobalSchedulerContext class. 5 years ago
bunnei 039844bbb9 hle: kernel: Rewrite scheduler implementation based on Mesopshere. 5 years ago
bunnei 3edaafa295 kernel: scheduler: Minor cleanup to remove duplicated code. 5 years ago
Lioncash 8d7e58562f kernel/scheduler: Mark SchedulerLock constructor as nodiscard 5 years ago
ReinUsesLisp 43e15338e2 kernel/scheduler: Use std::mutex instead of spin lock 6 years ago
Fernando Sahmkow 94a51e6b21 Core/Common: Address Feedback. 6 years ago
Fernando Sahmkow 555c4c238c Kernel: Correct Host Context on Threads and Scheduler. 6 years ago
Fernando Sahmkow 4132ba96da SingleCore: Improve Cycle timing Behavior and replace mutex in global scheduler for spinlock. 6 years ago
Fernando Sahmkow ebb640e968 CPU_Manager: Unload/Reload threads on preemption on SingleCore 6 years ago
Fernando Sahmkow 24bc1f020a Kernel: Fixes, corrections and asserts to scheduler and different svcs. 6 years ago
Fernando Sahmkow 8c30c20863 Scheduler: Release old thread fiber before trying to switch to the next thread fiber. 6 years ago
Fernando Sahmkow 47c01e68da Kernel: Corrections to Scheduling. 6 years ago
Fernando Sahmkow cd3d1798d8 General: Add Asserts 6 years ago
Fernando Sahmkow 85ca7b2bdb SVC: Correct SendSyncRequest. 6 years ago
Fernando Sahmkow 7ee76003ad General: Recover Prometheus project from harddrive failure 6 years ago
bunnei 048ac77adc core: Implement separate A32/A64 ARM interfaces. 6 years ago