コミット履歴

作者 SHA1 メッセージ 日付
  bunnei 03dfc8d8e7 hle: kernel: thread: Preserve thread wait reason for debugging only. 5 年 前
  bunnei 912dd50146 core: hle: Integrate new KConditionVariable and KAddressArbiter implementations. 5 年 前
  bunnei c3c43e32fc hle: kernel: thread: Replace ThreadStatus/ThreadSchedStatus with a single ThreadState. 5 年 前
  bunnei 35c3c078e3 core: hle: kernel: Update KSynchronizationObject. 5 年 前
  bunnei ccce6cb3be hle: kernel: Migrate to KScopedSchedulerLock. 5 年 前
  bunnei 4756cb203e hle: kernel: Separate KScopedSchedulerLockAndSleep from k_scheduler. 5 年 前
  bunnei 9e29e36a78 hle: kernel: Rewrite scheduler implementation based on Mesopshere. 5 年 前
  bunnei e18ee8d681 hle: kernel: Port KAffinityMask from Mesosphere. 5 年 前
  bunnei c2ad1243ba hle: kernel: thread: Remove unused "Running" state. 5 年 前
  bunnei 7b642c7781 hle: kernel: multicore: Replace n-JITs impl. with 4 JITs. 5 年 前
  Lioncash fc6db97a09 core: Remove usage of unicorn 5 年 前
  bunnei 3d592972dc Revert "core: Fix clang build" 5 年 前
  Lioncash be1954e04c core: Fix clang build 5 年 前
  Lioncash f0125b2be8 cpu_manager: Mark function getters as static 6 年 前
  Lioncash 4ad69ca96e kernel/thread: Remove global GetCurrentThread() 6 年 前
  Fernando Sahmkow d240143588 Kernel: Correct Host Context on Threads and Scheduler. 6 年 前
  Fernando Sahmkow 48fa3b7a0f General: Cleanup legacy code. 6 年 前
  Fernando Sahmkow f5e32935ca SingleCore: Use Cycle Timing instead of Host Timing. 6 年 前
  Fernando Sahmkow 5974e3ea33 Thread: Release the ARM Interface on exitting. 6 年 前
  Fernando Sahmkow 1567824d2d General: Move ARM_Interface into Threads. 6 年 前
  Fernando Sahmkow e6f8bde74b General: Fix Stop function 6 年 前
  Fernando Sahmkow d494b074e8 Kernel: Preempt Single core on redudant yields. 6 年 前
  Fernando Sahmkow 391f5f360d Scheduler: Set last running time on thread. 6 年 前
  Fernando Sahmkow cd1c38be8d ARM/Memory: Correct Exclusive Monitor and Implement Exclusive Memory Writes. 6 年 前
  Fernando Sahmkow 83c7ba1ef7 SVC: Correct SetThreadActivity. 6 年 前
  Fernando Sahmkow a66c61ca2d SCC: Small corrections to CancelSynchronization 6 年 前
  Fernando Sahmkow b4dc01f16a Kernel: Correct Signal on Thread Death and Setup Sync Objects on Thread for Debugging 6 年 前
  Fernando Sahmkow 75e10578f1 Core: Correct HLE Event Callbacks and other issues. 6 年 前
  Fernando Sahmkow d4ebb510a0 SVC: Correct WaitSynchronization, WaitProcessWideKey, SignalProcessWideKey. 6 年 前
  Fernando Sahmkow 15a79eb0d7 SVC: Correct SendSyncRequest. 6 年 前