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