| Commit message (Expand) | Author | Age | Files | Lines |
* | SVC: Correct ArbitrateUnlock | Fernando Sahmkow | 2020-06-27 | 1 | -32/+33 |
* | SVC: Correct SignalEvent, ClearEvent, ResetSignal, WaitSynchronization, CancelSynchronization, ArbitrateLock | Fernando Sahmkow | 2020-06-27 | 1 | -26/+39 |
* | kernel: Don't fail silently | David Marcec | 2020-04-29 | 1 | -0/+5 |
* | kernel: Remove unnecessary includes | Lioncash | 2019-12-08 | 1 | -0/+1 |
* | core/memory: Migrate over Write{8, 16, 32, 64, Block} to the Memory class | Lioncash | 2019-11-27 | 1 | -2/+2 |
* | core/memory: Migrate over Read{8, 16, 32, 64, Block} to the Memory class | Lioncash | 2019-11-27 | 1 | -1/+1 |
* | kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel objects. (#3154) | bunnei | 2019-11-25 | 1 | -10/+12 |
* | Kernel: Correct Results in Condition Variables and Mutexes | Fernando Sahmkow | 2019-10-15 | 1 | -0/+1 |
* | Kernel: Style and Corrections | Fernando Sahmkow | 2019-10-15 | 1 | -1/+1 |
* | Add PrepareReschedule where required. | Fernando Sahmkow | 2019-10-15 | 1 | -0/+2 |
* | core/hle/kernel/mutex: Remove usages of global system accessors | Lioncash | 2019-03-15 | 1 | -11/+15 |
* | core/hle/kernel: Make Mutex a per-process class. | Lioncash | 2019-03-15 | 1 | -2/+7 |
* | general: Remove unused boost inclusions where applicable | Lioncash | 2018-10-30 | 1 | -2/+0 |
* | kernel/mutex: Amend behavior of TransferMutexOwnership() | Lioncash | 2018-10-06 | 1 | -1/+1 |
* | kernel/thread: Make all instance variables private | Lioncash | 2018-10-04 | 1 | -17/+17 |
* | arm_interface: Replace kernel vm_manager include with a forward declaration | Lioncash | 2018-09-21 | 1 | -0/+1 |
* | kernel/mutex: Replace ResultCode construction for invalid addresses with the named variant | Lioncash | 2018-09-18 | 1 | -2/+2 |
* | kernel: Eliminate kernel global state | Lioncash | 2018-08-29 | 1 | -3/+3 |
* | kernel: Move object class to its own source files | Lioncash | 2018-08-02 | 1 | -1/+1 |
* | Merge pull request #877 from lioncash/remove | bunnei | 2018-08-01 | 1 | -1/+0 |
|\ |
|
| * | kernel: Remove unused object_address_table.cpp/.h | Lioncash | 2018-07-31 | 1 | -1/+0 |
* | | kernel: Remove unnecessary includes | Lioncash | 2018-07-31 | 1 | -0/+4 |
|/ |
|
* | mutex: Pass SharedPtr to GetHighestPriorityMutexWaitingThread() by reference | Lioncash | 2018-07-24 | 1 | -1/+1 |
* | thread: Convert ThreadStatus into an enum class | Lioncash | 2018-07-20 | 1 | -3/+3 |
* | Kernel/Arbiters: Add stubs for 4.x SignalToAddress/WaitForAddres SVCs. | Michael Scire | 2018-06-21 | 1 | -2/+2 |
* | Mutex: Do not assert when the mutex waiting threads list isn't empty on mutex release. | Subv | 2018-05-20 | 1 | -1/+0 |
* | Kernel: Implemented mutex priority inheritance. | Subv | 2018-04-23 | 1 | -8/+31 |
* | Kernel: Remove old and unused Mutex code. | Subv | 2018-04-21 | 1 | -120/+0 |
* | Kernel: Corrected the implementation of svcArbitrateLock and svcArbitrateUnlock. | Subv | 2018-04-21 | 1 | -0/+94 |
* | mutex: Update hasWaiters on release. | bunnei | 2018-02-06 | 1 | -0/+1 |
* | mutex: Remove unused call to VerifyGuestState. | bunnei | 2018-01-09 | 1 | -3/+0 |
* | Kernel: Properly keep track of mutex lock data in the guest memory. This fixes userland locking/unlocking. | Subv | 2018-01-09 | 1 | -54/+43 |
* | svc: Implement svcLockMutex. | bunnei | 2018-01-01 | 1 | -18/+63 |
* | Merge remote-tracking branch 'upstream/master' into nx | bunnei | 2017-10-10 | 1 | -2/+3 |
|\ |
|
| * | Fixed type conversion ambiguity | Huw Pascoe | 2017-09-30 | 1 | -1/+1 |
|/ |
|
* | Kernel/Mutex: Propagate thread priority changes to other threads inheriting the priority via mutexes | Subv | 2017-01-04 | 1 | -38/+22 |
* | Kernel/Mutex: Update a mutex priority when a thread stops waiting on it. | Subv | 2017-01-04 | 1 | -13/+22 |
* | Kernel/Mutex: Implemented priority inheritance. | Subv | 2017-01-04 | 1 | -13/+45 |
* | Kernel: Object ShouldWait and Acquire calls now take a thread as a parameter. | Subv | 2017-01-04 | 1 | -18/+6 |
* | Kernel/Synch: Do not attempt a reschedule on every syscall. | Subv | 2017-01-04 | 1 | -0/+1 |
* | Use negative priorities to avoid special-casing the self-include | Yuri Kunde Schlesner | 2016-09-21 | 1 | -1/+1 |
* | Remove empty newlines in #include blocks. | Emmanuel Gil Peyrot | 2016-09-21 | 1 | -4/+1 |
* | Manually tweak source formatting and then re-run clang-format | Yuri Kunde Schlesner | 2016-09-19 | 1 | -4/+2 |
* | Sources: Run clang-format on everything. | Emmanuel Gil Peyrot | 2016-09-18 | 1 | -2/+4 |
* | kernel: Fix svcWaitSynch to always acquire requested wait objects. | bunnei | 2015-06-17 | 1 | -8/+1 |
* | Kernel: Move reschedules from SVCs to actual mechanisms that reschedule. | bunnei | 2015-05-21 | 1 | -0/+2 |
* | Common: Remove common.h | Yuri Kunde Schlesner | 2015-05-07 | 1 | -1/+1 |
* | Kernel: Implemented priority inheritance for mutexes. | bunnei | 2015-04-10 | 1 | -1/+9 |
* | Asserts: break/crash program, fit to style guide; log.h->assert.h | archshift | 2015-02-11 | 1 | -1/+1 |
* | Mutex: Locks should be recursive. | bunnei | 2015-02-10 | 1 | -14/+19 |
* | Kernel: Stop creating useless Handles during object creation | Yuri Kunde Schlesner | 2015-02-02 | 1 | -4/+2 |
* | Kernel: Make WaitObjects share ownership of Threads waiting on them | Yuri Kunde Schlesner | 2015-02-02 | 1 | -2/+2 |
* | Explicitly instantiate constructors/destructors for Kernel objects | Yuri Kunde Schlesner | 2015-02-02 | 1 | -0/+3 |
* | Mutex: Replace g_mutex_held_locks with a set inside Thread | Yuri Kunde Schlesner | 2015-02-02 | 1 | -21/+7 |
* | Kernel: Convert Mutex to not use Handles | Yuri Kunde Schlesner | 2015-01-30 | 1 | -88/+43 |
* | Kernel: Remove useless/duplicated comments; mark functions static | Yuri Kunde Schlesner | 2015-01-30 | 1 | -14/+4 |
* | Mutex: Cleanup and remove redundant code. | bunnei | 2015-01-22 | 1 | -45/+27 |
* | Kernel: Renamed some functions for clarity. | bunnei | 2015-01-22 | 1 | -1/+1 |
* | Kernel: Changed "ShouldWait" to return bool and "Acquire" to return void. | bunnei | 2015-01-22 | 1 | -15/+9 |
* | WaitObject: Renamed "Wait" to "ShouldWait", made "ShouldWait" and "Acquire" pure virtual. | bunnei | 2015-01-22 | 1 | -2/+2 |
* | Mutex: Fix a bug where the thread should not wait if it already has the mutex. | bunnei | 2015-01-22 | 1 | -1/+4 |
* | Kernel: Get rid of WaitTypes and simplify lots of code, removing hacks. | bunnei | 2015-01-22 | 1 | -7/+2 |
* | WaitSynchronizationN: Refactor to fix several bugs | bunnei | 2015-01-22 | 1 | -4/+4 |
* | Kernel: Separate WaitSynchronization into Wait and Acquire methods. | bunnei | 2015-01-22 | 1 | -5/+14 |
* | WaitSynchronizationN: Implement return values | bunnei | 2015-01-22 | 1 | -4/+4 |
* | Kernel: Added WaitObject and changed "waitable" objects inherit from it. | bunnei | 2015-01-22 | 1 | -23/+6 |
* | Kernel: Start using boost::intrusive_ptr for lifetime management | Yuri Kunde Schlesner | 2015-01-09 | 1 | -3/+3 |
* | Thread: Reduce use of Handles and move some funcs to inside the class. | Yuri Kunde Schlesner | 2015-01-09 | 1 | -6/+13 |
* | Mutex: Add the calling thread to the waiting list when needed | Subv | 2015-01-04 | 1 | -2/+2 |
* | Kernel: New handle manager | Yuri Kunde Schlesner | 2014-12-28 | 1 | -2/+3 |
* | Kernel: Replace GetStaticHandleType by HANDLE_TYPE constants | Yuri Kunde Schlesner | 2014-12-28 | 1 | -2/+2 |
* | Rename ObjectPool to HandleTable | Yuri Kunde Schlesner | 2014-12-28 | 1 | -3/+3 |
* | License change | purpasmart96 | 2014-12-21 | 1 | -1/+1 |
* | Mutex: Remove some forward declarations | Subv | 2014-12-07 | 1 | -16/+15 |
* | Mutex: Release all held mutexes when a thread exits. | Subv | 2014-12-07 | 1 | -22/+46 |
* | Mutex: Properly lock the mutex when a thread enters it | Subv | 2014-12-06 | 1 | -12/+9 |
* | Mutex: Changed behavior to always release mutex for all threads. | bunnei | 2014-11-26 | 1 | -8/+7 |
* | Remove duplicated docs/update them for changed parameters. | Yuri Kunde Schlesner | 2014-11-24 | 1 | -10/+0 |
* | HLE: Revamp error handling throrough the HLE code | Yuri Kunde Schlesner | 2014-11-24 | 1 | -12/+13 |
* | Remove trailing spaces in every file but the ones imported from SkyEye, AOSP or generated | Emmanuel Gil Peyrot | 2014-11-19 | 1 | -2/+2 |
* | Add `override` keyword through the code. | Yuri Kunde Schlesner | 2014-10-26 | 1 | -5/+5 |
* | Core: Alter the kernel string functions to use std::string instead of const char*. | Lioncash | 2014-08-18 | 1 | -2/+2 |
* | Kernel: Updated Event and Mutex to specify handle that they are blocking for. | bunnei | 2014-08-06 | 1 | -1/+1 |
* | HLE: Updated all uses of NULL to nullptr (to be C++11 compliant) | bunnei | 2014-06-13 | 1 | -1/+1 |
* | Kernel: Updated various kernel function "name" arguments to be const references. | bunnei | 2014-06-13 | 1 | -2/+2 |
* | HLE: Updated various handle debug assertions to be more clear. | bunnei | 2014-06-13 | 1 | -1/+1 |
* | Mutex: Moved ReleaseMutex iterator declaration to be inside while loop. | bunnei | 2014-06-13 | 1 | -2/+1 |
* | Kernel: Updated several member functions to be const | bunnei | 2014-06-13 | 1 | -3/+3 |
* | Kernel: Added real support for thread and event blocking | bunnei | 2014-06-13 | 1 | -0/+5 |
* | svc: added optional name field to Event and Mutex (used for debugging) | bunnei | 2014-06-03 | 1 | -3/+9 |
* | mutex: fixed typo in ReleaseMutex | bunnei | 2014-05-30 | 1 | -1/+3 |
* | mutex: added preliminary SyncRequest/WaitSynchronization, added some comments/assertions | bunnei | 2014-05-28 | 1 | -0/+6 |
* | kernel: added WaitSynchronization method to Kernel::Object | bunnei | 2014-05-27 | 1 | -0/+11 |
* | kernel: updated SyncRequest to take boolean thread wait result as a parameter | bunnei | 2014-05-27 | 1 | -2/+6 |
* | kernel: add a SyncRequest method to KernelObject for use with svcSendSyncRequest | bunnei | 2014-05-27 | 1 | -0/+5 |
* | kernel: refactored function naming to remove "__" prefix | bunnei | 2014-05-23 | 1 | -14/+14 |
* | mutex: refactored the interface to code to return a Mutex* handle | bunnei | 2014-05-21 | 1 | -2/+12 |
* | mutex: initial commit of HLE module | bunnei | 2014-05-21 | 1 | -0/+122 |