summaryrefslogtreecommitdiff
path: root/src/core/hle/kernel/kernel.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Kernel: Removed unnecessary "#pragma once".Gravatar bunnei2014-06-131-2/+0
* Kernel: Added freeing of kernel objects on emulator shutdown.Gravatar bunnei2014-06-131-0/+4
* HLE: Updated all uses of NULL to nullptr (to be C++11 compliant)Gravatar bunnei2014-06-131-1/+1
* kernel: changed current default thread priority back to 0x30 - I think this i...Gravatar bunnei2014-06-051-1/+1
* kernel: changed main thread priority to default, updated Kernel::Reschedule t...Gravatar bunnei2014-06-011-1/+2
* kernel: refactored function naming to remove "__" prefixGravatar bunnei2014-05-221-5/+10
* thread: moved threading calls to the Kernel namespaceGravatar bunnei2014-05-201-3/+3
* - created a Kernel namespaceGravatar bunnei2014-05-201-25/+24
* changed "UID" to "Handle" to be a little more consistent with CTR namingGravatar bunnei2014-05-151-5/+5
* changed primary thread priority to 0x30 - this is typical, not 0x31Gravatar bunnei2014-05-141-1/+2
* - added __KernelLoadExec functionGravatar bunnei2014-05-131-0/+11
* added initial kernel/thread modulesGravatar bunnei2014-05-091-0/+142