summaryrefslogtreecommitdiff
path: root/src/core/hle/kernel/kernel.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Qt: Update the WaitTree widget to show info about the current mutex of each t...Gravatar Subv2018-04-201-4/+0
* kernel: Move stack region outside of application heap.Gravatar bunnei2018-03-161-4/+0
* hle: Remove Domain and SyncObject kernel objects.Gravatar bunnei2018-01-241-16/+0
* clang-formatGravatar MerryMage2018-01-161-1/+0
* kernel: Increase default stack size to 64K.Gravatar bunnei2018-01-141-1/+1
* kernel: Rename Semaphore to ConditionVariable.Gravatar bunnei2018-01-081-2/+2
* kernel: Add basic support for Domain object.Gravatar bunnei2017-12-281-0/+17
* Merge pull request #2839 from Subv/global_kernel_lockGravatar James Rowe2017-08-231-1/+1
|\
| * Kernel/HLE: Use a mutex to synchronize access to the HLE kernel state betwee...Gravatar Subv2017-08-221-1/+1
* | Warnings: Add UNREACHABLE macros to switches that contemplate all possible va...Gravatar Subv2017-08-211-0/+3
|/
* Kernel: Move HandleTable to a separate fileGravatar Yuri Kunde Schlesner2017-05-291-115/+1
* Kernel: Move WaitObject to a separate fileGravatar Yuri Kunde Schlesner2017-05-291-53/+0
* Kernel: Removed HandleTable::GetWaitObjectGravatar Yuri Kunde Schlesner2017-05-291-9/+0
* Kernel: Extract dynamic Object pointer cast into its own functionGravatar Yuri Kunde Schlesner2017-05-291-11/+24
* Kernel: Centralize error definitions in errors.hGravatar Yuri Kunde Schlesner2017-05-241-7/+0
* Merge pull request #2397 from Subv/pulseGravatar bunnei2017-01-101-1/+1
|\
| * Kernel: Implemented Pulse event and timers.Gravatar Subv2017-01-051-1/+1
* | Kernel/Mutex: Update a mutex priority when a thread stops waiting on it.Gravatar Subv2017-01-041-1/+1
* | Kernel/Mutex: Implemented priority inheritance.Gravatar Subv2017-01-041-1/+1
* | Kernel: Object ShouldWait and Acquire calls now take a thread as a parameter.Gravatar Subv2017-01-041-4/+5
|/
* core: Remove HLE module, consolidate code & various cleanups.Gravatar bunnei2016-12-211-1/+2
* Merge pull request #2260 from Subv/schedulingGravatar bunnei2016-12-161-1/+7
|\
| * WaitSynch: Removed unused variables and reduced SharedPtr copies.Gravatar Subv2016-12-091-1/+4
| * Threading: Reworked the way our scheduler works.Gravatar Subv2016-12-031-0/+3
* | Kernel: Remove the Redirection handle type.Gravatar Subv2016-12-051-2/+0
* | Fixed the rebase mistakes.Gravatar Subv2016-11-301-18/+16
* | fixup! Kernel/IPC: Use Ports and Sessions as the fundamental building block ...Gravatar Subv2016-11-301-2/+3
* | Kernel/IPC: Use Ports and Sessions as the fundamental building block of Inte...Gravatar Subv2016-11-301-17/+19
|/
* Kernel/Loader: Grab the system mode from the NCCH ExHeader.Gravatar Subv2016-11-191-2/+2
* move ResetType to kernel.hGravatar wwylele2016-09-221-0/+6
* implement wait tree widgetGravatar wwylele2016-09-221-0/+3
* Remove empty newlines in #include blocks.Gravatar Emmanuel Gil Peyrot2016-09-211-4/+1
* Manually tweak source formatting and then re-run clang-formatGravatar Yuri Kunde Schlesner2016-09-181-2/+1
* Sources: Run clang-format on everything.Gravatar Emmanuel Gil Peyrot2016-09-181-28/+38
* Kernel/SVC: Implemented svcCreatePort.Gravatar Subv2016-06-111-1/+2
* Kernel: Added ClientPort and ServerPort classes.Gravatar Subv2016-06-051-2/+4
* Kernel: Add CodeSet case to Object::IsWaitableGravatar Yuri Kunde Schlesner2015-07-121-0/+1
* Core: Properly configure address space when loading a binaryGravatar Yuri Kunde Schlesner2015-07-111-0/+1
* Common: Cleanup key_map includes.Gravatar Emmanuel Gil Peyrot2015-06-281-4/+3
* kernel: Fix svcWaitSynch to always acquire requested wait objects.Gravatar bunnei2015-06-161-6/+0
* Kernel: Fix a warning introduced with ResourceLimit, and remove the fallback ...Gravatar Emmanuel Gil Peyrot2015-05-211-2/+1
* Core/ResourceLimits: Implemented the basic structure of ResourceLimits.Gravatar Subv2015-05-141-1/+2
* Kernel: Remove g_program_idGravatar Yuri Kunde Schlesner2015-05-081-6/+0
* Kernel: Introduce skeleton Process class to hold process dataGravatar Yuri Kunde Schlesner2015-05-081-7/+3
* Common: Remove common.hGravatar Yuri Kunde Schlesner2015-05-071-1/+2
* Move typedefs from kernel.h to more appropriate placesGravatar Yuri Kunde Schlesner2015-05-061-10/+1
* Kernel: Properly initialize and shutdown all modules.Gravatar bunnei2015-05-011-2/+3
* Build: Fixed some warningsGravatar Subv2015-02-121-1/+1
* Kernel: Make WaitObjects share ownership of Threads waiting on themGravatar Yuri Kunde Schlesner2015-02-021-5/+5
* Kernel: Remove Object::GetHandle (it's not used anymore :D)Gravatar Yuri Kunde Schlesner2015-02-021-5/+0