aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/kernel/kernel.h
AgeCommit message (Expand)Author
2018-12-18kernel/thread: Make thread_id a 64-bit valueLioncash
2018-12-18kernel/process: Make process_id a 64-bit valueLioncash
2018-11-19kernel/resource_limit: Clean up interfaceLioncash
2018-10-20kernel/process: Make the handle table per-processLioncash
2018-10-10kernel/thread: Use a regular pointer for the owner/current processLioncash
2018-09-06core: Migrate current_process pointer to the kernelLioncash
2018-09-02service: Migrate global named port map to the KernelCore classLioncash
2018-08-28kernel: Eliminate kernel global stateLioncash
2018-08-03core/memory: Get rid of 3DS leftoversLioncash
2018-08-01kernel: Move object class to its own source filesLioncash
2018-04-20Qt: Update the WaitTree widget to show info about the current mutex of each t...Subv
2018-03-16kernel: Move stack region outside of application heap.bunnei
2018-01-24hle: Remove Domain and SyncObject kernel objects.bunnei
2018-01-16clang-formatMerryMage
2018-01-14kernel: Increase default stack size to 64K.bunnei
2018-01-08kernel: Rename Semaphore to ConditionVariable.bunnei
2017-12-28kernel: Add basic support for Domain object.bunnei
2017-08-23Merge pull request #2839 from Subv/global_kernel_lockJames Rowe
2017-08-22Kernel/HLE: Use a mutex to synchronize access to the HLE kernel state betwee...Subv
2017-08-21Warnings: Add UNREACHABLE macros to switches that contemplate all possible va...Subv
2017-05-29Kernel: Move HandleTable to a separate fileYuri Kunde Schlesner
2017-05-29Kernel: Move WaitObject to a separate fileYuri Kunde Schlesner
2017-05-29Kernel: Removed HandleTable::GetWaitObjectYuri Kunde Schlesner
2017-05-29Kernel: Extract dynamic Object pointer cast into its own functionYuri Kunde Schlesner
2017-05-24Kernel: Centralize error definitions in errors.hYuri Kunde Schlesner
2017-01-10Merge pull request #2397 from Subv/pulsebunnei
2017-01-05Kernel: Implemented Pulse event and timers.Subv
2017-01-04Kernel/Mutex: Update a mutex priority when a thread stops waiting on it.Subv
2017-01-04Kernel/Mutex: Implemented priority inheritance.Subv
2017-01-04Kernel: Object ShouldWait and Acquire calls now take a thread as a parameter.Subv
2016-12-21core: Remove HLE module, consolidate code & various cleanups.bunnei
2016-12-16Merge pull request #2260 from Subv/schedulingbunnei
2016-12-09WaitSynch: Removed unused variables and reduced SharedPtr copies.Subv
2016-12-05Kernel: Remove the Redirection handle type.Subv
2016-12-03Threading: Reworked the way our scheduler works.Subv
2016-11-30Fixed the rebase mistakes.Subv
2016-11-30fixup! Kernel/IPC: Use Ports and Sessions as the fundamental building block ...Subv
2016-11-30 Kernel/IPC: Use Ports and Sessions as the fundamental building block of Inte...Subv
2016-11-19Kernel/Loader: Grab the system mode from the NCCH ExHeader.Subv
2016-09-22move ResetType to kernel.hwwylele
2016-09-22implement wait tree widgetwwylele
2016-09-21Remove empty newlines in #include blocks.Emmanuel Gil Peyrot
2016-09-18Manually tweak source formatting and then re-run clang-formatYuri Kunde Schlesner
2016-09-18Sources: Run clang-format on everything.Emmanuel Gil Peyrot
2016-06-11Kernel/SVC: Implemented svcCreatePort.Subv
2016-06-05Kernel: Added ClientPort and ServerPort classes.Subv
2015-07-12Kernel: Add CodeSet case to Object::IsWaitableYuri Kunde Schlesner
2015-07-11Core: Properly configure address space when loading a binaryYuri Kunde Schlesner
2015-06-28Common: Cleanup key_map includes.Emmanuel Gil Peyrot
2015-06-16kernel: Fix svcWaitSynch to always acquire requested wait objects.bunnei