aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/hle/kernel/kernel.cpp
Commit message (Expand)AuthorAge
* 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
* Kernel: Removed unnecessary "#pragma once".Gravatar bunnei2014-06-13
* Kernel: Added freeing of kernel objects on emulator shutdown.Gravatar bunnei2014-06-13
* HLE: Updated all uses of NULL to nullptr (to be C++11 compliant)Gravatar bunnei2014-06-13
* kernel: changed current default thread priority back to 0x30 - I think this i...Gravatar bunnei2014-06-05
* kernel: changed main thread priority to default, updated Kernel::Reschedule t...Gravatar bunnei2014-06-01
* kernel: refactored function naming to remove "__" prefixGravatar bunnei2014-05-22
* thread: moved threading calls to the Kernel namespaceGravatar bunnei2014-05-20
* - created a Kernel namespaceGravatar bunnei2014-05-20
* changed "UID" to "Handle" to be a little more consistent with CTR namingGravatar bunnei2014-05-15
* changed primary thread priority to 0x30 - this is typical, not 0x31Gravatar bunnei2014-05-14
* - added __KernelLoadExec functionGravatar bunnei2014-05-13
* added initial kernel/thread modulesGravatar bunnei2014-05-09