Historie revizí

Autor SHA1 Zpráva Datum
  Lioncash 71b48cb00f kernel/mutex: Replace ResultCode construction for invalid addresses with the named variant před 7 roky
  Lioncash 0cbcd6ec9a kernel: Eliminate kernel global state před 8 roky
  Lioncash bf45092c61 kernel: Move object class to its own source files před 8 roky
  bunnei ff2c1b0a94 Merge pull request #877 from lioncash/remove před 8 roky
  Lioncash 369f6e58aa kernel: Remove unused object_address_table.cpp/.h před 8 roky
  Lioncash a2304fad16 kernel: Remove unnecessary includes před 8 roky
  Lioncash 42b5158c96 mutex: Pass SharedPtr to GetHighestPriorityMutexWaitingThread() by reference před 8 roky
  Lioncash dbfe82773d thread: Convert ThreadStatus into an enum class před 8 roky
  Michael Scire 7e191dccc1 Kernel/Arbiters: Add stubs for 4.x SignalToAddress/WaitForAddres SVCs. před 8 roky
  Subv fd500d3da6 Mutex: Do not assert when the mutex waiting threads list isn't empty on mutex release. před 8 roky
  Subv 46572d027d Kernel: Implemented mutex priority inheritance. před 8 roky
  Subv 5fdfbfe25a Kernel: Remove old and unused Mutex code. před 8 roky
  Subv e81a2080eb Kernel: Corrected the implementation of svcArbitrateLock and svcArbitrateUnlock. před 8 roky
  bunnei 903beb43a8 mutex: Update hasWaiters on release. před 8 roky
  bunnei 9fcd2bf672 mutex: Remove unused call to VerifyGuestState. před 8 roky
  Subv 1bbe9309da Kernel: Properly keep track of mutex lock data in the guest memory. This fixes userland locking/unlocking. před 8 roky
  bunnei b9950cd4b0 svc: Implement svcLockMutex. před 8 roky
  bunnei b1d5db1cf6 Merge remote-tracking branch 'upstream/master' into nx před 8 roky
  Huw Pascoe a13ab958cb Fixed type conversion ambiguity před 8 roky
  Subv d3ff5b91e1 Kernel/Mutex: Propagate thread priority changes to other threads inheriting the priority via mutexes před 9 roky
  Subv b6a0355568 Kernel/Mutex: Update a mutex priority when a thread stops waiting on it. před 9 roky
  Subv 7abf185390 Kernel/Mutex: Implemented priority inheritance. před 9 roky
  Subv e6a7723f2f Kernel: Object ShouldWait and Acquire calls now take a thread as a parameter. před 9 roky
  Subv 38a90882a4 Kernel/Synch: Do not attempt a reschedule on every syscall. před 9 roky
  Yuri Kunde Schlesner 84fbbe2629 Use negative priorities to avoid special-casing the self-include před 9 roky
  Emmanuel Gil Peyrot ebdae19fd2 Remove empty newlines in #include blocks. před 9 roky
  Yuri Kunde Schlesner 396a8d91a4 Manually tweak source formatting and then re-run clang-format před 9 roky
  Emmanuel Gil Peyrot dc8479928c Sources: Run clang-format on everything. před 9 roky
  bunnei 71e8822d23 kernel: Fix svcWaitSynch to always acquire requested wait objects. před 11 roky
  bunnei 0b7d2941cf Kernel: Move reschedules from SVCs to actual mechanisms that reschedule. před 11 roky