summaryrefslogtreecommitdiff
path: root/src/core/hle/kernel/kernel.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Common: Cleanup key_map includes.Gravatar Emmanuel Gil Peyrot2015-06-281-2/+0
* kernel: Fix svcWaitSynch to always acquire requested wait objects.Gravatar bunnei2015-06-161-18/+4
* Core/ResourceLimits: Implemented the basic structure of ResourceLimits.Gravatar Subv2015-05-141-0/+3
* fixup!Gravatar Subv2015-05-111-1/+3
* Core/HLE: Implemented the SVCs GetProcessId and GetProcessIdOfThreadGravatar Subv2015-05-111-2/+2
* Kernel: Remove unused g_main_thread variableGravatar Yuri Kunde Schlesner2015-05-081-2/+0
* Kernel: Remove g_program_idGravatar Yuri Kunde Schlesner2015-05-081-2/+0
* Kernel: Introduce skeleton Process class to hold process dataGravatar Yuri Kunde Schlesner2015-05-081-12/+2
* Common: Remove common.hGravatar Yuri Kunde Schlesner2015-05-071-1/+2
* Kernel: Properly initialize and shutdown all modules.Gravatar bunnei2015-05-011-4/+7
* Kernel: Fixed default thread priority.Gravatar bunnei2015-04-091-1/+1
* Build: Fixed some warningsGravatar Subv2015-02-121-2/+2
* Asserts: break/crash program, fit to style guide; log.h->assert.hGravatar archshift2015-02-101-2/+2
* Scheduler refactor Pt. 1Gravatar Kevin Hartman2015-02-091-5/+1
* core: Fix some warnings on OSXGravatar Lioncash2015-02-031-1/+0
* Kernel: Make WaitObjects share ownership of Threads waiting on themGravatar Yuri Kunde Schlesner2015-02-021-4/+4
* Kernel: Fix bug in HandleTable::CloseGravatar Yuri Kunde Schlesner2015-02-021-1/+1
* Kernel: Remove Object::GetHandle (it's not used anymore :D)Gravatar Yuri Kunde Schlesner2015-02-021-4/+1
* Kernel: Introduce unique Object ids for debuggingGravatar Yuri Kunde Schlesner2015-02-021-0/+2
* Kernel: Renamed some functions for clarity.Gravatar bunnei2015-01-211-1/+1
* Session: Change to a WaitObject.Gravatar bunnei2015-01-211-1/+1
* Kernel: Reschedule on SignalEvent and SendSyncRequest, fix some bugs.Gravatar bunnei2015-01-211-1/+1
* AddressArbiter: Changed to Kernel::Object, big cleanup, removed code that mad...Gravatar bunnei2015-01-211-1/+1
* Kernel: Get rid of WaitTypes and simplify lots of code, removing hacks.Gravatar bunnei2015-01-211-2/+4
* WaitSynchronizationN: Implement return valuesGravatar bunnei2015-01-211-2/+2
* WaitObject: Added RemoveWaitingThread, fixed a bug, and cleanup.Gravatar bunnei2015-01-211-3/+10
* Kernel: Added WaitObject and changed "waitable" objects inherit from it.Gravatar bunnei2015-01-211-0/+26
* Kernel: Start using boost::intrusive_ptr for lifetime managementGravatar Yuri Kunde Schlesner2015-01-091-13/+10
* Kernel: Don't re-assign object's handle when duplicating oneGravatar Yuri Kunde Schlesner2015-01-091-1/+2
* Thread: Reduce use of Handles and move some funcs to inside the class.Gravatar Yuri Kunde Schlesner2015-01-091-1/+1
* Kernel: Move Thread's definition to the header fileGravatar Yuri Kunde Schlesner2015-01-091-2/+1
* Move ThreadContext to core/core.h and deal with the falloutGravatar Yuri Kunde Schlesner2015-01-091-0/+1
* Merge pull request #255 from Subv/cbranch_3Gravatar bunnei2015-01-081-1/+3
|\
| * SVC: Implemented the Timer service calls.Gravatar Subv2015-01-081-1/+3
* | Threads: Use a dummy idle thread when no other are ready.Gravatar Subv2015-01-071-0/+2
|/
* Kernel: New handle managerGravatar Yuri Kunde Schlesner2014-12-281-51/+67
* Rename ObjectPool to HandleTableGravatar Yuri Kunde Schlesner2014-12-281-10/+10
* License changeGravatar purpasmart962014-12-201-2/+2
* Filesystem/Archives: Implemented the SaveData archiveGravatar Subv2014-12-171-0/+1
* HLE: Rename namespaces to match move & fix initialization orderGravatar Yuri Kunde Schlesner2014-12-161-5/+0
* HLE: Move kernel/archive.* to service/fs/Gravatar Yuri Kunde Schlesner2014-12-161-1/+1
* Convert old logging calls to new logging macrosGravatar Yuri Kunde Schlesner2014-12-131-4/+4
* kernel: Shorten GetCountGravatar Lioncash2014-12-031-6/+3
* kernel: Make some functions constGravatar Lioncash2014-12-031-2/+2
* Remove trailing spaces in every file but the ones imported from SkyEye, AOSP ...Gravatar Emmanuel Gil Peyrot2014-11-191-3/+3
* Core: Get rid of unnecessary switch statement in KernelGravatar Lioncash2014-09-141-41/+2
* core: Prune redundant includesGravatar archshift2014-09-081-2/+0
* Core: Use std::array for managing kernel object spaceGravatar Lioncash2014-08-191-2/+1
* Core: Alter the kernel string functions to use std::string instead of const c...Gravatar Lioncash2014-08-171-2/+2
* Archive: Added Init/Shutdown methods to reset kernel archive state.Gravatar bunnei2014-07-041-0/+3