aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/kernel
AgeCommit message (Expand)Author
2014-05-20thread: exposed ResumeThreadFromWait function for use in other kernel modulesbunnei
2014-05-20thread: moved threading calls to the Kernel namespacebunnei
2014-05-20ARM_Interface: added SaveContext and LoadContext functions for HLE thread swi...bunnei
2014-05-20renamed "syscall" module to "svc" (more accurate naming)bunnei
2014-05-20thread: whitespace change - fixed * and & placementbunnei
2014-05-20- created a Kernel namespacebunnei
2014-05-19thread: added declaration for __KernelReschedule to be used by syscall modulebunnei
2014-05-18- updated service(s) to be KernelObject'sbunnei
2014-05-18- moved Handle/Result definitions to kernel.hbunnei
2014-05-17changed a commentbunnei
2014-05-17- added enum ThreadProcessorIdbunnei
2014-05-16- replaced KERNELOBJECT_MAX_NAME_LENGTH with KERNEL_MAX_NAME_LENGTHbunnei
2014-05-15completely gutted/refactored threading code to be simplerbunnei
2014-05-15changed "UID" to "Handle" to be a little more consistent with CTR namingbunnei
2014-05-14- added helper function for __KernelCreateThreadbunnei
2014-05-14changed primary thread priority to 0x30 - this is typical, not 0x31bunnei
2014-05-13fixed thread reset to not set stack addressbunnei
2014-05-13various cleanups / remove unused codebunnei
2014-05-13added a bunch of threading code, recycled from PPSSPP, with lots of hacks in ...bunnei
2014-05-13- added __KernelLoadExec functionbunnei
2014-05-09added initial kernel/thread modulesbunnei