aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/hle/kernel/kernel.h
Commit message (Expand)AuthorAge
* Kernel: Add CodeSet case to Object::IsWaitableGravatar Yuri Kunde Schlesner2015-07-12
* Core: Properly configure address space when loading a binaryGravatar Yuri Kunde Schlesner2015-07-11
* Common: Cleanup key_map includes.Gravatar Emmanuel Gil Peyrot2015-06-28
* kernel: Fix svcWaitSynch to always acquire requested wait objects.Gravatar bunnei2015-06-16
* Kernel: Fix a warning introduced with ResourceLimit, and remove the fallback ...Gravatar Emmanuel Gil Peyrot2015-05-21
* Core/ResourceLimits: Implemented the basic structure of ResourceLimits.Gravatar Subv2015-05-14
* Kernel: Remove g_program_idGravatar Yuri Kunde Schlesner2015-05-08
* Kernel: Introduce skeleton Process class to hold process dataGravatar Yuri Kunde Schlesner2015-05-08
* Common: Remove common.hGravatar Yuri Kunde Schlesner2015-05-07
* Move typedefs from kernel.h to more appropriate placesGravatar Yuri Kunde Schlesner2015-05-06
* Kernel: Properly initialize and shutdown all modules.Gravatar bunnei2015-05-01
* Build: Fixed some warningsGravatar Subv2015-02-12
* Kernel: Make WaitObjects share ownership of Threads waiting on themGravatar Yuri Kunde Schlesner2015-02-02
* Kernel: Remove Object::GetHandle (it's not used anymore :D)Gravatar Yuri Kunde Schlesner2015-02-02
* Kernel: Introduce unique Object ids for debuggingGravatar Yuri Kunde Schlesner2015-02-02
* Remove result.h InvalidHandleGravatar Yuri Kunde Schlesner2015-01-30
* Move VAddr/PAddr typedefs to kernel.hGravatar Yuri Kunde Schlesner2015-01-30
* Kernel: Renamed some functions for clarity.Gravatar bunnei2015-01-21
* Kernel: Changed "ShouldWait" to return bool and "Acquire" to return void.Gravatar bunnei2015-01-21
* WaitObject: Renamed "Wait" to "ShouldWait", made "ShouldWait" and "Acquire" p...Gravatar bunnei2015-01-21
* Session: Change to a WaitObject.Gravatar bunnei2015-01-21
* Kernel: Moved Wait and Acquire to WaitObject, added way to retrieve a WaitObj...Gravatar bunnei2015-01-21
* Kernel: Get rid of WaitTypes and simplify lots of code, removing hacks.Gravatar bunnei2015-01-21
* WaitSynchronizationN: Refactor to fix several bugsGravatar bunnei2015-01-21
* Kernel: Separate WaitSynchronization into Wait and Acquire methods.Gravatar bunnei2015-01-21
* WaitSynchronizationN: Implement return valuesGravatar bunnei2015-01-21
* WaitObject: Added RemoveWaitingThread, fixed a bug, and cleanup.Gravatar bunnei2015-01-21
* Kernel: Added WaitObject and changed "waitable" objects inherit from it.Gravatar bunnei2015-01-21
* Kernel: Start using boost::intrusive_ptr for lifetime managementGravatar Yuri Kunde Schlesner2015-01-09
* Kernel: Don't re-assign object's handle when duplicating oneGravatar Yuri Kunde Schlesner2015-01-09
* Thread: Reduce use of Handles and move some funcs to inside the class.Gravatar Yuri Kunde Schlesner2015-01-09
* SVC: Implemented the Timer service calls.Gravatar Subv2015-01-08
* Kernel: New handle managerGravatar Yuri Kunde Schlesner2014-12-28
* Kernel: Replace GetStaticHandleType by HANDLE_TYPE constantsGravatar Yuri Kunde Schlesner2014-12-28
* Rename ObjectPool to HandleTableGravatar Yuri Kunde Schlesner2014-12-28
* Merge pull request #291 from purpasmart96/licenseGravatar bunnei2014-12-21
|\
| * License changeGravatar purpasmart962014-12-20
* | Merge pull request #316 from yuriks/thread-handleGravatar bunnei2014-12-20
|\ \ | |/ |/|
| * Kernel: Implement support for current thread pseudo-handleGravatar Yuri Kunde Schlesner2014-12-20
* | Filesystem/Archives: Implemented the SaveData archiveGravatar Subv2014-12-17
|/
* Remove SyncRequest from K::Object and create a new K::Session typeGravatar Yuri Kunde Schlesner2014-12-15
* kernel: Remove unused log argumentsGravatar Lioncash2014-12-13
* Convert old logging calls to new logging macrosGravatar Yuri Kunde Schlesner2014-12-13
* kernel: Make some functions constGravatar Lioncash2014-12-03
* HLE: Revamp error handling throrough the HLE codeGravatar Yuri Kunde Schlesner2014-11-24
* Remove trailing spaces in every file but the ones imported from SkyEye, AOSP ...Gravatar Emmanuel Gil Peyrot2014-11-19
* Remove extraneous semicolonsGravatar Lioncash2014-11-18
* Kernel: Add a Directory object and a getter for it from an Archive object.Gravatar Emmanuel Gil Peyrot2014-09-17
* Core: Use std::array for managing kernel object spaceGravatar Lioncash2014-08-19
* Core: Alter the kernel string functions to use std::string instead of const c...Gravatar Lioncash2014-08-17