Historial de Commits

Autor SHA1 Mensaje Fecha
  Fernando Sahmkow 467d43570e Clang Format. hace 6 años
  Fernando Sahmkow 203e706302 SVC: Correct ArbitrateUnlock hace 6 años
  Lioncash 555cd26ec2 core/hle/kernel: Make Mutex a per-process class. hace 7 años
  Lioncash 0cbcd6ec9a kernel: Eliminate kernel global state hace 8 años
  Lioncash bf45092c61 kernel: Move object class to its own source files hace 8 años
  Lioncash a2304fad16 kernel: Remove unnecessary includes hace 8 años
  Subv 5fdfbfe25a Kernel: Remove old and unused Mutex code. hace 8 años
  Subv e81a2080eb Kernel: Corrected the implementation of svcArbitrateLock and svcArbitrateUnlock. hace 8 años
  MerryMage e35644c005 clang-format hace 8 años
  Subv 1bbe9309da Kernel: Properly keep track of mutex lock data in the guest memory. This fixes userland locking/unlocking. hace 8 años
  bunnei b9950cd4b0 svc: Implement svcLockMutex. hace 8 años
  bunnei b1d5db1cf6 Merge remote-tracking branch 'upstream/master' into nx hace 8 años
  Yuri Kunde Schlesner 64ecf81a3c Kernel: Move WaitObject to a separate file hace 9 años
  Subv d3ff5b91e1 Kernel/Mutex: Propagate thread priority changes to other threads inheriting the priority via mutexes hace 9 años
  Subv b6a0355568 Kernel/Mutex: Update a mutex priority when a thread stops waiting on it. hace 9 años
  Subv 7abf185390 Kernel/Mutex: Implemented priority inheritance. hace 9 años
  Subv e6a7723f2f Kernel: Object ShouldWait and Acquire calls now take a thread as a parameter. hace 9 años
  Emmanuel Gil Peyrot ebdae19fd2 Remove empty newlines in #include blocks. hace 10 años
  Emmanuel Gil Peyrot dc8479928c Sources: Run clang-format on everything. hace 10 años
  Lioncash d3efa637b4 General: Fix up doxygen comments hace 11 años
  bunnei 1b0bf00cbc Mutex: Locks should be recursive. hace 11 años
  Yuri Kunde Schlesner 88a4a808c6 Kernel: Stop creating useless Handles during object creation hace 11 años
  Yuri Kunde Schlesner 52f58e64ef Kernel: Make WaitObjects share ownership of Threads waiting on them hace 11 años
  Yuri Kunde Schlesner 7725256f64 Explicitly instantiate constructors/destructors for Kernel objects hace 11 años
  Yuri Kunde Schlesner d917a9bf77 Kernel: Mark all appropriate kernel objects as "final" hace 11 años
  Yuri Kunde Schlesner 882b6fed75 Kernel: Convert Mutex to not use Handles hace 11 años
  bunnei 2f3020a102 Mutex: Cleanup and remove redundant code. hace 11 años
  purpasmart96 ebfd831ccb License change hace 11 años
  Subv 64128aa61a Mutex: Release all held mutexes when a thread exits. hace 11 años
  Yuri Kunde Schlesner 22c86824a4 Remove duplicated docs/update them for changed parameters. hace 11 años