| Commit message (Expand) | Author | Age | Files | Lines |
* | hle: Remove Domain and SyncObject kernel objects. | bunnei | 2018-01-25 | 1 | -16/+0 |
* | clang-format | MerryMage | 2018-01-16 | 1 | -1/+0 |
* | kernel: Increase default stack size to 64K. | bunnei | 2018-01-14 | 1 | -1/+1 |
* | kernel: Rename Semaphore to ConditionVariable. | bunnei | 2018-01-09 | 1 | -2/+2 |
* | kernel: Add basic support for Domain object. | bunnei | 2017-12-29 | 1 | -0/+17 |
* | Merge pull request #2839 from Subv/global_kernel_lock | James Rowe | 2017-08-24 | 1 | -1/+1 |
|\ |
|
| * | Kernel/HLE: Use a mutex to synchronize access to the HLE kernel state between the cpu thread and any other possible threads that might touch the kernel (network thread, etc). | Subv | 2017-08-22 | 1 | -1/+1 |
* | | Warnings: Add UNREACHABLE macros to switches that contemplate all possible values. | Subv | 2017-08-21 | 1 | -0/+3 |
|/ |
|
* | Kernel: Move HandleTable to a separate file | Yuri Kunde Schlesner | 2017-05-30 | 1 | -115/+1 |
* | Kernel: Move WaitObject to a separate file | Yuri Kunde Schlesner | 2017-05-30 | 1 | -53/+0 |
* | Kernel: Removed HandleTable::GetWaitObject | Yuri Kunde Schlesner | 2017-05-30 | 1 | -9/+0 |
* | Kernel: Extract dynamic Object pointer cast into its own function | Yuri Kunde Schlesner | 2017-05-29 | 1 | -11/+24 |
* | Kernel: Centralize error definitions in errors.h | Yuri Kunde Schlesner | 2017-05-25 | 1 | -7/+0 |
* | Merge pull request #2397 from Subv/pulse | bunnei | 2017-01-10 | 1 | -1/+1 |
|\ |
|
| * | Kernel: Implemented Pulse event and timers. | Subv | 2017-01-05 | 1 | -1/+1 |
* | | Kernel/Mutex: Update a mutex priority when a thread stops waiting on it. | Subv | 2017-01-04 | 1 | -1/+1 |
* | | Kernel/Mutex: Implemented priority inheritance. | Subv | 2017-01-04 | 1 | -1/+1 |
* | | Kernel: Object ShouldWait and Acquire calls now take a thread as a parameter. | Subv | 2017-01-04 | 1 | -4/+5 |
|/ |
|
* | core: Remove HLE module, consolidate code & various cleanups. | bunnei | 2016-12-22 | 1 | -1/+2 |
* | Merge pull request #2260 from Subv/scheduling | bunnei | 2016-12-16 | 1 | -1/+7 |
|\ |
|
| * | WaitSynch: Removed unused variables and reduced SharedPtr copies. | Subv | 2016-12-09 | 1 | -1/+4 |
| * | Threading: Reworked the way our scheduler works. | Subv | 2016-12-04 | 1 | -0/+3 |
* | | Kernel: Remove the Redirection handle type. | Subv | 2016-12-05 | 1 | -2/+0 |
* | | Fixed the rebase mistakes. | Subv | 2016-12-01 | 1 | -18/+16 |
* | | fixup! Kernel/IPC: Use Ports and Sessions as the fundamental building block of Inter Process Communication. | Subv | 2016-12-01 | 1 | -2/+3 |
* | | Kernel/IPC: Use Ports and Sessions as the fundamental building block of Inter Process Communication. | Subv | 2016-12-01 | 1 | -17/+19 |
|/ |
|
* | Kernel/Loader: Grab the system mode from the NCCH ExHeader. | Subv | 2016-11-20 | 1 | -2/+2 |
* | move ResetType to kernel.h | wwylele | 2016-09-22 | 1 | -0/+6 |
* | implement wait tree widget | wwylele | 2016-09-22 | 1 | -0/+3 |
* | 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 | -2/+1 |
* | Sources: Run clang-format on everything. | Emmanuel Gil Peyrot | 2016-09-18 | 1 | -28/+38 |
* | Kernel/SVC: Implemented svcCreatePort. | Subv | 2016-06-11 | 1 | -1/+2 |
* | Kernel: Added ClientPort and ServerPort classes. | Subv | 2016-06-05 | 1 | -2/+4 |
* | Kernel: Add CodeSet case to Object::IsWaitable | Yuri Kunde Schlesner | 2015-07-12 | 1 | -0/+1 |
* | Core: Properly configure address space when loading a binary | Yuri Kunde Schlesner | 2015-07-12 | 1 | -0/+1 |
* | Common: Cleanup key_map includes. | Emmanuel Gil Peyrot | 2015-06-28 | 1 | -4/+3 |
* | kernel: Fix svcWaitSynch to always acquire requested wait objects. | bunnei | 2015-06-17 | 1 | -6/+0 |
* | Kernel: Fix a warning introduced with ResourceLimit, and remove the fallback code to prevent it from happening again. | Emmanuel Gil Peyrot | 2015-05-21 | 1 | -2/+1 |
* | Core/ResourceLimits: Implemented the basic structure of ResourceLimits. | Subv | 2015-05-15 | 1 | -1/+2 |
* | Kernel: Remove g_program_id | Yuri Kunde Schlesner | 2015-05-09 | 1 | -6/+0 |
* | Kernel: Introduce skeleton Process class to hold process data | Yuri Kunde Schlesner | 2015-05-09 | 1 | -7/+3 |
* | Common: Remove common.h | Yuri Kunde Schlesner | 2015-05-07 | 1 | -1/+2 |
* | Move typedefs from kernel.h to more appropriate places | Yuri Kunde Schlesner | 2015-05-07 | 1 | -10/+1 |
* | Kernel: Properly initialize and shutdown all modules. | bunnei | 2015-05-02 | 1 | -2/+3 |
* | Build: Fixed some warnings | Subv | 2015-02-12 | 1 | -1/+1 |
* | Kernel: Make WaitObjects share ownership of Threads waiting on them | Yuri Kunde Schlesner | 2015-02-02 | 1 | -5/+5 |
* | Kernel: Remove Object::GetHandle (it's not used anymore :D) | Yuri Kunde Schlesner | 2015-02-02 | 1 | -5/+0 |
* | Kernel: Introduce unique Object ids for debugging | Yuri Kunde Schlesner | 2015-02-02 | 1 | -0/+6 |
* | Remove result.h InvalidHandle | Yuri Kunde Schlesner | 2015-01-30 | 1 | -1/+2 |
* | Move VAddr/PAddr typedefs to kernel.h | Yuri Kunde Schlesner | 2015-01-30 | 1 | -0/+5 |
* | Kernel: Renamed some functions for clarity. | bunnei | 2015-01-22 | 1 | -4/+4 |
* | Kernel: Changed "ShouldWait" to return bool and "Acquire" to return void. | bunnei | 2015-01-22 | 1 | -6/+3 |
* | WaitObject: Renamed "Wait" to "ShouldWait", made "ShouldWait" and "Acquire" pure virtual. | bunnei | 2015-01-22 | 1 | -10/+4 |
* | Session: Change to a WaitObject. | bunnei | 2015-01-22 | 1 | -0/+1 |
* | Kernel: Moved Wait and Acquire to WaitObject, added way to retrieve a WaitObject safely. | bunnei | 2015-01-22 | 1 | -16/+55 |
* | Kernel: Get rid of WaitTypes and simplify lots of code, removing hacks. | bunnei | 2015-01-22 | 1 | -3/+2 |
* | WaitSynchronizationN: Refactor to fix several bugs | bunnei | 2015-01-22 | 1 | -6/+6 |
* | Kernel: Separate WaitSynchronization into Wait and Acquire methods. | bunnei | 2015-01-22 | 1 | -2/+11 |
* | WaitSynchronizationN: Implement return values | bunnei | 2015-01-22 | 1 | -3/+4 |
* | WaitObject: Added RemoveWaitingThread, fixed a bug, and cleanup. | bunnei | 2015-01-22 | 1 | -1/+7 |
* | Kernel: Added WaitObject and changed "waitable" objects inherit from it. | bunnei | 2015-01-22 | 1 | -0/+25 |
* | Kernel: Start using boost::intrusive_ptr for lifetime management | Yuri Kunde Schlesner | 2015-01-09 | 1 | -8/+13 |
* | Kernel: Don't re-assign object's handle when duplicating one | Yuri Kunde Schlesner | 2015-01-09 | 1 | -1/+1 |
* | Thread: Reduce use of Handles and move some funcs to inside the class. | Yuri Kunde Schlesner | 2015-01-09 | 1 | -1/+3 |
* | SVC: Implemented the Timer service calls. | Subv | 2015-01-09 | 1 | -0/+1 |
* | Kernel: New handle manager | Yuri Kunde Schlesner | 2014-12-28 | 1 | -81/+109 |
* | Kernel: Replace GetStaticHandleType by HANDLE_TYPE constants | Yuri Kunde Schlesner | 2014-12-28 | 1 | -1/+1 |
* | Rename ObjectPool to HandleTable | Yuri Kunde Schlesner | 2014-12-28 | 1 | -6/+6 |
* | Merge pull request #291 from purpasmart96/license | bunnei | 2014-12-21 | 1 | -1/+1 |
|\ |
|
| * | License change | purpasmart96 | 2014-12-21 | 1 | -1/+1 |
* | | Merge pull request #316 from yuriks/thread-handle | bunnei | 2014-12-20 | 1 | -0/+12 |
|\ \
| |/
|/| |
|
| * | Kernel: Implement support for current thread pseudo-handle | Yuri Kunde Schlesner | 2014-12-20 | 1 | -0/+12 |
* | | Filesystem/Archives: Implemented the SaveData archive | Subv | 2014-12-18 | 1 | -0/+6 |
|/ |
|
* | Remove SyncRequest from K::Object and create a new K::Session type | Yuri Kunde Schlesner | 2014-12-15 | 1 | -14/+2 |
* | kernel: Remove unused log arguments | Lioncash | 2014-12-13 | 1 | -3/+3 |
* | Convert old logging calls to new logging macros | Yuri Kunde Schlesner | 2014-12-13 | 1 | -7/+10 |
* | kernel: Make some functions const | Lioncash | 2014-12-04 | 1 | -2/+2 |
* | HLE: Revamp error handling throrough the HLE code | Yuri Kunde Schlesner | 2014-11-24 | 1 | -27/+17 |
* | Remove trailing spaces in every file but the ones imported from SkyEye, AOSP or generated | Emmanuel Gil Peyrot | 2014-11-19 | 1 | -5/+5 |
* | Remove extraneous semicolons | Lioncash | 2014-11-18 | 1 | -1/+1 |
* | Kernel: Add a Directory object and a getter for it from an Archive object. | Emmanuel Gil Peyrot | 2014-09-17 | 1 | -0/+1 |
* | Core: Use std::array for managing kernel object space | Lioncash | 2014-08-19 | 1 | -3/+4 |
* | Core: Alter the kernel string functions to use std::string instead of const char*. | Lioncash | 2014-08-18 | 1 | -3/+3 |
* | Kernel: Added preliminary support for address arbiters. | bunnei | 2014-07-09 | 1 | -1/+1 |
* | Kernel: Added stubbed code to support creation of kernel Archive objects. | bunnei | 2014-06-27 | 1 | -0/+1 |
* | Kernel: Added freeing of kernel objects on emulator shutdown. | bunnei | 2014-06-13 | 1 | -0/+6 |
* | Kernel: Updated several member functions to be const | bunnei | 2014-06-13 | 1 | -2/+2 |
* | Kernel: Made SyncRequest not pure virtual, with a default implementation of error (as this is not required for all kernel objects) | bunnei | 2014-06-13 | 1 | -2/+4 |
* | kernel: moved position of * for GetTypeName and GetName | bunnei | 2014-06-03 | 1 | -2/+2 |
* | kernel: changed main thread priority to default, updated Kernel::Reschedule to use PrepareReschedule | bunnei | 2014-06-02 | 1 | -0/+1 |
* | kernel: added WaitSynchronization method to Kernel::Object | bunnei | 2014-05-27 | 1 | -0/+7 |
* | kernel: updated SyncRequest to take boolean thread wait result as a parameter | bunnei | 2014-05-27 | 1 | -1/+8 |
* | kernel: added enum for known CurrentThread and CurrentProcess handles | bunnei | 2014-05-27 | 1 | -0/+5 |
* | kernel: add a SyncRequest method to KernelObject for use with svcSendSyncRequest | bunnei | 2014-05-27 | 1 | -0/+1 |
* | kernel: refactored function naming to remove "__" prefix | bunnei | 2014-05-23 | 1 | -2/+7 |
* | kernel: fixed include, in general include "common.h" not "common_types.h" | bunnei | 2014-05-21 | 1 | -1/+1 |
* | - created a Kernel namespace | bunnei | 2014-05-21 | 1 | -31/+44 |
* | - updated service(s) to be KernelObject's | bunnei | 2014-05-19 | 1 | -4/+5 |
* | - moved Handle/Result definitions to kernel.h | bunnei | 2014-05-19 | 1 | -1/+2 |
* | - replaced KERNELOBJECT_MAX_NAME_LENGTH with KERNEL_MAX_NAME_LENGTH | bunnei | 2014-05-17 | 1 | -3/+2 |
* | changed "UID" to "Handle" to be a little more consistent with CTR naming | bunnei | 2014-05-16 | 1 | -13/+16 |
* | - added __KernelLoadExec function | bunnei | 2014-05-14 | 1 | -13/+24 |
* | added initial kernel/thread modules | bunnei | 2014-05-10 | 1 | -0/+121 |