aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/hle/kernel/kernel.cpp
Commit message (Expand)AuthorAge
* Common: Cleanup key_map includes.Gravatar Emmanuel Gil Peyrot2015-06-28
* kernel: Fix svcWaitSynch to always acquire requested wait objects.Gravatar bunnei2015-06-16
* Core/ResourceLimits: Implemented the basic structure of ResourceLimits.Gravatar Subv2015-05-14
* fixup!Gravatar Subv2015-05-11
* Core/HLE: Implemented the SVCs GetProcessId and GetProcessIdOfThreadGravatar Subv2015-05-11
* Kernel: Remove unused g_main_thread variableGravatar Yuri Kunde Schlesner2015-05-08
* 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
* Kernel: Properly initialize and shutdown all modules.Gravatar bunnei2015-05-01
* Kernel: Fixed default thread priority.Gravatar bunnei2015-04-09
* Build: Fixed some warningsGravatar Subv2015-02-12
* Asserts: break/crash program, fit to style guide; log.h->assert.hGravatar archshift2015-02-10
* Scheduler refactor Pt. 1Gravatar Kevin Hartman2015-02-09
* core: Fix some warnings on OSXGravatar Lioncash2015-02-03
* Kernel: Make WaitObjects share ownership of Threads waiting on themGravatar Yuri Kunde Schlesner2015-02-02
* Kernel: Fix bug in HandleTable::CloseGravatar 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
* Kernel: Renamed some functions for clarity.Gravatar bunnei2015-01-21
* Session: Change to a WaitObject.Gravatar bunnei2015-01-21
* Kernel: Reschedule on SignalEvent and SendSyncRequest, fix some bugs.Gravatar bunnei2015-01-21
* AddressArbiter: Changed to Kernel::Object, big cleanup, removed code that mad...Gravatar bunnei2015-01-21
* Kernel: Get rid of WaitTypes and simplify lots of code, removing hacks.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
* Kernel: Move Thread's definition to the header fileGravatar Yuri Kunde Schlesner2015-01-09
* Move ThreadContext to core/core.h and deal with the falloutGravatar Yuri Kunde Schlesner2015-01-09
* Merge pull request #255 from Subv/cbranch_3Gravatar bunnei2015-01-08
|\
| * SVC: Implemented the Timer service calls.Gravatar Subv2015-01-08
* | Threads: Use a dummy idle thread when no other are ready.Gravatar Subv2015-01-07
|/
* Kernel: New handle managerGravatar Yuri Kunde Schlesner2014-12-28
* Rename ObjectPool to HandleTableGravatar Yuri Kunde Schlesner2014-12-28
* License changeGravatar purpasmart962014-12-20
* Filesystem/Archives: Implemented the SaveData archiveGravatar Subv2014-12-17
* HLE: Rename namespaces to match move & fix initialization orderGravatar Yuri Kunde Schlesner2014-12-16
* HLE: Move kernel/archive.* to service/fs/Gravatar Yuri Kunde Schlesner2014-12-16
* Convert old logging calls to new logging macrosGravatar Yuri Kunde Schlesner2014-12-13
* kernel: Shorten GetCountGravatar Lioncash2014-12-03
* kernel: Make some functions constGravatar Lioncash2014-12-03
* Remove trailing spaces in every file but the ones imported from SkyEye, AOSP ...Gravatar Emmanuel Gil Peyrot2014-11-19
* Core: Get rid of unnecessary switch statement in KernelGravatar Lioncash2014-09-14
* core: Prune redundant includesGravatar archshift2014-09-08
* 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
* Archive: Added Init/Shutdown methods to reset kernel archive state.Gravatar bunnei2014-07-04