aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle
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-19apt: changed stubbed handle to be something other than 0xDEADBEEF (used as a ...bunnei
2014-05-19thread: added declaration for __KernelReschedule to be used by syscall modulebunnei
2014-05-18renamed "session" to "handle"bunnei
2014-05-18- renamed NewHandle to CreateHandlebunnei
2014-05-18fix warningbunnei
2014-05-18- updated service(s) to be KernelObject'sbunnei
2014-05-18renamed "UID" to "Handle" where appropriatebunnei
2014-05-18- moved Handle/Result definitions to kernel.hbunnei
2014-05-18- added stub for CreateEventbunnei
2014-05-17added stubbed function for WaitSynchronizationNbunnei
2014-05-17changed a commentbunnei
2014-05-17cleanups to SVC CreateThreadbunnei
2014-05-16Merge remote-tracking branch 'upstream/master' into issue-7-fixarchshift
2014-05-17- added enum ThreadProcessorIdbunnei
2014-05-16- replaced KERNELOBJECT_MAX_NAME_LENGTH with KERNEL_MAX_NAME_LENGTHbunnei
2014-05-16added stubbed GetProcSemaphore - does nothing but avoids an exceptionbunnei
2014-05-16updated APT_U::GetLockHandle to return a valid handlebunnei
2014-05-16Merge master into threading to add support for VFPbunnei
2014-05-16- reenabled MCR and MRC functions now that VFP is attachedbunnei
2014-05-15- added SVC stubs for QueryMemory and GetThreadIdbunnei
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-15- added ThreadContext structbunnei
2014-05-14- added helper function for __KernelCreateThreadbunnei
2014-05-14changed primary thread priority to 0x30 - this is typical, not 0x31bunnei
2014-05-14added function stubs for EatCycles and ReSchedulebunnei
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-13added CreateThread, CreateMutex, and ReleaseMutex SVC stubs (just parameter d...bunnei
2014-05-13- added __KernelLoadExec functionbunnei
2014-05-09added initial kernel/thread modulesbunnei
2014-05-08removed unknown fields from GX_CmdBufferHeaderbunnei
2014-05-07removed unnecessary log messagebunnei
2014-05-07- removed HLE mem "hack" and replaced with kernel mem regionbunnei
2014-05-06- added debug logging to syscall.cppbunnei
2014-05-06added config_mem module for HLE of firmware configuration memory settingsbunnei
2014-05-01- added CallMCR function to coprocessor HLE modulebunnei
2014-05-01fixed include in coprocessor.cppbunnei
2014-05-01renamed hle "mrc" module to "coprocessor"bunnei
2014-05-01- added some function wrappers for HLEbunnei
2014-04-27Problematic template functionsarchshift
2014-04-27removed DISALLOW_COPY_AND_ASSIGN in favor of NonCopyable classbunnei
2014-04-27fixed weird spacingbunnei